@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-color:#3f3f3f;
	background-image:url(../images/background_main.gif);
	background-position:center;
	background-repeat:repeat-y;
	font-size:62.5%; /*** Sets all fonts to 10px to make resize calculations easy ***/	
}

a:active { /*** Removes dotted borders from links in Firefox ***/
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

#container {
	width:950px;
	margin:0 auto;
}

#header {
	width:950px;
	height:218px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

.top_nav a {
	padding:5px;
	position:relative;
}

#ivc {
	background-image:url(../images/background_ivc.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#1f1f1f;
	height:182px;
	padding:15px 50px 10px 50px;
	color:#c2c2c2;
	font-size:1.4em;
}

#ivc p {
	padding:0 0 10px 0;
	line-height:1.15em;
}

#ivc b {
	background-image:url(../images/ivc.jpg);
	border:solid 1px #f39a00;
	width:305px;
	height:172px;
	float:left;
	margin:0 15px 0 0;
	text-indent:-9999px;
}

#ivc a {
	color:#f39a00;
}

#ivc a:hover {
	background-color:#f39a00;
	color:#1f1f1f;
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
}

h2 {
	color:#323232;
	font-size:1.5em;
	font-weight:normal;
	border-bottom:solid 1px #f5ae33;
	clear:both;
	padding:20px 0 0 0;
}

h3 {
	color:#323232;
	font-size:1.4em;
	font-weight:normal;
	border-bottom:solid 1px #f5ae33;
	clear:both;
	padding:20px 0 0 0;
}

h4 {
	color:#323232;
	font-size:1.3em;
	font-weight:normal;
	border-bottom:solid 1px #f5ae33;
	clear:both;
	padding:20px 0 0 0;
}

#content {
	background-image:url(../images/background_content.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#f39a00;
	padding:35px 50px 25px 50px;
	font-size:1.3em;
	width:850px;
}

#content p {
	margin:10px 0 10px 0;
}

#content a {
	color:#1f1f1f;
}

#content a:hover {
	color:#f39a00;
	background-color:#1f1f1f;
	text-decoration:none;
}

#content ul {
	padding:10px 0 10px 30px;
	width:46%;
}

#content li {
	list-style-image:url(../images/li.gif);
	color:#fff;
}

.home_ul {
	padding:10px 0 10px 30px;
	float:left;
	width:46%;
}

.home_ul li {
	list-style-image:url(../images/li.gif);
	color:#fff;
}



#content .home_ul_02 {
	width:100% !important;
	padding-left:15px;
}

#content .home_ul_02 li {
	background:url(../images/li.gif) 0 2px no-repeat;
	list-style-image:none;
	list-style-type:none;
	margin:0;
	float:left;
	width:46%;
	_width:43.5%;
	padding:0px 15px 0 15px;
}	

#content .home_ul_02 li ul {
	padding:0;
	width:100%;
	padding:0 0 0 20px;
}

#content .home_ul_02 li ul li {
	list-style-type:none;
	list-style-image:none;
	color:#fff;
	width:100%;
	padding:0;
	background:none;
}


.backtotop {
	background-color:#f39a00;
}

.backtotop a {
	background-color:#1f1f1f;
	padding:3px 5px 3px 5px;
	margin:0 0 0 50px;
	color:#7d7d7d;
	text-decoration:none;
}

.backtotop a:hover {
	color:#f39a00;
}

#footer {
	width:950px;
	clear:both;
	height:36px;
	color:#818181;
	font-size:1.1em;
	text-align:center;
	padding:10px 0 0 0;
	background-image:url(../images/background_footer.gif);
}

#footer li {
	list-style:none;
	display:inline;
	margin:0 5px 0 5px;
}

#footer a {
	color:#818181;
	padding:0 2px 0 2px;
	text-decoration:none;
}

#footer a:hover {
	color:#1f1f1f;
	background-color:#f39a00;
}

.clear {
	clear:both;
}

	.contact_details, .contact_form {
		width:425px;
		float:left;
		}
		.contact_form {
			line-height:22px;
			}
		.contact_form label {
			width:150px;
			float:left;
			clear:left;
			}
		.contact_form input.txt, .contact_form textarea {
			float:left;
			width:200px;
			}
		.contact_form input.btn {
			float:left;
			clear:both;
			margin-left:150px;
			}

