/* Layout IDs */

#container {
	position: relative;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	min-width:1004px;
	min-height:100%;
	background-color:#000000;		
	}
#headercontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1;
	width:100%;
	}
#header {
	position: relative;
	top: 0px;
	left: 0px;	
/*	width:1004px; */
	height:150px;
	background:url(../images/DelSurHeader.jpg) no-repeat;
	}
.headerext {
	height:150px;
	background:url(../images/DelSurHeaderExt.jpg) repeat-x;
	}
#topofpage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:2;	
	}
#topbuttons {
	position: absolute;
	top: 100px;
	right: 30px;
	z-index:2;		
	}				
#mainbody {
	position: absolute;
	top: 150px;
	left:0;
	width: 100%;
	min-width:800px;
	background-color:#FFFFFF;
	z-index:1;
	}	
#menubg {
	position:absolute;
	top:-55px;
	left:0;
	width:150px;
	height:350px;
	background: url(../buttons/menubg.png) no-repeat;
	z-index:2;
	}	
	
#contentcontainer {
	width:100%;
	position:relative;
	padding-left:15px;
	padding-right:15px;
	margin:0;
}
		
#pagetitle {
	position: relative;
	top:-5px;		
	width:auto;
	height:auto;
	margin:0;
	padding-right:90px;
	text-align:center;
	}
	
#pagetitleup2 {
	position: relative;
	top:-10px;	
	width:auto;
	height:auto;
	margin:0;
	padding-right:90px;
	text-align:center;	
	}	
	
#pagetitleup {
	position: absolute;
	top: 135px;
	left: 0;
	width:100%;
	height:auto;
	z-index:3;	
	}
	
#pagetitleupleft {
	position: relative;
	top: -18px;
	left: -20px;	
	}		
	
table#healthstats th {
	text-align:right;
	padding-right:6px;
}
table#healthstats td {
	padding-right:20px;
}

	
#bottom {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 0px;  
  }		

/** Styles **/

html {
	margin: 0; 
	padding: 0; 
	border: 0; 
} 
	
body {
	margin: 0;
    padding: 0;
	border: 0;
	background-color:#000000;
	}

address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, ul, li, ol, p, pre, table, td, th, tr {
    color: #000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	line-height:1.2em;
}

th {
	font-weight: bold;
}

h1 { font-size:1.4em; }
h2 { font-size:1.3em; }
h3 { font-size:1.2em; }
h4 { font-size:1.1em; }

img {
	border:none;
	outline:none;
}
a img {
	border:none;
	outline:none;
}


/* Specific Styles */

.leftnav {	
	width:180px;
	min-width:180px;
	height:auto;
	background:url(../images/DelSurLeft.jpg); background-repeat:repeat-y;
	}

.width {
	width:100%; 
	min-width:800px;
}
* html .minwidth {
	padding-left:800px;
}
* html .container {
	margin-left:-800px;
	position:relative;
}
/*\*/
* html .minwidth, * html .container, * html .content, * html .layout  {
	height:1px;
}
/**/

.first {
	margin-top:0;
	padding-top:.5em;
}

.largerBodyStyle {
    font-size: 12px;
 	}
.largerBodyStyle div, 
.largerBodyStyle div p, 
.largerBodyStyle div a, 
.largerBodyStyle td, 
.largerBodyStyle th, 
.largerBodyStyle li, 
.largerBodyStyle p, 
.largerBodyStyle div table tr td, 
.largerBodyStyle div table tr th {
	font-size:12px;
	line-height:1.4em;	
	}	
div.largerBodyStyle a:hover,	
div.largerBodyStyle li a:hover {
    color: #0033FF;
	}		

div.footerStyle {
	max-width:1152px;
	margin:30px 0 10px 0;
	padding-right:90px;
    color: #000000;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	text-align:center;
	line-height:1.4em;
}
div.footerStyle a:link, div.footerStyle a:visited {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#6633CC;
    text-decoration: none;
	}
div.footerStyle a:hover, div.footerStyle a:active {
    color:#0033FF;
    text-decoration: underline;
	}

.black {background-color:#000000;}
.white {background-color:#FFFFFF;}

ul.menulist a {
	font-size:12px;
	line-height:1.8em;
}

ul.tight {margin: 0 0 1em 1.3em; padding: 0; }
ol.tight {margin: 0 0 1em 1.3em; padding: 0; }

ul.semitight {margin: 0 0 1em 3em; padding: 0; }
ol.semitight {margin: 0 0 1em 3em; padding: 0; }

.noMargin {
	margin: 0px;
	}

.titleStyle {
    color: #000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
	text-align:center;
	vertical-align:top;
}
.subtitleStyle {
    color: #000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	text-align:center;	
}


tr.smallLine { height: .8em; }
tr.smallLine td { line-height: .8em; }

tr.mediumLine
{ 
line-height: 15px;
}    


.date-font	{ color: #000000; font: 11px verdana, arial, sans-serif; font-weight: normal }

img.b1 {
	border-width:3px;
	border-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color:#CCCCCC;
/*	background-color:#B0C4DE; */
	}
img.b2 {
	border-style: solid;
	border-top-color:#CCCCCC;
	border-right-color:#999999;
	border-bottom-color:#666666;
	border-left-color:#CCCCCC;
	}

.boxed {
	border: 1px solid #000000;
	}

.photoleft {
	float:left; margin:5px 10px 10px 0;
}

.photoright {
	float:right; margin:5px 5px 10px 10px;
}

.photoframe {
	padding:8px;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	text-align:center;
}

.photolabel {
	margin-top:.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	line-height:1em;	
}


/* LINK ORDER - a:link a:visited a:hover a:active */

a {
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link {
    color: #6633CC;
    text-decoration: underline;
}
a:visited {
    color: #6633CC;
    text-decoration: underline;
}
a:hover {
    color: #0033FF;
    text-decoration: underline;
}
a:active {
    color: #0033FF;
    text-decoration: underline;
}

a.intro {
    font-weight: bold;	
}
a.intro:link {
    color: #ffffff;
    text-decoration: none;
}
a.intro:visited {
    color: #ffffff;
    text-decoration: none;
}
a.intro:hover {
    color:#666666;
	text-decoration:underline;
}
a.intro:active {
    color: #0033ff;
	text-decoration:underline;
}

a.notice {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
a.notice:link {
    color:#FF0000;
    text-decoration: underline;
}
a.notice:visited {
    color: #FF0000;
    text-decoration: underline;
}
a.notice:hover {
    color:#000000;
    text-decoration: underline;
}
a.notice:active {
    color:#FF6600;
    text-decoration: underline;
}

a.plainLinkBold:link {
    color: #000000;
    font-size: 12px;	
    font-weight: bold;		
    text-decoration: none;
}
a.plainLinkBold:visited {
    color: #000000;
    font-size: 12px;	
    font-weight: bold;		
    text-decoration: none;
}
a.plainLinkBold:hover {
    color:#0033ff;
    font-size: 12px;	
    font-weight: bold;		
    text-decoration: none;
}
a.plainLinkBold:active {
    color: #0033ff;
    font-size: 12px;	
    font-weight: bold;		
    text-decoration: none;
}

a:link .graphicLink, a:visited .graphicLink, a:hover .graphicLink, a:active .graphicLink {border:0px;}

div#popupInfo {	
	position:relative;	
	border:1px solid #999;	
	background:transparent;	
	}
div#popupInfo a {
	display:inline;	
	text-decoration:none;
	font-size: 12px;		
	color:black
	}
div#popupInfo a:hover {	
	background:transparent;
	}
div#popupInfo a span {	
	display:none
	}
div#popupInfo a:hover span {	
	display:inline;	
	position:absolute;	
	top:-2px;	
	left:-280px;	
	padding:2px 2px 2px 2px;
	width: 275px;
	background:white;
	border: thin solid #cccccc;
	}	

.smallblackbold {
    color: #000000;
    font-family: "Tahoma", Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.smallbluebold {
    color:#99CCFF;
    font-family: "Tahoma", Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.bodyblackbold {
    color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;	
}

.normalblackbold {
    color: #000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.bigblack {
    color: #000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.bigblack p {
    color: #000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.bigblackbold {
    color: #000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.hugeblack {
    color: #000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.hugeblack p {
    color: #000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
}


/************ Validation *******************/

div.validators {
	padding-top:10px;
	background-color:#000;
	}

div.validators, div.validators a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color:#999999;	
	text-align:center;
	padding:0 0 5px 0;
	}
div.validators a:link, div.validators a:visited {
    color:#999999;	
    text-decoration: none;
	}
div.validators a:hover, div.validators a:active {
    color:#cccccc;
    text-decoration: none;
	}	



