@charset "UTF-8";
body {
	background-image: url(images/graphics/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #313131;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
a {
	text-decoration:none;
	font-weight:600;
	font-size: 11px;
}
a:hover {
	color:#FC6;
}
#container {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	position:fixed;
	top: 0;
	left: 0;
	padding: 50px 10px 0 50px;
	width: 800px;
	text-align: left;
	height: 61px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	margin-top: 108px;
	float: left;
	width: 100%;
	margin-left:20px;
}

#frontmainContent {
	margin-top: 120px;
	margin-left: 50px;
	float: left;
	width: 100%;
}
#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	width: 250px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
}

#contact-area textarea {
	height: 90px;
	width: 400px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #FF990C;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.2em;
}
#footer {
	position:fixed;
	clear: both;
	padding: 0 0px;
	width: 880px;
	margin-top: 530px;
	text-align: left;
	height: 100px;
}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.par {
	 
	padding-left: 80px; 
	float: left; 
	width: auto;	
	height: 400px;
}

.alt {
	width: auto;
	padding-left: 30px;
}
	
.caption-ts {
	padding-left: 35px;
	float: left;
	width: 150px;
	height: 400px;
	color: #FF990C;
	padding-top: 20px;
}

.about {
	padding-left: 35px;
	float: left;
	width: 500px;
	height: 400px;
	color: #FF990C;
	padding-top: 20px;
	font-size: 12px;
	line-height: 25px;
}

.aboutimage {
	padding-left: 35px;
	float: left;
	width: auto;
	height: 400px;
	padding-top: 13px;
}

.about li a {
	font-size:11px;
	color: #F90;
}

.caption {
	padding-left: 30px;
	padding-top: 170px;
	color: #404041;
	float: left;
	width: 200px;
	height: 230px;
	font-size: 20px;
}

#leftsider {
	padding: 0px 0 0 0px;
	float: left;
	width:50px; 
	}
p.secbot a{
	margin-top: -5px;
	border-bottom:none;
	background: no-repeat scroll left center;
	text-decoration:none;
	font-size:1.5em;
	color: #535353;
}

p.secbot a:hover {
	border-bottom:1px solid #000;
}
#logo {
	float:left;
	width:auto;
	margin-top: 10px;
}
#nav {
	float:right;
	width:auto;
	position: relative;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

#nav ul {
height:10px;
float:right;
}
#nav li {
text-align:center;
float:left;
display:inline;
width:auto;
}
#nav li a {
	font-size:11px;
	font-weight:400;
	display:block;
	padding-left:10px;
	padding-right:10px;
	border-bottom:none;
	color: #F90;
}
#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
	color:#FC6;
}
#navfooter {
	float:left;
	width:200px;
	padding-top: 20px;
}
#navfooter ul {
height:10px;
float:left;
}
#navfooter li {
float:left;
display:inline;
width:auto;
}
#navfooter li a {
	font-size:11px;
	font-weight:400;
	display:block;
	padding-left:10px;
	padding-right:10px;
	border-bottom:none;
	color: #F90;
}
#navfooter li a:hover, #navfooter li.current_page_item a, #navfooter li.current_page_parent a {
	color:#FC6;
}
.box {
	text-align: center;
	color: #FC3;
	}
