/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:Link, a:Active, a:Visited, a:Hover {
	outline:none;
	text-decoration:none;
}

body {
	background:url(../graphics/body_bkg.jpg) top center repeat-y;
}






#container {
	margin:0 auto;
	width:760px;
}

#logo {
	border:1px solid #FFF;
	width:197px;
}

#leftPanel {
	float:left;
	width:197px;
}

#rightPanel {
	float:right;
	width:561px;
}

.headerImg {
	border-right:1px solid #FFF;
}

#content {

}

#leftColumn {
	float:left;
	width:300px;
	border-right:1px solid #476474;
	padding:5px;
	padding-top:0;
}

hr {
	height:1px;
	border:none;
	border-top:1px solid #CCC;
	margin:0;
}

#rightColumn {
	float:right;
	width:250px;
	background:#FFFFCC;
}

.imgLB {
	float:left;
	border:1px solid #476474;
	background:#FFF;
	padding:1px;
	margin-right:10px;
	margin-bottom:10px;
}

.imgR {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

h1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3685b0;
	background:url(../graphics/h1_clock.jpg) top left no-repeat;
	padding-left:26px;
	padding-top:5px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}


#topNav {
	background:url(../graphics/topNav_bkg.gif) top left repeat-x;
	height:44px;
	text-align:right;
	border-right:1px solid #FFF;
}

#topNav ul li {
	display:inline;
}









#footer {
	background:#C30;
	height:35px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}

#footer ul {
	padding-left:5px;
}

#footer li {
	display:inline;
	float:left;
	padding:10px 5px;
}

#footer p {
	float:right;
	padding:10px;
}

#footer a:Link, #footer a:Active, #footer a:Visited {
	color:#FFF;
}

#footer a:Hover {
	text-decoration:underline;
}

.clearIt {
	clear:both;
}

#contactForm {
	width: 300px;
	position: relative;
	left: -150px;
	right: auto;
	margin-left: 40%;
}

