@charset "utf-8";
/* CSS Document */
/* Default Style Starts Here */
body {
	margin:105px 0 70px; 
	padding:0;
	background:#fff url(../images/bodyBg.jpg) repeat-x 0 0;
	color:#242424;	 
}
a {
	outline:none; 
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/* Container Style Starts Here */
#wrapper {
	width:825px;
	margin:0 auto;
	background:url(../images/bodyShadow.jpg) no-repeat 0 100%;
	padding:0 0 20px;
	}
#container {
	width:781px;
	margin:0 auto;
	height:450px;
	border:7px solid #E6F9FC;
	background-color:#fff;
	color:inherit;
	}
/* Header Style Starts Here */
#header {
	height:107px;
	background:url(../images/headerBg.gif) repeat-x 0 0;
	position:relative;
	padding:0 12px 0 226px;
	}
#header img.logo {
	float:left;
	width:auto;
	}
#header ul {
	float:left;
	width:154px;
	height:42px;
	margin:41px 0 0 62px;
	padding:0;
	background:url(../images/headerlistBg.gif) no-repeat 0 0;
	list-style-type:none;
	}
#header ul li {
	float:left;
	width:auto;	
	height:42px;
	background:url(../images/divider.gif) no-repeat 100% 1px;
	}
#header ul li.noBg {
	background:none;
	}
#header ul li.facebook {
	padding:9px 0 0 15px;
	width:35px;
	}
#header ul li.twitter {
	padding:8px 0 0 13px;
	width:38px;
	}	
#header ul li.contact {
	padding:5px 0 0 5px;
	width:25px;
	}
/* Body Style Starts Here */
#bodyPanel {
	height:263px;
	background-color:#1581A8;
	color:inherit;
	border-top:1px solid #1679A2;
	border-bottom:6px solid #117E9C;	
	}
#bodyPanel a:hover {
	background-position:bottom;
	}		
.leftPanel {
	float:left;
	width:388px;
	height:263px;
	}
.leftPanel a {
	background:url(../images/leftImage.jpg) no-repeat 0 0;
	height:263px;
	display:block;
	text-indent:-500000px;
	}
.rightPanel {
	float:left;
	width:393px;
	height:263px;
	}
.rightPanel a {
	background:url(../images/rightImage.jpg) no-repeat 0 0;
	height:263px;
	display:block;
	text-indent:-500000px;
	}

/* Footer Style Starts Here */
#footer {
	height:74px;	
	}
#footer form {
	padding:15px 0 0 324px;
	margin:0;
	font:12px/14px Arial, Helvetica, sans-serif;
	}
#footer form input {
	float:left;
	width:14px;
	height:14px;
	border:1px solid #1C5180;
	}		
#footer form label {
	float:left;
	width:auto;
	padding:2px 0 0 3px;
	margin:0;	
	}	
#footer p {	
	padding:10px 0 0;
	margin:0;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#2EB3D9;
	background-color:inherit;
	text-align:center;
	}

