@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
}
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
p, h1, h2 {
	margin-bottom:20px;
}
h3 {
	margin-bottom:10px;
}
#wrapper {
	width:100%;
	height:511px;
	margin:0 auto;
	position:relative;
	text-align:left;
	background:url(../../images/mastheadbg.gif) left bottom repeat-x;
}
#innerWrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
}
div#mastHead {
	margin:0 0 40px 0;
	width:100%;
	height:511px;
	float:left;
	position:relative;
	text-align:center;
}
/* This is the Container for the flash */
div#mastHead div#flash {
	background:url(../../images/window.png) top center no-repeat;
	width:1000px;
	height:411px;
	float:left;
}
div#mastHead img.logo {
	position:absolute;
	top:410px;
	left:320px;
}
div#container {
	margin:0 0 0 50px;
	width:900px;
	height:100%;
	float:left;
	position:relative;
}
div#container div#leftBar {
	width:150px;
	float:left;
	position:relative;
	border-right:1px solid #d7d3ce;
}
div#container div#leftBar ul {
	margin:0;
}
div#container div#leftBar ul li {
	list-style:none;
}
div#container div#middleContainer {
	padding:0 20px 0 20px;
	width:558px;
	float:left;
	position:relative;
}
div#container div#rightBar {
	padding:0 0 0 10px;
	width:140px;
	float:left;
	position:relative;
	border-left:1px solid #d7d3ce;
}
div#container div#rightBar img {
	margin:0 0 20px -10px;
}
div#bottomImage {
	width:1000px;
	margin:0 auto;
	position:relative;
	float:left;
}
div#footerGrass {
	margin:0 auto;
	padding:0 0 30px 0;
	width:100%;
	height:170px;
	background:url(../../images/interface_33.jpg) bottom left repeat-x;
	position:relative;
	text-align:center;
}
div#footerFluid {
	width:100%;
	height:100px;
	background:url(../../images/bg_footer.gif) left top repeat-x;
	position:relative;
	text-align:center;
}
div#footer {
	margin:0 auto;
	padding:20px 0 0 0;
	width:900px;
	height:80px;
	position:relative;
	text-align:left;
}
div#footer p {
	color:#fff;
	font-size:11px;
}
div#footer a {
	color:#fff;
	text-decoration:none;
}
div#footer a:hover {
	color:#cfd04f;
}
input {
	width:130px;
	margin:0 0 10px 0;
	border:1px solid #ccc;
}
input[type=checkbox]{
	width:50px;
	margin:0 0 10px 0;
	border:1px solid #ccc;
}
input.button {
	margin:0 10px 0 0;
	width:50px;
	float:right;
}
/* Specific Text Styling */


.bigText {
	font-size:16px;
	font-weight:bold;
}
.siteMap {
	width:450px;
	float:left;
}
.copyRights {
	width:450px;
	float:left;
	text-align:right;
}
/* Contact Form */

.cssform {
	float:left;
	position:relative;
}
form.cssform input, select {
	padding:2px 0 0 0;
	background:#fff;
	border:1px solid #ccc;
	height:16px;
	font-size:12px;
	
}
form.cssform textarea {
	width:100%;
	height:200px;
	background:#fff;
	border:1px solid #ccc;
	font-size:12px;
}
form.cssform fieldset {
	padding:15px;
	margin-bottom: 10px;
	border:1px solid #eee;
}
form.cssform fieldset legend {
	font-size:12px;
	font-weight:bold;
	color:#333;
}
form.cssform label {
	display: inline-block;
	line-height: 1.8em;
	vertical-align: top;
}
form.cssform fieldset ol {
	margin: 0;
	padding: 0;
}
form.cssform fieldset li {
	list-style: none;
	margin: 0;
	width:505px;
}
form.cssform label {
	width: 180px; /* Width of labels */
}
form.cssform label span.required {
	font-color:#f00;
	font-weight:bold;
}
form.cssform input.submit {
	width:200px;
	height:25px;
	font-size:16px;
	float:right;
}

/* FOOTER RANDOM IMAGES */
ul#randomImages {
	margin:0 auto;
	width:1000px;
	height:193px;
	position:relative;
	background:url(../../images/bottom_bg.png) center top no-repeat;
	text-align:center;
}
ul#randomImages li {
	margin:0 1px 0 0;
	list-style:none;
	padding:5px 5px 5px 6px;
	width:289px;
	display:inline;
	position:relative;
}
ul#randomImages li.img0 {
	position:absolute;
	top:17px;
	left:49px;
}
ul#randomImages li.img1 {
	position:absolute;
	top:17px;
	left:350px;
}
ul#randomImages li.img2 {
	position:absolute;
	top:17px;
	left:651px;
}
form.cssform fieldset ol#services {
	
	
}
form.cssform fieldset ol#services li{
	width:260px;
	float:left;
	display:inline;
	
}
form#newsletter input[type=text]{
	padding:2px 0 0 0;
	font-size:12px;
	height:16px;
}
