/* General */
a img{
	border:none;
}

/* Layout */
body{
	margin:0px;
	padding:0px;
	background-color:#88b4d1;
}
#page{
	width:970px;
	background-color:#fff;
	margin:0px auto;
}
/* Header */
#header{
	padding-top:15px;
	width:970px;
	height:83px;
	background:#000 url(../images/header.png) no-repeat bottom center;
}
#header a img{
	padding:20px 0px 0px 100px;
}
/* Menu */
#menu{
	height:28px;
	background:url(../images/menu.png) repeat-x top left;
	border-top:1px solid #fff;
	border-bottom:1px solid #ff8968;
	padding:0px 0px 1px 0px;
}
#menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-top:2px solid #000;
	border-bottom:2px solid #ff8968;
	overflow:auto;
    text-transform:uppercase;
}
#menu ul li{
	float:left;
	padding:0px 20px;
 	border-right:1px solid #676767; 
}
#menu ul li a:link,#menu ul li a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:24px;
	color:#676767;
	text-decoration:none;
}
.dropmenudiv{
	position:absolute;
	top: 0px;
	border: 1px solid #d3d3d3; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 250px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
	text-align:left;
	font-size:0.8em;
    margin-left:-11px;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #d3d3d3; /*THEME CHANGE HERE*/
	padding: 2px 0;
	background-color:#f8f8f8;
	text-decoration: none;
	color: #676767;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #fff;
	text-decoration:none;
}
/* Content */
#content{
	/*overflow:auto;*/
	padding:25px 10px 0px 10px;
    min-height:500px;
}
#content img.left{
	float:left;
	margin:18px 10px 10px 0px;
}
#content h1, #content h1 a{
	font-family: Arial,Helvetica, Verdana, Sans-serif;
	font-size:32px;
    line-height:42px;
    margin:0 0 5px 0;
    padding:0;
    color:#000 !important;
    text-decoration:none;
}
#content h6.timestamp{
	clear:left;
	float:left;
	color:#676767;
	margin:0px;
}
#content p{
	font-family: Georgia, Serif;
	font-size:15px;
	line-height:23px;
}
#page #content a:hover{
	color:#e04e26;
}
#content a:link,#content a:visited{
	color:#004276;
}
#content .bottompicts{
	clear:both;
	width:950px;
	border-top:4px double #f39d22;
	font-size:12px;
	font-family:Arial, Verdana, Sans-Serif;
	height:150px;
}
#content .bottompicts .box{
	float:left;
	padding:10px;
}
#content .bottompicts h3{
	color: #e97f00;
	padding:0px 0px 5px 0px;
	margin:0px;
	font-size:13px;
	font-family:Arial, Verdana, Sans-Serif;
}
#content .bottompicts p,#content .bottompicts form{
	line-height:15px;
	font-size:12px;
	font-family:Arial, Verdana, Sans-Serif;
	padding:0px 0px 5px 0px;
	margin:0px;
}
#content .bottompicts form{
	padding:0;
	margin:0;
}
#content #rightcol{
	width:340px;
	float:right;
    margin-left:0px;
}
html[xmlns] #rightcol{
	margin-left:8px !important;
}
#rightcol h3{
	font-family: Arial Narrow, Helvetica, Verdana, Sans-serif;
	font-size:12px;
	color:#fff;
	padding:3px 5px;
	margin:0px;
	background-color:#ff6a41;
}
ul.featured{
	padding:0px;
	margin:10px 0px;
	list-style-type:none;
}
ul.featured li{
	padding-left:73px;
	padding-bottom:10px;
}
ul.featured li.photo{
	background:url(../images/photo.png) no-repeat;
}
ul.featured li.video{
	background:url(../images/video.png) no-repeat;
}
ul.featured li h4{
	font-family: Helvetica, Verdana, Sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;
    text-transform:uppercase;
}
ul.featured li span{
	font-family: Helvetica, Verdana, Sans-serif;
	font-size:12px;
	line-height:12px;
	color:#004276;
}
ul.more{
	margin:0px 0px 20px 30px;
	padding:0px;
}
ul.more li{
	list-style-image:url(../images/arrow.png);
}
#rightcol a:link, #rightcol a:visited{
	font-family: Georgia,Serif;
	font-size:12px;	
	text-decoration:none;
	color:#254393;
}
#rightcol a:hover{
	text-decoration:underline;
}
#caseform{
	padding:0px 0px 10px 0px;
	margin-bottom:20px;
	background:url(../images/form-bottom.png) no-repeat bottom center;
}
#caseform h3{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px 15px;
	line-height:30px;
	background:url(../images/form-top.png) no-repeat top center;
}
#caseform h3 small{
	line-height:20px;
	font-size:11px;
	display:block;
	padding:0px;
	margin:0px;
	color:#676767;
}
#caseform form{
	margin:0px;
	padding:10px 10px 0px 10px;
	background:url(../images/form-body.png) repeat-y top center;
}
#caseform form fieldset{
	border:none;
}
#caseform form fieldset label{
	font-family: Georgia, Serif;
}
#caseform form fieldset label.leftside{ 
	display:block;
	float:left;
	clear:both;
	width:100px;
	padding:5px 0px;
}
#caseform form fieldset input.text{ 
	display:block;
	float:left;
	margin:5px 0px;
	width:190px;
}
#caseform form fieldset .phg{
	float:left;
	width:190px;
}
#caseform form fieldset input.text1{ 
	display:block;
	float:left;
	width:40px;
    margin-right:6px;
}
#caseform form fieldset span{
	float:left;
	font-weight:bold;
}
#caseform form fieldset label.topside{
	display:block;
	clear:both;
	padding:5px 0px;
}
#caseform form fieldset input.text2{ 
	display:block;
	width:290px;
}
#caseform form fieldset textarea{
	display:block;
	width:290px;
	height:70px;
}
#caseform form fieldset input.button{
	margin:15px 0px 0px 0px;
}
/* Footer */
#footer{
	padding:0px 10px 1px 10px;
}
#footer #links{
	border-top:1px solid #ef991e;
	border-bottom:1px solid #ef991e;
	padding:10px 0px 20px 0px;
    margin-top:20px;
}
#footer #links ul{
	text-align:center;
	height:15px;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#footer #links ul li{
	display:inline;
	padding:0px 5px;
}
#footer #links ul li a:link,#footer #links ul li a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#676767;
}
#footer #links ul li a:hover{
	color:#004276;
}
#footer #copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#footer #copy a:link,#footer #copy a:visited{
	color:#004276;
	text-decoration:none;
}
#footer #copy a:hover{
	text-decoration:underline;
}
#sm1 ul{
	list-style:none;
    margin-bottom:20px;
}
.ftxt{
font:11px Arial, Helvetica, sans-serif;
text-align:center;
margin:15px 0 0 0;
padding:0;
}