/* Main Layout */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;
	background: url(images/top-bg.gif) repeat-x;
	text-align: center;
	margin:0;
}
#wrapper {
	text-align: left;
	width:900px;
	margin: auto;
}
#logo{
	margin:0;
	float:left
}
#contact{
	float:right;
	font-size:24px;
	margin-top:25px;
}
#header {
	margin:0
}
#menu {
	text-align:left;
	background: url(images/menu-bar.gif) no-repeat;
	padding:14px 0
}
#menu ul{
	margin:0;
	padding:0;
	display:inline;
	list-style-type:none;
}
#menu li {
	color:#fff;
	margin:0;
	padding:0;
	display:inline;
	list-style-type:none;
}
#menu-left a{
	color:#fff;
	padding:15px 67px;
	text-decoration:none;
	background: url(images/menu-divider.gif) right top no-repeat;
}
#menu-left a:hover{
	background: url(images/menu-over.gif) left top no-repeat;
}
#menu-center a{
	color:#fff;
	padding:15px 67px;
	text-decoration:none;
	background: url(images/menu-divider.gif) right top no-repeat;
}
#menu-center a:hover{
	background: url(images/menu-over.gif) center top no-repeat;
}
#menu-right a{
	color:#fff;
	padding:15px 67px;
	text-decoration:none
}
#menu-right a:hover{
	background: url(images/menu-over.gif) right top no-repeat;
}

.content_wrapper {
	padding:30px 0 10px;
}
#left_column {
	width: 200px;
	float: left;
	background:#e6f0f2 url(images/leftcolumn-top.gif) top no-repeat;
	padding:15px 18px 0 20px;
}
#right_column {
	width: 640px;
	float: right;
}

/* Style */
h1 {
	font:28px "Times New Roman", Times, serif;
	margin:0;
	margin-bottom:20px;
}

h2 {
	font:24px "Times New Roman", Times, serif;
	margin:0;
	margin-bottom:20px;
}

h3 {
	font:20px "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0;
	margin-bottom:20px;
}

.dividerH {
	float: none;
	height:15px;
}

p {
	line-height: 18px;
	margin:0;
	margin-bottom:20px
}

ul{
	margin:0;
	padding:0;
	padding-left:20px;
	margin-bottom:20px
}
li{
	margin:0;
	padding:0;
	margin-bottom:10px;
	line-height:18px
}
.underline{
	text-decoration:underline
}

.blocks {
	clear: both;
	font-size: 1px;
}

form{
margin:0;
}

.input {
width: 180px;
margin-bottom:5px;
}

textarea{
width:180px;
height: 80px;
overflow:auto;
margin-bottom:10px;
} 

.label{
font: 12px Arial, Helvetica, sans-serif;
}

.red {
color:#ff0000;
font-size:26px;
font-weight:bold
}

#footer {
	font-size: 12px;
	color: #666;
	text-align:center;
	padding:15px 0;
	margin-top:20px;
	background:#def5fb;
}

#footer a{
	color: #000;
	padding:0 3px;
	text-decoration:none;
}
#footer a:hover{
	color: #666;
	text-decoration: underline;
}
