@charset "utf-8";

/* Web Search Marketing*/

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #182a46;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

a {
	font-weight: bold;
	color: #e25c1a;
	text-decoration: none;
}

a img {border-width: 0px;}

#wrapper {
	background-color: white;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	min-height: 474px;
}

#collumn {
	width: 1000px;
	margin: 0px auto;
}

#header {
	width: 1000px;
	height: 104px;
	position: relative;
}

#logo {
	width: 318px;
	height: 104px;
	margin-left: 16px;
}

#contact {
	position: absolute;
	top:20px;
	right: 8px;
}

#navigation {
	margin-left: 16px;
}

#title {
	
}

#body {
	width: 1000px;
	padding-top:36px;
}

#form {
	width: 252px;
	height: 705px;
	background-image: url(images/form_background.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	color: white;
}

#form em {
	font-size: 8pt;
}

#form input, #form textarea, #form select {
	font-family: Arial, Helvetica, sans-serif;
	color: #224872;
	font-size: 10pt;
	width: 188px;
	padding: 4px;
	border-width: 0px;
	margin-top: 2px;
	margin-bottom: 16px;;
}

#form select {
	font-size: 8pt;
	color: #959595;
}

#submit_button {
	position: absolute;
	top: 632px;
	left: 28px;
	margin: 0px;
}

#form_table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 200px;
	margin-left: 28px;
	margin-top: 12px;
}

#form_table td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#content {
	margin-top: 24px;
	width: 744px;
	float: right;
}

#content_left {
	margin: 8px;
	width: 490px;
	float: left;
}

#content_right {
	margin: 8px;
	width: 220px;
	float: right;
}

#clear {
	height: 16px;
	clear: both;
}

#footer {
	padding-top: 24px;
	padding-bottom: 32px;
	width: 968px;
	margin: 0px auto;
	font-size: 8pt;
	color: #4d729c;
}

#footer a {
	margin-right: 38px;
	font-weight: normal;
	color: #4d729c;
	text-decoration: none;
}

#subnav {
	float: left;
}

#copyright {
	float: right;
}

.section_header {
	height: 27px;
	padding-top: 6px;
	padding-left: 12px;
	background-image: url(images/header_background.jpg);
	background-repeat: repeat-x;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.section_body {
	margin: 12px;
}
