body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-image: url(../images/background-image.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#header {
	background-image: url(../images/header-background-backend.jpg);
	background-repeat: repeat-x;
	height: 350px;
	background-color: #000000;
	clear: left;
}

#header-interior {
	background-image: url(../images/header-background-backend.jpg);
	background-repeat: repeat-x;
	height: 90px;
	background-color: #000000;
	clear: left;
}

#header-content {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header-content p, h3 {
	color: #FFFFFF;
}
#navigation-wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header-backend-content h1 {
	float: left;
}
#content-left {
	width: 220px;
	float: left;
	padding-right: 10px;
	padding-left: 30px;
}
#header-left {
	float: left;
	width: 220px;
	text-align: right;
	padding-left: 50px;
	padding-right: 20px;
	color:#FFFFFF;
	font-size: .8em;
}


#header-right {
	margin-top: 17px;
	float:left;
		
		text-align:right;
		border: #694417 solid 1px;
		

}



#header-left p {
	font-size: .8em;
}

#header-right p {
	font-size: .8em;
	margin:0;
	padding:0;
}
#content-right {
	float: left;
	width: 660px;
	margin: 50px 0 0 0;
	padding: 0 10px 0 30px ;

}
#content-wrapper {
	width: 960px;
	margin: 0 auto 50px auto;
}
#footer {
	width: 940px;
	margin: 100px auto 50px auto;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer p {
	font-size: .7em;
}
#footer .copyright   {
	font-size: 0.6em;
}
legend, h2 {
	font-size: 1.7em;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #b57523;
	text-transform: uppercase;
	margin: 0px;
	display: inline;
	padding: 0 50px 0 0;
	padding-left: 0px;
	font-weight: normal;
}


.clear {
	clear: both;
}
a {
	color: #000000;
}
#nav {
	width: 670px;
	float: left;
	margin-top: 178px;
	height: 22px;
}

h3 {
color:#000000;
margin: 1.5em 0 0 0;
font-size: 1.5em;
}

#calldate h3 {
display: inline-block;
padding: 10px;
margin: 1em 0 0 0;
color:#FFFFFF;
background-color:#000000;
border:#000000 solid 1px;
}

#calldate a {
display: inline-block;
padding: 10px;
margin: 1em 0 0 0;
color:#000000;
background-color:#b57523;
text-decoration:none;
font-weight:bold;
border:#000000 solid 1px;

}

#calldate a:hover {
display: inline-block;
padding: 10px;
margin: 1em 0 0 0;
color:#FFFFFF;
background-color:#000000;
text-decoration:none;
font-weight:bold;
}

#googlemap {
border:#000000 solid 1px;
width:400px;
}

/* Navigation */

#navigation {
	list-style : none;
	padding-left : 0em;
	margin-left : 0;
	overflow : hidden;
	margin-top : 0em;
	}

#logo {
	width: 290px;
	float: left;
}
.row {
	padding: 7px;

}

#navigation li {
	margin: 0; 
	padding: 0;
	display:inline;
	list-style:none;
	}

#navigation a {
	float: left;
	display:inline;
	border:none;
	outline:none;
	overflow: hidden;
	height: 0px !important;
	height /**/:22px; /* for IE5/Win only */
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	
#navigation a:hover, #navigation a.hover {
	background-position: 0 -40px;
	}

	
#registration a  {
	width: 126px;
	background-image: url(../images/nav_registration.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#profile a {
        width: 80px;
	background-image: url(../images/nav_profile.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#in-production a  {
	width: 145px;
	background: url(../images/nav_in-production.png) top left no-repeat;
	}

#resume a  {
	width: 92px;
	background: url(../images/nav_resume.png) top left no-repeat;
	}
	
#contact a  {
	width: 99px;
	background: url(../images/nav_contact.png) top left no-repeat;
	}	
	
#faq a  {
	width: 59px;
	background: url(../images/nav_faq.png) top left no-repeat;
	}	

#login a  {
	width: 94px;
	background: url(../images/nav_login.png) top left no-repeat;
	}
#logout a  {
	width: 94px;
	background: url(../images/nav_logout.png) top left no-repeat;
	}	
	
	
	/* End Navigation */
#faqs p {
margin-top:0;
}

#faq-list {
margin:20px 0;
padding:0;
}

#faq-list li {
	font-size: .8em;
	list-style-type: none;
}

#contactinfo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.smallertext {
 font-size: .8em;
}

