@charset "UTF-8";
/* CSS Document */

* {
border: 0;
margin: 0;
padding: 0;
}

body {
background: #999;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
 input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}

.left { /* use this to align graphics left */
float: left;
margin-right: 10px;
}

.right { /* use this to align graphics right*/
float: right;
margin-left: 10px;
}

.center { /* use this to align graphics center */
text-align: center;
margin-bottom: 20px;
}

#container {
background: #013 url(../images/elements/header_bg.png) left top repeat-x;
border-left: solid 1px #013;
border-right: solid 1px #013;
margin: 0 auto;
text-align: left;
width: 900px;
}



#header {
height: 145px;
overflow: hidden;
width: 825px; /* +5px added to fix IE6- box problem */
}

	#header-logo {
	float: left;
	height: 115px;
	margin-top: 30px;
	text-align: center;
	width: 220px;
	}

	#header-wrap {
	float: left;
	overflow: hidden;
	text-align: center;

	}
	
	#header-nav {
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	width: 600px;
	}

			#header-nav ol {
			height: 60px;
			list-style: none;
			margin: 0 auto;
			text-align: center;
			width: 420px; /* reduce or increase by 100px per added or removed nav tab --> */
			}
			
			
			#header-nav ol li {
			background: url(../images/nav/header_bg_off.png) repeat-x;
			float: left;
			height: 60px;
			}
			
				#header-nav ol li.left-cap {
				background: url(../images/nav/header_bg_off_left.png) top left no-repeat;
				height: 60px;
				overflow: hidden;
				width: 10px;
				}
				
				#header-nav ol li.right-cap {
				background: url(../images/nav/header_bg_off_right.png) top right no-repeat;
				height: 60px;
				overflow: hidden;
				width: 10px;
				}
			
			#header-nav ol a {
			border-left: solid 1px #6d778a;
			border-right: solid 1px #424f68;
			color: #ccc;
			display: block;
			height: 50px;
			line-height: 70px;
			overflow: hidden;
			text-align: center;
			text-decoration: none;
			width: 98px;
			}
			
				#header-nav ol a.first {
				border-left: none;
				}
				
				#header-nav ol a.last {
				border-right: none;
				}
			
			#header-nav ol a:hover {
			color: #fff;
			text-decoration: none;
			}

			#header-title {
			padding-top: 22px;
			width: 600px;
			}
			
				#header-title div.left-cap {
				background: #ebecef url(../images/elements/title_bg_left.png) bottom left no-repeat;
				height: 45px;
				margin-left: -5px;
				overflow: hidden;
				width: 610px;
				}

				#header-title h1 {
				background: url(../images/elements/title_bg_right.png) bottom right no-repeat;
				font-size: 24px;
				font-weight: normal;
				height: 45px;
				line-height: 45px;
				overflow: hidden;
				text-align: center;
				width: 610px;
				}
#wrap {
overflow: hidden;
width: 820px;
}

	#sidebar {
	background: url(../images/elements/sidebar_cogs.jpg) left bottom no-repeat;
	border-right: solid 600px #e6e8eb;
	margin-right: -600px;
	color: #e6e7ea;
	float: left;
	min-height: 700px;
	width: 220px;
	}
		
		#sidebar-nav {
		font-size: 14px;
		font-weight: bold;
		line-height: 40px;
		margin-top: 5px;
		width: 220px;
		}
	
			#sidebar-nav ol {
			list-style: none;
			width: 220px;
			}
			
			#sidebar-nav ol li {
			height: 50px;
			width: 220px;
			}
			
			#sidebar-nav ol a {
			background: url(../images/nav/sidebar_bg_off_solid.png) repeat-x;
			color: #ccc;
			display: block;
			height: 50px;
			overflow: hidden;
			padding-left: 20px;
			width: 200px;
			text-decoration: none;
			}
			
			#sidebar-nav ol a:hover {
			color: #fff;
			text-decoration: none;
			}
			
		#sidebar p {
		font-size: 12px;
		line-height: 15px;
		margin: 5px 20px;
		}
		
		#sidebar blockquote {
		background: url(../images/elements/sidebar_blockquote.gif) no-repeat;
		color: #ccc;
		font-size: 14px;
		line-height: 20px;
		margin: 5px 10px;
		padding: 5px 10px 0px 25px;
		}
		
	#main {
	background: #e6e8eb;
	float: left;
	overflow: hidden;
	width: 600px;
	}
	
		#main-text {
		font-size: 12px;
		margin: 25px 50px;
		width: 500px;
		}
		
			#main-text p {
			color: #000;
			line-height: 20px;
			margin-bottom: 20px;
			text-align: justify;
			}
					
			#main-text h2 {
			color: #33415c;
			font-size: 16px;
			line-height: 20px;
			text-align: left;
			}
			
			#main-text h3 {
			color: #555;
			font-size: 14px;
			font-weight: normal;
			line-height: 20px;
			text-align: left;
			}
			
			#main-text a {
			color: blue;
			text-decoration: underline;
			}
			
			#main-text a:visited {
			color: blue;
			text-decoration: underline;
			}
			
			#main-text a:hover {
			color: red;
			text-decoration: underline;
			}
			
			#main-text ul, #main-text ol {
			line-height: 20px;
			margin-left: 30px;
			margin-bottom: 20px;
			}
			
			#main-text blockquote {
			line-height: 20px;
			margin: 0 15px 20px 15px;
			text-align: justify;
			}

#footer {
background: url(../images/elements/footer_bg.png) repeat-x;
height: 100px;
overflow: hidden;
width: 100%;
}

	#footer-content {
	background: url(../images/elements/content_bg_bottom.png) top left no-repeat;
	height: 40px;
	margin-left: 214px;
	overflow: hidden;
	width: 810px;
	}
	
		#footer-content p {
		color: #999;
		font-size: 10px;
		line-height: 60px;
		text-align: center;
		width: 600px;
		}
		
	#footer-nav {
	font-size: 10px;
	line-height: 10px;
	margin-left: 220px;
	text-align: center;
	width: 600px;
	}
	
		#footer-nav ol {
		margin-top: 10px;
		}
		
		#footer-nav ol li {
		display: inline;
		list-style: none;
		margin: 0 10px;
		}
		
		#footer-nav a {
		color: #ccc;
		font-weight: bold;
		text-decoration: none;
		}
		
		#footer-nav a:hover {
		color: #fff;
		text-decoration: none;
		}
		
		#footer-nav a:visited {
		color: #999;
		text-decoration: none;
		}
		
