/* -------------------------
/*  MAIN STYLE 
/* -----------------------*/

/* ------------------ BASE ELEMENTS */

html, body, form {
	padding:0;
	margin:0;
}

body {
	background:url(../_images/bg_body.jpg) repeat-x #0a0a0a;
	text-align:center;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#858585;
}

input, textarea, select, option {
	color:#000000;
}

h1, h2, h3, h4 {
	margin:10px 0 10px 0;
	padding:0;
}


h1 {
	color:#f3c408;
	font-size:16px;
}

h2 {
	text-transform:uppercase;
	color:#f3c408;
	font-size:16px;
	line-height:16px;
}

h3 {
	color:#a5b0bf;
	font-size:13px;
}

h4 {
	font-size:12px;
}


img {
	border:0;
}

hr {
	border:0;
	margin:0;
	padding:0;
	height:1px;
	color:#334157;
	background:#334157;
}


b, strong {
	
}

a:link, a:visited, a:active, a.hover {
	color:#b0b0b0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/* ------------------ COMMON CUSTOM ELEMENTS */


/* containers & alignment modifiers */
.section {
	margin-top:10px;
}

.blurb {
	padding-left:10px;
	padding-right:10px;
}

.block {
	margin:25px 0 30px 0;
}

.float {
	float:left;
}

.clear { /* used to clear after floating items. DO NOT use for content! */
	clear:both;
	font-size:1px;
	line-height:1px;
}

.half {
	float:left;
	width:50%;
}

.noPadding {
	padding:0;
}

.noMargin {
	margin:0;
}


/* horizontal rules */
.hr,
.hrAlt,
.hrAlt2 {
	clear:both;
	height:1px;
	line-height:1px;
	overflow:hidden;
	margin:8px 0 6px 0;
	width:100%;
	background:#334157;
}

.hrAlt {
	background:#343434;
	color:#343434;
}

.hrAlt2 {
	height:2px;
	background:#f3c408;
	color:#f3c408;
}


/* headers */
.hiddenTag {
	padding:0;
	margin:0;
	font-size:1px;
	height:1px;
	width:0;
	overflow:hidden;
	position:absolute;
	left:-55555px;
	text-indent:-55555px
}

h4.navGroup {
	line-height:18px;
	margin:0 0 4px 0;
}




/* text modifiers */
.altColor, a.altColor {
	color:#f3c408;
}

.altColor2, a.altColor2 {
	color:#FFF;
}



/* nav objects */
a.fwdLink, a.fwdLinkAlt {
	font-weight:bold;
	display:block;

	text-indent:25px;
	background:url(../_images/bg_linkFwd.gif) no-repeat;
}

a.fwdLinkAlt {
	background:url(../_images/bg_linkFwdAlt.gif) no-repeat;
}


a.fwdLink:hover, a.fwdLinkAlt:hover,
a.fwdLinkActive, a.fwdLinkAltActive {
	background-position:0px -36px;
	text-decoration:none;
}

div.vertBox, div.vertBoxActive {
	padding: 0 0 0 16px;
	background-image:url(../_images/bg_vertBox.gif);
	background-repeat:no-repeat;
	height:26px;
}

div.vertBox:hover, div.vertBoxActive {
	background-position:0px -75px
}



/* pagination */
a.prevLink, a.prevLink:visited, a.prevLink:active, a.prevLink:hover,
a.nextLink, a.nextLink:visited, a.nextLink:active, a.nextLink:hover {
	display:block;
	float:left;
	width:50px;
	height:17px;
	background-image:url(../_images/bg_btn_prev.gif);
}

a.nextLink, a.nextLink:visited, a.nextLink:active, a.nextLink:hover {
	background-image:url(../_images/bg_btn_next.gif);
}




/* decorative boxes */
div.contentDeco {
	padding:1px 10px 0 10px;
	width:575px;
	background:url(../_images/bg_client_info.jpg) no-repeat;
}

div.contentDecoText {
	padding-top:10px;
}

table.box {
	margin:10px 0 20px 20px
}

table.boxFull {
	margin:0;
	width:100%;
}

	table.box tr td.tl,
		table.box tr td.tl img,
	table.box tr td.tr,
		table.box tr td.tr img,
	table.box tr td.bl,
		table.box tr td.bl img,
	table.box tr td.br
		table.box tr td.br img {
		height:70px;
		width:70px;
	}
	
		
	table.box tr td.tl {		
		background:url(../_images/bg_box_tl.jpg) no-repeat;
	}
	
	table.box tr td.t {
		background:url(../_images/bg_box_t.jpg) repeat-x;
	}
	
	
	table.box tr td.tr {
		background:url(../_images/bg_box_tr.jpg) no-repeat;
	}

	table.box tr td.l {
		background:url(../_images/bg_box_l.jpg) repeat-y;
	}
	
	table.box tr td.c {
		text-align:center;
		vertical-align:middle;
		background:#FFF;
	}
	
	table.box td.r {
		background:url(../_images/bg_box_r.jpg) repeat-y;
	}
	
	table.box td.bl {
		background:url(../_images/bg_box_bl.jpg) no-repeat;
	}

	table.box td.b {
		background:url(../_images/bg_box_b.jpg) repeat-x;
	}
	
	table.box tr td.br {
		background:url(../_images/bg_box_br.jpg) no-repeat;
	}