/* 
    AUTHOR: YOUR NAME HERE
            you@domain.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 12px Tahoma, Geneva, sans-serif; }
ul { list-style: none inside; }
p { font: 12px; margin-bottom: 1.3em; color:#535353;  line-height: 24px; }
a { outline: none; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
a:link{color: #036; text-decoration:none;}
a:hover{color:#066; text-decoration: underline;}
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
	width: 800px;
	margin: 0 auto;
	padding: 24px;
	overflow:hidden;
	text-align:justify;
}

#page-wrap ul{
	list-style:disc;
	padding-left: 40px;
	list-style-position: outside;
}

#page-wrap li{
	font: 12px; 
	color:#535353;  
	line-height: 24px;
	margin-left: 20px;
}
.pic-format-right{
	float: right;
	padding: 20px;
}

.pic-format-left{
	float: left;
	padding: 20px;
}


#top{
height: 159px;
width: 100%;
background: url(images/topbg.jpg) repeat-x;
}

#top-main{
width: 937px;
margin: 0 auto;
background: url(images/topbg2.jpg) no-repeat;
background-position:right;

}

#logo{
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 159px;
	width: 387px;
}

#logo a{
display: block;
width: 100%;
height: 100%;
text-decoration: none;
cursor: pointer; 
	
}

#top-link{
	float:right;
	width: 173px;
	height: 39px;
	margin-right: 38px;
	background-color: #FFF;
}

#top-link a:link, #top-link a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004562;
	
}

#top-link a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	
}
/*MENU*/
#menu{
	width:100%;
	background:url(images/menubg.jpg) repeat-x;
}
.chromestyle{
width: 905px;
margin: 0 auto;
height: 52px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 15px;
text-transform:uppercase;

}
.chromestyle a:hover{
	color: #369;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 100%;
padding: 20px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #003f59;
padding: 13px 30px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x;
background-color: #eeeeee;/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
 /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
line-height:18px;
z-index:100;
background-color: #abd6e8;
width: 200px;
visibility: hidden;
font-size: 12px;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #84b4c7; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
color: #004562;
font-family: Tahoma, Geneva, sans-serif;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #bde3f3;
}

/*END MENU*/


/*SHOWCASE*/
#showcase{
	width: 100%;
	background-color: #eeeeee;
}

#showcasebox{
	margin: 0 auto;
	width: 905px;
}
#showcase2{
	width: 100%;
}

#showcasebox2{
	margin: 0 auto;
	width: 800px;
	height: 138px;
	
	

}

#showcase-icons ul{
	
}
#showcase-icons-text li{
display: block;
width: 300px;
padding: 15px 0 23px 60px;
margin-left: 20px;
text-align: left;
}
.iconstext{
	padding-left: 30px;
}
#showcase-icons-text li a:link, #showcase-icons-text li a:visited {
		font: 18px Tahoma, Geneva, sans-serif bold;
	color: #004562;
	text-decoration: none;
}

#showcase-icons-text li a:hover{
	color: #4aa0bd;
}
#boximage{
	width: 506px;
	float:right;
}


#footer1{
	width: 100%;
	background-color: #cbcbcb;
	height: 57px;
	border-bottom: 1px solid #bff2ff;
	border-top: 1px solid #c0c0c0;
}
#footer-links{
	width: 800px;
	margin: 20px auto;
}
#footer-links-menu{
	width: 380px;
	float: left;
}

#footer-links-disclaimer{
	width: 300px;
	float: right;
}

#footer2{
	height: 118px;
	background-color: #add9e4;
}

#footer2-content{
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;

}

#copyright{
	float:right;
	width: 370px;
}
/*text classes*/
.title{
	font:  16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2c467e;
}

.sub{
	font: 14px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #4163ac;
}

.footerlinks {
	font: 11px;
	color: #3b3b3b;
}
.footerlinks a:link, .footerlinks a:visited{
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;

}

.footerlinks a:hover{
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;

}

.footertext{
	font: 11px Tahoma, Geneva, sans-serif;
	color: #3b3b3b;
}

.maintext{
 font: 12px; margin-bottom: 1.3em; color:#535353;  line-height: 24px;	
}

#right-program{
	width: 300px;
	float:right;
}

#sitemap{
	width: 50%;

	padding: 10px;
}
#sitemap li{
	border-top: 1px dotted #CCC;
}



#sitemap a:link, #sitemap a:visited{
	color:#369;
	text-decoration:none;
}

#sitemap a:hover{
	color:#309;
}
/* END STRUCTURE */