/* 

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


/* --------- 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: #0093d0 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/mainBkg.jpg) no-repeat; height: 192px;}
		
#logo {
	height: 152px;
	width: 230px;
	padding-top: 15px;
	float: left;
		}
#topNav {float: left; padding-left: 494px; padding-top: 12px;}
#topNav a {text-decoration: none;font-weight: bold;}
#topNav a:hover {text-decoration: underline;}

#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/contentBkg.jpg) no-repeat;
	clear: both;
		}


#newsSec {
	padding: 45px 20px 15px;
	width: 210px;
	float: left;
}

#blueBox, #orangeBox, #greenBox{
	float: left;
	color: #FFF;
	display: inline;
	font-size: 11px;
	line-height: 16px;
}

#blueBox a, #orangeBox a, #greenBox a {color: #FFF;}

#blueBox {width: 210px; padding: 0 25px 0 40px; height: 125px;}
#blueBox #login td {padding-bottom: 4px;}
#blueBox #login {
	margin-bottom: 2px;
}
#blueBox .inputSpacer {height: 25px;}
#blueBox #Username, #blueBox #Password {height: 19px; width: 100px; text-align: left; padding: 3px 5px 0 5px; border: 1px solid #27a4d7;}
#blueBox input {
	height: 20px;
	width: 100px;
}
#blueBox #IL {
	width: 57px;
	height: 25px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

#blueBox .small {margin-top: 5px;}

#blueBox .smallBtn {background: url(../images/smallBtn.gif) repeat-x;}
#orangeBox .smallBtn {background: url(../images/smallOrangeBtn.gif) repeat-x;}
#greenBox .smallBtn {background: url(../images/smallGreenBtn.gif) repeat-x;}

.smallBtn {
	height: 20px;
	border: 1px solid #FFF;
	display: block;
	padding: 3px 6px 0 6px;
	font-weight: bold;
	color: #FFF;
	float: left;
}
#blueBox a.smallBtn {
	margin-top: 10px;
	margin-left: 12px;
	text-decoration: none;
}
.bigBtn {height: 28px; display: block;
	background: url(../images/bigBtnBkg.gif) repeat-x;
	font-weight: bold;
	color: #FFF;
	float: left;
	padding-bottom: 20px;
	margin: 5px 8px -15px 0px;
}
.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;}

#orangeBox a.smallBtn, #greenBox a.smallBtn {
	margin-top: 8px;
	text-decoration: none;
}

a.smallBtn:hover {text-decoration: underline;}

#orangeBox{
	width:165px;
}
#greenBox{
	width: 165px;
	padding: 0 0 0 41px;
}

#content #mainContent {
	width: 585px;
	float: left;
	margin-left: 40px;
	padding-top: 12px;
	padding-bottom: 20px;
}
#content #mainContent ul {
	padding-top: 17px;
	padding-right: 9px;
	padding-bottom: 12px;
	padding-left: 25px;
}


#footer {color: #9a9a9a; font-size: 11px; padding-top: 10px;}
#footer p {padding-bottom: 8px;}
#footer a {color: #888888;}
#footer a:hover {color: #707070;}
h4 a {text-decoration: none;}
h4 a:hover {text-decoration: none;}

.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;
}
#newsSec #form1 #readButton {
	font-size: 10px;
}


.separator {
	clear: both;
	height: 2px;
	line-height: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../images/sep.gif) repeat-x;
		}

/* ---------- 3. links and navigation ---------- */

a:link {color: #0184c2;}		
a:visited {color: #215579;}
a:hover {text-decoration: underline;}
a:active {color: #215579;}
		
/* ---------- 4. fonts ---------- */

ul {list-style-type: none;}

.small {font-size: 10px; float: left;}

h1, h2 {font-size: 21px; font-weight: normal; color: #0093d0;}
h1 {margin-bottom: 5px;}
h3 {
	font-size: 18px;
	color: #0093D0;
	font-weight: normal;
	padding-top: 9px;
	padding-bottom: 7px;
}
.boldItalic {
	color: #333;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
}

#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;}  
