/***********************************************************************
	GENERIC
************************************************************************/

body {
	background: url(../i/background.gif) top center repeat-x #fff;
	margin:0;
	padding:0;
	text-align:left;
	color:#333;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	font-size:11px;
	font-weight:normal;
}

a { 
	text-decoration:none;
	font-weight:bolder;
	color:#328aa4;
}

a:hover {
	color:#bed8d8;
}

/***********************************************************************
	LAYOUT
************************************************************************/

div#wrapper {
	width:998px;
	background: url(../i/back-wrapper.jpg) top center no-repeat;
	margin:auto;
}

div#header {
	width:928px;
	height:140px;
	color:#b1b1b1;
	font-size:11px;
	font-weight:normal;
	line-height:28px;
	background: url(../i/back-header.jpg) top right no-repeat;
	margin:auto;
}

div#nav {
	width:928px;
	height:50px;
	background: url(../i/back-nav.gif) top left repeat-x;
	margin:auto;
	padding:0;
}

div#home {
	width:928px;
	margin:auto;
	padding:0;
	background: #FFFFFF;
	color:#000;
}

div#main {
	width:928px;
	margin:auto;
	padding:0;
	background: #FFFFFF;
	color:#000;
}

div#main-pad {
	padding:20px 0px 10px 0px;
}


td#col1_1 {
	width:100%;
	padding:0;
}

td#col1_2 {
	width:500px;
	padding:0px 15px 0px 0px;
}
td#col2_2 {
	width:auto;
	padding:0px 0px 0px 15px;
}

td#col1_3 {
	width:200px;
	padding:0px 10px 0px 0px;
}
td#col2_3 {
	width:auto;
	padding:0px 10px 0px 10px;
}
td#col3_3 {
	width:200px;
	padding:0px 0px 0px 10px;	
}

div#footer {
	width:928px;
	height:75px;
	font-size:11px;
	color:#999;
	text-align:left;
	line-height:18px;
	margin:auto;
	padding:0;
}

div#footer-pad {
	padding:20px 20px 0px 20px;
}

div#footer a { 
	text-decoration:none;
	font-weight:normal;
	color:#999;
}

div#footer a:hover {
	color:#7483c2;
}

div#footer span.bloo{
	font-size:10px;
}
div#footer span.bloo a{
	font-weight:normal;
}
div#footer span.bloo a small{
	font-weight:normal;
	color:#999;
}
	

/***********************************************************************
	NAVIGATION
************************************************************************/

#nav ul {
	margin: 0;
	padding: 9px 0px 0px 0px;
	overflow: hidden;
	width: 100%;
}

#nav li {
	margin:0;
	padding:0;
	list-style: none;
	display:inline;
}

#nav li a {
	display:block;
	float:left;
	margin: 0px 1px 0px 0px;
	padding: 10px 16px 10px 7px;
	background:url(../i/nav-button-end.gif) top right repeat-y;
	color: #fff;
	font: bold 11px arial;
	text-decoration: none;
	line-height:12px;
}

#nav li span {
	float:left;
	background:url(../i/nav-button-back.gif) top left repeat-y;
}

#nav li a:hover {
	color:#fff;
}

#subnav ul{
	margin: 0;
	padding: 0;
}

#subnav li{
	display: inline;
	margin: 0;
	list-style-type: none;
}

#subnav li a{
	margin:0px 20px 0px 7px;
	padding:0;
	color: #999;
	font: bold 11px arial;
	text-decoration: none;
	line-height:12px;
}

#subnav li a:hover{
	color:#328aa4;
}


/***********************************************************************
	CONTENT
************************************************************************/

h1 {
	font-weight:normal;
	font-size:18px;
	line-height:28px;
	color:#1d439c;
}

h1 span{
	color:#000;
}

h2 {
	font-weight:normal;
	font-size:16px;
	line-height:24px;
	color:#1d439c;
}

h3 {
	font-style:bold;
	font-size:14px;
	line-height:18px;
}

h4 {
	font-size:12px;
	font-weight:normal;
	line-height:14px;
}

.img {
	border:none;
	padding:0;
	margin:0;
	line-height:0px;
	display:block;
}

.imgbor {
	border:none;
	padding:0;
	margin:0;
	line-height:0px;
	display:block;
	border:4px solid #f1f3f3;
}

.imgLeft {
	border:4px solid #f1f3f3;
	padding:0;
	line-height:0px;
	display:block;
	float:left;
	margin:10px 5px 5px 0px;
}

.imgRight {
	border:4px solid #f1f3f3;
	padding:0;
	line-height:0px;
	display:block;
	float:right;
	margin:10px 0px 5px 5px;
}

span.float-l {
	float:left;
}

span.float-r {
	float:right;
}

input#search {
	background:#FFFFFF;
	border:1px solid #9a9a9a;
}
input#submit {
	background:#FFFFFF;
	border:none;
}

div#news h2, div#news h3 {
	line-height:18px;
	margin:0;
}

fieldset table {
	border: 1px dashed #B2D9EC;
}

fieldset table tbody tr td {
	color: #01496B;;
	padding: 6px;
	border-top: 1px dashed #B2D9EC;
}

fieldset table tbody tr:hover td {
	background-color: #E0DAE5;
}

ul.list {
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	list-style:none;
	clear:both;
}

ul.list li {
	line-height:15px;
	padding:0px 0px 0px 15px;
	background: url(../i/bullet.gif) top left no-repeat;
}

ol.list {
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 30px;
	clear:both;
}

ol.list li {
	line-height:15px;
	padding:0;
}

.readMore {
	float:right;
	padding:1px 5px 1px 17px;
	background: url(../i/read-more.gif) left no-repeat #bed8d8;
	color:#fff;
}

.contentBox {
	width:auto;
	padding:10px 20px 20px 20px;
	margin:0px 0px 20px 0px;
	background-color:#f1f3f3;
	border:1px solid #e8efef;
	overflow:hidden;
}

.contentBoxDivide {
	width:auto;
	height:1px;
	background-color:#e8efef;	
}

div#testimonial {
	width:auto;
	padding:10px 20px 20px 20px;
	margin:0px 0px 20px 0px;
	background-color:#f1f3f3;
	border:1px solid #e8efef;
	overflow:hidden;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

form {
	width:auto;
}

form fieldset { 
	padding:10px;
	/*background: url(../i/back_form.gif) bottom repeat-x #f2faff;*/
}

legend {
	padding: 2px 50px 2px 50px;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #aaa;
	position:absolute;
	margin-top:-2px;
	top:-15px;
	background:#FFFFFF;
}

label {
	float: left;
	width:15%;
	text-align:right;
	line-height:14px;
	padding-top:4px;
	padding-right:10px;
}

form fieldset div {
	margin-bottom: 5px;
	padding: 0;
	display: block;
	clear: both;
}

fieldset div input, fieldset div textarea  {
	width: 225px;
	color: #333;
	font-weight: normal;
	border: 1px solid #aaa;
	padding: 1px;
	background-color:#FFFFFF;
}

fieldset div textarea.single {
	height:15px;
	line-height:15px;
}

fieldset div select {
	padding: 1px;
	background-color:#FFFFFF;
}

fieldset div.multi input {
	width: auto;
	border: 0;
	background-color:#FFFFFF;
}

div.multi label { height: 22px }

div.req label { font-weight: bold }

div.req label:before, div.req p:before {
	content: "* ";
	color:#666ee6;
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

div.submit input {
	border: 1px solid #aaa;
	padding: 0px 10px;
	background-color:#fff;
	color: #133e7e;
	width: auto;
	font-weight: bold;
	font-size:12px;
}
