/* CSS Stylesheet for random template     */
/* Site designed by Matthew D. McGee      */
/* Last updated 9/24/2006                 */

a {text-decoration: none;}

body {
	height: 100%;
	margin: 0;
	padding: 0;
/*background-image: url("img/main_background.png");*/
background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b9b9b;
}

img { margin: 0; padding: 0; border: none; }

/* General alignment definitions */

.left { float: left; }
.right { float: right; }
.center { text-align: center; }

/*=========================================*/
/*Main Container							   */
/*=========================================*/

#container {
	margin: 16px auto;
	width: 90%;
	background-image: url("img/content_background2.png");
}

/*=========================================*/
/*Header Stuff							   */
/*=========================================*/

#header {
	display: block;
	height: 156px;
		background: #eee url('img/logo.jpg') no-repeat left top;
		padding-right: 5px;
		text-decoration: none;

}

#header .title {
	font-size: 18px;
	font-family: arial;
	float: left;
	padding-top: 4px;
	padding-left: 8px;
	text-decoration: none;
	color: #ffffff;
}

#header .ems {
	float: right;

	
}


header .titleLeft {
	float: left;
	width: 24px;
	height: 144px;
	background-image: url("img/header_titleLeft.png");
}

header .titleMiddle {
	float: left;
	height: 144px;
	background-image: url("img/header_titleMiddle.png");
}

header .titlePad {
	
}

header .titleRight {
	float: left	;
	width: 8px;
	height: 144px;
	background-image: url("img/header_titleRight.png");
}

header .sideRight {
	float: right;
	width: 8px;
	height: 144px;
	background-image: url("img/header_sideRight.png");
}

/*=========================================*/
/*Navigation Stuff						   */
/*=========================================*/

#navigation {
	display: block;
	height: 32px;
	background-image: url("img/navigation_background.png");
	border-left: 1px solid #1a1f26;
	border-right: 1px solid #1a1f26;
}

#navigation .link {
	width: 128px;
	height: 32px;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url("img/navigation_link.png");
	background-position: 0 32px;
}

#navigation .linkCurrent {
	width: 128px;
	height: 32px;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url("img/navigation_link.png");
	background-position: 0 32px;
}

#navigation a {
	display: block;
	width: 100%;
	height: 24px;
	color: #647287;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding-top: 8px;
	background-image: url("img/navigation_link.png");
	background-position: 0 0;
}

#navigation .linkCurrent a { background-image: none; color: #8694A9; }

#navigation a:hover { background-image: none; color: #8694A9; }

#navigation .right
{
	float: left;
	width: 12px;
	height: 32px;
	background-image: url("img/navigation_linkRight3.png");
}

/*=========================================*/
/*Bottom Area Stuff						   */
/*=========================================*/

#bottomBox {
	background-image: url("img/content_background.png");
	background-position: top right;
	background-repeat: repeat-y;
	border-left: 1px solid #1a1f26;
	border-right: 1px solid #1a1f26;
	padding-top: 12px;
	
}

/*=========================================*/
/*Sidebar Stuff     					   */
/*=========================================*/

#sidebar { 
	width: 160px; 
	float: left;
	padding-right: 7px;
}
#sidebar a { color: #8694a9; text-decoration: none; }


#sidebar .top {
	width: 144px;
	height: 32px;
	background-image: url("img/sidebar_heading.png");
	float: right;

}

#sidebar .middle {
	width: 144px;
	background-image: url("img/sidebar_middle.png");
	float: right;
}

#sidebar .bottom {
	width: 144px;
	height: 4px;
	background-image: url("img/sidebar_bottom.png");
	background-repeat: no-repeat; /*stupid IE fix*/
	float: right;
	margin-bottom: 16px;
}


#sidebar h3
{
	font-size: 10px;
	color: #8694A9;
	text-align: center;
	margin: 5px 0;
}

#sidebar p
{
	padding: 0 4px;
	font-size: 11px;
	color: #6c747e;
}

#sidebar img {
	margin-top: 4px;
	margin-bottom: 2px;
	border: 1px solid #191e25;
	padding: 1px;
	background-color: #485363;
}

/*=========================================*/
/*Content Stuff     					   */
/*=========================================*/
	
#content {
	 
	margin-left: 160px;
	padding-left: 16px;
	padding-left: 16px;
}

* html #content { height: 0.01%; } /*IE6 Visual bug fix */
#contentEnd { clear: both; height: 0; } /* fixes problems when sidebar is larger than page's content*/

#content .divider {
	height: 2px;
	background-image: url("img/content_divider.png");
	background-repeat: repeat-x;
}



	

#content a { color: #a0b7d5; text-decoration: none; }
#content a:hover { color: #bbcee6; }
#content p { color: #a8adb3; }
#content ul { color: #979ca2;  }
#content li { margin: 4px 0; }

/*== Content Box =================================*/





#content .conBox { width: 100%; margin: 0 auto; padding: 0; border: 0; background-image: url("img/content_background.png"); margin-bottom: 16px; }






* html #content .conBox { width: 99% } /* stupid IE6 hack for width */
tr { padding: 0; margin: 0; }
td { padding: 0; margin: 0; }

#content .top {
	width: 100%;
	height: 32px;
	margin: 0 auto;
	background-image: url("img/content_topMiddle.png");
}

#content .contentHeading {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #5c6a7f;
	padding-bottom: 5px;
}



#content .topLeft {
	width: 12px;
	height: 32px;
	margin: 0;
	float: left;
	background-image: url("img/content_topLeft.png");
}

#content .topRight {
	width: 12px;
	height: 32px;
	margin: 0;
	float: right;
	background-image: url("img/content_topRight.png");
}

/*===============================================*/

#content .middle {
	width: 100%;
	margin: 0 auto;
	background-image: url("img/content_middleCenter.png");
}

#content .middleLeft {
	width: 12px;
	background-image: url("img/content_middleLeft.png");
}

* html #content .middleCenter { padding: 8px 0; } /* IE Visual Glitch Fix */

#content .pics {
	padding: 3px
}


#content .middleRight {
	width: 12px;
	background-image: url("img/content_middleRight.png");
}

/*===============================================*/

#content .bottom {
	height: 12px;
	width: 100%;
	margin: 0 auto;
	background-image: url("img/content_bottomMiddle.png");
}

#content .bottomLeft {
	width: 12px;
	height: 12px;
	background-image: url("img/content_bottomLeft.png");
	float: left;
}

#content .bottomRight {
	width: 12px;
	height: 12px;
	background-image: url("img/content_bottomRight.png");
	float: right;
}

/*=========================================*/
/*Footer Stuff      					   */
/*=========================================*/

#footer {
	height: 64px;
	background-image: url("img/footer_middle.png");
}

#footer .leftSide {
	width: 8px;
	height: 64px;
	background-image: url("img/footer_left.png");
	float: left;
}

#footer .middle {
	padding-top: 14px;
	text-align: center;
	color: #495566;
	font-size: 10px;
}

#footer .rightSide {
	width: 8px;
	height: 64px;
	background-image: url("img/footer_right.png");
	float: right;
}


#footer a { color: #5f6c80; text-decoration: none; }
#footer a:hover { color: #6b798e; }
