/* standard elements */
html {min-height: 100%;}
/*
* {
	margin: 0;
	padding: 0;
}
*/

a {color: #963;}
a:hover {color: #C60;}

body {
	/*background:  url(../img/bg.jpg) repeat-x left bottom;*/
	margin: 0;
	background: url(../img/head_bg.jpg) repeat-x right top;
	color: #444;
	font: normal 64% Tahoma,sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: disc; font-style: normal;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}


.left {float: left;}

.right {float: right;}

/* structure */
#container {
	font-size: 1.3em;
	padding: 0 0px 0px;
	width: 780px;
	/*width: 46em;   this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides tsihe text-align: center on the body element. */
}

.Container ADDRESS {
 font-style: normal;
}


/* header */
.top {
	
	/*padding: 283px 10px 5px 0;*/
	font-size: 1.2em;
	height: 284px;
	padding:5px 5px 0px 0;
	background-color: none;
}

/* title */
.header {
	background: none;
	
	font-size: 1.2em;
	height: 262px;
	margin: 0 auto;
	width: 780px;
	/*padding:5px 5px 0px 0; for  ie 7*/
}
.header .left, .header .right {
	/*background: #A4A4A0;*/
	color: #FFF;
	/*height: 282px;	*/
	padding: 0 0 px 0;  /* header good for ie7 ie8 FF, not quirks mode*/
}

.header .left {
	/*background: #B3C2C7 url(../images/logo.jpg) no-repeat;*/
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 0px;
	text-align: left;	
	width: 153px;
	height: 150px;
	margin-top: 55px;
}
.header .right {
	width: 600px;
	height: 281px;
	background:  url(../img/headimg.jpg) no-repeat right bottom;
}

.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}


/* top navigation */
#topnavigation {	
	/*height: 42px;*/
	text-align: right;
	margin-top: -1px;
}
#topnavigation a {
	
	border-right: 0px solid #AFBEC7;
	color: #000;
	/*display: block;
	float: left;*/
	font: bold 0.8em sans-serif;
	/*line-height: 42px;*/
	padding: 5px 0 0 0;
	text-decoration: none;
}

#topnavigation a:hover {background-position: right top; color: white;}

#topnavigation .leftCol {
	float: right;
	padding: 7px;
}

#topnavigation .leftCol a{
	padding: 0 0 0 5px;
}

#topnavigation .leftCol .req{
	color: white;
}

#topnavigation .leftCol .req a:hover{
	color: red;
}

#topnavigation .rightCol {
float: right;	
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(../img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	
	float: left; 
	width: 200px;  /*since this element is floated, a width must be given */
	padding: 15px 0 15px 40px; /* top and bottom padding create visual space within this div */
}
.LeftNavHead {
	color: #3399cc;
	font-size: 18pt;
	
}




.LeftNavHead A{
	color: #3399cc;
	font-size: 18pt;
	text-decoration: none;
}

.LeftNavDetail {
	color: #999;
	font: bold 0.9em sans-serif;
	line-height: 21px;
	padding: 0 0px 0 5px;
	text-decoration: none;
}
.LeftNavDetail A{
	color: #999;
	font: bold 0.9em sans-serif;
	line-height: 21px;
	padding: 0 0px 0 2px;
	text-decoration: none;
}


.LeftNavDetail A:hover{padding-left: 5px; color:#3399cc;}


.ArticleHeading {
	color: #CC3300;
	font-size: 18pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
li {
}
.Portalheading {
	color: #CC3300;
	font-size: 18pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/*
li {
 font-style: normal;
}
ul {
	font-style: normal;
}

div#wrapper{float:left;width:780px;}*/

/* content */
.content {
	margin: 0px 0 0 0px;
	background: #FFF;
	padding: 0 10px 0px;
	
}

.content .descr {
	color: #664cle;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../img/li.gif);
	/*margin-left: 18px;*/
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

#mainContent {
 	margin: 0 0 0 245px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-top: 15px;
} 
#homecol {
	width: 256px;
	padding: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* footer */
/* icons */
#clearer {clear: both;
background: url(../img/footer_bg.jpg) repeat-x;
padding: 25px;
border-top: 1px solid #d4d3d3;
}

div#footer{background: #333;color: #ccc; text-align: left;}
div#footer p{margin:0px;padding:25px;}
.footer a,.footer a:hover {color: #ccc;}
.footernav {
	color: #66ccff;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
	overflow: auto;
	
}
.footernav a{
	color: #66ccff;
	font: bold 1em sans-serif;
	text-decoration: none;
}
.footernav a:hover{
	color: #fff;
	font: bold 1em sans-serif;
	text-decoration: none;
}

/*<style type="text/css">
<!--
#col1 { width: 250px; float:left; padding-right: 5px; }
 #col2 { width: 250px; float:left; padding-right: 5px; }
  #col3 {  padding-right: 0; width: 250px; float:right;}
  
  #col1 h2{padding-left: 20px; color:#CC6600;
  line-height: }
  #col1 p{padding-left: 20px; }
  
 #col2 h2{padding-left: 20px; color:#A1B126; }
  #col2 p{padding-left: 20px; }
  
  #col3 h2{padding-left: 20px; color:#348AA5; }
  #col3 p{padding-left: 20px; }
 
  #wrap { width: 780px; float: left;}
}
-->
</style>*/





ul.cssMenu ul{display:none}
ul.cssMenu li:hover>ul{display:block}
ul.cssMenu ul{position: absolute;left:-1px;top:98%;}
ul.cssMenu ul ul{position: absolute;left:010%;top:-2px;}

/* third level menu */
ul.cssMenu,ul.cssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px;
	background-color:none;
	background-repeat:repeat;
	/*border-color:#AAAAAA;
	border-width:1px;
	border-style:solid;
	background:  url(../img/divider.jpg) no-repeat left bottom;*/
}
ul.cssMenu table {border-collapse:collapse}ul.cssMenu {
	display:block;
	zoom:1;
	float: left;
}


/*** submenu ***/
ul.cssMenu ul{
	/*width:160.65px;*/
	background-color: black;
	border: 5px solid black;
	padding: 10px;
	margin: -20px 0 0 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
}
ul.cssMenu li{
	display:block;
	margin:0px;
	font-size:0px;
	
}
ul.cssMenu a:active, ul.cssMenu a:focus {
outline-style:none;
color: #60BDE6;
}

/*** all links ***/
ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:none;
	text-align:left;
	text-decoration:none;
	padding: 2px 0 2px 0;
	_padding-left:0;
	font:bold 11px tahoma, Helvetica, sans-serif;
	color: black;
	text-decoration:none;
	cursor:default;
}
ul.cssMenu span{
	overflow:hidden;
}
ul.cssMenu li {
	float:left;
}
ul.cssMenu ul li {
	float:none;
}
ul.cssMenu ul a {
	text-align:left;
	white-space:nowrap;
	color: #60BDE6;; /* submenu main link color */
}

ul.cssMenu li.sep{
	text-align:center;
	padding:0px;
	line-height: 41px;
	height:100%;
}
ul.cssMenu li.sep span{
	float:none;	padding-right:0;
	width:0;
	height:16;
	display:inline-block;
	background-color:#AAAAAA;	background: none;
	}
ul.cssMenu ul li.sep span{
	width:70%;
	height:3;
	
}
ul.cssMenu li:hover{
	position:relative;
}

/* main menu link when sub menu link is hovered over **/
ul.cssMenu li:hover>a{
	background-color:none;
	font:bold 11px tahoma, Helvetica, sans-serif;
	color: white;
	text-decoration:none;
}

/*** all links hover ****/
ul.cssMenu li a:hover{
	position:relative;
	font:bold 11px tahoma, Helvetica, sans-serif;
	color: white;
	text-decoration:none;
}


ul.cssMenu li.dis a {
	color: #black !important;
}
/*ul.cssMenu ../img {border: none;float:left;_float:none;margin-right:4px;width:16px;
height:16px;
}
ul.cssMenu ul ../img {width:16px;
height:16px;
}*/
ul.cssMenu ../img.over{display:none}
ul.cssMenu li.dis a:hover ../img.over{display:none !important}
ul.cssMenu li.dis a:hover ../img.def {display:inline !important}
ul.cssMenu li:hover > a ../img.def  {display:none}
ul.cssMenu li:hover > a ../img.over {display:inline}
ul.cssMenu a:hover ../img.over,ul.cssMenu a:hover ul ../img.def,ul.cssMenu a:hover a:hover ul ../img.def,ul.cssMenu a:hover a:hover a:hover ul ../img.def,ul.cssMenu a:hover a:hover ../img.over,ul.cssMenu a:hover a:hover a:hover ../img.over,ul.cssMenu a:hover a:hover a:hover a:hover ../img.over{display:inline}
ul.cssMenu a:hover ../img.def,ul.cssMenu a:hover ul ../img.over,ul.cssMenu a:hover a:hover ul ../img.over,ul.cssMenu a:hover a:hover a:hover ul ../img.over,ul.cssMenu a:hover a:hover ../img.def,ul.cssMenu a:hover a:hover a:hover ../img.def,ul.cssMenu a:hover a:hover a:hover a:hover ../img.def{display:none}
ul.cssMenu a:hover ul,ul.cssMenu a:hover a:hover ul,ul.cssMenu a:hover a:hover a:hover ul{display:block}
ul.cssMenu a:hover ul ul,ul.cssMenu a:hover a:hover ul ul{display:none}

/** main menu links ***/
ul.cssMenu span{
	display:block;
	/*background-image:url(./../images/arrv_anim_1.gif);
	background-position:right center;
	background-repeat: no-repeat;*/
   padding: 15px 10px 0 10px;
   background:  url(../img/divider.jpg) no-repeat left top;
   height: 41px;
 
   }
ul.cssMenu li:hover>a>span{	/*background-image:url(../images/arrv_anim_1o.gif)*/background-image:url(../img/divider.jpg);
}
ul.cssMenu a:hover span{	_background-image:url(../img/divider.jpg);/*url(./../images/arrv_anim_1o.gif)*/}
ul.cssMenu ul span,ul.cssMenu a:hover table span{background-image:url(../img/divider.jpg);/*url(./../images/arr_double_1.gif)*/}
ul.cssMenu ul li:hover > a span{	background-image:url(../img/divider.jpg);}
ul.cssMenu table a:hover span,ul.cssMenu table a:hover a:hover span,ul.cssMenu table a:hover a:hover a:hover span{background-image:url(../img/divider.jpg);}
ul.cssMenu table a:hover table span,ul.cssMenu table a:hover a:hover table span{background-image:url(../img/divider.jpg);}

.navigation {
	
	height: 41px;
	text-align: right; 
	padding-top: 25px;
	float: right;
	width: 575px;
}

#icons {
	font-size: 1.2em;
	margin: 0 auto;
	width: 780px;
	display:block;
	
}

#icons ../img{
	padding: 10px;
	vertical-align: top;

}

#icons a{
	padding: 10px;

}
#wrap {
	WIDTH: 780px; FLOAT: left; 
	margin: -5px 0 0 0;
	padding: 0 0 10px 0;	
}


.graphic {
	float: left;
	padding: 0px;
	margin: -15px 0 0 0;
}
.list {
	padding: 55px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	valign: top;
	float:left;
}
#ulwrap {
	float: left;
	padding: 0 0 0 0px;
	width: 400px;
}
.hometop {
	float: left;
	margin: px 0 0 0;
}
.col1{
	float: left;
	padding: 0 15px 0 0;
	margin: 0 10px 0 -25px;
}

.padding {
	padding: 0 0 0 20px;
}

.renewal {
	background-color: black;
	/*border: 5px solid black;*/
	padding: 20px;
/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	color:#FFFFFF;
	position:relative;
}

.renewal > .tl, .renewal > .tr, .renewal > .bl, .renewal > .br
{
width: 10px;
height: 10px;
position:absolute;
background-color: #000000;
}

.renewal > .tl {

background: url(../images/blk_tl.gif) top left no-repeat;
top: 0;
left: 0;
}

.renewal > .tr {

background: url(../images/blk_tr.gif) top right no-repeat;
top: 0;
right: 0;
}

.renewal > .bl {

background: url(../images/blk_bl.gif) bottom left no-repeat;
bottom: 0;
left: 0;

}

.renewal > .br {

background: url(../images/blk_br.gif) bottom right no-repeat;
bottom: 0;
right: 0;

}

/* Update Profile */

.updateprofile {
	width: 252px;
	height: 390px;
	
}

.dkbl {
	background-color: #3399cc;
	/*border: 5px solid black;*/
	padding: 20px;
/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	color:#000000;
	position:relative;
}

.dkbl > .tl, .dkbl > .tr, .dkbl > .bl, .dkbl > .br
{
width: 10px;
height: 10px;
position:absolute;
background-color: #3399cc;
}

.dkbl > .tl {

background: url(../images/dkbl_tl.gif) top left no-repeat;
top: 0;
left: 0;
}

.dkbl > .tr {

background: url(../images/dkbl_tr.gif) top right no-repeat;
top: 0;
right: 0;
}

.dkbl > .bl {

background: url(../images/dkbl_bl.gif) bottom left no-repeat;
bottom: 0;
left: 0;

}

.dkbl > .br {

background: url(../images/dkbl_br.gif) bottom right no-repeat;
bottom: 0;
right: 0;

}

/* Seminars */

.seminars {
	width: 252px;
	height: 390px;

}

.ltbl {
	background-color: #99ccff;
	/*border: 5px solid black;*/
	padding: 20px;
/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	color:#000000;
	position:relative;
}

.ltbl > .tl, .ltbl > .tr, .ltbl > .bl, .ltbl > .br
{
width: 10px;
height: 10px;
position:absolute;
background-color: #99ccff;
}

.ltbl > .tl {

background: url(../images/ltbl_tl.gif) top left no-repeat;
top: 0;
left: 0;
}

.ltbl > .tr {

background: url(../images/ltbl_tr.gif) top right no-repeat;
top: 0;
right: 0;
}

.ltbl > .bl {

background: url(../images/ltbl_bl.gif) bottom left no-repeat;
bottom: 0;
left: 0;

}

.ltbl > .br {

background: url(../images/ltbl_br.gif) bottom right no-repeat;
bottom: 0;
right: 0;

}

#wrap {
	WIDTH: 780px; FLOAT: left; 
	margin: -5px 0 0 0;
}



.list {
	padding: 55px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	valign: top;
	float:left;
}
#ulwrap {
	float: left;
	padding: 0 0 0 0px;
	width: 400px;
}

.col1{
	float: left;
	padding: 0 15px 0 0;
	margin: 0 10px 0 -25px;
}
.protect {
	padding: 20px;
}

