/* request form */
#requestform{ width:840px; margin-left:35px; background:#FFF; padding:20px; margin-top:15px;}
#requestform h2{
	padding: 10px 0 10px 25px;
	background: #c60;
	border: 1px #cccccc solid;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
#columnB #requestform{ width:150px; margin-left:-2px;  margin-top:-10px;  padding:2px; }
#columnB .request-h{ font-size:14px; background: #c60;}
/* validation */
/* validation */
span.error{
	border:1px solid #FF0000;
	font-size:10px;
	margin-left:10px;
	margin-bottom:-50px;
}

#emailInfo{
	display:none;
	color:#FF0000;
	border:none;
	position:absolute;
}
#serviceInfo{
	display:none;
	color:#FF0000;
	border:none;
	position:absolute;	
}
#fnameInfo{
	display:none;
	color:#FF0000;
	border:none;
	position:absolute;	
}
#phoneInfo{
	display:none;
	color:#FF0000;
	border:none;
	position:absolute;	
}
#codeInfo{
	display:none;
	color:#FF0000;
	border:none;
	position:absolute;	
}
#sent{
	display:none;
	float:right;
	padding-bottom:15px;
}

/** Common Styles */

body {
	margin: 10px 0 0 0;
	padding: 0;
	background:#336633 url('images/back.jpg') repeat-y top;
	line-height: 1.6em;
	text-align: justify;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;

}



h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h3{
font-weight: bold;
font-size:16px;
color:#336699;
}

h1{
	padding: 10px 0 10px 30px;
	background: #333333;
	border: 1px #cccccc solid;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	}
	

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #0193DE;
}

a:hover {
	text-decoration: none;
}

.bg1 {
	background-color: #ffffff;
}

#testimonials{
height: 100px;
}

.content {
	padding: 10px 30px 20px 13px;
}

#indent{
text-indent:30px;
}

/** HEADER */

#header {
	width: 960px;
	height: 205px;
	border-top: 4px solid #666666;
	border-left: 4px solid #666666;
	border-right:4px solid #666666;
	margin: 0px auto;
	background: url('images/image01.jpg') no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	text-align: right;
	margin: 0px;
	padding: 100px 70px 0px 0px;
	text-transform: uppercase;
	font-size: 42px;
	color: #000000;
}

#header h2 {
	margin: 0px;
	padding: 3px 50px 0px 0px;
	text-transform: uppercase;
	text-align: right;
	color: #000000;
}

#testimonials{
text-align: right;
}

/** MENU */
/*
#menu {
	width: 960px;
	height: 45px;
	border-left: 4px solid #666666;
	border-right: 4px solid #666666;
	margin: 0px auto;
	background-color: #ffffff;
	background: url(images/image02.jpg) no-repeat left bottom; 
	 
}

#menu ul {
	float: right;
	margin: 6px 30px 0px 50px;
	padding: 0px;
	background: #333333; 
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .3em;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
	/*height: 60px; */
	/* background: #000000 url('images/button.jpg') repeat-x top; 
		
		
} remember to put end comment after "top"*/

#headeroutline{
height:auto;

}

/** CONTENT */

#content-wrap {
	width: 960px;
	border-left: 4px solid #666666;
	border-right: 4px solid #666666;
	margin: -20px auto;
	background: #336633 url('images/contentwrap.jpg') repeat-x top !important ;
	padding:40px 0 50px 0;
	}


#content {
	width: 890px;
	
	margin: 0px auto;
	padding-top: 0px;
	/* background: #ff0000; */
	background: #336633 url('images/contentwrap.jpg') repeat-x top !important ;
}


#columnA {
	float: left;
	width: 650px;
	background: #ffffff;
}

#columnA2 {
	float: left;
	width: 880px;
	background: #ffffff;
	margin-top:20px;
}

#columnA h2 {
	padding: 10px 0 10px 30px;
	background: #333333;
	border: 1px #cccccc solid;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#columnA2 h2 {
	padding: 10px 0 10px 30px;
	background: #333333;
	border: 1px #cccccc solid;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#columnB {
	float: right;
	width: 230px;
}

#columnB h2 {
	padding: 10px 0 10px 25px;
	background: #333333;
	border: 1px #cccccc solid;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#columnB strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}

#flashoutline{
border: 2px solid #cccccc;
margin-top: 0px;
z-index:-1;
}

/** FOOTER */

#footer {
	width: 960px;
	height: 100px;
	border-left: 4px solid #666666;
	border-right: 4px solid #666666;
	border-bottom: 4px solid #666666;
	margin: 0px auto;
	background: #000000 url('images/footerBack.jpg') repeat-x top;
	font-size: 11px;
	color: #cccccc;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
	/*line-height:-1.6em;*/
}

#footer .copyright {
	float: left;
	margin: 30px 0px 0px 50px;
	padding-left: 20px;
	text-align: left;
	/*line-height:-1.6em; */
}

#footer .links {
	float: right;
	margin: 30px 50px 0px 0px;
	padding-right: 20px;
	text-align: right;
	line-height:-1.6em;
}

#footer .css {
	padding-left: 20px;
}

#footer .xhtml {
	padding-left: 20px;
}

#footer a {
color:#660099;
}

#footer a:hover{
color:#ffffff;
}
