/* CSS Document */
/*------------------main css tags-----------------*/

body{
	margin:0 0 0 0;
	background-image:url(../images/back.jpg);
	background-position:center;
}

div#Wrapper{
	width:783px;
	height:auto;
	vertical-align:middle;
	margin:auto;
	background-color:#FFFFFF;
}

* html div#Wrapper{
	width:783px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
}

div#head{
	/*vertical-align:middle;*/
	width:783px;
	height:auto;
	margin-bottom:-5px;
	background-color:#063f58;
}

/*-----Nav for presentation will be replaced with flash------*/

div#nav_spacer1{
	width:12px;
	height:10px;
	float:left;
	background-color:#063f58;
}

div#nav_spacer{
	width:2px;
	height:5px;
	float:left;
}

/*-----------dammit IE-----------*/

* html div#nav_spacer{
	width:2px;
	height:5px;
	float:left;
}

*+html div#nav_spacer{
	width:2px;
	height:5px;
	float:left;
}

/*-------------------------------*/

div#nav_container{
	width:764px;
	height:auto;
	background-color:#063f58;
	float:left;
}

div#nav_block{
	width:93px;
	height:26px;
	background-image:url(../images/nav.gif);
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	margin-right:0px;
}

*+html div#nav_block{
	width:93px;
	height:26px;
	background-image:url(../images/nav.gif);
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	margin-right:0px;
}

div#nav_text{
	margin-top:5px;
	width:90px;
	height:15px;
}

* html div#nav_text{
	margin-top:0px;
	width:90px;
	height:15px;
}

*+html div#nav_text{
	margin-top:0px;
	width:90px;
	height:15px;
}

.nav{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#457487;
	text-decoration:none;
}

.nav:hover{
	color:#00bbff;
	text-decoration:underline;
}



/*-----------------------------------------------------------*/
div#mid_head{
	background-color:#FFFFFF;
	padding:0px 10px 5px 10px;
	margin-top:35px;
}

* html div#mid_head{
	background-color:#FFFFFF;
	padding:0px 10px 5px 10px;
	margin-top:15px;
}

div#container{
	background-color:#FFFFFF;
	width:783px;
	
}

/*---------main content holder---------*/
div#block{
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#074662;
	float:left;
	width:236px;
	height:auto;
	padding-left:10px;
	padding-right:0px;
	padding-top:15px;
	padding-bottom:15px;
}

* html div#block{
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#074662;
	float:left;
	width:236px;
	height:auto;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:15px;
} 

/*--name says everything--*/
div#btn_holder{
	float:left;
	
	margin-bottom:5px;
}

/*--this pushes the left block away from the edge a guidance counsellor if you will--*/
div#separator1{
	background-color:#FFFFFF;
	width:10px;
	float:left;
}

/*------------------dammit the div height has to be set-----------------------*/
/*--home--*/
div#separator{
	background-position:center;
	background-image:url(../images/ws_seperator.gif);
	background-repeat:repeat-y;
	margin-bottom:10px;
	margin-top:10px;
	height:148px;
	background-color:#FFFFFF;
	width:10px;
	float:left;
}

.link_s{
	color:#074662;
	font-weight:bold;
}

.link_s:hover{
	color:#00baff;
	text-decoration:none;
}

.link_event{
	color:#074662;
	text-decoration:none;
}

.link_event:hover{
	color:#00baff;
	text-decoration:underline;
}

div#footer{
	background-color:#FFFFFF;
	padding:0px 12px 13px 10px;
	background-image:url(../images/ws_footer_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

div#hc_footer{
	background-image:url(../images/hc_bottom.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;

}

/*----------------history---------------------*/

div#history{
	float:left;
	height:auto;
	width:500px;
	padding-left:10px;
	padding-bottom:10px;
}

div#history_text{
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#074662;
	width:740px;
	padding-right:5px;
	padding-bottom:10px;
	padding-top:10px;
	float:left;
}

.HeadingText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#074662;
	font-weight:bold;
}

div#history_text1{
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#074662;
	width:475px;
	padding-right:5px;
	float:left;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#ccd9df;
	padding-top:10px;
}

*+html div#history_text1{
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#074662;
	width:475px;
	padding-right:5px;
	float:left;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#ccd9df;
	padding-top:10px;
	margin-bottom:5px;
}

/*-----------contact_us---------------*/

div#contact_us{
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#074662;
	float:left;
	height:auto;
	width:600px;
	padding-left:10px;
	padding-bottom:10px;
}

/*------------------News letter registration page-------------------------*/

div#register{
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#074662;
	float:left;
	height:auto;
	width:600px;
	padding-bottom:5px;
}

.submit{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#074662;
}

.submit:hover{
	color:#00baff;
}

.reg_form{
	height:auto;

}

div#reg_info{
	padding-left:10px;
}

div#reg_stuff{
	padding-top:10px;
	padding-left:15px;
}

/*--------Sponsorship logos----------*/

div#image_block{
	width:106px;
	height:109px;
	margin-right:10px;
	text-align:center;
	float:left;
}

div#flash{
	margin-left:17px;
	margin-top:15px;
	float:left;
}

* html div#flash{
	margin-left:10px;
	margin-top:15px;
	float:left;	
}

div#holder{
	background-color:#063f58;
	height:291px;
}

* html div#holder{
	background-color:#063f58;
	height:196px;
	margin-left:-12px;
	margin-right:-10px;
}

*+html div#holder{
	background-color:#063f58;
	height:269px;
}

div#holder2{
	background-color:#063f58;
	height:266px;
}

* html div#holder2{
	background-color:#063f58;
	height:229px;
	margin-left:-12px;
	margin-right:-10px;
}

*+html div#holder2{
	background-color:#063f58;
	height:229px;
}

div#mother{
	background-color:#d9e3e7;
	margin-left:12px;
	width:758px;
	height:auto;
	float:left;
}

* html div#mother{
	background-color:#d9e3e7;
	margin-right:10px;
	width:758px;
	height:auto;
}

*+html div#mother{
	background-color:#d9e3e7;
	margin-left:12px;
	margin-right:10px;
	width:758px;
	height:auto;
}

div#fot{
	float:left;
	margin-top:-5px;
}

div#home_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#074662;
	float:left;
	margin-top:15px;
	width:390px;
	height:205px;
	padding-right:8px;
	padding-top:10px;
	margin-left:20px;
	padding-left:10px;
	background-image:url(../images/menu_back.gif);
	background-repeat:no-repeat;
}

div#home{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#074662;
	float:left;
	margin-top:15px;
	width:315px;
	height:auto;
	line-height:10px;
	padding-bottom:10px;
	padding-left:10px;
}

div#text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#074662;
	float:left;
	width:250px;
	height:205px;
	padding-bottom:20px;
	padding-right:0px;
	padding-top:10px;
	padding-left:0px;
	margin-left:20px;
}

* html div#text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#074662;
	float:left;
	width:250px;
	height:150px;
	padding-bottom:20px;
	padding-right:0px;
	padding-top:10px;
	padding-left:0px;
	margin-left:20px;
}

div#history_flash{
	float:left;
	width:373px;
	height:auto;
	margin-top:0px;
}

div#mage{
	float:left;
	width:100px;
	height:auto;
	text-align:center;
	padding-right:10px;
	margin-bottom:0px;
}

*+html div#mage{
	float:left;
	width:100px;
	height:auto;
	text-align:center;
	padding-right:10px;
	margin-bottom:0px;
}

div#imag{
	margin-left:19px;
	margin-top:10px;
}

* html div#imag{
	margin-left:19px;
	margin-top:25px;
} 

*+html div#imag{
	margin-left:19px;
	margin-top:20px;
} 

div#hist_year{
	float:left;
	margin:47px 20px 0 55px;
}

* html div#hist_year{
	float:left;
	margin:40px 20px 0 30px;
}

*+html div#hist_year{
	float:left;
	margin:45px 20px 0 55px;
}

