/* Site Colours 
Corporate Orange : #e47d1d
Corporate Blue   : #005482
Footer Dark Grey : #0e0e0e
Bkgd Light Grey  : #c8cfd5
bkgd main content light grey: #e9ecf1
Link Color		 : #7a8fa0
Font Color		 : #636b72
Footer Font Color: #bdc7cd
Font Header Color: #6d767c
Visited Link Color: #B25204

*/

/*##################TEXT################# */
/* Top Elements */
* { margin: 0; padding: 0;}

body {	
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	color:#6d767c;	
	text-align: left;
	margin: 0 0 10px 0;	
	padding:0;
}
.body_bg{
	background:#10151b;/*  */
	text-align: center;
}

/* links */
a, a:visited {	
	color:#E37C1D;
	text-decoration: none;		
}
a:hover {
	color: #d86800;
}


/* headers */
/********************************************
	STANDARD ITEMS AND TYPOGRAPHY
********************************************/
h1, h2, h3, h4, h5 {
	font-family: Arial, Century Gothic, Helvetica, Verdana, Sans-serif;
	font-weight:bold;
	color:#e47d1d;
	margin:15px 0px 5px 0px;
}
h1 {	
 	color:#E47D1D;
	font-weight:bold;
	line-height: 1.8;
}
h1.page_title{
	border-bottom:1px solid	#777;
}
h2{
	color:	#333;
}
h3{
	
}
h4{
	color:	#0e0e0e;	
}
ul, ol {
	margin: 5px 5px;
	padding: 0 5px;
}
ul{
	list-style-image: url(../images/bullet.gif);
	color: #81878d;
	line-height: 18px;
	margin-left:20px;

}

ul li{
	
}

ol{
	
}

p{
	margin: 1em 0em;
	width: auto; /* Printable Page */
}
blockquote { 
 
} 
#main img{
	margin:10px;	
}
/********************************************
	FONT SIZE
********************************************/
body{
 	font-size:62.5%;
    line-height:1.125em; /* 16×1.125=18 */
}
p{
	font-size: 1em;
	line-height: 1.3em;	
}
#header{
	font-size:1em;	
}
#main{
	font-size:1em;	
}
#leftcol{
	font-size:1em;	
	line-height:1.35em;
	text-align:left;
}
#rightcol{
	font-size:1em;
	line-height:1.35em;	
	text-align:left;
}
INPUT, SELECT, TH, TD {
	font-size:1em
}
h1 {
	font-size: 1.5em;
}
h1.page_title{
	font-size: 1.6em;	
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

blockquote {
	font-size: 1em;
}
input.button { 
	font-size:1em;
}
#main #breadcrumb{
	font-size:1em;
	color:#000;
}

#footer-wrap {
	font-size: 0.9em;
}
.mod_header .module_content{
	font-size: 1.5em;
}

.mod_left .module_title{
	font-size: 1.1em;
}
.mod_left .module_content{
	font-size: 1em;
	line-height: 1.8;
	
	}
.mod_right .module_title{
	font-size: 1.05em;
}
.mod_right .module_content{
	font-size: 1em;
}
.module{
font-size: 1em;
}
.mod_main .module_title{
	font-size: 1.3em;
}
.mod_main .module_content{
	font-size: 1em;
}

/*-------------------------------------------  */

/* images */
img{
	border:none;
}


/* default table */
table {
	margin: 0px;	
}
tr {
	height: 30px;
}
td {
}

/* end - table */

/* form elements */
form {
	background: none;
}
fieldset{

}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	color:#6d767c;
}
textarea {
	width:400px;
	padding:5px;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#6d767c;
}
.formbutton{ 
	cursor:pointer;
	border:outset 1px #646464;
	background:#646464;
	color:#e6e6e6;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../images/formbg.gif) repeat-x left top;
}
.formbutton:hover { 
	background: #505050;
	color:white;
}



/********************************************
	FLASH - add wmode=transparent to object tag
********************************************/
object, embed{

}
/********************************************
   LAYOUT
********************************************/ 
#wrap {	
	position: relative;
	width: 960px;	
	margin: 0px auto;
	text-align: left;	
}

#content-wrap {
	float: left;
	background: #e9ecf1;
	width: inherit;
	margin: 0px;
	padding: 0px; 	
	overflow:hidden;
}

#topred{
	background: #E37C1D;
	height: 16px;
	width: inherit;
}
/* header */
#header {
	background: #10151b url(../images/headerGradient.gif) repeat-x;	
	height: 118px;
	width:960px;
}

#tagline {
	background: none;
	font-weight:bold;
	width:350px;
	height: 30px;
	float:left;
	margin: 30px 20px 0px 20px;
	padding: 23px 0px 5px 30px;
}

#logo {
		width: 281px;
		height: 91px;	
		margin: 12px 20px auto auto;
		float:right;
}

#flash {
	position:relative;
	z-index:-1;
	background:none;
	height:120px;
	width:960px;
}

#main {
	text-align: left;
	margin: 0px;
	padding:0px 15px;
	width: 670px;
	float:right;
	margin-bottom: -32767px; 
	padding-bottom: 32767px;
	background: #e9ecf1;
	min-height:600px;
}	
#leftcol {
	float: left;
	width: 250px;	
	margin: 1px;
	background:#c8cfd5;
	margin-bottom: -32767px; 
	padding-bottom: 32767px;
}

/* right column */
#rightcol {
	float: right;
	width: 200px;
	margin: 10px;	
	background:white;
	margin-bottom: -32767px; 
	padding-bottom: 32767px;	
}

#bottomred {
	background: #e47d1d;
	height: 16px;
}

#footer {
	clear: both;
	position: relative;
	height: 100px;
	width: 960px;
	text-align: center;
	margin:0px;
	padding: 0px;
	padding-top:7px;
	background: #0e0e0e;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.clear { clear: both; }

/* display and additional classes */
.line_break {
	border-bottom: 1px solid #EFEFEF;
	margin: 0;
}
#main #breadcrumb{
	margin: 0px;
	padding: 7px;
}

/* ######################### MODULE STYLES ######################### */
.module{
	
}

.module_title{
	font-weight:bold;
	color: #6d767c;
	margin:0px;
	padding:5px;
}

.module_content{
	color: #e6e6e6;
	margin:2px;
	padding:5px;
	
}

/*  MOD HEADER */
.mod_header{

}
.mod_header .module_title{

}

.mod_header .module_content{
	color: #666;
}

/*  MOD RIGHT */
.mod_right{

}
.mod_right .module_title{

}

.mod_right .module_content{

}

/*  MOD LEFT */
.mod_left{
	background: #10151b;
	border: 1px solid black;
	opacity: 0.9;
	margin: 10px;
	padding: 5px;
	line-height: 1.2;
}

.mod_left .module_title{

}

.mod_left .module_content{

}

/*  MOD MAIN */
.mod_main{
	margin: 0;

}
.home{
	border: 1px solid #c8cfd5;
	width:45%;
	float:left;
	margin: 5px;
	min-height:200px;
}
.home .module_title{
	background: #10151b;
	color: #e47d1d;	
	padding: 7px;
}
.mod_main img{
	
margin:0;
padding: 5px;
border:solid #fff 1px;

}

.mod_main .module_title{

}

.mod_main .module_content{
	color:#6d767c;
}
/* CUSTOM MOD CLASSES */
.quote .module_content p{
	color:#E37C1D;
	text-align:left;
	line-height:1.7em;
	font-style:italic;
	font-size:1.4em;
}
.custom_class{
	
}
/*####################MENU################## */
#nav {
	width:960px;
	height:25px;
	background: #10151b; 
	padding-top:5px;

}

#nav-links {
		padding:0px 20px;
		float:right;
				
}

#nav a{
	position:relative;
	z-index:99;
}
#nav  ul {
	width: auto;
	padding-left:15px;
	line-height: 11px;
	/*position:relative;this was causing the menu to jump into place on load*/
}
ul.menu{
	/*overflow:hidden;*/

}
ul.menu, ul.menu ul{
  list-style-type:none;
  list-style-image:none;
  margin: 0;
  padding: 0;
}
ul.menu li {
	
}
/* ############ HORIZONTAL ##### */
ul.horizontal{
  width: 100%;
	padding-top:4px;
}

ul.horizontal li{
	display: inline;
	font-weight:bold;
	height:30px;
	padding: 3px 7px;
 	border-right: 1px solid #666;	
}

ul.horizontal li a.current{
	background: url(../images/menu_bg2.png) repeat-x 0px 3px;
	height:30px;
	color:#e47d1d;
}
ul.horizontal li a.current:hover{
	color:white;

}
ul.horizontal li a {
  background: none;
  color: white;	
  height:25px;
  font-size: 1.1em;
  padding: 0px; 

}

ul.horizontal li a:hover {
  color: #e47d1d;
  padding: 0px;/* IE6 needs this */
}
ul.horizontal li a:visited {
  color: white;
  padding: 0px;/* IE6 needs this */
}
/* THE SUBMENUS */
/* all the submenu UL */
ul.horizontal li ul {
	position: absolute;
	top: 0px;
	left: 3px;
	z-index:999;
	visibility: hidden;
	margin-top: 10px;
	padding-top:5px;
	background: black;
	width:auto;
	font-size:1em;
	border: #333 1px solid;
}
ul.horizontal li ul li {
	float: none;
	height:18px;
	width:auto;
	display:block;
	margin: 0; 
	margin-left:-15px;
	white-space:nowrap; 
	z-index:999;
	font-weight:normal;	
	padding: 3px 7px;
 	border-right: none;		
}

/*all the submenu links  */
ul.horizontal li ul li a {
	padding: none;	
	color:white;
	 border-right: none;
}
ul.horizontal li ul li a:hover, ul.horizontal li ul li a:active {
	padding: none;
	color: #e47d1d;
	/*background:  url(../images/menu_arrow_orange.gif) no-repeat 0% 50%;*/
}


