@charset "utf-8";
/*	
	=========================================================
	MadGENIUS Inc. DESIGN
	Crafted by Rob Rubinoff, Web Producer.
	www.madgeniusinc.com | rrubinoff@madgeniusinc.com
	=========================================================
*/


/* using official pcusa navy for default link color, #999 for hover*/
a {
	color: #2F4E30;
	text-decoration: underline;
}
a:hover {
	color: #888;
	text-decoration:underline;
}
body {
	background-image:url(/images/_bg.gif);
	background-repeat: repeat-y;
	background-position:center;
}
p {
	line-height:1.3;
	font-size: 12px;
	color: #111;
	margin: 0 15px 5px 15px;
	;
}

.fltRight {float:right;}
/* = Header Section
--------------------------------------------------------------------------------*/
#headerContainer {
	height: 80px;
	width: 100%;
	background-color: #ccc;
	border-bottom: 1px solid #829583;
}
#header {
	width: 940px;
	margin: 0 auto;
}
#header h1 {
	color: #444;
	font-weight:normal;
	font-size: 18px;
	padding-top: 20px;
	
}
#header p  {
	margin: 0 10px 0 0;
	padding: 0;
	color: #666;
	font-size: 14px;}
	
	
	
	
/* = Global Navigation
--------------------------------------------------------------------------------*/


/* = Content
--------------------------------------------------------------------------------*/
#brandFlex {
	height: 345px;
	padding: 0 0 0 1px;
	border-right: 1px solid #5d755e;
}
/*These styles create vertical lines and bg colors for content columns */
.contentBlock {
	background-color:#dadada;
	border-right: 1px solid #5D755E;
	border-left: 1px solid #5D755E;
	border-bottom: 1px solid #5D755E;
}
.lineTop {
	border-top: 1px solid #5D755E;
}
img.imgMiddle {
	display: block;
	margin: 0 auto 5px auto;
}
img.goldBorder {
	border: 1px solid #AE8B24;
}
img.imgLeft {
	margin: 15px 10px 10px 15px;
	float: left;
	position:relative
	/* display: block; */
	}
	
img.imgLeftBlock{margin: 15px 0 10px 15px;}	

img.icon {vertical-align:middle;}
/* =Headings
--------------------------------------------------------------------------------*/
h2 {
	background-color: #2F4E30;
	padding: 10px 15px;
	color: #fff;
	font-size: 16px;
}
h3 {
	color: #474747;
	margin: 15px 15px 10px 15px;
	font-size: 13px;
	line-height: 1.2;
}
/* =Paragraphs
--------------------------------------------------------------------------------*/

p {
}
p.alignMiddle {
	text-align: center;
}
p.dateline {
	margin: 0 15px 5px 15px;
	font-style:italic;
	color: #666;
	font-size:11px;
}
/* =Spacing
--------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	margin-left: 30px;
}

blockquote {margin: 25px; font-size: 11px; line-height: 1;}
/* = Footer
--------------------------------------------------------------------------------*/
#footer {
	width: 918px;
	padding: 10px;
	clear:both;
	background-color:#f3f3f3;
	margin: 0 auto;
	border-top: 1px solid #5D755E;
}
#footer p {
	line-height: 1.5;
	text-align:center;
	font-size: 11px;
	color:#888;
}
#footer p a {
	

}
#footer p a:hover {
	color:#666;
	
}
/* =Forms
--------------------------------------------------------------------------------*/

.directions {
	padding: 3px 0;
	font-size: 12px;
	color: #444;
	font-weight:bold;
}
label {
	font-size: 11px;
	color: #000;
	padding: 3px 0;
	line-height:16px;
}
label.req {
	font-size: 11px;
	color: #cc0000;
	padding: 3px 0;
}
.btn {
	margin: 0 0 10px 15px;
}
.single {
	font-family: "Courier New", Courier, monospace;
	font-size:11px;
	color: black;
	border-top: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #333;
	padding: 3px;
	margin: 10px 0 10px 15px;
	
}
