/* page layout 
---------------------------------------*/

body,html {

	margin:0px;
	font-family:Verdana, Arial, Sans-serif;
	font-size: 11px;
	line-height: 15px;
	color:#000;
	background: #000 url(common/images/bg3.gif) left repeat-y;
	height:100%;
	
	}

html>body #container {

	height: auto;
	
	}
	
#bg2 {

	background: #000 url(common/images/bg_wide.gif) left repeat-y;

}
	
div {
    box-sizing:border-box;
    -moz-box-sizing: border-box;
}

td {

font-family:Verdana, Arial, Sans-serif;
	font-size: 11px;
	line-height: 15px;

}

#banner { 

	text-decoration:none; 
	color: #FFF; 
	font-size: 10px;
	font-weight:bold;
	background-color:#000;
	padding-right:10px;
	height:18px;
	border-top:1px solid #FFF;

}

#container {

	margin:0px 0px 0px 15px;
	width:755px;
	height:100%;
	min-height: 100%;
	/*background-image: url(common/images/bg.gif);  	background-repeat: repeat; */
	

	}
	
		
#contentContainer {

	float:left;
	position:relative;
	width:644px;

}
	
.divider {
	
	border-bottom:1px solid #00254B;
	margin-bottom:25px;
	
	}
	
.verticalDivider {

	border-right:1px solid #00254B;
	height:50px;

}


.headerDividers {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#B9B39B;
	font-weight:normal;
	padding-right: 3px; 
	padding-left: 3px; 
	padding-top: 3px; 
	padding-bottom: 0px;

}

.indent {

	margin-left:25px;

}


	
/* left column 
---------------------------------------*/
	
#leftColumnContainer {
		
	float:left;
	width:111px;
	font-size:10px;
	background-color:#999999;
	
	}
	
/* left nav 
---------------------------------------*/
#leftnav a {
	display: block;
	text-decoration: none;
	color: #000;
}

a.nav {
  padding: 2px 0 2px 2px;
  color: #000;
  border-bottom: 1px solid #333;
}
a.nav:hover {
  padding: 2px 0 2px 2px;
  color: #000;
  background: #cccccc !important;
  border-bottom: 1px solid #333;
}
a.navSelected {
  padding: 2px 0 2px 2px;
  color: #000 !important;
  background: #CCC !important;
  /*background: #FFCC33 !important;*/
  border-bottom: 1px solid #333;
}

.submenu {
  text-indent: 0px;
}

a.subnav {
  padding: 1px 0;
  color:#000;
  border-bottom: 1px solid #333;
  background: #CCC url(common/images/subnav_arrow.gif) left no-repeat;
}

/*a.subnav:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color:#FFCC33;*/
}

a.subnav:hover {
  padding: 1px 0;
  border-bottom: 1px solid #333;
  background: #FF8C00 url(common/images/subnav_arrow.gif) left no-repeat;

}

/*a.subnavSelected {
  border: 1px solid #000000;
  background: #000000 !important;
  color:#FFCC33;
}*/

a.subnavSelected {
  padding: 1px 0;
  color:#000;
  border-bottom: 1px solid #333;
  background: #FF8C00 url(common/images/subnav_arrow_blk.gif) left no-repeat;
}


/* 2nd column 
---------------------------------------*/
	
#contentColumn {

	float:left;
	position:relative;
	width:524px;

}

#contentColumnWide {

	float:left;
	position:relative;
	width:644px;
	background-color:#FFF;
	height:100%;

}

#content {

	margin:30px 15px 10px 15px;
}

/* 3rd column 
---------------------------------------*/
	
#toutColumn {
	
	float:left;
	width:115px;
	/*actual width is 120px, but Safari no like*/
	margin-top:25px;
	padding-left:5px;
	
	}
	
	
/* font styles 
---------------------------------------*/

.copy {

	padding:0px 10px 5px 15px;
}

sup { 

	font-size: 8px; 

}

li {

	padding-bottom:3px;

}

.footnote {

	font-size:11px;
	line-height:8px;
	color:#666666;

}

/* colour styles 
---------------------------------------*/
.orangeCopy {

color:#FF8C00;
font-weight:bold;

}

/* links 
---------------------------------------*/

a {

	color:#000;

}

a:visited {

	color:#FF8C00;

}



/* forms 
---------------------------------------*/

input, textarea {
	font-size: 10px;
	font-family: Courier,monospace;
	color: #000000;
}

.form { font-size: 10px;
		font-family: Verdana, Arial, Sans-serif;
		color: #000000;
		background-color: #FFF;
		width: 250px;   
		border: 1px solid #FF8C00;
		margin-top:4px;
		
		}
		

			   
select {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-serif;
	color: #000000;
	width: 130px;  
}

.button { font-size: 10px;
		font-family: Verdana, Arial, Sans-serif;
		color: #000;
		font-weight: bold;
		width:95px;
		background-color: #FF8C00;
	    border: 1px solid #000;
		text-decoration:none;
		}
