/* Name Here
/* - - - - - - - - - - - - - - - - - - - - */
/*
	-> Default
	-> Typography
	-> Structure
*/

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/background_basement.jpg) no-repeat top #000;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography */
p {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 1.6em;
	color: #575759;
	font-family: Arial, sans-serif;
}
a {
	color: #1c6d92;
}
/* Sructure */
#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	
}
#header {
	width: 100%;
	height:180px;
}
#header span {
	float: right;
	padding: 10px;
	color: #fff;
}
	#header span a {
		color: #fff;;
	}
#header #logo {
	width: 208px;
	height: 105px;
	/*background: url(../images/logo2.jpg) no-repeat;*/
	display: block;
	text-indent: -999999px;
	float: left;
}
#header #nav {
	clear: both;
	list-style: none;
	padding-top: 3px;
}
#header #nav li {
	float: left;
	display: block;
}
#header #nav li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	margin-bottom: 18px;
}
#header #nav li a:hover {
	background: url(../images/nav-hover.gif) repeat-x top;
}
#banner {
	width: 799px;
	height: 191px;
	background: url(../images/banner.jpg) no-repeat left;
	display: block;
	margin: 20px 0;
	clear: both;
}
	#banner h2 {
		color: #fff;
		padding: 20px;
		padding-bottom: 0;
		font-size: 24px;
	}
	#banner p {
		width: 500px;
		padding: 20px;
		padding-top: 10px;
		color: #fff;
		font-size: 14px;
	}
#sidebar {
	width: 280px;
	float: left;
	padding: 20px;
	margin-right: 10px;
	clear: left;
}
	#content #icon1 {
		padding: 10px;
		padding-left: 50px;
		background: url(../images/icon1.jpg) no-repeat left;
		border-right: 1px dotted #ccc;
	}
	#content #icon2 {
			padding: 10px;
			padding-left: 50px;
			background: url(../images/icon2.jpg) no-repeat left;
			border-right: 1px dotted #ccc;
	}
	#sidebar #icon1 {
		padding: 10px;
		padding-left: 50px;
		background: url(../images/icon1.jpg) no-repeat left;
		border-right: 1px dotted #ccc;
	}
	#sidebar #icon1 h2 {
		color: #1c6d92;
		font-size: 16px;
		font-weight: lighter;
	}
	#sidebar #icon1 h4 {
		color: #666;
		font-size: 13px;
		font-weight: lighter;
	}
	#sidebar #icon2 {
		padding: 10px;
		padding-left: 50px;
		background: url(../images/icon2.jpg) no-repeat left;
		border-right: 1px dotted #ccc;
	}
	#sidebar #icon2 h2 {
		color: #1c6d92;
		font-size: 16px;
		font-weight: lighter;
	}
	#sidebar #icon2 h4 {
		color: #666;
		font-size: 13px;
		font-weight: lighter;
	}
	#sidebar ul {
		list-style: none;
		padding-left: 30px;
	}
	#sidebar ul li a {
		padding: 8px;
		padding-left: 20px;
		text-decoration: none;
		color: #317da3;
		display: block;
		background: url(../images/arrow.jpg) no-repeat left;
	}
#content {
	width: 650px;
	float: left;
	
}
#content-sub {
	width: 600px;
	height: 600px;
	float: left;
}
#content h2 {
	font-size: 18px;
	letter-spacing: -1px;
	color: #666;
}
	#content  p {
		padding: 16px 0;
	}
#footer {
	clear: both;
	background: url(../images/footer.jpg) repeat-x top;
	padding-top: 10px;
}
#footer div.about {
	width: 285px;
	padding: 10px;
	float: left;
}
#footer div.about h2 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
	#footer div.about  p {
		padding: 16px 0;
	}
#footer div.faq {
	width: 440px;
	float: left;	
	padding: 10px;
}
#footer div.faq h2 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
	#footer div.faq  p {
		padding: 16px 0;
	}
#footer div.faq ul {
	width: 440px;
	display: block;
}
#footer div.faq ul li {
	list-style: none;
	
}
	#footer div.faq ul li a {
		list-style: none;
		width: 200px;
		float: left;
		padding: 5px;
		color: #1c6d92;
		background: url(../images/check.jpg) no-repeat left;
		text-decoration: none;
		font-weight: bold;
		padding-left: 25px;
	}
div.footer {
	clear: both;
	padding: 10px;
	border-top: 1px dotted #ccc;
	text-align: center;
}

/* Forms */

form {
	padding: 20px;
	float: left;
	width: 475px;
	padding-top: 0px;
	

}
form label {
	font-size: 16px;
	color: #000;
	padding: 8px 0;
	padding-top: 15px;
	display: block;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
}

form div input[type=text] {
	border: 1px solid #999;
	padding: 3px;
	
}

form div input[type=radio] {
	border: none;
	padding: 3px;
	color: #666;
	font-size: 16px;
}
form div textarea {
	border: 1px solid #999;
	height: 100px;
	padding: 3px;
	font-size: 14px;
	color: #000;
	font-family: Arial, sans-serif;
}

form div select {
	border: 1px solid #999;
	padding: 4px;
	width: 250px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


a.button {
	width: 70px;
	height: 16px;
	background: url(../images/button.jpg) no-repeat;
	display: block;
	padding: 5px;
	padding-left: 28px;
	font-size: 12px;
	color: #555;
	margin: 20px 0;
	margin-right: 20px;
	float: left;
	text-decoration: none;
}