/* Adintel *********************************************************************
	Author: Matt Hobbs
*******************************************************************************/

/* Page Reset *****************************************************************/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
	}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Georgia;
	}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: 400;
	}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* Basic Page Styling *********************************************************/
#wrapper {
	width: 848px;
	margin: 0 auto;
	}
#header {
	padding: 33px 0 32px;
	background: #e1ddc8;
	border-bottom: 2px solid #fff;
	}
#header a {margin: 0 0 0 71px;}
/* Top Navigation *************************************************************/
#topNav {
	background: #d1caaa;
	overflow: hidden;
	padding: 0 0 0 43px;
	width: 805px;/*Thanks IE6!*/
	}
#topNav li {
	float: left;
	border-left: 1px solid #aca582;
	background: url(../images/bArrow.gif) no-repeat 11px 17px;
	padding: 9px 20px;
	}
#topNav li.last {border-right: 1px solid #aca582;}
#topNav li a {
	text-decoration: none;
	line-height: 1.2;
	color: #595851;
	font-weight: 700;
	font-size: 1em;
	}
#topNav li a:hover, #topNav li.active a {color: #6094cd;}
/* Main Content ***************************************************************/
#content {
	background: #fff;
	padding: 43px 80px 0;
	min-height: 510px;
	height: auto !important;
	height: 510px;
	}
#content h1 {
	color: #595851;
	font-weight: 700;
	margin: 0 0 20px;
	font-size: 1.06em;
	}
#content p {
	font-size: 0.81em;
	color: #595851;
	line-height: 1.35;
	margin: 0 0 16px;
	}
#content p a {color: #437fc1;}
#content p a:hover {text-decoration: none;}
#content p strong {font-weight: 700;}
#content img {margin: 20px 0 40px;}
#content ul li {
	background: url(../images/bBullet.gif) no-repeat 1px 7px;
	font-size: 0.81em;
	color: #595851;
	line-height: 1.35;
	padding: 0 0 0 10px;
	margin: 0 0 20px;
	}
/* Contact Us vCard ***********************************************************/
div.adr {
	font-size: 0.81em;
	color: #595851;
	line-height: 1.35;
	}
#contact p.fn {margin: 0;}
/* Footer *********************************************************************/
#footer {
	background: #eceae8;
	padding: 14px 0 22px 60px;
	}
#footer p {
	font-size: 0.69em;
	font-family: Arial, Helvetica, sans-serif;
	color: #a5a3a2;
	}
