/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
	font:11px/1.5 Helvetica, Arial, sans-serif;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}
 
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration: none;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}

fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  }
  
label {
  float:left;
  width:20%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  cursor:pointer;
  }

 
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
	margin: 5px;
}
 
textarea {
	line-height:1.25;
}


 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


.png {
	behavior: url('/js/iepngfix.htc'); 
}



/**** CUSTOM *****/

body {
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #b3e1ee;
}

h1 {
	padding:15px 0 10px 0;
	letter-spacing:-1px;
	font-size:2em;
	color: #3078b6;
}
 
h2 {
	padding:10px 0;
	letter-spacing:-1px;
	font-size:1.6em;
	color: #3078b6;
}
 
h3 {
	font-size:1.2em;
	font-weight:bold;
	color: #3078b6;
}

a:link, a:visited {
	color: #3078b6;
}

a:hover, a:active {
	color: #006699;
}

/* layout */
#outerwrap {
	width:800px;
	margin: 0 auto;
}
#innerwrap {

}
#header {
	margin: 0;
	padding: 0;
	height:135px;
	overflow: hidden;
}
	#logo {
		float:right;
		margin:30px 0;
		padding: 0;
		height: 75px;
	}
	#topnav {
		float:left;
		margin: 10px 0 0 0;
		height: 30px;
		padding: 0;
	}
		#topnav ul {
			white-space: nowrap;
			padding: 0;
			margin: 70px 0 0 0 ;
		
		}
		#topnav li {
			list-style-type: none;
			display: inline;
			font-weight: bold;
			color: #3078b6;
			font-size: 13px;
			padding: 0 7px 0 6px;
			line-height: 30px;
		}
			#topnav li a:link, #topnav li a:visited {
				color: #3078b6;
			}
			#topnav li a:hover, #topnav li a:active {
				color: #006699;
			}
	#banner {
		width:100%;
		height: 180px;
		clear: both;
		margin-top: 20px;
		border-top: 2px solid #7aa6cd;
		border-bottom: 2px solid #7aa6cd;
		padding: 0;
		margin: 0;
	}
		#banner h1 {	
			color: #ffffff;
			float: left;
			display: block;
			margin: 35px 0 0 10px;
			padding: 0;
			font-size: 24px;
			line-height: 28px;
			height: 121px;
			width: 451px;
			background-image: url(../images/h1.png);
		}
			#banner h1 span {
				display: none;
			}
		#bannerImg {
			float:right;
			margin-right: 10px;
			position: relative;
			top: 20px;
			height: 187px;
			width: 324px; 
		}

#outercontent {
	position: absolute;
	clear: both;
}
#content {
	overflow: hidden;
	width: 780px;
	margin: 20px 0;
	font-size: 12px;
	padding: 0 10px 0 10px;
}
h2#welcome {
	background-image: url(../images/welcome.png);
	background-repeat: no-repeat;
	width: 285px;
	height: 17px;
}
h2#welcome span {
	font-size: 14px;
	display: none;
}

	#leftcol {
		width:500px;
		float: left;
		padding-right:10px;
	}
		#vanbox {
			background-image: url('../images/vanbox.jpg');
			background-repeat: no-repeat;
			width: 497px;
			height: 127px;
		}
			#vanbox h2 {
				display: block;
				color:white;
				width: 270px;
				margin:  0 0 0 20px;
				padding: 20px 0 0 0;
				line-height: 1.1em;
			}
	#rightcol {
		width:260px;
		float:right;
				color: #3078b6;	
	}
		#conceptlogo {
			padding-top: 15px;
		}
	
#footer {
	border-top: 2px solid #7aa6cd;
	padding:10px 10px 0 10px;
	clear: both;
	font-size: 10px;
	margin-bottom: 30px;
	width:800px;
}
	#copyright {
		float:left;
		height: 20px;
		line-height: 20px;
	}
	#designed {
		float:right;
		text-align: right;
	}
	#designed img {
		position: relative;
		top: 4px;
	}

/* contact form */
#contactForm label {
	width: 60px;
}
#contactForm input.styled, #contactForm textarea {
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #3078b6;
	width:180px;;
	margin:0 0 10px 5px;
}

#contactForm #buttonImg{
	margin-left:186px;
}
#thankyou {
	font-weight: bold;
	display:none;
	margin-bottom: 10px;
	color: #006699;
}
#phpthankyou {
	font-weight: bold;	
	margin-bottom: 10px;
	color: #006699;
}
