/*Reset Styles!*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear:both;
	}
	
p {
	margin:10px 0;
	}
	
a {color:#014293; }	
a:hover {color:#333;}

h1, h2 ,h3 {
	
	}
	
h1 {font-size:280%;}
h2 {font-size:175%;}
h3{font-size:130%;}

em {
	font-style:oblique;
	font-weight:bold;
	}
	
strong {
	font-weight:bold;
	color:#014293;
	}
	
blockquote {
	margin:50px;
	}
	
body {
	background:#cdcdcd url(../images/bg.gif) repeat-x;
	color:#7d7c7c;
	font:12px arial, sans-serif;
	line-height:1.3;
	}
	
.container {
	margin:0 auto;
	position:relative;
	width:850px;
	}	
	
#wrap {
	float:left;
	width:850px;
	background:#f6f6f6;
	}
	
ul#nav {
	float:left;
	width:850px;
	background:url(../images/navbg.gif) repeat-x;
	margin:0;
	}
	
ul#nav li {
	float:left;
	background:url(../images/sep.gif) right center no-repeat;
	padding:0 30px;
	/*margin:0 10px 0 5px;*/
	}

ul#nav li a {
	color:#fff;
	text-decoration:none;
	padding:10px 0;
	float:left;
	font-size:14px;
	line-height:16px;
	}
	
ul#nav li a:hover, ul.nav1 li a.one, ul.nav2 li a.two, ul.nav3 li a.three, ul.nav4 li a.four {
	font-weight:bold;
	}
	
#left {
	float:left;
	width:632px;
	background:#f6f6f6;
	}
	
#left #header {
	float:left;
	width:612px;
	background:#2c2d2d url(../images/headerbg.gif) left top repeat-x;
	padding:10px;
	}
	
#left #header h1 {
	float:left;
	font-size:13px;
	color:#bddfe8;
	width:300px;
	border-right:1px dashed #6c6c6d;
	}
	
#left #header h1 a {
	font-size:20px;
	color:#6cbacd;
	text-decoration:none;
	}
	
#left #header h1 img {
	float:left;
	margin-right:10px;
	}
	
#left #header h2 {
	float:right;
	font-size:13px;
	color:#bddfe8;
	width:275px;
	text-align:right;
	}
	
#left #header h2 strong {
	font-size:20px;
	color:#6cbacd;
	}
	
.title {
	background:url(../images/titlebg.gif) repeat-x;
	padding:4px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	}
	
h1, h2, h3, h4, h5 {
	font-size:16px;
	color:#014293;
	font-weight:bold;
	}
	
#left .services {
	float:left;
	width:202px;
	}
	
#left .services ul {
	margin:10px 0 10px 0;
	}

#left .services ul li {
	border-bottom:1px solid #f3f3f3;
	margin:8px 0;
	padding:4px 5px;
	}
	
#left .services ul li a {
	background:url(../images/bullet.gif) left 2px no-repeat;
	padding-left:25px;
	font:bold 12px verdana, arial, sans-serif;
	text-decoration:none;
	color:#333;
	}
	
#left .services ul li a:hover {
	color:#7ec9d8;
	}
	
p.review {
	color:#014293;
	font-size:11px;
	margin:15px 10px;
	}
	
p.review a {
	color:#014293;
	font-weight:bold;
	}
	
#left .content {
	float:left;
	width:429px;
	margin-left:1px;
	}
	
#left .content p {
	margin-right:10px;
	}
	
.content p.cta {
	background:#63959e;
	color:#fff;
	text-align:center;
	padding:10px;
	font-size:15px;
	font-weight:bold;
	margin-top:15px;
	}
	
.content p.cta strong, .content p.cta a {
	color:#fff;
	}
	
.content p.cta strong {
	font-size:22px;
	}
	
.content ul {
	margin:8px 15px;
	}
	
.content ul li {
	margin-left:10px;
	list-style-type:disc;
	}
	
#right {
	float:left;
	width:218px;
	background:#f6f6f6;
	}
	
#right form {
	float:left;
	background:#cdcdcd url(../images/formbg.gif) repeat-x;
	width:218px;
	}
	
#right form label {
	float:left;
	width:70px;
	color:#fff;
	margin-bottom:4px;
	margin-top:4px;
	margin-left:5px;
	}
	
#right form input, #right form textarea {
	float:left;
	width:130px;
	margin-bottom:4px;
	margin-top:4px;
	}
	
#right form input.submit {
	float:right;
	width:auto;
	height:auto;
	margin-right:8px;
	}
	
#right p.contact {
	background:#2c2d2d url(../images/headerbg.gif) left top repeat-x;
	float:left;
	clear:both;
	width:198px;
	margin:0;
	padding:10px;
	color:#fff;
	}
	
#right p.contact strong {
	color:#6cbacd;
	font-size:28px;
	}
	
#right p.partners {
	background:#eaeaea;
	margin:0;
	}
	
#footer {
	float:left;
	width:830px;
	background:#72c2d3 url(../images/footerbg.gif) repeat-x;
	color:#fff;
	text-align:center;
	padding:10px;
	font-size:11px;
	}
	
#footer ul, #footer p {
	margin:0;
	}

#footer ul {
	position:relative;
	margin:0 auto;
	width:830px;
	text-align:center;
	}

#footer ul li {
	display:inline;
	margin:0 5px;
	}
	
#footer a {
	color:#fff;
	}

img.float-left {
	float:left;
	margin:0 5px 5px 0;
	}
	
img.float-right {
	float:right;
	margin:0 0 5px 5px;
	}	
	
.jsvalidation{
	float:left;
	clear:both;
	width:180px;
	font: 11px arial, sans-serif; 
	margin-left: 0px; 
	color: #fff;
	font-weight:bold;	
	background:transparent; 
	text-align: left; 
	padding:0 10px 5px 10px;
}
