﻿body {
	text-align:center;
	margin:0px;
}

#main {
	width: 802px;
}

#header {
	margin:0px;
	vertical-align:super;
	border:none;
}

#nav {
	text-align:left;
	border:none;
	height: 33px;
	float:left;
	position:relative;

}

#search {
	text-align:left;
	border:none;
	height: 33px;
	float:right;
	position:relative;

}



#content {
	background:url('../images/layout_bg.jpg') repeat-y 50% top;
	width:802px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#sidebar {
	vertical-align:top;
	width:180px;
	text-align:left;
	padding-left:25px;
	padding-right: 20px;
}

#text {
	vertical-align:top;
	width:550px;
	text-align:left;
	padding-left:10px;
	top: 20px;
}

#footer {
	background: url('../images/footer_bg.jpg') no-repeat 50% top;
	height: 39px;
	width:802px;
	vertical-align: bottom;
}

#footer p{
	color: #fff;
	font-size: 10px;
}

#footer a{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}


#copyright {
	float:left;
	position:relative;
	left: 25px;
	top: 15px;
}

#links {
	float:right;
	position:relative;
	right: 25px;
	top: 15px;
}


#demo{
	height: 226px;
	width: 555px;
	background: url('../images/demo_bg.jpg') no-repeat 50% top;
}

#demotext {
	float:left;
	position:relative;
	width:230px;
	left: 300px;
	top: 50px;
}

#demotext p{
	color: #fff;
}

#demofooter {
	float: left;
	position: relative;
	top: 70px;
	right: 0px;
}

#boxes {
	width: 555px; 
}

#faq {
	width: 545px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-weight: normal;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

a {
	color:#22466d;
	text-decoration:none;
}

a:hover {
	color:#7F7F7F;
	text-decoration:none;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3e3e3e;
	font-weight: bold;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#22466d;
	padding: 0px;
	margin-bottom: 5px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#3e3e3e;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 30px;
	margin-left: 1px;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #22466d;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #22466d;
	margin-bottom:2px;
}

span{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #22466d;
	margin-bottom:2px;
}



form{
	padding:0px;
	margin:0px;
}

input {
	vertical-align:middle;
}

img {
	border:none;
}


/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #nav {
	bottom: 4px;
	padding-bottom:0px;
  }

 
* html #search {
	bottom: 4px;
	padding-bottom:0px;
  }
  
  
/* End hide from IE5/mac */