/* --------------------- reset all elements ---------------------- */
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%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a, a:link, a:visited, a:hover, a:active { color: #000; }

.bold {
	font-weight:bold;
}

.blue {
	color:Blue;
}

/* --------------------- layout ---------------------- */

body {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-align: center;
	background: #e9e9e9;
	line-height: 18px;
}

br.clear {
	clear: both;
}

#header {
	background: #fff;
	position: relative;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#logo {
	float: left;
	display: block;
	margin: 10px 0;
}

#topLinks {
	float: right;
	display: block;
	margin-top: 80px;
}

#featured {
	background: url(images/feat_bg.gif) top left repeat-x;
	height: 324px;
}

#content {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	padding: 15px;
	text-align: left;
}

#footer {
	border-top: 2px solid #acacac;
	border-bottom: 2px solid #acacac;
	padding: 10px 0px;
}

/* ------------------------------- top icons ----------------------------- */

#ico-about {
	background: url(images/ico_about.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
	margin-right: 5px;
}

#ico-contact {
	background: url(images/ico_contact.gif) left no-repeat;
	padding-left: 18px;
	text-decoration: none;
	margin-right: 5px;
}

#ico-privacy {
	background: url(images/ico_privacy.gif) left no-repeat;
	padding-left: 13px;
	text-decoration: none;
}


/* --------------------- navigation ---------------------- */

#navigation a
{
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	font-size: 14px;
}

#navigation a span
{
	padding-right: 10px;
	line-height: 32px;
}

#navigation a, #navigation a span
{
	display: block;
	float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
	float: none;
}
/* End IE5-Mac hack */

#navigation a:hover
{
	color: #fff;
	background: url("images/left_tab.gif") left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
}

#navigation a:hover span
{
	background: url("images/right_tab.gif") right top no-repeat;
	padding-right: 10px;
}

#navigation
{
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	position: absolute;
	top: 279px;
}

#navigation li
{
	float: left;
	display: block;
	margin: 7px;
	padding: 0;
}

#navigation li a.active
{
	color: #fff;
	background: url("images/left_tab.gif") left top no-repeat;
}

#navigation li a.active span

{
	background: url("images/right_tab.gif") right top no-repeat;
}

/* ------------------------------- index page ----------------------------- */
#content .box {
	display: block;
	float: left;
	width: 310px;
	margin-right: 15px;
	background-image: url(images/box_bg.gif);
	background-repeat: no-repeat;
	background-position: 50% 90%; 
}

#content .last {
	margin-right: 0px;
}


#content .box .boxHead {
	display: block;
	background: url(images/head_bg.gif) top left repeat-x;
	height: 25px;
	font-size: 18px;
	line-height: 24px;
	border-top: 1px dotted #c8c8c8;
	border-bottom: 1px solid #acacac;
	padding: 10px 20px;
}

#content .box .boxBody {
	display: block;
	width: 270px;
	padding: 15px 20px;
}

#content .box .boxBody img {
	margin-bottom: 5px;
}

/* ------------------------------- sub page ----------------------------- */

#content .boxSub {
	display: block;
	width: 695px;
	float: left;
}

#content .boxSub .boxHead {
	display: block;
	background: url(images/head_bg.gif) top left repeat-x;
	height: 25px;
	font-size: 18px;
	line-height: 24px;
	border-top: 1px dotted #c8c8c8;
	border-bottom: 1px solid #acacac;
	padding: 10px;
}

#content .boxSub .boxBody {
	display: block;
	padding: 10px 0;
}

#content .boxSub .boxBody img {
	float: left;
	margin: 0 10px 10px 0;
}

/* ------------------------------- sub page navigation ----------------------------- */

#subNav
{
	list-style: none;
	padding: 0;
	margin: 0 15px 15px 0;
	clear: both;
	display: block;
	width: 250px;
	float: left;
}

#subNav li a.active
{
	color: #fff;
	background: #ff8c00 url(images/sub_active.gif) top right no-repeat;
	border-bottom: 1px solid #cecece;
}

#subNav li.first
{
	margin-top: 0;
	border-top: 1px solid #cecece;
}

*:first-child+html #subNav li.first { /* IE7 hack */
	padding-top: 2px !important!;
}

* html #subNav li.first { /* IE6 hack */
	padding-top: 2px;
}

#subNav a
{
	display: block;
	text-decoration: none;
	font-weight: 700;
	margin: 2px 0;
	padding: 5px 10px;
	background: #efefef;
	border-bottom: 1px solid #cecece;
	height: 18px;
	line-height: 18px;
}

#subNav a:hover
{
	display: block;
	color: #fff;
	background: #0d2a8c url(images/sub_hover.gif) top right no-repeat;
	text-decoration: none;
	border-bottom: 1px solid #cecece;
}

/* ------------------------------- transparent window ----------------------------- */

#transFeat {
	position: absolute;
	width: 400px;
	top: 75px;
	left: 30px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

#transFeat, #transFeat .sb-inner { background:#000; color: #fff; padding: 20px; }
