@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #E1E1E1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 20px 0 20px;
}

@font-face {
	font-family: 'NegotiateFree';
	src: url('../fonts/negotiate_free.eot');
	src: local('Negotiate Free'), local('NegotiateFree'), url('../fonts/negotiate_free.woff') format('woff'), url('../fonts/negotiate_free.ttf') format('truetype'), url('../fonts/negotiate_free.svg#NegotiateFree') format('svg');
}

#container {
	width: 1020px;
	margin: 10px auto 0 auto;
}

#header {
	height: 103px;
	background-image: url(../images/headerBg.gif);
	background-repeat: repeat-x;  
	
}

#logo {
	position: relative;
	top: 36px;
	left: 35px;
	width: 314px;
	float: left;
}

#content {
	background-color: #E1E1E1;
	padding: 34px 0 0 35px;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
}

#leftCol {
	width: 230px;
	float: left;
}

#nav {
	background-image: url(../images/navBg.gif);
	background-repeat: repeat-y;
	padding: 15px 30px 0 0;
	text-align: right;
	height: 369px;
	border-bottom: 4px solid #FFF;
}

#nav ul li a {
	font-size: .8em;
	line-height: normal;
	font-weight: normal;
	font-family: 'NegotiateFree', sans-serif;
}

#rightCol {
	width: 710px;
	margin: 0 0 0 240px;
}

#banner {
	height: 388px;
}

#contactUs {
	padding: 20px 30px;
	margin: 10px 0 0 0;
	height: 98px;
	background-image: url(../images/contactBg.png);
	background-repeat: repeat-y;
}

#searchBox {
	height: 138px;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #F4F4F4;
	text-align: right;
}

#contentContainer {
	margin: 10px 0 0 0;
	border: 1px solid #F4F4F4;
	min-height: 401px;
	background-color: #333;
}

#contentContainer h1 {
	font-family: 'NegotiateFree', sans-serif;
	font-size: 1.3em;
	color: #FFF;
	padding: 30px 0 0 30px;
	font-weight: normal;
}

#contentContainer h2 {
	font-family: 'NegotiateFree', sans-serif;
	font-size: 1em;
	color: #EDECEC;
	font-weight: normal;
	margin: 20px 0 0 30px;
}

#contentContainer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #EBEBEB;
	font-size: .8em;
	line-height: 1.5em;
	margin: 20px 0 0 0;
	padding: 0 30px;
	text-align: left;
}

#contentContainer ol li {
	font-family: Arial, Helvetica, sans-serif;
	color: #EBEBEB;
	font-size: .8em;
	line-height: 1.5em;
	margin: 5px 0 0 0;
	padding: 0 30px;
	text-align: left;
}

#footer {
	margin: 28px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #999;
}

.clearBoth {
	clear: both;
}

#contactUs p {
	font-family: 'NegotiateFree', sans-serif;
	font-weight: normal;
	font-size: .8em;
	letter-spacing: .1em;
	color: #FFF;
	line-height: 1.2em;
	text-align: right;
}

.halcyonFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .1em;
}

p a {
	color: #EDECEC;
}

.dottedLine {
	border-bottom: 1px dotted #717171;
	margin: 0 30px;
}

.logoFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .1em;
}

table p {

}

table h3 {
	font-size: .8em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

table td {
	border-bottom: 1px solid #666;
	padding: 10px 5px;
}

table td.header {
	background-color: #666;
}

.underline {
	text-decoration: underline;
}







