@charset "UTF-8";
/* CSS Document */

/* main styles */

.hide {
	display: none;
	}
	.web-hide {
	display:block;
	}
body {
     margin: 0; /* to avoid margins */
	 margin-bottom:10px;
     text-align: center; /* to correct the centering IE bug*/
	 color:#333;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size: small; 
	 background:#fff;
     }
	  * html body {
		  font-size: x-small; /* for IE5/WIN */
		  f\ont-size: small; /* for other IE versions */
	  }
#global {
     margin-left: auto;
     margin-right: auto;
     width: 100%; /* mandatory to be centered */
	 text-align: left; /* to realign your text */
	 margin-top:0;
	 margin-bottom:0;
     }
a:link {font-family:Arial, Helvetica, sans-serif;text-decoration:none; color:#0072bc; font-weight:bold; }
a:visited {text-decoration:none; color:#0072bc; font-weight:bold; }
a:hover {text-decoration:underline; color:#cc3300; font-weight:bold; }
a:active {text-decoration:none; color:#cc3300; font-weight:bold; }

/* masthead styles */

#masthead {	display: none;
	}
.search {	display: none;
}
/* navigation styles */

.menu-border               { 	display: none;}



/* body content styles */

#shell {
	margin-left: auto;
    margin-right: auto;
	}
#maincontent {
	background-color:#FFF;
	margin:0;
	padding-bottom:15px;
}
.the-pics {
	}
h1 {margin-left:100px;padding-top:20px;margin-bottom:-15px}
h2 {font-weight:bold;margin-left:106px;font-size:110%;color:#C30;line-height:130%;}
h3 {font-weight:bold;font-size:110%;color:#999;line-height:130%;}
p {margin-left:106px;line-height:120%;margin-right:350px;}
#maincontent ul {
	margin-left:106px;line-height:130%;
}
#maincontent ul  li ul {
	margin-left:0;
}
#homeWelcome {
	background:url(../../images/home/quote_footer_slant.gif) no-repeat bottom;
	margin:0 0 20px 106px;
	padding-top:20px;
	padding-bottom:20px;
	width:593px;
}
#homeWelcome blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	color:#c30;
	margin:0 50px 10px 40px;
	line-height:120%;
	
}
#homeWelcome p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#c30;
	margin:0 50px 10px 40px;
	line-height:90%;	
}
.sig {
	text-align:right;
}
.bold-red {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#C30;
}
#columns {
	margin:0 0 20px 106px;
	padding-top:20px;
	width:600px;
}
#maincontent #columns p, h3 {
	margin-left:20px;
}
#maincontent #columns ul {
	margin-left:20px;
}
#right {
	width:300px;
	float:right;
}
#left {
	width:300px;
	float:left;
}
.sidebar {
	width:158px;
	float:right;
	margin:35px 90px 25px 25px;
}
.sidebar p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#C60;
	font-size:95%;
	line-height:110%;
	margin:7px 9px 10px 10px;
}
.icon { 
margin-right:3px;margin-bottom:-3px;display:inline;
}
/* footer styles */
#footer {display:none;
}
