@charset "utf-8";
/*


Developer Notes

Color Scheme:
Pantone / Color Name 		Tint		Hex				Usage
---------------------		----		-------			-----
5643C / Midnight Blue		100			003745			header background
5643C / Medium Blue			70			006677			h2, page titles

*/

 
/* ///////////////////////////

@import rules

/////////////////////////// */

@import url("reset.css");

/* ///////////////////////////

Global Overrides

/////////////////////////// */

body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #082839;
}

h1 {
	
}

h2 {
	margin-bottom: 1em;
	font: bold 160% "Century Gothic", Arial, Verdana, sans-serif;
}

h3 {
	margin-bottom: 7px;
	font: 16px "Century Gothic", Arial, Verdana, sans-serif;
	color: #D6A858;
	font-variant: small-caps;
}

h3 a{
	margin-bottom: 7px;
	font: 16px "Century Gothic", Arial, Verdana, sans-serif;
	color: #D6A858;
	font-variant: small-caps;
}

h4 {
	font: 18px "Century Gothic", Arial, Verdana, sans-serif;
	color: #EABE2F;
	font-variant: small-caps;
	min-width: 100px;
	float:left;
	font-weight: bold;
	padding-right:15px;
	height:40px;
}

h5 {
	font: 18px "Century Gothic", Arial, Verdana, sans-serif;
	color: #EABE2F;
	width:300px;
	font-variant: small-caps;
	float:left;
	font-weight: bold;
	padding-right:15px;
	border-bottom: 1px solid #EABE2F;
	margin-bottom: 7px;
}

p {
	margin-bottom: 1em;
}

/* ///////////////////////////

ID Declarations

/////////////////////////// */
#site {
	margin: 0 auto;
}


#header {
	height: 100%;
	width: 100%;
	background: #07344B;
	border-bottom: 2px solid #D6A858;
}

#header h1 {	
	margin: 0;
	padding: 40px 0 0px;
	text-align: center;
}

#masthead {
	height: 75px;
	width: 100%;
	background: #041f2e;
}

#masthead-container {
	width: 890px;
	margin: 0 auto;
	height: 75px;
}

#masthead2 {
	height: 170px;
	width: 100%;
	background: #041f2e;
}

.mainpics {
	padding: 0px;
	height: 170px;
	margin: 0 auto;
	text-align: center;
	width: 890px;
} 

#page {
	width: 880px;
	margin: 0 auto;
	background: #082839;
}

#content {
	width: 550px;
	/*color: #7B7B7B;*/
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

#article {
	padding: 15px;
	border: none;
	width:565px;
	float:left;
}

#sidebar {
	float: right;
	width: 255px;
	padding: 15px 0px;padding-top:10px;
	margin: 5px 0px;
}

/*#sidebar h3 {
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	color: #DAE0DC;
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}*/

#sidebar p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.sidebar-pics {
	margin: 5px 0px;
	float: left;
}

.sidebar-pics img {
	width: 50px;
	height: 50px;
	padding: 5px; padding-right: 10px;
	float: left;
}	

.sidebar-pics a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 245px;
	float:left;
	background-color: #092F43;
	cursor: default;
	text-decoration: none;
}

.sidebar-pics span {
	height:20px;
	margin-top: 22px;
	width:155px;
	float:left;
}	

.sidebar-pics a:hover {
	background: #08415C;
	color: #D6A858;
	text-decoration: none;
}

#footer {
	border-top: 1px solid #3C4841;
	width: 100%;
	margin-top:15px;
} 

#footer-nav {
	width: 880px;
	margin: 0 auto;
	color: #6B6B6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 5px 0;
}
	
#footer-nav a {
	color: #6B6B6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

#footer-nav a:hover {
	text-decoration: none;
	/*color: #9F9F9F;*/
	color: #FFF;
}

#footer-nav a.active {
	color: #DAE0DC;
}	

#go-web {
	width: 880px;
	margin: 0 auto;
	color: #6B6B6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
	
#go-web a {
	color: #6B6B6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

#go-web a:hover {
	text-decoration: none;
	/*color: #9F9F9F;*/
	color: #FFF;
}



/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
}

.no-margin, #content.no-margin {
	margin:0;
}

#content, .two-col, .three-col, .four-col, .five-col {
	float: left;
	margin: 0 0 10px 10px;
}

.two-col {
	width:47%;
	float:left;
	padding-left: 5px;
}	

.logo {
	width: 220px;
	height: 60px;
	color: #FFF;
	margin: 0 auto;margin-bottom: 10px;
	padding-top: 30px;
}

.grey-text {
	color: #B6B6B6;
}	

.page-titles {
	width: 600px;
	float: left;
	font-size: 18px;
	color: #FFF;
	margin-top: 15px; margin-left: 20px;
	font-family: "Century Gothic", Arial;
	letter-spacing: 3px;
}	

.page-backgrounds {
	width:265px;
	height:75px;
	float:right;
}	

.sidebar-content {
	width: 100%;
	padding: 10px;
	color: #FFF;
}	

.sidebar-categories-links {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
}	

.sidebar-categories-links a {
	color: #FFF;
	text-decoration: none;
	background: url(../../images/sidebar-links-bg.jpg) repeat-x;
	display:block;
	width: 230px;
	height: 40px;
	float: left;
	margin: 3px 0;
	cursor: default;
}

.sidebar-categories-links span {
	height:20px;
	margin-top: 12px;margin-left:7px;
	width:188px;
	float:left;
}	

.sidebar-categories-links img {
	width:30px;
	padding-top:5px;
	height:30px;
}	

.sidebar-categories-links a:hover {
	background: #08415C;
	color: #D6A858;
	text-decoration: none;
}

.sidebar-categories-links a#active2 {
	background: #04202E;
	color: #D6A858;
	text-decoration: none;
}

.sidebar-categories-links a.selected {
	background: #04202E;
	color: #D6A858;
	text-decoration: none;
}

.sidebar-sm-tn {
	width: 30px;
	height: 30px;
	float: right;
	margin-top:5px;margin-right:5px;
}	

.form-box {
	width: 400px;
	float: left;
	margin-left: 30px;
}

.label {
	width: 100px;
	float: left;
	text-align: right;
	margin-bottom: 7px;
}

.input {
	width: 250px;
	float: left;
	margin-left: 15px;
	margin-bottom: 7px;
}

.white {
	color:#FFF;
	font-weight: bold;
	line-height:14px;
	padding-top:4px;
}	

.white2 {
	color:#FFF;
}	

.project-slices {
	width: 500px;
	float: left;
	margin-left: 20px;
}

.project-text {
	width: 495px;
	float:left;
	margin: 10px 0;
	margin-left: 20px;
	overflow: auto;
}	

.project-text2 {
	width: 550px;
	height:250px;
	float:left;
	margin: 10px 0;
	margin-left: 20px;
}	

/*Project Show Hide Tabs */

.shadetabs{
	font: 14px "Century Gothic", Arial, Verdana, sans-serif;
	width: 500px;
	float: left;
	text-align: left;
	margin-left:30px;
}

.shadetabs ul{
	display: inline;
}

.shadetabs li{
	margin: 0;
	display: block;
	margin-right: 5px;
	padding:0;
}

.shadetabs li a {
	margin: 0;
	text-decoration: underline;
	margin-right: 5px;
	color: #7B7B7B;
	padding:0;
}

.shadetabs li a:hover, .basictab li a.current{
	color: #FFF;
}

.shadetabs li .active{
	color: #9F9F9F;
}


.shadetabs ul li a#active {
	color: #9F9F9F;
}

.shadetabs ul li a.selected {
	color: #9F9F9F;
}

#active {
	color: #9F9F9F;
}	

.tabcontainer {
	width: 550px; /*width of 2nd level sub menus*/
	height: 50px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	margin-bottom: 15px;
}

.tabcontainer2 {
	width: 550px; /*width of 2nd level sub menus*/
	height: 50px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	margin-bottom: 15px;
}

.tabcontent {
	display:none;
	height:375px;
	width: 550px;
	float:left;
}

.tabcontent2 {
	display:none;
	height:375px;
}

.tabcontent3 {
	display:none;
	height:520px;
	width: 550px;
	float:left;
}	

/* Shade Tabs for Master List */
.shadetabs2 {
	font: 14px "Century Gothic", Arial, Verdana, sans-serif;
	float: left;
	text-align: left;
}

.shadetabs2 ul {
	display: block;
	list-style: none;
}

.shadetabs2 li {
	margin: 0;
	display: block;
	margin-right: 5px;
	padding:0;
	list-style: none;
}

.shadetabs2 li a {
	margin: 0;
	text-decoration:;
	margin: 3px 0;
	color: #FFF;
	padding:0;
}

.shadetabs2 li a:hover {
	color: #E5BC2C;
}

.shadetabs2 li a:active{
	color: #E5BC2C;
}


.info-right {
	width:210px;
	float:left;
	text-align:left;
}	

.links {
	color: #7B7B7B;
}

.links a {
	color: #7B7B7B;
	text-decoration:underline;
	
}

.links a:hover {
	color: #FFF;
}			

.news-pics {
	padding: 4px;
	/*border: 2px solid #999;*/
}	

.titles {
	margin-bottom: 7px;
	font: 14px "Century Gothic", Arial, Verdana, sans-serif;
	color: #D6A858;
	font-variant: small-caps;
}




			
