
/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background:#000 url(../graphics/page_bg.jpg) repeat-x;
  font: 12px/1.5em arial, verdana, sans-serif;  
  color: #000;
  scrollbar-base-color: #b4b2b3; 
	scrollbar-track-color: #b4b2b3;
	scrollbar-face-color: #bebfc0;
	scrollbar-highlight-color: #bebfc0;
	scrollbar-3dlight-color: #b4b2b3;
	scrollbar-darkshadow-color: #b4b2b3;
	scrollbar-shadow-color: #b4b2b3;
	scrollbar-arrow-color: #000;


}
/**************************************************************
  header image and logo
 **************************************************************/
#wrapper{
	margin-left:80px;
	text-align:left;}
#head {
	background: url(../graphics/bg_header.jpg) repeat-x ;
	clear: both;
	position: relative;
	height: 147px;
	width: 75%;
	margin: 0;
}
#title {
	padding:18px 0 0 0;
	margin:0;
	text-align:left;
	}

/**************************************************************
   Page Content
 **************************************************************/

#content {
	background:#fff url(../graphics/bg_content.jpg) ;
	float: left;
	width: 75%;
	height:550px;
	text-align: left;
	overflow:auto;		
}
/**************************************************************
   columns
 **************************************************************/
#column_l {
	float:left;
  	margin: 0 ;
	width: 70%;
}
#column_r{
	  width: 30%px;
	  margin:0;
	  padding:40px 0;
	  float:right;
	  }
#column_r img{
	margin: 3em 2% 0.2em 0; 
	padding:0;
	border:4px solid #fff;
	}
p.caption{
	font-size:10px;
	line-height:1em;
	margin:0.2em 5% 1em 0;
	font-style:oblique;
	width:125px;
	}


/**************************************************************
  
 **************************************************************/

/**************************************************************
  
 **************************************************************/

	

/**************************************************************
   Footer
 **************************************************************/


#footer {
	margin:0;
	padding:50px 0 10px 60px;
	background:#000;
  	clear: both;
  	height: 5em;
  	text-align:left;
}
#footer p{
	color:#f9fafe;
	font-size:11px;
	letter-spacing: 0.5em;
	margin-top:0.7em;
	}

#footer ul {
  margin: 0 0.5em 0 0;
  padding: 0;
  text-align:center;
}

#footer ul li {
  display: inline;
  list-style: none;
}
#footer a{
	color: #9BB8E3;
	}
#footer ul li a {
  padding: 0 1em;
  font: 400 10px arial, sans-serif;
  letter-spacing: 0.1em;
  color: #9BB8E3;
  border-right: 1px solid #f9fafe;
}

#footer  ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer ul li a:hover, #footer a:hover  {
  color: #2c76fd;
}

/**************************************************************
   top of page link
 **************************************************************/
p.top{
	margin:0.7em 0;
	padding:0 5%;
	width:75px;
	background:#ccc;
	}
p.top a{
	color:#fff;
	}
p.top a:hover{
	color:#000;
	}
	


/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(foo.gif); /* because IE is balls */
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {
  background: url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 a:hover {
  color: #426F85;
  background: #B3C6C4 url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu2 li a {
  color: #426F85;
  background: url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}

ul.submenu2 a:hover {
  color: #426F85;
  background: #B3C6C4 url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}


/**************************************************************
 bulleted list 
 **************************************************************/
 ul.arrow li{
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
  list-style-image: url(foo.gif); /* because IE is balls */
  background: url(../graphics/icon_rdown_arrow.gif) no-repeat center left;
}
/**************************************************************
   video
 **************************************************************/
.video{
	float:left;
	width:200px;
	margin:20px 5%;
	padding:0;
	}
.video img{
	margin:0;
	padding:0;
	}
.video h3{
	background:#CCCCCC;
	color:#000;
	width:180px;
	font-weight:12px;
	line-height:2em;
	padding: 0.7em 5%;
	margin:0;
	}
/**************************************************************
   Generic Display 
 **************************************************************/

table td{
	vertical-align:top;
	padding:2px;
	}


/* Headers */
h1, h2, h3, h4, h5, h6, p {
  margin: 0.7em 5%;
  padding: 0;
}


h1 {
  font:  24px arial, sans-serif;  
  color: #000;
}

h2 {
  font: 17px Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #353535;
  margin:0 ;
  padding: 0.7em 5%;
  background:#CCC;
  width:400px
}

h3 {
  font-size: 1.1em;
  color: #353535;
}

h4 {
	color: #2460cd;
  font-size: 0.95em;
}

h5 {
  font-size: 0.8em;
}




/* Links */
a {
  text-decoration: none;
  color: #2c76fd;
}

a:hover {
  color: #668FA3;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Images */



/* Lists */

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}



/* Blockquote */
blockquote {
  margin: 5px 0;
  padding: 0 20px;
  background: #dce6fd;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}

hr {border: none 0;
	border-top: 1px dotted #2c76fd;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 100px;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 .9em verdana, sans-serif;
  color: #000;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #dce6fd;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;
  font: 400 0.9em verdana, serif;
  cursor: pointer;
  color: #fff;
  background: #2c76fd;
  border-width: 1px;
  border-style: solid;
  border-color: #f9fafe #092369 #092369 #f9fafe;
}

input.radio {
  background: none;
  border: 0px;
}

.require{
	color: #FF3300;}
	
.clearer{
 	height:1px;
 	overflow:hidden;
 	margin-top:-1px;
 	clear:both;
}


