/* CSS Document */

*{ margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

a{ text-decoration:none;
	outline:none;
	/*color:#b68550;*/
}

element {
	cursor: pointer;
	cursor: hand;
}

img{ border:0px;
		
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body{ margin:0px auto;
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	background: url(../images/bg.jpg) repeat-x #fff;
	color:#333;
}

.top { background:#1476db;
	height:200px;
	
}

.top-bg { background:url(../images/top.jpg) no-repeat #1476db;
	height:200px;
}

.container { width:969px;
	margin:0px auto;
}

.logo { background:url(../images/logo.png);
	width:300px;
	height:183px;
	float:left;
	margin-top:10px;
}

.phone { float:right;
	width:300px;
	text-align:center;
	margin-top:70px;
}

.header-bg { margin:0px auto;
	background:url(../images/header-bg.jpg);
	width:984px;
	height:356px;
	position:relative;
}

.inside-header { background: url(../images/header.jpg) #000;
	margin:0px auto;
	width:950px;
	height:321px;
	position:relative;
	top:14px;
}

.inside-header2 { background: url(../images/header2.jpg) #000;
	margin:0px auto;
	width:950px;
	height:321px;
	position:relative;
	top:14px;
}

.inside-header3 { background: url(../images/header3.jpg) #000;
	margin:0px auto;
	width:950px;
	height:321px;
	position:relative;
	top:14px;
}
.inside-header4 { background: url(../images/header4.jpg) #000;
	margin:0px auto;
	width:950px;
	height:321px;
	position:relative;
	top:14px;
}
.inside-header5 { background: url(../images/header5.jpg) #000;
	margin:0px auto;
	width:950px;
	height:320px;
	position:relative;
	top:14px;
}

.below-header { background:url(../images/below-header-bg.jpg);
	height:216px;
	margin-top:-70px;
}

.content-below-bg { background:url(../images/content-below-bg.jpg) repeat-x #e6f2fe; 
}

.inside-content { padding:12px;
}

.content-left { width:700px; background:#fff; border:1px solid #ccc; float:left;
}

.content-left strong { font-size:18px; color:#555;
}


.content-left p { line-height:1.5em;
	text-align:justify;
	margin-bottom:10px;
}

.content-left ul { list-style:inside;
	line-height:1.7em;
	margin-top:5px;
}

.content-left ul li { display:list-item;
	list-style-image:url(../images/checklist.jpg); 
}

.content-left ul li span { *margin-left:10px;
}

.content-right { width:260px; float:right;
	
}

.content-right-inside {
	
	background:#f3f8fc; border:1px solid #ccc;
}

.inputboxes { width:228px;
}

.submit { margin-top:10px;
	border:0px;
	color:#fff;
	padding:2px 5px;
	background:#999;
}

.submit:hover { background:#333;
}

.content-right strong { font-size:18px; color:#555;
}

.content-right ul { list-style:inside;
	line-height:1.7em;
	margin-top:5px;
}

.content-right ul li { 
}

.footer { height:150px;
}

.footerlink { border:1px solid #ccc;
	margin-top:25px;
}

.footerlink ul { list-style:none;
}

.footerlink ul li { float:left;
	display:inline-block;
	padding:10px 32px;
	
}

.footerlink ul li a { color:#333;
}

.footerlink ul li a:hover { text-decoration:underline;
}

.footerlink ul li a#currentfoot { text-decoration:underline;
}
