/* 

Colors
red: #c00
light grey: #eee
dark grey: #333

*/

/* defaults */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #fff;
	background-image: url(images/sideshadows_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;	
}

.clearfix {
	margin: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
}

img {
	border: none;
}

/* Layout */

.advert {
	background-color: white; 
	text-align: center; 
	padding: 5px;	
}

.advert div {
	margin: 0px auto;
}

#topbg {
	text-align: center;
	background-image: url(images/header_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	width: 1000px;
	margin: 0px auto;
	padding-top: 42px;
}

#mainborder { 
	border: 1px solid #ccc;
	margin: 0px auto 0px auto;
	width: 936px;
}

#maincontainer {
	border: 2px solid #c00;
	margin: 3px;
	padding: 12px;
	text-align: center;
}

#siteheader { /* Text of bg header img, top spacing */
	display: block;
	text-indent: -9000px;
	height: 170px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 16pt;
}

#mainnav {
	height: 30px;
	margin: 0px;
}

#subnav {
	height: 24px;
	margin: 0px;	
}

#content {
	padding: 40px 20px;
	text-align: left;
}

#content #leftcolumn {
	position: relative;
	float: left;
	width: 415px;
	margin-right: 30px;
	text-align: justify;
}

#content #rightcolumn {
	position: relative;
	float: left;
	width: 415px;
	text-align: justify;	
}

#content #rightinsertcolumn {
	position: relative;
	float: right;
	width: 365px;
	margin-left: 30px;
	text-align: justify;
}

#footer {
	width: 960px;
	height: 40px;
	margin: 10px auto;
}

hr {
	border: none 0;
	height: 1px;
	color: #c00; 
	margin: 10px 0px;
	background-color: #c00;
	border-top: 1px solid #c00;
}

.floatleft {
	float: left;
	margin: 0px 20px 0px 0px;
}

.floatright {
	float: right;
	margin: 0px 0px 0px 20px;
}



/* End Layout */

/* Navigation */

#mainnav {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}

#mainnav ul {
	margin: 0px auto;
	padding: 0px 0px;
	list-style: none none;
	display:table;
	white-space:nowrap;	
}

#mainnav ul li {
	float: left;
	display: table-cell;
}


#mainnav ul li a {
	text-decoration: none;
	display: block;
	padding: 0px 12px;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;	
	border: 1px solid #fff;
}

#mainnav ul li a:hover {
	color: #000;
}


#mainnav ul li a.active { 
	color: #666;
	background-color: #eee;	
}

#subnav {
	background-color: #f6f6f6;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;		
}

#subnav ul {
	margin: 0px auto;
	padding: 0px 0px;
	list-style: none none;
	display:table;
	white-space:nowrap;	
}

#subnav ul li {
	float: left;
	display: table-cell;
}


#subnav ul li a {
	text-decoration: none;
	display: block;
	padding: 0px 10px;
	line-height: 24px;
	font-size: 10px;
	font-weight: normal;	
	color: #333;
}

#subnav ul li a:hover {
	color: #c00;
}


#subnav ul li a.active { 
	color: #666;
}

#subline {
	color: #ccc; 
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
}

/* End Navigation */


/* General Link styles */

a:link {
	color:#c00;
	font-weight: normal;
}

a:visited {
	color: #900;
	font-weight: normal;
}

a:active {
	color: #00f;
}

a:hover {
	color: #00f;
	text-decoration: underline;
}

a.externallink {
	background: url(images/new_window_icon.gif) no-repeat right;
	padding-right: 18px;
}
a.externallink:hover {
	background: url(images/new_window_icon_on.gif) no-repeat right;
}

a.button {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 115px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-size: 14px;
	background-color: #c00;
	border-style: double;
	border-width: 3px;
	border-color: #fff;
	}

a.button:hover {
	color: #fff;
	background-color: #00f;	
}


/* End General Link styles */


/* Content Styles */


#content p {
	font: normal 10pt/16pt Arial, Helvetica, sans-serif;
	margin-bottom: 14pt;
}

#content a:link {
	color: #c00;
}

#content a:visited {
	color: #900;
}

#content a:hover {
	color: #00f;
	text-decoration: underline;
}

#content a:active {
	color: #00f;
	text-decoration: underline;
}


#content p.smallprint {
	font-style: italic;
	color: #999;
	font-size: 8.5pt;
	font-weight: normal;
}

#content .box {
	clear:both;
	border: 1px solid #c99;
	padding: 16px 24px;
	font-size: 8pt;
	line-height: 16pt;
	color: #666;
}

#content ul, #content ol {
	font-size: 10pt;
	line-height: 14pt;
	padding: 0pt 24px 14pt 24px;
}

#content li {
	padding: 6pt 0px;
	color: #444;	
}

#content .imgright {
	float: right; 
	border: 1px solid #999; 
	padding: 2px; 
	margin: 6px 0px 12px 24px;
}

#content .imgleft {
	float: left; 
	border: 1px solid #999; 
	padding: 2px; 
	margin: 6px 24px 12px 0px;
}

#content .red {
	color: #c00;
	}
	
#content .black{
	color: #000;
	}	
#content p.quote {
	text-align: center; 
	margin: 0px; 
	font-size: 14pt; 
	font-style: italic; 
	font-weight: normal; 
	line-height: 22pt;	
}

#content p.attributed {
	text-align: right;
	font-size: 8pt;
}

#content p.listitem {
	margin-bottom:0;
	}
	
#content blockquote.p {
	margin-left:20px relative;
	}

/* End Content Styles */


/* Headers */

h1 {
	font-size: 16pt;
	margin-bottom: 14pt;
}

h2 {
	font-size: 13pt;
	margin-bottom: 14pt;	
	color: #666;
}

h3 {
	font-size: 12pt;
	margin-bottom: 14pt;	
	color: #666;	
	font-style: italic;
}

h4 {
	font-size: 10pt;
	margin-bottom: 14pt;	

}

h5 {
	font-size: 9pt;

}

.lineheader {
	clear:both;
	text-align: center;
	margin-bottom: 12pt;
	background-image: url(images/line_6.gif);
	background-position: left center;
	background-repeat: no-repeat;	
}

.lineheader h1, .lineheader h2, .lineheader h3, .lineheader h4 {
	display: inline;
	background-color: #fff;
	padding: 0px 10px;
}

.line {

clear:both;
	text-align: center;
	margin-bottom: 0;
	background-image: url(images/line_6.gif);
	background-position: left center;
	background-repeat: no-repeat;	
}


/* End Headers */


/* Footer */


#footer p {
	font: normal 8pt/14pt Arial, Helvetica, sans-serif;	
	color: #aaa;
}

#footer a {
	text-decoration: none;
	color: #c66;
}

#footer a:visited {
	color: #966;
}

#footer a:hover {
	color: #009;
	text-decoration: underline;
}

/* End Footer */