* {
	margin: 0;
	padding: 0;
}

* html #navigation a {width:1%;}


body{
	margin: 0;
/* 	font-family: Verdana, Arial, Tahoma, sans-serif; */
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
/* 	font-size:12px; */
	color:#303030;
	background:#FFFFFF;
	line-height:1.4em;
	-webkit-font-smoothing: antialiased;
}

a{
	color:#467aa7;
	font-weight:bold;
	text-decoration:none;
}

a:hover{color:#2a5a8a; text-decoration: underline;}

p{padding:0 0 1.6em 0;}

#content {
	width: 1500px;
	border:0px ;
	color:#303030;
	height:100%;
}

small {
	font-size:8.5px;
}

#headtitle {
	/*padding-bottom:90px;*/
	height: 80px;
	width:  100%;
	background-image: url(/base/img/bghead.png);
	background-repeat: repeat-x;

	overflow:hidden;

	color: #FFFFFF;
	clear: both;
}



/* ########## TOP MENU ######## */
.topmenu{
background:url(/base/img/bg_menu1.gif);
background-repeat:repeat-x;
}

.chromestyle{
clear:both;
width: 850px;
font-weight: bold;
font: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(/base/img/chromebg2.gif) center center repeat-x; *//*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
line-height:15px;

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{

color: #FFFFFF; /*#494949;*/
padding: 4px 7px;
margin: 0 0 0 0;
text-decoration: none;
/*border-right: 1px solid #467aa7; #B5E2FE;*/ /*THEME CHANGE HERE*/

}

.chromestyle ul li a:hover{
background: url(/base/img/bg_menu2.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-decoration:none;
color:#FFFFFF;

}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #467aa7;
text-decoration:none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
text-decoration:none;
}

/* ########## LEFT MENU ######## */

.rounded { border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; -khtml-border-radius: 8px;
	   background: #fff; border: 1px solid; border-color: #e5e5e5 #dbdbdb #d2d2d2; -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; box-shadow: rgba(0,0,0,0.3) 0 1px 3px; 
}

#lmenu {
	float: left;
	clear: left;
	margin: 5px 10px 10px 5px;
	padding: 10px 10px 10px 10px;
	line-height:13px;
	width: 127px;
	height: 750px;
	border-right-width: 1px; /*thin; */
	border-right-style: solid;
	border-right-color: #D7F0FF;
	background-color: #D7F0FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7F0FF;
}

#clockText {
	font-size: 11px;
}
.larticle {
	margin: 0 0px 5px 0;
	color:#467aa7;
}


.menublock{margin:0 0 10px 0px; font-size:0.85em;}
.menublock li{list-style:none; display:block; padding:1px; margin-bottom:1px;}
.menublock li a{font-weight:bold;}
/*.menublock li a:hover{text-decoration:none;}*/
.menublock li ul{margin:1px 0 1px 5px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}



#maintext {
	float:left;
	width:675px;
	margin: 10px 0px 10px 10px;
	font-size:0.9em;
}


#maintext li {
	margin: 0 0 10px 30px;	
}
	

#maintext dd{
	margin: 0 0 0 25px;
	padding:0.5em;
}

#content h1{
	display:block;
	margin: 0px 0 16px 0;
	color:#505050;
	line-height:30px;
	font-size:23px;	
}

#content h2{
	display:block;
	margin:0 0 16px 0;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#505050;
	line-height:22px;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}

#imgview {
	float:left;
	margin: 5px 0px 5px 0px;	
}

#extras {
	float: left;
	margin: 10px 5px 10px 0;
	width: 150px;
	text-align: center;
}

#extras select{
	font-size: 10px;
	font-family: Helvetica, sans-serif;	
}

#extras h2{
	font-size:18px;
}

#extras2 {
	float:left;
	width:160px;
	margin: 10px 0px 10px 10px;	
}


#footer {
	clear: both;
	width: 100%;
	font-size: 9px;
	text-align: right;
	color: #f0f0f0;
	background: #467aa7;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}


/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
small{font-size:0.75em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}


.box{
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}


/* button class */
.button{font-size:1em;background:#FFF url(/images/button-bg.png) repeat-x scroll left center;border:1px solid;cursor:pointer;-moz-box-shadow:0 1px 3px rgba(0,0,0,0.15);-moz-border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.15);-webkit-border-radius:5px;border-color:#DEDEDE #BBB #BFBFBF #DEDEDE;margin:0 0 1em;padding:.65em .75em}
.button:hover{border-color:#2C8AEF}
.button:active{border-color:#7FBCFF}

