/* 

***********************************
GENERAL STRUCTURE
***********************************

*/
body {
	background-color: #001937;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 13px;
}

.site_header {
	height: 258px;
	width: 800px;
	padding: 0;
	margin: 0;
}

.panel_left {
	background-image: url(../images/bg_navBar.jpg);
	background-repeat: no-repeat;
}

.content {
	font-size: 11px;
	color: #33362E;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.sidebar {
	color: #E8EBED;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 10px;
	line-height: 17px;
}



/* 

***********************************
LINKS
***********************************

*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


div.nav_default a:link {
	color: #AAB399;
	text-decoration: none;
}
div.nav_default a:visited {
	text-decoration: none;
	color: #AAB399;
}
div.nav_default a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
div.nav_default a:active {
	text-decoration: none;
	color: #AAB399;
}


div.nav_active a:link {
	color: #AFB7A3;
	text-decoration: none;
}
div.nav_active a:visited {
	text-decoration: none;
	color: #AFB7A3;
}
div.nav_active a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
div.nav_active a:active {
	text-decoration: none;
	color: #AFB7A3;
}

div.sidebar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div.sidebar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
div.sidebar a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
div.sidebar a:active {
	text-decoration: none;
	color: #FFFFFF;
}



/* 

***********************************
NAVIGATION
***********************************

*/
.nav {
	margin-top: 14px;
	width: 185px;
}

.nav_default {
	font-size: 12px;
	height: 17px;
	padding-left: 15px;
	padding-top: 5px;
	border-bottom: 1px solid #000033;
}

.nav_active {
	font-size: 12px;
	height: 17px;
	padding-left: 15px;
	padding-top: 5px;
	border-bottom: 1px solid #000033;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
}



/* 

***********************************
HEADERS
***********************************

*/
h1 {
	font-size: 11px;
	color: #33362E;
	margin: 0;
}

.h2_divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFB7A3;
	padding-right: 10px;
	margin-bottom: 6px;
	margin-top: 10px;
}

h2 {
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	margin: 0;
	padding-left: 10px;
}

/* 

***********************************
TAB INFORMATION 
***********************************

*/
.panel_header {
	background-image: url(../images/panel_header.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 581px;
}

.panel_header_blue {
	background-image: url(../images/panel_header_blue.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 581px;
}

.panel_mid {
	background-image: url(../images/panel_mid.jpg);
	background-repeat: no-repeat;
	width: 581px;
}

.panel_footer {
	background-image: url(../images/panel_footer.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 581px;
}


/* 

***********************************
TAB INFORMATION 
***********************************

*/
.tab_footer {
	background-image: url(../images/tab_footer.png);
	background-repeat: no-repeat;
	width: 191px;
	height: 20px;
}

.tab {
	background-image: url(../images/tab_middle.png);
	background-repeat: repeat-y;
	width: 186px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 5px;
}

.tab_content {
	font-size: 11px;
	padding-right: 15px;
	padding-left: 10px;
	line-height: 20px;
	margin: 0px;
}



/* 

***********************************
IMAGES
***********************************

*/
.pix_sm {
	height: 125px;
	width: 175px;
	background-image: url(../images/bg_pix_sm.png);
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-top: 8px;
}



.tab_content_sub {
	font-size: 11px;
	padding-left: 0px;
	line-height: 20px;
	margin: 0px;
	color: #B5B5B5;
}
