/* 

STYLE SHEET FOR THE ASSOCIATION OF BOARDS OF CERTIFICATIONS WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation 
	4. fonts
	5. images
	6. hacks

Notes

*/

/* --------- 1. defaults  --------- */

* {margin: 0; padding: 0;}

body {
	color: #5b5b5b; 
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #fff url(../images/bodyBkg.jpg) no-repeat center top;
}


/*  --------- 2. structure  --------- */

#wrapper {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
}
		
#navContainer {
	background: url(../images/navBkg.gif) repeat-x;
	height: 52px;
		}
#navBox {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
}
#navContainer ul li {
	float: left;
	font-size: 12px;
	background: url(../images/navSep.gif) no-repeat right;
	padding: 17px 9px 12px;
}

#navContainer a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#navContainer a:hover {
	text-decoration: underline;
}

#masthead {
	background: url(../images/secPage.jpg) no-repeat;
	height: 245px;
		}
		
#logo {
	height: 152px;
	width: 230px;
	padding-top: 15px;
	float: left;}
		
#topNav {float: left; padding: 10px 0 2px 395px;}
#topNav a {text-decoration: none; font-weight: bold;}
#topNav a:hover {text-decoration: underline;}

#topNavURL {
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 388px;
}
#topNavURL a {text-decoration: none; font-weight: bold;}
#topNavURL a:hover {text-decoration: underline;}

#title {
	float: left;
	width: 575px;
	padding-top: 49px;
	padding-left: 42px;
	clear: none;}
	
#title h1 {
	color: #FFF;
	padding-left: 17px;
	padding-bottom: 8px;
	font-weight: normal;}

#seachBar {
	float: right;
	margin-left: 10px;
	margin-top: 14px;
}

#seachBar #frmSearch input {
	margin: 0px;
	padding: 3px 5px 0 5px; 
	border-style: 1px solid #007FCD !important;
	height: 17px;
	text-align: right;
	float: right;
}
#seachBar #frmSearch #goBut {
	height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content {
	width: 908px;
	background: url(../images/secPageContent.gif) no-repeat right top;
	clear: both;}
		


.bigBtn img {float: left;}
#wrapper #content #mainContent .bigBtn a{
	color: #FFF;
	float: left;
	text-decoration: none;
	padding: 8px;
}
#wrapper #content #mainContent .bigBtn a:hover{text-decoration: underline;}
		
#newsSec {
	width: 223px;
	float: left;
	color: #FFF;
	padding: 22px 0px 0px 0px;
	background-color: #d38115;
	background-image: url(../images/secNavBkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#newsSec a {color: #FFF; text-decoration: none; padding-right: 20px;}
#newsSec a:hover {text-decoration: underline;}
#newsSec ul, #newsSec p {padding-left: 25px;}
#newsSec ul li {font-weight: bold; padding-bottom: 7px; line-height: 14px;}
#newsSec ul li ul {
	padding: 2px 0 10px 8px;
	font-weight: normal;
	font-size: 11px;
	list-style: disc;}
#newsSec ul li ul li {margin-left: 10px; padding-bottom: 2px;}
#newsSec #navAnchor {padding-top: 18px;}
#wrapper #content #newsSec ul li ul li a {text-decoration: none; font-weight: normal;}
#wrapper #content #newsSec ul li ul li a:hover {text-decoration: underline;}

#content #mainContent {
	width: 585px;
	float: left;
	margin-left: 66px;
	padding-bottom: 20px;
}
#content #mainContent .logout {
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D38115;
	border-right-color: #CCCCCC;
	border-bottom-color: #D38115;
	border-left-color: #CCCCCC;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-top: 4px;
}
#content #mainContent .logout a, #content #mainContent .logout a:link{
	text-decoration: none;	
}
#content #mainContent .logout a:hover{
	text-decoration: underline;	
}


#footer {
	color: #9a9a9a;
	font-size: 11px;
	padding-top: 10px;
		}
#footer p {
	padding-bottom: 8px;
}
#footer a {
	color: #888888;
}
#footer a:hover {
	color: #707070;
}




.dateBox {
	height: 37px;
	width: 37px;
	background: url(../images/dateBox.gif) no-repeat;
	text-transform: capitalize;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	margin-top: 5px;
}
.dateMonth {
	text-transform: uppercase;
	font-weight: bold;
	color: #E4A044;
	text-align: center;
	line-height: 16px;
}
.dateNum {
	color: #FFF;
	font: italic bold 19px/22px Georgia, "Times New Roman", Times, serif;
	margin-top: -6px;
	text-align: center;
}
.darkGreen {
	background: #5A7139;
	padding: 5px;
	color: #FFF;
}

.separator {
	clear: both;
	height: 2px;
	line-height: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../images/sep.gif) repeat-x;
		}
#mainContent .separator {
	margin-top: 15px;
}

.secNavSep {
	height: 3px;
	width: 175px;
	margin-left: 24px;
	background: url(../images/secNavSep.gif) repeat-x;
	display: inline-block;
	margin-bottom: 10px;
	clear: both;
	line-height: 3px;
}
#loginBox{
	float: left;
	color: #666666;
	display: inline;
	font-size: 11px;
	line-height: 16px;
}

#loginBox a {color: #0184c2;}

#loginBox {width: 210px; padding: 0 25px 0 40px; height: 125px;}
#loginBox #login td {padding-bottom: 4px;}
#loginBox #login {
	margin-bottom: 2px;
}
#loginBox .inputSpacer {height: 25px;}
#loginBox #Username, #loginBox #Password {height: 19px; width: 100px; text-align: left; padding: 3px 5px 0 5px; border: 1px solid #27a4d7;}
#loginBox input {
	height: 20px;
	width: 100px;
}
#loginBox #IL {
	width: 57px;
	height: 25px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

#loginBox .small {margin-top: 5px;}
#mainContent #abbrev {
	float: right;
	margin-top: 32px;
}
#mainContent #abbrev td{
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
}
#mainContent #abbrev th{
	padding-left: 5px;
	
}
#mainContent #zebraStyled .odd, #mainContent #zebraStyled .even{
	width: 275px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#mainContent #zebraStyled p {
	padding-left: 5px;
	padding-top: 5px;
}

#mainContent #zebraStyled th{
	background-color: #666666;
	text-align: left;
	color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#mainContent #zebraStyled td{
	padding: 3px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
}
#mainContent #zebraStyled tr.odd {
	background-color: #E8F3FF;
}
#mainContent #zebraStyled tr.even {
	background-color: #DBE7DA;
}




/* ---------- 3. links and navigation ---------- */

a:link {color: #0184c2;}		
a:visited {color: #215579;}
a:hover {text-decoration: underline;}
a:active {color: #215579;}
div#newsSec h4 a:link, div#newsSec h4 a:hover {text-decoration: none; outline: none;}
		
/* ---------- 4. fonts ---------- */

ul {list-style-type: none;}

#mainContent ul {margin-left: 15px; list-style: disc; margin-bottom: 10px;}
#mainContent ul li ul li {list-style: circle;}
#mainContent ol  {
	padding: 0 0 10px 35px;
	list-style: decimal;
}
#mainContent ol li ol li {list-style: lower-alpha;}




#mainContent p {padding-bottom: 7px;}

/* ---------- 5. images ---------- */

a img {border: 0;}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */ text-align: center;}
#wrapper {text-align: left;}  

