/************************************************************************
This is the primary CSS sheet for the Nursing Careers website. 
This sheet is responsible for setting site defaults, including
backgrounds, fonts, colors, etc. If needed, this sheet may be
supplemented with additional sheets.
************************************************************************/

body {
	background:top left url("/images/bg.gif") repeat-x #5a82c0;
	font-family:arial,helvetica,sans-serif;
	font-size: 13px;
	color:#000033;
	text-align:center;
}

body div#document	{
	width:750px;
	margin:0 auto;
	padding-bottom:15px;
	text-align:left;
}


/****************** IMPORTANT DEFAULTS *******************/
a, 
a:link, 
a:active,
a:visited { color:#1c3e71; }
a:hover { color:#315385; }

h1 {
	font-weight:bold;
	font-size:22px;
	padding-bottom:1em;
}
h3 {
	font-weight:normal;
	font-size:18px;
	padding-bottom:1em;
}

.divider {
	background:#1c3e71;
	border-top:1px solid #ebf0f5;
	border-bottom:1px solid #ebf0f5;
	margin-bottom:10px;
	height:14px;
}
.formLabel { width:auto; }
	/****************** END IMPORTANT DEFAULTS *******************/


/****************** MASTHEAD *******************/
#masthead { text-align:center; }
	#masthead img {
		vertical-align:middle;
		padding:0 35px;
	}
/****************** END MASTHEAD *******************/


/****************** MAIN BODY *******************/
#mainBody { padding-bottom:10px; }

#mainColumn {
	padding-right:14px;
}

#extraColumn {
	width:252px;
}

#extraColumn .wrapper,
#mainColumn .wrapper {
	background:#ebf0f5;
	border:1px solid #1c3e71;
	border-width:1px 1px 0;
	padding:15px 15px 0;
}

.section img { border:1px solid #1c3e71; }
/****************** END MAIN BODY *******************/


/****************** FOOTER *******************/
#footer {
	font-size:11px;
	padding:7px 40px;
	background:top center url('/images/bg_footer.gif') no-repeat;
}
/****************** END FOOTER *******************/
