/* This is the replacement CSS file for the edge site. Hopefully with all the duplications and other rubbish removed.
Starts with Eric Meyers RESET
*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------main-----------------*/
*{
	color:white;
}

html, body{
	height: 100%;
}
body {
	font-size: 10pt;
	font-family: arial, helvetica, serif;
	padding: 10px;
	padding-top:0px;
	text-align: center;
	background:url(/images/backgroundtile.jpg) repeat;
}

p {
line-height:1.2;
}
.center{
	padding-top:10px;
	width:990px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#container{
	border:3px solid #336699;
	background-color:#cbeafc;
	overflow:hidden;
}/*
#container{
	background-color:#cbeafc;
	overflow:hidden;
	width:990px;
	border:3px solid #336699;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}*/

.author{
	font-size:80%;
}

#header{
	background:url(/images/header_bg.jpg) no-repeat;
	height:94px;
	text-align:left;
	font-size: 12pt;
}

#head_banner{
    position:relative; 
    top:0px; 
    left:600px; 
    width:300px;
    height:60px;
}

#head_banner h1{
    font-size:16px; 
    font-style:italic; 
    color:#cbeafc;
    padding-bottom:0px;
}

img{
	border:0px;
}
/* -------main menu------- */
/*----------------Main Menu---------------------*/
#mainmenu{
	position:absolute;
	height:22px;
	margin-bottom:1px;
	top:89px;
}
* html #mainmenu { z-index:100; }/* slight adjustent to menu verticle position and zindex in ie  */  
/* *+html #mainmenu { top:67px; z-index:100; } /* ie7 only */
*+html #mainmenu { z-index:100; } /* ie7 only */
#mainmenu li{
	list-style: none;
	float: left;
	height:100%;
	padding-top:3px;
}
#mainmenu a{
	display: inline;
	float: left;
	text-decoration: none;
	font-size:12pt;
	padding: 2px 0px 2px 5px;
	margin-left:3px;
	font-weight:bold;
	color:#636466;
	background:url(/images/tableftblue.gif) no-repeat left top;
}* html #mainmenu a { display: block; }/* ie requires this to display block, opera requires inline, and ff is indifferent */ 
*+html #mainmenu a { display: block; } /* ie 7 only */
#mainmenu a span {
      background:url(/images/tabrightblue.gif) no-repeat right top;
      padding:2px 15px 2px 6px;
      color:#FFF;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainmenu a span {float:none;}
    /* End IE5-Mac hack */
#mainmenu a:hover {
      background-position:0% -42px;
}
#mainmenu a:hover span {
      background-position:100% -42px;
}
#mainmenu ul li a:hover, #mainmenu ul li a.sfhover{
	color:#e82e38;
}
/* Hide from IE5-Mac \*/
#mainmenu a{
	float: none;
	font-size: 12pt;
}
/* End hide */
/* second-level lists */
#mainmenu li ul { 
	z-index:100;
	display:block;
	position: absolute;
	background: #28547c;
	left: -999em; /* using left instead of display to hide menus because "display: none" isn't read by screen readers */
}
#mainmenu ul li ul li a:hover, #mainmenu ul li ul li a.sfhover{
	color:white;
}
#mainmenu li:hover ul, #mainmenu li.sfhover ul {
	left:auto;
}
#mainmenu li:hover ul li, #mainmenu li.sfhover ul li{
	display:block;
	float:none;
	background:none;
	width:200px;
	border-right:1px solid #3c95c9;
	border-left:5px solid #3c95c9;
	border-bottom:1px solid #3c95c9;
}
#mainmenu li ul li a{
	color:white;
	font-size: 11pt;
	background:none;
	margin-left:3px;
	padding-left: 10px;
	height:20px;
}
#mainmenu li ul li:hover, #mainmenu li ul li.sfhover{
	background-color:#70a1eb;
}
/* third level lists - fly out */
#mainmenu ul li:hover ul li ul, #mainmenu ul li.sfhover ul li ul{ 
	display:block;
	position: absolute;
	background-color: #636466;
	top:inherit;
	left: -999em; /* using left instead of display to hide menus because "display: none" isn't read by screen readers */
}
#mainmenu ul li ul li:hover ul, #mainmenu ul li ul li.sfhover ul{ 
	display:block; 
	position:absolute; 
	left:160px;
	/* this negative 23 pixel margin puls up the third level menu in line with the top of its parent "li" */
	margin-top:-23px;
}
/*-End Dropdown-*/

/*----------------End Main Menu---------------------*/
/*----------- side menu -----------*/
#side_menu{
	float:right;
	padding:5px 10px 0px 0px;;
	font-weight:bold;
}
#side_menu ul{
	list-style-image: url(/images/sub_bullet.gif);
}
#side_menu ul li{
	margin-top:-3px;
}
#side_menu a{
	text-decoration:none;
	font-weight:normal;
}
#side_menu a:hover{
	text-decoration:underline;
}
/*end side menu*/
/*------------- general text styles -------------------*/

.clear_both{
	clear:both;
}
.clear_left{
	clear:left;
}

.center_message{
	text-align:center;
}

.feedback {
	font-weight:bold; color:red;
	}

.box h2{
	font-size:130%;
	padding-top:5px;
	padding-bottom:5px;
}

.box h2 a{
	color:white;
	}

.panel-overlay h2, #footer h2{
	font-size:7pt;
	color:#336699;
	font-weight:normal;
}
h2 a{
	color:#336699;
}
h3{
	font-size: 10pt;
	padding:5px 0px;
}
p{
	padding:5px 0px;
}
.blue{
	color:#cbeafc;
}
table img{
	margin: 3px 0px;
}

.news_post {
	width:98%; clear:both;
}
/*------------ Rounded boxes - based on smart corners - Mike Cherim - http://green-beast.com/ --------------*/
#box, .box {
  	background: #336699 url(/images/rc_tl.jpg) no-repeat;	
  	height: 100%;
  	position: relative;
  	padding: 10px 10px;
  	margin: 5px 0px 0px 5px; 
  	overflow: hidden;
}
/* * html #box, * html .box{ margin-left:5px; width:96%; } /* ie6 fix */
.tr, .bl, .br {
  	position: absolute;
  	width: 5px;
  	height: 5px;  /* corner image size */
  	display: block;
}
/* 
/* * html .tr { margin-bottom: -11px; margin-right: -1px; } /* ie6 fix */
/* * html .bl { margin-bottom: -11px; margin-right: -1px; } /* ie6 fix */
/* * html .br { margin-bottom: -11px; margin-right: -1px; } /* ie6 fix */

.tr {/* top-right */
  	background: transparent url(/images/rc_tr.jpg) no-repeat;
  	top: 0;
  	right: 0;
}
.bl {/* bottom-left */
  	background: transparent url(/images/rc_bl.jpg) no-repeat;
  	bottom: 0;
  	left: 0;
}
.br {/* bottom-right */
  	background: transparent url(/images/rc_br.jpg) no-repeat;
  	right: 0;
  	bottom: 0;
}
/*end smart corners*/
#footer{
	margin-top: 10px;
	padding: 0px 10px 10px 10px
}
/*------------ Forms ----------------------*/
input, textarea, select, option{
	color:black;
}


/*------- page specific css (this was embedded into each page)----------*/
#content{
	clear:both;
	width:550px;
	border-right:420px solid #cbeafc; /* The width and color of the rail */
	margin-right:-420px; /* Hat tip to Ryan Brill */
	float:left;
	padding: 0px 0px 0px 0px;
}
#rail{
	background-color:none;
	width:420px;
	float:left;
	padding-left:0px;
}

/* ---------- Footer --------------------*/
#cpy_right{
	float:left;
}

#bottom_menu{
	text-align:center;float:left; width:40%;margin-bottom:10px;
}

#bottom_menu a {
	margin-left:10px;
}



