@import url('reset.css');


body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: url('../img/bg/body.gif') no-repeat top center #f0f0f6;
}

strong, em { font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }

#wrapper {
	position: relative;
	margin-left: -480px;
	left: 50%;
	width: 960px;
}

a { outline: none; }

/* =top
------------------------------------------------*/


#top {
	background: url('../img/logos/asw.png') no-repeat left;
	width: 925px;
	padding-top: 15px;
	padding-right: 35px;
	height: 115px;
	text-align: right;
}

#top a {
	color: #fff;
	font-size: 11px;
}

#top p { color: #fff; }

#top em {
	font-size: 25px;
	color: #fff;
}

#top img {
	float: left;
	margin-top: -15px;
}

/* =inputs
------------------------------------------------*/

#inputs {
	padding-bottom: 1px;
	height: 56px;
	background: url('../img/bg/inputs.gif') no-repeat;
}

#wrapper > #inputs { padding-bottom: 25px; }

#search {
	padding-left: 35px;
	padding-top: 25px;
	width: 224px;
	height: 31px;
	float: left;
}

#search p {
	color: #80aa3d;
	font-size: 10px;
	padding-bottom: 5px;
}

#search input { float: left; }

#search input.text {
	width: 158px;
	height: 19px;
	background: url('../img/misc/search.gif') no-repeat;
	border: none;
	padding-left: 25px;
	padding-top: 6px;
	font-size: 11px;
	color: #666;
}

#search > input.text { font-size: 10px; }

#search input.search_submit {
	width: 39px;
	height: 30px;
	border: none;
	background: url('../img/misc/search_submit.gif') no-repeat;
	position: relative;
	left: 7px;
	top: 1px;
	cursor:help;
}

#login {
	padding-left: 35px;
	padding-top: 44px;
	width: 645px;
	float: left;
	height: 36px;
	position: relative;
}

#login ul li {
	float: left;
	display: block;
}

#login ul li.input {
	margin: 0 10px;
	width: 170px;
}

#login a:link, #inputs #login a:visited {
	font-size: 10px;
	color: #933d3d;
}

#login a:active, #inputs #login a:hover {
	font-size: 10px;
	color: #933d3d;
	text-decoration: none;
}

#login input.text {
	width: 158px;
	height: 19px;
	background: url('../img/misc/login.gif') no-repeat;
	border: none;
	padding-left: 25px;
	padding-top: 6px;
	font-size: 11px;
	color: #666;
}

#login input.login_submit {
	border: none;
	background: url('../img/misc/go.gif') no-repeat;
	width: 73px;
	height: 73px;
	top: 8px;
	position: absolute;
	left: 600px;
	cursor: pointer;
}

/* =header
------------------------------------------------*/

#header {
	height: 260px;
}



/* =nav
------------------------------------------------*/



#nav {
	background: url('../img/bg/nav.gif') repeat-y;
	width: 244px;
	padding-left: 21px;
	}

#nav a {
	color: #333;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
}
	


/* =leftcol
------------------------------------------------*/

#leftcol {
	float: left;
	width: 280px;
}

#leftcol p {
	padding: 10px 0;
	font-size: 12px;
	color: #333;
	display: block;
	width: 175px;
}
	
#leftcol #nav_stop {
	display: block;
	width: 265px;
	height: 44px;
	background: url('../img/bg/nav_stop.gif') no-repeat;
	border: none;
	margin-left: 0px;
	float: left;
	clear: both;
}	

#leftcol div.sub {
	margin: 10px 0 0 21px;
	width: 206px;
	background-color: #e4e4ea;
	border: 1px solid #dddde3;
	padding-left: 35px;
}

#leftcol div.none {
	margin: 10px 0 0 21px;
	width: 206px;
	background-color: #f0f0f6;
	border: 1px solid #f0f0f6;
	padding-left: 35px;
}

#leftcol div.sub a:link, a:visited {
	color: #006600;
	font-size: 10px;
}

#leftcol div.sub a:hover, a:active {
	text-decoration: none;
	color: #fff;
}

/* =rightcol
------------------------------------------------*/
#rightcol {
	float: left;
	width: 680px;
}

#rightcol p {
	margin-left: 10px;
	font-size: 13px;
	padding-bottom: 25px;
	width: 100%;
}

/* =content
------------------------------------------------*/

#content {
	clear: both;
	margin-bottom: 25px;
	width: 95%;
	padding-top: 25px;
}

#content a:link, #content a:visited { 
	font-size: 13px;
	color: #3333CC; 
	text-decoration: none;
	border-bottom: 1px dotted #6699CC;
	}
	
#content a:hover, #content a:active { 
	font-size: 13px;
	color: #993333;
	text-decoration: none;
	font-style: normal;
	border-bottom: none !important;
	}
	
#content a.page_top { color: #990000; }

#content h1 {
	display: block;
	margin-left: 1px;
	padding-bottom: 15px;
	height: 45px;
	font: normal 32px Georgia, "Times New Roman", Times, serif;
	color: #0a133d;
	background: url('../img/bg/main_hr.gif') repeat-x 5px 40px;
}


#content h2 {
	margin-left: 1px;
	padding-bottom: 15px;
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #0a133d;
}


#content h3 {
	margin-left: 1px;
	padding-bottom: 15px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #0a133d;
	text-decoration: underline;
}


#content ul, #content ol {
	font-size: 13px;
	margin-left: 35px;
	font-style: italic;
	padding-right: 25px;
	padding-bottom: 25px;
	}

#content ol li { 
	padding-bottom: 10px;
	}

#content ul li { 
	padding-bottom: 10px;
	list-style: square outside !important;
	}

#content ul li strong { font-weight: bold; }

#content ul li ul {
	padding-top: 10px;
	padding-bottom: 0px;
	list-style: circle;
}


#content table {
	width: 630px;
	font-size: 13px;
	margin-left: 10px;
	margin-bottom: 25px;
	border: 1px dashed #ccc;
	
}

#content table tr, #content table td {
	width: 440px !important;
	border: 1px dashed #ccc !important;
	padding: 10px;
	}
	
#content table td:hover { /*cool table hover effect for standards-compliant browsers*/
	background-color: #FFFF99;
	}
#content img.float_lft {
	float: left;
	border: 1px solid #CCCCCC;
	margin: 5px 25px 25px 10px;
}


/* =auxilary block
------------------------------------------------*/

#auxilary {
	float: left;
	clear: both;
}

#learn {
	width: 310px;
	background: #932727;
	float: left;
	background: #871515 url('../img/bg/learn_more.jpg') no-repeat;
}

#learn p {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 5px;
}

#learn li {
	margin-left: 25px;
	padding-left: 25px;
	color: #fff;
	background: url('../img/misc/check_learn.jpg') no-repeat;
	list-style-type: none;
	height: 20px;
}

#awards {
	width: 310px;
	float: left;
	clear: left;
	margin-top: 25px;
	background: #000033 url('../img/bg/awards.jpg') no-repeat center top;
}

#awards p {
	font: normal 29px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 10px 0 10px 10px;
}

#awards img {
	float: right;
	margin-right: -10px;
}

#awards li {
	margin-left: 25px;
	padding-left: 25px;
	color: #fff;
	background: url('../img/misc/check_award.gif') no-repeat;
	height: 30px;
}

#calendar {
	width: 325px;
	background-color: #e4e4e4;
	float: right;
	position: relative;
	left: -24px;
}

#calendar h1 a {
	margin-left: 10px;
	height: 45px;
	color: #0a133d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#calendar h2 {
	color: #9F0000;
	padding-left: 10px;
}

#calendar h3 {
	padding-left: 10px;
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	color: #0A133D;
	padding-bottom: 5px;
}

#calendar p { padding-bottom: 5px; }

#calendar p:after {
	content: ".";
	color: #e4e4e4;
	display: block;
	clear: both;
	height: 3px;
	width: 98%;
	border-bottom: 1px dashed #b9b9b9;
}

.events th {
	width: 100px;
	text-align: center;
}


/* =footer
------------------------------------------------*/

#footer_out {
	position: relative;
	top: 50px;
	clear: both;
	height: 128px;
	width: 100%;
	background: url('../img/bg/footer.gif') repeat-x;
}

#footer_in {
	width: 960px;
	margin: 0 auto;
}

#footer_in {
	padding-top: 15px;
	color: #0a133d;
	font-size: 12px;
}

#footer_in p.credits {
	float: right;
	text-align: right;
	position: relative;
	left: -24px;
}

#footer_in p { margin-left: 54px; }

#footer_in a:link, #footer_in a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #009900;
	color: #666;
	font-style: normal;
	font-size: 11px;
}

#footer_in a:hover #footer_in a:active {
	text-decoration: none;
	border-bottom: none !important;
	color: #666;
	font-style: normal;
	font-size: 11px;
}

.indent {
	padding-left: 50px;
	}
#wrapper #main #rightcol #auxillary #calendar a {
	color: #0a133d;
}
#wrapper #main #rightcol #auxillary #calendar a:hover {
	color: #006600;
}
#learn a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
#awards a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
#learn a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#awards a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
