body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 1.2em;*/
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 62.5%;
	height: 100%;
	color: #000;
	background-color: #fff;
	background-image: url(../images/background-top.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
p {
	font-size: 1.3em;
	line-height: 1.4em;
	padding-bottom: 1.4em;
}
ol,ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom: 1.8em;
	padding-left: 15px;
}
li {
	font-size: 1.3em;
	line-height: 1.4em;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
th,td {
	padding: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}
a {
	font-size: inherit;
	color: #595243;
	text-decoration: underline;
	padding: 0;
	background: none;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #024a9f;
}
h1 {
	font-size: 2.0em;
	padding-bottom: 1.0em;
}
h2 {
	font-size: 1.8em;
	padding-bottom: 0.8em;
}
h3 {
	font-size: 1.6em;
	padding-bottom: 0.8em;
}
h4 {
	font-size: 1.4em;
	color: #88898C;
	padding-bottom: 0.8em;
}
h5 {
	font-size: 1.2em;
	padding-bottom: 0.8em;
}
.cleaner {
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}



/* Main Containers
------------------- */
#wrapper {
	width: 874px;
	margin: 0 auto 0 auto;
}
#wrapper #header {
	width: 874px;
	height: 111px;
}
#wrapper #header #header_menu {
	padding: 48px 0 0 5px;
	float: left;
}
#wrapper #header #header_logo {
	padding: 10px 5px 0 0;
	float: right;
}

/* Header Menu (hm)
--------------------- */
#wrapper #header #header_menu a {
	font-size: 1.1em;
	color: #00459d;
	text-decoration: none;
	padding: 0;
	background: none;
}
#wrapper #header #header_menu a:hover {
	font-size: 1.1em;
	color: #00459d;
	padding: 0;
	text-decoration: underline;
	background: none;
}
#wrapper #header #header_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#wrapper #header #header_menu ul li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
#wrapper #header #header_menu #hm_home {
	padding-left: 20px;
	padding-bottom: 1px;
	background-image: url(../images/icon-home.gif);
	background-repeat: no-repeat;
}
#wrapper #header #header_menu #hm_job {
	padding-left: 20px;
	padding-bottom: 1px;
	background-image: url(../images/icon-job.gif);
	background-repeat: no-repeat;
}
#wrapper #header #header_menu #hm_about {
	padding-left: 20px;
	padding-bottom: 1px;
	background-image: url(../images/icon-about.gif);
	background-repeat: no-repeat;
}
#wrapper #header #header_menu #hm_groups {
	padding-left: 20px;
	background-image: url(../images/icon-groups.gif);
	background-repeat: no-repeat;
}
#wrapper #header #header_menu #hm_rates {
	padding-left: 20px;
	background-image: url(../images/icon-rates.gif);
	background-repeat: no-repeat;
}
#wrapper #header #header_menu #hm_contact {
	padding-left: 20px;
	background-image: url(../images/icon-contact.gif);
	background-repeat: no-repeat;
}
#wrapper #header #header_menu #hm_terms {
	padding-left: 20px;
	background-image: url(../images/icon-terms.gif);
	background-repeat: no-repeat;
}


/* Content
------------ */
#wrapper #content {
	width: 814px;
	padding: 30px 30px 30px 30px;
	background-image: url(../images/content-bot-left-shadow.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	clear: both;
}
#wrapper #content #content_left {
	width: 385px;
	float: left;
}
#wrapper #content #content_right {
	width: 385px;
	margin-left: 429px;
}
#wrapper #content #content_right_drop {
	padding-top: 40px;
	width: 385px;
	margin-left: 429px;
}




/* Footer
------------- */
#wrapper #footer {
	padding: 10px 30px 30px 0;
	clear: both;
}
#wrapper #footer p {
	text-align: right;
	font-size: 1.1em;
	color: #024a9f;
}
#wrapper #footer a {
	font-size: inherit;
	color: #024a9f;
	text-decoration: none;
}
#wrapper #footer a:hover {
	font-size: inherit;
	color: #024a9f;
	text-decoration: underline;
}

