
/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body {
	background:#fff url(../images/bg-body.gif) repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#fff;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

a:link,a:visited	{ color:#175093; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#175093; text-decoration:underline; outline:none;}

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
	
img.img-left { 
	float:left; 
	margin:2px 8px 0px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

	
/* ----- global form elements ----- */ 



form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #dddbdc;
	color:#000;
	width:180px; /* 5 pixles smaller than form width !important */
	height:17px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:3px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	}

select { width:144px; padding:0; } /* same width as form - !important */
textarea { height:90px; overflow:auto; }

label.label-left { float:left; margin-right:15px;}

input.btn-submit {
	background:url("../images/btn-submit.gif") no-repeat;
	width:183px;	
	height:35px;
	cursor:pointer; 
	padding:0px;
	border:0;
	margin:0px 0 0 40px;
	float:left;
	}

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	width:1011px;
	margin:0 auto;
	text-align:left;
	color:#000;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.gif") no-repeat;
	height:117px;
	}
	/* index page link within #masthead */		
	#masthead a.home-link {	
		position:absolute;
		left:108px;
		width:289px;
		top:44px;
		height:26px; 
		}
	#masthead a.home-link span {
		display:none;
		}
	
	#mast-right a:link,#mast-right a:visited	{ color:#fff; text-decoration:none; outline:none; }
	#mast-right a:hover,#mast-right a:active	{ color:#fff; text-decoration:underline; outline:none; }

	#masthead h1 {
		color:#000;
		position:absolute;
		left:210px;
		top:40px;
		text-align:center;
		font-size:17px;
	}
	
	#masthead h1 span {
		font-size:12px;
		font-weight:normal;
	}
	
	#masthead p {
		position:absolute;
		left:250px;
		top:85px;
		}

	#subhead {
		background:url(../images/subhead.jpg) no-repeat;
		height:216px;
		position:relative;
		}
		
	#subhead a {
		position:absolute;
		left:500px;
		width:125px;
		top:107px;
		height:110px;
	}
	
	#subhead a span { display:none;}
	
	#subhead h1 span { display:none;}
		
	#subhead ul {
		color:#fff;
		padding:65px 0 0 0;
		font-size:17px;
		line-height:23px;
		}
	
	#subhead li {
		background:url(../images/bullet.gif) no-repeat 0px 2px;
		padding-left:28px;
	}
	
	#subhead-2 {
		background:url(../images/subhead-2.jpg) no-repeat;
		height:241px;
	}
	
	#sub-left {
		float:left;
		width:480px;
	}
	
	#sub-right {
		float:left;
		width:419px;
	}
	
	h2 {
		color:#175093;
		font-weight:normal;
		font-size:14px;
		margin:15px 0 0 0;
	}
	
	#subhead-3 {
		background:url(../images/subhead-3.gif) no-repeat;
		height:65px;
		margin-top:10px;
	}
	
	#sub-left-2 {
		float:left;
		width:391px;
	}
	
	#sub-right-2 {
		float:left;
		width:419px;
		margin-left:89px;
	}
	
	#subhead-3 p {margin:0 0 10px 0;}
	
	h3 {
		color:#175093;
		font-weight:normal;
		font-size:14px;
		margin:30px 0 0 10px;
	}
	
	p.small {font-size:11px;}
	
	p.min {color:#cc1500;}

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url(../images/hr.gif) no-repeat;
	height:4px;
	clear:both;
	width:100%; /* fix for Safar */
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:1000px;
	margin:0 auto;
	text-align:left;
	font-size:11px;
	}

#footer p {
	padding-top:8px;
	color:#575757;
	margin-bottom:15px;
	}


#footer a:link, #footer a:visited { color:#575757; }

#footer a:hover, #footer a:active { color:#575757; }




