body {
	background: url('../img/bg-body.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 19px;
	color: rgb(85, 85, 85);
	font-size: 14px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	margin: 0px auto;
	min-height: 100%;
	position: relative;
	width: 1000px;
	padding: 0px;
	background-color: rgb(255, 255, 255);
}

#header {
	width: 1000px;
	float: left;
	padding: 0px;	
	background-position: left top;
	height: 130px;
}

#logo {
	width: 400px;
	float: left;
	padding: 20px 0px 0px 70px;
	margin: 0px;
}

#call {
	color: rgb(56, 56, 56);
	padding: 30px 55px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: right;
	width: 350px;
	float: right;
}

#links {
	color: rgb(56, 56, 56);
	margin: 0px;
	text-align: right;
	width: 350px;
	float: right;
	padding: 0px 50px 0px 0px;
}

#links ul, #main ul {
	margin: 0;
	padding: 0;
	list-style-type: none outside none;
	list-style-image: none;	
}

#links li, #main li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
}

#links a:hover {
	color: rgb(0, 51, 152)
}

#links a, #links p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding: 10px 5px !important;
	margin: 0px;
	text-align: right;
	color: rgb(0,0,0);
}
		
#main {
	width: 950px;
	
	float: left;
	padding: 0px 25px 30px;
}
	
#nav {
	width: 950px;
	height: 45px;
	background: url("../img/bg-nav.png");
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	margin: 15px auto 1px;		
}
	
#nav a {
	color: rgb(255, 255, 255);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	font-style: normal;
	float: left;
	display: block;
	padding: 12px 16px 12px 17px;
	text-decoration: none;
}

#main ul {
	font-size: 13px;
	color: rgb(85,85,85);
	line-height: 25px;
	list-style: none outside none;
	text-align: left;
	padding: 0px 5px 0px 36px;
}

#main li {
	text-align: left;
	padding: 0px 0px 10px 25px;	
	background: url('../img/li4.png');
	background-repeat: no-repeat;
	background-position: left top;		
}

#links li {
	background: none;	
}

#nav li {
	background: none;	
}

#main-holder {
	padding-top: 5px;
	width: 650px;
	float: left;
}

#main-holder h1 {
	font-size: 19px !important;
	line-height: 28px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	padding: 15px 15px 20px !important;
	background: url("../img/bg-bigger.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: rgb(234, 247, 248);
	margin-bottom: 20px !important;
	color: rgb(13, 66, 111);
	text-align: left;		
}

#main h2 {
	font-size: 12px 
	text-align: left;
	color: rgb(13, 66, 111);
}

#main-right {
	padding: 15px;
	padding-top: 15px;
	width: 270px;
	float: left;
}

#main-right ul {
	text-align: left;
	list-style-position: ; 
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#main-right li {
	text-align: left;
	list-style-position: outside; 
	list-style-type: none;
	list-style-image: none;
}

#main h4 {
	font-size: 11px 
	background-position: left bottom;
	color: #104E8B;
	text-align: left;		
}	

#main p {
	font-size: 12px;
}

#main p.big {
	font-size: 14px;
}

#main p.small{
	font-size: 10px;
}

#footer {
	width: 850px;
	float: left;
	padding: 20px 75px 0px;
	background: rgb(239, 239, 239);
	background-repeat: no-repeat;
	font-size: 10px;
	padding-bottom: 20px;
}

#footer-left {
	width: 185px;
	padding: 0px 20px 0px 0px;
	float: left;
}

#footer-right {
	width: 285px;
	padding: 0px 20px 0px 0px;
	font-size: 12px;
	float: left;
}

#copyright {
	width: 285px;
	padding: 90px 0px 0px;
	float: right;
	text-align: right;
}

#TabBox {
	width: 650px;
	float: left;
	padding: 0px;
	margin: 0px;
	
}

#TabBox li {
	font-size: 12px;
	color: rgb(56, 56, 56);
	background: url('../img/li4.png');
	background-repeat: no-repeat;
	background-position: left top;	
	
}

#demoform {
color: rgb(85, 85, 85);
margin: 0px;
padding: 20px 0 0 20px;
background-color: rgb(238, 238, 238);
font-size: 12px;
width: 650px;
background-repeat: no-repeat;
}
	
.formcol1 {
	float: left;
	WIDTH: 30%;
	}
	
.formcol2 {
	float: left;
	WIDTH: 70%;
	padding-bottom: 1em;
	}	
	
.formrow {
	height: 350px;
	WIDTH: 100%;
	}
	