/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	font-family: Arial;
	font-size: 12pt;
	color: #464445;
	background-color: #032843;
	background-image: url(templates/images/body.jpg);
	background-repeat: repeat-x;
}

.clear {
	clear: both;
}

/*Instructions*/
.instructions {
	color:#175B00;
	font-weight:bold
}


/*Hold everything together*/
#page {
	width: 980px;
	margin: 0 auto 0 20px;
}



/*Header*/
#header {
	width: 257px;
	height: 110px;
	margin: 0 auto 0 0;
	background-image: url(templates/images/header.jpg);
	background-repeat: no-repeat;
}

.logo {
	width: 250px; 
	height: 100px;
	float: left;
	font-family: Arial, "lucida console", sans-serif;
	font-size: 22px;
	color: #FFFFFF;
}



/*Top Navigation*/
/*Dynamic Drive*/
#topnav {
	margin: 10px 0 30px 1px; 
	padding: 0;
	width: 700px; 
	height: 29px;
	float: left;
	list-style: none;
	font-size: 13px;
}

	*:first-child+html #topnav {
		margin: 10px 0 30px 0; 
		padding: 0;
		width: 700px; 
		height: 29px;
		float: left;
		list-style: none;
		font-size: 13px;
	}

#topnav li{
	float: left;
	margin-right: 15px;
	margin-left: 0px;
}

	*:first-child+html #topnav li {
		float: left;
	}

#topnav li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	padding: 0;
	height: 29px;
	line-height: 29px;
	text-align: center;
	cursor: pointer;	
}

#topnav li a strong{
	float: left;
	display: block;
	padding: 0 10px; 
}

#topnav li a:hover, #topnav li a:active{
	color: #4d9913;
	background: url(templates/images/nav-hover-left.gif) no-repeat bottom left;
	text-decoration: none;
}

#topnav li a:active strong, #topnav li a:hover strong{
	color: #4d9913;
	background: url(templates/images/nav-hover-right.gif) no-repeat right; 
}



/*Star the Left Column*/
/*
#left holds the sidebar and logo
*/
#left {
	width: 257px;
	float: left;
}

/*Start the sidebar*/
#sidebar {
	width: 229px;
	background: #fff url(templates/images/sidebar.gif) repeat-y;
	margin-left: 14px;
	padding: 0;
	float: left;
}

/*IE Sidebar Fix - IMPORTANT!
  Only to be used on this template when the
  sidebar is miss-aligned.
  
  
*:first-child+html #sidebar {
	margin-left: 34px;
}
*/


#sidebar p {
	padding: 7px 10px;
}

.blank {
	width: 183px;
	height: 358px;
	margin: 10px auto 0 auto;
	background: #000 url(templates/images/blank.gif);
}

	#sidebar p.details {
		padding-bottom: 0;
		color: #418411;
		font-weight: bold;
	}

/*Login Details*/
#login {
	width: 229px;
	color: #fff;
	height: 30px;
	background: #333 url(templates/images/h4-login.gif);
}

	#login h4 {
		margin: 0;
		padding: 5px 0 0 14px;
		font-size: 13px;
	}
	
	#sidebar form {
		width: 209px;
		margin: 10px auto 0 auto;
	}


/*Titles and paragraph styling*/		
.title {
	width: 229px;
	height: 44px;
	background: #333 url(templates/images/h4-general.gif);
}

	.title h4 {
		padding: 20px 0 0 14px;
		font-size: 13px;
		color: #fff;
	}
	
	

/*Start the Right Column*/
/*
#right holds the navigation and main content
*/
#right {
	width: 600px;
	float: right;
	margin-right: 120px;
	padding: 0;
}


.entry {
	float: left;
	width: 581px;
	background: #1472af url(templates/images/entry_bottom.gif) no-repeat bottom;
	padding: 0 0 14px 0;
	margin: 0 0 20px 0;
}

	.entry p {
		padding-top: 11px;
	}

	.title_center {
		background: url(templates/images/content-top-bg.gif) top left repeat-x;
		height: 43px;
	}
	
	.title_left {
		background: url(templates/images/content-top-left.gif) top left no-repeat;
		height: 43px;
	}
	
	.title_right {
		background: url(templates/images/content-top-right.gif) top right no-repeat;
		height: 43px;
	}

	.title_text h3 {
		padding: 14px;
		color: #FFF;
		font-size: 13px;
	}
	
.content {
	background: #fff;
	border-top: 1px solid #0b4e79;
	padding: 0 11px;
	margin: 0 4px;
}



/*Start the footer*/
#footer {
	background: #000 url(templates/images/footer.gif) repeat-x;
	height: 43px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}

#footer p {
	width: 500px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
}

#sidebar-end {
	width: 235px;
	float: left;
	height: 43px;
	background: #f0f0f0 url(templates/images/sidebar-bottom.gif);
	margin-left: 31px;
}