/* CSS Document */


/* General Rules
----------------------------------------------- */

html body {
	margin: 0;
	padding: 0;
	font: small 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000;
}

img { border: none; }

p { margin: 0 0 14px 0; line-height: 14px; }


/* GoA Styles for Header
----------------------------------------------- */

.floatright { float: right; }

.floatleft { float: left; }

#govheader {
	height: 35px;
}

#breadcrumb {
	clear: both;
	padding-left: 9px;
	border-top: 1px solid #0F329A;
	border-bottom: 1px solid #000;
	font-size: 10px;
	color: #000;
	line-height: 22px;
	margin-bottom: 30px;
}

.locationtext {
	font-weight: bold;
}

#govheadlinks { display: none; } 


/* Page Structure
----------------------------------------------- */

#container {
	width: 100%;
	margin: 0;
	text-align: left; /* Overrides inherited centered value from body */
}

#wrapper { }

#bannerWrap { display: none; }

#mainNav { display: none; }

#body { width: 100%; }

#colLeft { }

#colRight { }


/* Typography
----------------------------------------------- */

blockquote {
	margin: 15px 25px 10px 25px;
	padding-left: 10px;
	line-height: 15px;
	border-left: 1px solid #8FA8C1;
}


/* GoA Styles for Footer
----------------------------------------------- */
#footer {
	clear: both;
	margin-top: 30px;
	padding: 15px 0 0;
	border-top: 1px solid #000;
	font-size: 11px;
}

#footer a {
	color: #164E93;
	font-weight: normal;
}

#footer a:hover {
	color: #8AA6C9;
	font-weight: normal;
}
     

/* Miscellaneous
----------------------------------------------- */

hr {
	margin: 18px 0 18px 0;
	background-color: #666;
	border: none;
	height: 1px;
}

* html hr {
	margin: 10px 0 10px 0;
}

.smalltext {
	font-size: 9px;
	color: #909294;
}

a.smalltext {
	font-size: 9px;
	text-decoration: underline;
	color: #909294;
}

a:hover.smalltext {
	color:#8AA6C9;
}

/****************/
/* Other Pages */
/****************/


/* Page Structure
----------------------------------------------- */

	/* SearchContainer
	----------------------------------------------- */
	
	#searchContainer { display: none; }
	
	/* FeatureContainer
	----------------------------------------------- */
	
	#featureContainer { }
	
	#featureHeader { display: none; }
	
	#feature {
		margin: 30px 0;
		background:  url("../img/bkgs/featureR.gif") repeat-y right;
	}
	
	#featureFooter { display: none; }
	
	.featureBR {
		background:  url("../img/bkgs/featureBR.gif") no-repeat bottom right;
	}
	
	#feature p {
		margin: 0;
	}
	
	#feature select {
		margin: 8px 0 4px 0;
		font-size: 11px;
	}
	
	#feature ol {
		margin: 8px 0 0 25px;
		padding: 0 0 0 8px;
	}
	
	#feature ol li {
		margin-bottom: 5px
	}

#whatsNew {
	margin: 30px 0;
}

#sidebar { display: none; }

/* Maintain Layout for Home Education
----------------------------------------------- */
	
#homeCols {
	margin: 30px auto;
	text-align: left;
	width: 705px;
}

#colOne {
	width: 185px;
	margin: 10px 0 0 23px;
	color: #093B81;
	float: left;
}

* html #colOne {
	margin-left: 11px;
}

#colTwo {
	width: 185px;
	margin: 10px 0 0 50px;
	color: #093B81;
	float: left;
}

#colThree {
	width: 185px;
	margin: 10px 0 0 48px;
	color: #093B81;
	float: left;
}


/* Links
----------------------------------------------- */

.helpLink:a {
	text-decoration: underline;
	font-size: 18px;
	color:#1B456F;
}


/* Titles
----------------------------------------------- */

h1 {
	margin: 0 0 15px 0;
	font-size: 19px;
	line-height:1.2em;
	font-weight:normal;
	color:#1B456F;
}

h2 {
	margin: 0 0 10px 0;
	padding-left: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #003399;
	background: url('../img/icons/whatsnew.gif') no-repeat top left;
}

h3, h4 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

h5 {
	margin: 0 0 6px 0;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

h6 {
	margin: -10px 0 35px 0;
	font-size: 9px;
	font-weight: normal;
	color: #999;
}
