@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------
	Cleaqr all the default styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

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;
}
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: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*--------------------------------------------------------------------
	Structure
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

html, body {
	background:url('images/starPattern.gif') #878778;
	font-family:Helvetica, Arial, sans-serif;
	color:#5d544c;
	position:relative;
}

#wrapper {
	width:986px;
	margin:0 auto;
}

#headerPadding {
	height:20px;	
}

#header {
	height:281px;	
	background:url('images/header.png') no-repeat;
}

	#headerNav {
		padding:45px 0 0 590px;	
		color:#FFF;
	}
	
		#headerNav ul {
			padding:3px 0 0 0;
			list-display-type:none;	
		}
		
		#headerNav ul li {
			background:url('images/navBullet.png') no-repeat;
			padding:0 0 0 20px;
			display:inline;
			font-size:11px;
			vertical-align:top;
			color:#b7b7ae;
		}

#colWrapper {
	width:950px;
}
	#mainColPadding {
		padding:30px 25px 20px 80px;
	}
	#mainCol {
		width:615px;
		float:left;
		display:inline;
		position:relative;
	}
	#rightCol {
		width:244px;
		float:right;
		display:inline;
		position:relative;
		padding:25px 40px 0 28px;
	}
	
	
#formCap {
	height:20px;
	line-height:1px;
	font-size:1px;
	width:227px;
	background:url('images/formCap.png') no-repeat;
}
#formBody {
	background:url('images/formBG.png') repeat-y;
	width:227px;
}
	#formBody p {
		margin:0 0 10px 0;	
	}
	
	#formBody input {
		width:184px;	
	}
#formContent {
	padding:5px 20px;
	color:#FFF;
	font-size:12px;	
}
#formFooter {
	height:17px;
	background:url('images/formFooter.png') no-repeat;
	line-height:1px;
	font-size:1px;
	width:227px;
}

.info_cap {
	height:17px;
	line-height:1px;
	font-size:1px;
	width:227px;
	background:url('images/info_box_cap.png') no-repeat;
}
.info_body {
	background:url('images/info_box_bg.png') repeat-y;
	width:197px;
	color:#d9d9d4;
	padding:0 15px;
	font-size:12px;
	line-height:16px;
}
.info_footer {
	height:18px;
	background:url('images/info_box_footer.png') no-repeat;
	line-height:1px;
	font-size:1px;
	width:227px;
}

#contentWrapper {
	background:url('images/contentBG.png') repeat-y;
}

#footerWrapper {
	background:url('images/footer.png') no-repeat;	
	height:56px;
	margin:0 0 15px 0;
}

ul.star {
	list-style-type:none;
	padding:0 0 0 10px;
}

ul.star li {
	background:url('images/content_bullet.png') no-repeat;
	padding:0 0 0 25px;
	height:20px;
	margin:0 0 15px 0;
}



/*--------------------------------------------------------------------
	Typography
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

a {
	text-decoration:none;
	color:#5d544c;
}

a:hover {
	text-decoration:underline;
	color:#5d544c;
}

#header a, #header a:hover, #header a:visited {
	color:#b7b7ae;
}

#mainColPadding p {
	padding:0 0 0 10px;
	margin:0 0 20px 0;
	line-height:16px;
	font-size:12px;
}

p.right_col {
	margin:0 0 20px 0;
	line-height:16px;
	font-size:12px;
	font-weight:bold;
}

#rightCol a {
	color:#900;
}

/*--------------------------------------------------------------------
	Clearfix
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  