/* default.css */
/* Basic Styles */
html{
	height:100%;
}
body{
	margin:0;
	padding:0;
	background:#666 url(../images/site/bg.gif) repeat-y top left;
	height:100%;
	color:#222;
}
#container{
	width:750px;
	position: relative;
	min-height:100%;
}
* html #container{
	height:100%;
}
#clr{
	clear:both;
	height:1px;
	width:750px;
}
/* Header, Clouds, etc. (top stuff) */
#header{
	height:99px;
	width:750px;
	background:#fff url(../images/site/header.jpg) no-repeat top left;
}
#clouds{
	height:188px;
	width:750px;
	text-align:center;
	background:#fff url(../images/site/clouds.jpg) no-repeat top left;
}
/* Content */
#content{
	width:750px;
}
#left{
	width:527px;
	font:11px Verdana,Arial,sans-serif;
	line-height:200%;
	padding:10px 15px 0px 30px;
	float:left;
	padding-bottom:70px;
	background:#fff url(../images/site/contentbg.gif) no-repeat center center;
}
#right{
	width:175px;
	float:right;
}
/* Menu, Sidebar, etc. */
#nav{
	width:175px;
	margin-top:15px;
}
#nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav ul li a{
	margin-right:7px;
	display:list-item;
	padding:6px 3px;
	margin-bottom:0;
	border-bottom:1px solid #ddd;
	color:#4b4b4b;
	text-decoration:none;
	font:11px Verdana,Arial,sans-serif;
}
* html #nav ul li a{
	padding:4px 3px;
	margin-bottom:-21px;
}
#nav ul li a:hover{
	color:#f37d27;
	background-color:#fbfbfb !important;
}
* html #nav ul li a:hover{
	background-color:transparent;
	margin-top:2px;
	padding-top:2px;
}
#nav ul li a.current{
	background:transparent url(../images/site/navhover.gif) no-repeat center right;
	font-weight:bold;
}

#sidebar_phone{
	margin:20px 7px 0 0;
	font:20px Georgia,Verdana,Arial,sans-serif;
	letter-spacing:2px;
	color:#777;
	text-align:center;
}

/* Footer */
#footer{
	width:750px;
	height:50px;
	position:relative;
	margin-top:-50px;
	background:#ddd url(../images/site/footerbg.gif) repeat-x top left;
	font:10px Verdana,Arial,sans-serif;
	color:#777;
	clear:both;
}
#footer a{
	color:#777;
	text-decoration:none;
}
#footer a:hover{
	color:#222;
}
#fleft{
	float:left;
	text-align:left;
	position:absolute;
}
#fright{
	float:right;
	text-align:right;
}
#fleft, #fright{
	line-height:16px;
	padding:9px 10px 0 10px;
}
/*Styles*/
a{
	color:#EF6500;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
acronym{
	border-bottom:1px dotted #222;
	padding-bottom:1px;
	cursor:help;
}
del{
	color: #aaa;
}
h1,h2,h3,h4,h5,h6{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:15px 0 2px 0;
	padding-bottom:4px;
}
h1{
	font-size:28px;
	margin:15px 0px 10px 0;
}
h2{
	font-size:25px;
	color:#EF6500;
}
h3{
	font-size:22px;		
}
h4{
	font-size:19px;
	color:#00488F;
}
h5{
	font-size:17px;
	color:#EF6500;
}
h6{
	font-size:11px;
	font-weight:bold;
}
.allcaps{
	font-stretch:wider;
	font-variant:small-caps;	
}
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
#left ol li{
	padding-bottom:5px;
}
#left ul{
	list-style-type: square;
}
#left ul li{
	padding-bottom:5px;
}
#left ul li ul li{
	list-style-type:none;
	background:transparent url(../images/site/arrow.gif) no-repeat 0px 8px;
	padding-left:10px;
	margin-left:-10;
}
.blockquote{
	border-top:1px solid #777;
	border-bottom:1px solid #777;
	background-color:#efefef;
	padding:6px 6px 4px 5px;
	margin:12px 0;
}
.blockquote h5{
	border-bottom:1px dotted #777;
	font-size:17px;
	color:#222;
	margin:2px;
}
.quote{
	font:12px Verdana,Arial,sans-serif;
	text-align:center;
	font-style: oblique;
	color:#777;
	padding:10px 0 10px 0;
	width:100%;
	line-height:180%;
}
.quote span{
	display: block;
	font:11px Verdana,Arial,sans-serif;
	text-align:center;
	font-style:normal;
	color:#777;
	font-weight:bold;
	line-height:180%;
}
dl{
	margin-left:8px;
	margin-right:8px;
}
dt{
	color:#00488F;
	font-weight:bold;
	text-decoration:underline; 
}
p{
	margin:10px 0 20px 0;
}
p.firstletter:first-letter{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-size:40px;
	*font-size:35px;
	padding:10px 3px 3px 3px;
	float:left;
}
.orange{
	color:#EF6500;
}
.blue{
	color:#00488F;
}
img{
	border:1px solid #999;
}
#left a:hover img{
	border:1px solid #EF6500;;
}
td{
	font:11px Verdana,Arial,sans-serif;
	padding:8px;	
	margin:2px;
	border:1px solid #efefef;
	width:50%;
	background:transparent url(../images/site/75p_white.png) repeat top left;
}
* html td{
	background:#fff;
}
td h5{
	margin-top:3px;
}
.indent{
	border-left:2px solid #777;
	margin-left:25px;
	padding-left:8px;
}
/*Floating*/
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0 10px 0 0; 
}
.floatright p{
	padding:0 0 0 10px;
}
img.floatleft{
	margin:15px 18px 5px 0;
}
img.floatright{
	margin:15px 5px 5px 18px
}
/*Forms*/
form select,
form input,
form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #777;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	background-color:#f9f9f9;
	/*border:1px dotted #888;  optional thought */
	border:1px solid #444;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form label{
	display:block;
	color:#777;
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}
.noborder{
	border:0;
}