* {
margin:0;
padding:0;
}


img {
   border: 0;
}


a,
a:link 
a:active {
   text-decoration: underline;
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   color: #000000;                
}

a:hover {
   text-decoration: underline;
   color: #FE0800;
}


body {
  margin:1em;    
   background: url(../../images/bg.gif) top repeat-x #98B7CE; 
   
}


div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   max-width: 950px;   /* IE wont understand these, so we will use javascript magick */
   min-width: 800px;
   color: black;
}




div#top_text {
  background-color:#FFFFFF;
  padding-bottom:5px;
  padding-right:11px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  
 
}


div#bottom_text {
  background-color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  padding-left:5px;
  padding-right:5px;
  
}



div#top_text a {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	background:none;
	text-decoration: none;
}


a#member_login {
   color: #FE0800;
   background:none;
}




div#logo  {
	didth:179px;
	height:217px;
	
}

.LogoBox {
   color:#73665D; 
   font-family: Arial, Helvetica;
   font-size: 17px;
   text-decoration:none;
   PADDING-RIGHT: 0px;
   DISPLAY: block;
   PADDING-LEFT: 0px;
   PADDING-BOTTOM: 0px;
   MARGIN: 0px;
   PADDING-TOP: 0px;
   height:217px;
   background:none;
}

.LogoBox:hover {
   color:#73665D; 
   font-family: Arial, Helvetica;
   font-size: 17px;
   text-decoration:none;
   PADDING-RIGHT: 0px;
   DISPLAY: block;
   PADDING-LEFT: 0px;
   PADDING-BOTTOM: 0px;
   MARGIN: 0px;
   PADDING-TOP: 0px;
   height:217px;
   background:none;
  
}


.alt {
	display:none;
}



div#sidebar {
   float: left;
   width: 220px; /*Width of left column*/
   margin-left: -100%;
   background-color:#FFFFFF;
  
  
}


div#main {
  margin-left: 220px; /*Set left margin to LeftColumnWidth*/
  background-color:#ffffff;
 
}


div#contentwrapper{
	float: left;
	width: 100%;
}





div#corner1 {
  width:220px;
  height:11px;
}



div#corner2{
	width: 100%;
	height:11px;
	background: url(../../images/corner2.jpg)  top right #FFFFFF   no-repeat; 
}



div#header_block {
	padding-left:12px;
	padding-right:12px;
}

div#flashcontent {
	padding-left:12px;
	padding-right:12px;
}



div#content_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:12px;
	padding-right:12px;
	line-height: normal;
}


div#menu_holder {
	width:221px;
	background: url(../../images/left_side_bg.jpg)  top right #ffffff   no-repeat; 
}


div#bottom_part1 {
	display:block;
	width:11px;
	float:left;
}

div#bottom_part2 {
	display:block;
	width:11px;
	float:right;
}



div#header h1 a {
   background: #385C72 url(images/cms/logo1.gif) no-repeat 0 12px; 
   display: block;
   height: 80px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}


div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 1em; /* CSS short hand rule first value is top then right, bottom and left */
   font-family:Arial, Helvetica, sans-serif;
   font-size:15px;
   
}

div.breadcrumbs strong {
   font-family:Arial, Helvetica, sans-serif;
   font-size:15px;
   color: #00477B;
  
   
}




div#quote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#98B7CE;
	font-style:italic;
}



div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #ffffff;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   padding-top:5px;
   
}



div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}


/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}



blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}




/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

div#wrap #topnav_links{
	text-align:left;
	margin-left:10px;
	margin-top:2px;
	margin-bottom:2px;
}


/* Header Banners */

#headerMain {
	width: 100%;
	height: 232px;
	background: url(../../images/header1bg.jpg) no-repeat;
}

.headerMain1 {
	float: right;
	height: 232px;
	width: 250px;
}

.headerMain2 {
	float: left;
	margin-left: 10px;
	height: 232px;
	width: 286px;
}

#headerSub {
	width: 100%;
	height: 100px;
	background: url(../../images/header2bg.jpg) no-repeat;
}

.headerSub1 {
	float: right;
	height: 100px;
	width: 60px;
}

.headerSub2 {
	float: left;
	margin-left: 10px;
	height: 100px;
	width: 360px;
}


#accountoption1 {
	display: block;
	float: left;
	text-align: center;
	width: 288px;
	background-color: #FFFFFF;
	border: 1px solid #C3D9FF;
	margin-top: 0px;
	padding: 4px;
}


#accountoption2 {
	display: block;
	float: right;
	text-align: center;
	width: 288px;
	background-color: #FFFFFF;
	border: 1px solid #C3D9FF;
	margin-top: 0px;
	padding: 4px;
}

#accountoption3 {
	display: block;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #C3D9FF;
	margin-top: 0px;
	padding: 4px;
	width:500px;
	
}



.content_inner {
	background-color: #ECF7FF;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;

}

.reg_table {
	margin-top:5px;
}

.reg_table td {
    text-align:left;
    vertical-align: middle;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
    
}

.reg_table th {
    text-align:left;
    vertical-align: middle;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
    
}

