/*

Colours:
	color: #c00; - Main red
	color: #84868b; - light grey
	color: #81272a; - text red
	color: #201e1f; - near black
	color: #00738c; - h1 blue
*/

#QA_site {
	position:fixed;
	top:5px;
	left:0px;
	display:block;
	width:100%;
	z-index:100;
	height:20px;
	background-color:#FFFF00;
	color:#000000;
	text-align:center;
	font-size:1em;
	padding: 5px 0 0 0;
	border-bottom:#000 1px solid;
	border-top:#000 1px solid;
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
	cursor:pointer;
}

body{
	margin: 0px;/* change this to 0 or whatever's required when building*/
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

textarea { font-family:Arial, Helvetica, sans-serif;}

div.moz {
	position: absolute;
	bottom: -0.1px;
}

a:link {
	color: #c00;
	text-decoration: underline;
	outline:none;
}

a:visited {
	color: #c00;
	text-decoration: underline;
	outline:none;
}

a:hover {
	color: #c00;
	text-decoration: none;
	outline:none;
}

a:active {
	color: #c00;
	text-decoration: underline;
	outline:none;
}


h1 {
	line-height:49px;
	color: #00738c;
	font-size: 2.0em;
	font-weight: normal;
	text-transform:uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	color: #00738c;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	color: #00738c;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4 {
/*	color: #d56d11;
	font-size: 1.3em;
	font-weight: bold;*/
	margin: 0;
	padding: 0;
}

p{
	color: #201e1f;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/*
div { margin:0; padding:0; }
*/

ul {
	margin: 10px 10px 10px 0px;
	padding: 0;
}

li {
	margin: 0 0 0 17px;
	padding: 0;
	list-style-image: url(../assets/images/page/img_bullet.gif);
}


h2.categories_list {
	font-size:1.1em;
	color:#201e1f;
	margin: 0 2px 3px 0;
	padding: 0 0px 0 4px;
	width:257px;
	clear:both;
	line-height:17px;
	display:inline;
	font-weight:bold;
	background: #bed2d6;
	}

ul.categories_list {  width:263px; margin:0 0 10px 0; padding:0; }
ul.categories_list li{ list-style:none;  margin:0 0 2px 0 ;  }
ul.categories_list li a:link, ul.categories_list li a:visited, ul.categories_list li a:active {
	margin:0;
	padding: 0 0 0 2px ; 

	line-height:17px;
	width:261px;
	color:#fff;
	text-decoration:none;
	background: url(../assets/images/nav/red_nav_arrow_down.gif) no-repeat right #c00;  }

ul.categories_list li a:hover { text-decoration:underline;}

	
form {
	margin: 0px;
	padding: 0px;
}

input {
	margin: 0px;
	padding: 0px;
}

/*img {
	margin: 0px;
	padding: 0px;
}*/

/*hr {
	height: 1px;
	color: #9f9e9a;
	border: 1px #9f9e9a dashed;
}*/

span.hidden { display:none;}

table {
	
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-left:5px;
	margin-right:5px;
}

td {
	font-style: normal;
	font-weight: bold;
	color: #201e1f;
	font-size: 11px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

th {
	font-style: normal;
	font-weight: bold;
	color: #201e1f;
	font-size: 11px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.float_left, .float_right {  position: relative; }
.float_right { }

/**********************   Structure   **************************/


#header, #page_content{
	height: 180px;
	width: 640px;
	left: 0;
	top: 0;
	position: absolute;
	margin-left:0;
	margin-top: 0;
	padding: 0;
	}
	
#page_content { height:auto; margin-top:180px; padding:5px 0 0 0;} 

#body_bg,#body_bg_none  {
	margin:0;
	padding:0;
	width: 640px;
	position:relative;
	
	display:inline; 
	background: url(../assets/images/page/body_bg.gif) repeat-y left;}
	
#body_bg_none  { background-image:url(../assets/images/page/body_bg_2.gif);}

#body_hold_2col, #body_hold_3col {
	margin: 0;
	padding: 0;
	width: 640px;
	position:relative;
	display:inline; 
}

#body_main {
	margin: 0 ;
	padding: 0;
	width: 640px;
/*	border-left:2px solid #989a9d;
	border-right:2px solid #989a9d;*/
	position:relative;
	display:inline; 
	background:#ff0;
}

#body_hold_2col #body_main { width: 640px; /*border-left:2px solid #989a9d;*/   margin: 0;}

#body_right ul, #body_right h3 {
	display:none; 
}
#sidenav {display:none;}


/*header Styles*/

#logo { 
	
	margin:16px 0 5px 10px;
	padding:0;
	display:inline;
	border:0;
	}

#header_right{ 
	display:none;
}


/*Main Nav styles */

#navigation_primary { 
	display:none;
}

/*2nd Nav*/
#navigation_secondary { 
	display:none;
}

/*footer*/
#footer { 
	
	padding:0;
	width:640px;
	display:inline;
	background:url(../assets/images/page/nav_main_bg.gif) repeat-y #c00;
}

#footer ul {
	margin: 0;
	padding: 0;
	width: 640px;
	position:relative;
	
	display:inline;
	height: auto;
	list-style:none;
}

#footer ul li{
	padding:0;
	display:inline;
	list-style: none;
	clear:none;
	margin:0;
	
	line-height:22px; 
	color:#fff;
	display:none;
	}


#footer ul li.copyright{ margin: 0 10px 0 10px;  display:inline; }
#footer ul li.pipe{ margin: 0 10px 0 10px; }


/*Search results*/

div.search_results, div.search_results_Alt {
	margin:0 0 15px 0;
	padding: 4px;
	width: 640px;
	
	display:inline;
	border: 1px solid #ccc;
}

div.search_results h2, div.search_results_Alt h2 {  font-size:1.4em;  color:#00738c; width:517px; padding:0; margin:0; line-height:18px;}
div.search_results_Alt { background: #eee;}
div.search_results_byline { width: 517px;  border:0;  color:#81272a; border-top: 1px solid #989a9d; margin:5px 0 0 0; padding:5px 0 2px 0;}


/*template*/

h2.category {
	font-size: 1.6em;
	font-weight: normal	;
	color: #201e1f;
	line-height:14px; 
	width:640px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	}
	
h2.child {
	font-size: 1.4em;
	font-weight: bold;
	color: #201e1f; 
	margin: 0 0 15px 0;
	}
	
h3.subtitle {
	color: #00738c;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.template_item { width:640px; margin:5px;}
div.template_division { height:10px;}

div.label {
	font-size:1.2em;
	color:#bed2d6;
	width:640px;
	display:inline;
	font-weight:bold;
	margin-bottom:20px;
 }
	
div.for { 
	float:left; 
	font-size:1.1em; 
	width:640px; 
	color:#201e1f; 
	 margin:5px;
	}

a.rss_link {display:none;}