/* CSS Document */

@import url("reset-min.css"); /* ------- Reset all CSS Styles */
 
 /* =GENERAL - the general styles */
 


body {

	background-color:#010101;
	color: #2F2F2F;
	font: 75%/1.6 Verdana, Arial, Helvetica, sans-serif;
	height: 100%;

}
 h2, h3, h4, h5, h6 {
	color: black;
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h4, h5, h6 {
	font-weight: bold;
}


h2 {
	font-size: 24px;
	font-weight:bold;
}

h3 {
	color: #3B1B00;
	font-size: 18px;
	padding: 0;
	line-height: 20px;
	font-weight:bold;
	width: 90%;
	/*background-color:#FFFFFF;*/
}


ol li {
	list-style: decimal;
}


a, a:link {
	color: #FF2700;
	font-weight: bold;}



a:visited {
	color: #FD7835;}

a:hover {
	color: #D78E47;}
	
strong {
font-weight:bold;

}



a.nolink:hover {
	color: #8C2525;
	cursor: default;
	font-weight: bold;
}



tr th {
font-weight: bold;
}

ul li{
list-style:disc;
}
/* main area layout */
#bkgcontainer {

	width:100%;
	height: 100%;
	background-image: url(images/silhouettehprepeaterbkg.jpg);
	background-position: 10% 0px;
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-color:#010101;
	vertical-align: top;
	float: left;
}

#pagecontainer {
	margin: 30px auto;
	width: 900px;
}

#topbanner {
	position:relative;
	width: 900px;
	height: 68px;
	padding-top: 8px;
	
}

#topbanner h1 {
	
	margin-left: 0.8em;
	display:block;
	width: 15.0em;
	font-size: 2.83em;
	color: white;
	border: 1px dashed white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:900;
	padding: 0 0.5em;
	
}



#masthead
{
position: relative;
z-index: 4;
}


/* header styles */

#masthead #logoplaceholder  {
	position: absolute;
	top: 1px;
	left: 0px;
	width: 63px;
	
}

#masthead #logoplaceholder img{
border-right: 1px solid white;
}




#masthead ol, #masthead ul, #masthead li {

	list-style-type: none;
	margin: 0;
	padding: 0;
}

#masthead ol {
	/*background-color: #FFFEC5;*/
	border-top: 1px solid #fff;
	height: 22px;
	padding-top: 2px;
	
	
}


#masthead li {
	float: left;
}



#masthead ol ul li {
	float: none;
}

#firstmenuitem
{

padding-left: 5px;
}


#masthead li a {
	color: black;
	display: block;
	text-decoration: none;
}



#masthead ul {
	position: absolute;
	left: -999em; 			/* this rule hides menu items TODO be changed to use the hidden property */
	margin-left: -8px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #FFFEC5;
	padding-top: 2px;
	
}



#masthead ul li {
	color: #fff;
	background-color: #FFFEC5;
	display: block;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	width: 12.5em;
	min-width: 12.5em;
	
}

#masthead li.navsep {
color: #FF2700;
margin: 0 5px;
}


#masthead li a:hover {
	color: #559EC6;
}


#masthead ul li a {
	background-color: #FFFEC5;
	color: black;
	border-top: 1px dashed #FF2700;
	padding: 3px;

}


#masthead ul li a:hover {
	background-color: #C3D8DF;
	color: #1B2286;
}



#masthead li:hover ul, #masthead #nav li.sfhover ul {
	left: auto;
}



/* main content styles */
#content {
width: 900px;
float: left;
padding: 0;
}

#leftcolumn {
width: 210px;
float: left;
text-align:center;
/*padding-top: 20px;*/


}

#mainContent {
	float: left;
	padding: 0;
	width: 690px;
	position: relative; 
	padding-bottom: 30px;
	z-index: 1; /*Need to give low Z-index number to stop menu appearing behined maincontent*/
}

#mainContent ul, #mainContent ol {
margin: 1em 146px 1em 2.2em;
}

 #mainContent #toprightcornerimg
 {
float: right;
}


 #mainContent #bottomrightcornerimg
 {
 position:absolute;
 right: 0;
 bottom: 0;
 }
#mainContent h2
{
 padding: 20px 1em 0.5em;
}

#mainContent h3
{
 padding: 23px 1em 0.5em;
}


#mainContent h4
{
padding-left: 25px 
}


#mainContent p {
	padding: 0.5em 144px 0.5em 25px;
	line-height: 2em;
	}
	
#mainContent caption{
padding-left: 22px;
padding-bottom: 6px;

}
#mainContent em {
font-style:italic;
}


blockquote {
	margin: 0;
	padding: 0;
	text-indent: -0.4em;
}

#mainContent li {
margin-left: 25px;
}

#mainContent dl {
	padding: 20px;
	list-style:disc;
}

#mainContent dl dd {
	padding: 4px;
	
}

dt {
	font-weight: bold;
}
#mainContent  table{
	margin-left:20px;
	margin-bottom: 10px;
	border: 1px solid black;
	border-collapse: collapse;
	width: 80%;
	
}


#mainContent  table td
{
	border: 1px solid black;
	padding: 4px;
}

#mainContent  table td.heading
{
	font-weight: bold;
}




#mainContent ol#questions  li {
	list-style-type: decimal;
	position:relative; /*included for IE to give it a Layout so we can apply a background (see hasLayout)*/
}

#mainContent ol#questions li p {
	font-weight: bold;
	padding: 0; 
	margin: 0;
	line-height: 1.6em;
}
/* extra selectors included to give it a higher specifity level */
#mainContent ol#questions ol.answers li {
	list-style-type: upper-alpha;
}

#mainContent ol.answers {
	margin-top:0;
}


#mainContent  .correctanswer {
 font-weight:bold;
 color: #559ec6;
}


#mainContent .buttoncontainer input {
	background-color: #f5ce91;
	margin-left: 200px;
}
#salespoints {
	color: #505050;
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}



#salespoints li {
	margin: 0;
	padding: 0 10px 20px 75px;
}



#secondaryContent {
	float: left;
	font-size: 11px;
	padding-top: 20px;
	padding-left: 20px;
	width: 160px;
}

#holdingpagerightmenu {

	float: left;
	width: 20px;
}

#holdingpagerightmenu {
	padding-left: 7px;
}


#secondaryContent img {
	border-bottom: 1px dashed #FF2700;
	padding-top: 5px;
	padding-bottom: 15px;
}



#footer {
	background-color: #36393D;
	clear: left;
	height: 30px;
	position: relative;
}



#footer p {
	display: inline;
	margin: 0;
	padding: 0;
}



#politylogo {
	position: absolute;
	bottom: 0;
	left: 0;
}



#footerlinks {
	color: #e3e3e3;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 5px;
	right: 5px;
}


#footerlinks a {

	background: #36393D;
	color: #e3e3e3;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}



#footerlinks a:hover {
	color: green;
}



.buttonbox {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	height: 50px;
	min-height: 50px;
}

	
.red {
	color: #FF2700;
}

.morespace {
margin-bottom: 50px;
margin-top: 20px;
}


.evenmorespace {
padding-bottom: 170px;
padding-top: 20px;
}

underline {
text-decoration:underline;
}

