/* 
    AUTHOR: YOUR NAME HERE
            you@domain.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 12px Arial, Helvetica, sans-serif; }
ul { list-style: none inside; }
p { font: 12px; margin-bottom: 5px; color:#535353;  line-height: 20px; }
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;}
a:visited{text-decoration: none;}
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
	width: 935px;
	margin: 0 auto;
	overflow:hidden;
	
}

#page-wrap a{
	color: #036;
	text-decoration:none;
}

#page-wrap a:hover{
	color: #03F;
}
/*#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: 3px;
	border:1px solid #039;
}

.pic-format-left{
	float: left;
		padding: 3px;
	border:1px solid #039;
}


#top{
height: 107px;
width: 100%;
background: url(images/headerbg.jpg) repeat-x;
}

#top-main{
width: 937px;
margin: 0 auto;
background:url(images/tright.jpg) no-repeat;
background-position:right;

}

#logo{
	
	background-repeat: no-repeat;
	height: 80px;
	width: 387px;
	padding-top: 20px;
	
}


#logo a{
display: block;
width: 100%;
height: 100%;
text-decoration: none;
cursor: pointer; 
	
}

#top-link{
	float:right;
	width: 373px;
	height: 39px;
	margin-right: 38px;
	margin-top: 33px;

}

#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);
	height: 40px;

}
.chromestyle{
width: 960px;
margin: 0 auto;
height: 40px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-transform:uppercase;


}
.chromestyle a:hover{
	color: #369;
	background-color:#900;
	
}

.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: 12px 0;
margin: 0;
text-align: LEFT; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 12px 16px;
text-decoration: none;
}

.chromestyle li sa:link{
	color: #ffffff;
}
.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: #cccccc;/*THEME CHANGE HERE*/
color: #039;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
 /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #4c6da9;
width: 180px;
visibility: hidden;
font-size: 12px;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #455f8e; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #3f5681;
color:#CCC;
}

/*END MENU*/


/*SHOWCASE*/
#showcase{
	width: 100%;
	background: url(images/bg-center.jpg) repeat-x;
	overflow:hidden;
	padding: 10px 0 10px 0;
}

#showcasebox{
	margin: 0 auto;
	width: 912px;
	border: 4px solid #4c82c5;
	height: 242px;
}
#showcase2{
	width: 100%;
	background-color:#003366;
	padding-bottom: 10px;
	padding-top: 10px;
}

#showcasebox2{
	margin: 0 auto;
	width: 912px;
	height: 135px;
	
}

#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: #002672;
	height: 57px;
	border-bottom: 1px solid #252597;
	border-top: 1px solid #c0c0c0;

}
#footer-links{
	width: 900px;
	margin: 20px auto;
	
}
#footer-links-menu{
	width: 550px;
	float: left;
		color: #FFF;
}

#footer-links-disclaimer{
	width: 300px;
	float: right;
}

#footer2{
	height: 118px;
	background-color: #171717;
}

#footer2-content{
	width: 900px;
	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 Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
.sub2{
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #000;

}
.footerlinks {
	font: 11px;
	color: #3b3b3b;
}
.footerlinks a:link, .footerlinks a:visited{
	font: 11px Verdana, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;

}

.footerlinks a:hover{
	font: 11px Verdana, Geneva, sans-serif;
	color: #6CC;

}

.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;
}

.tagline{
	color: #0000c2;
	font: bold 16px "Helvetica LT Std", Arial, sans-serif;
}
.biggesttext{
	font: 25px "Helvetica LT Std", Arial, sans-serif;
	color:#336;
}
.biggertext{
	font: 24px "Helvetica LT Std", Arial, sans-serif;
	color:#336;
}

#right-bar{
	float: right;
	width: 200px;
	background: url(images/rightbarbg.jpg) repeat-x;

}

#left-contents{
	float: left; 
	margin: 10px;
	padding: 10px;
	width: 650px;
}

#left-contents ul{
	margin-left: 10px;
}

#left-contents li{
	list-style: disc;
	padding-left: 10px;
	line-height: 20px;
}
#contents3{ 
	margin: 10px;
	padding: 15px;
	width:900px;
}


#side-menu ul{
	width: 209px;
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
}

#side-menu li a:link, #side-menu li a:visited{
	display: block;
	list-style: url(images/bullet.jpg) inside;
	margin-left: 0px;
	border-bottom: 1px solid #97a0c2;
	text-transform: uppercase;
	width: 180px;
	padding: 10px;
	text-decoration: none;
	color: #336;
}

#side-menu li a:hover{
	display: block;
	list-style: url(images/bullet.jpg) inside;
	margin-left: 0px;
	border-bottom: 1px solid #97a0c2;
	text-transform: uppercase;
	width: 180px;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	background-color: #344ba1;
	
}

#side-menu-top{
	margin: 5px 0;
}

.gallerybutton{
	float: right;
	padding: 10px;
}
.text-white{
	color:#FFF;
	font-size:11px;
}

.text-gray{
	color: #999;
}

.page_titles{
	font: BOLD 18px "Lucida Bright", Georgia, "Times New Roman", serif;
	color: #06C;
}

.line hr{
	width:  100%;
	border-bottom: 2px dotted #06C;
	height:5px;
}

#achievement{
background: url(introduction/images/awards.jpg) no-repeat right bottom; overflow:hidden;
}

#pic_gallery_link{
	
}
/* END STRUCTURE */