/* CSS Document */


/* General Rules
----------------------------------------------- */

html body {
	margin: 0;
	padding: 0;
	text-align:center;
	font: small 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#333;
}

img { border: none; }

p { margin: 0 0 14px 0; line-height: 14px; }

table { font: small 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif; font-size: 11px; 
font-weight: normal; color:#333; }
tr { font: small 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif; font-size: 11px; font-weight: 
normal; color:#333; }
td { font: small 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif; font-size: 11px; font-weight: 
normal; color:#333; }

/* GoA Styles for Header
----------------------------------------------- */
/*
.floatright { float: right; }

.floatleft { float: left; }

#govheader {
	height: 35px;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}

#breadcrumb {
	clear: both;
	padding-left: 9px;
	border-top: 1px solid #0F329A;
	border-bottom: 1px solid #0F329A;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 22px;
}

.locationtext {
	font-weight:bold;
	color:#666666;
}

#breadcrumb a {
	color: #0F329A;
}

#govheadlinks {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 18px;
}

#govheadlinks ul {
	list-style: none;
}   
         
#govheadlinks li {
	margin: 3px 0 0 0;
	padding-left: 14px;
	background: url(../img/gov/govbluearrow.gif) no-repeat left top;
}

#govheadlinks li a {
	color: #0F329A;
	text-decoration: none;
}

#govheadlinks li a:hover {
	text-decoration: underline;
}
*/

/* Page Structure
----------------------------------------------- */

#container {
	width: 100%;
	margin: 0 auto 14px auto;
	text-align: left; /* Overrides inherited centered value from body */
}

#wrapper {
	margin: 0;
	background:  url("../img/bkgs/bkggradient.gif") repeat-x top left;
	text-align: center;
	overflow: hidden;
}

#banner {
	margin: auto;
	width: 95%;
	background-color: #CCFF33;
}

#bannerTitle {
	border-bottom: 1px solid #093B82;
	padding-bottom: 2px;
}

* html #bannerTitle {
	padding-bottom: 2px;
}

#mainNav {
	margin: 5px auto;
	text-align: center;
	width: 90%;
}

#body {
	text-align: left;
	margin: 25px auto;
	width: 90%;
}

#colLeft {
	width: 55%;
	float: left;
}
* html #colLeft {
	width: 53%;
}


#colRight {
	width: 45%;
	float: left;
}

/* Links
----------------------------------------------- */

a {
	text-decoration: underline;
	color:#1B456F;
}

a:hover {
	color:#8AA6C9;
}

a img {
	border: none;
}


/* Titles
----------------------------------------------- */


/* Typography
----------------------------------------------- */

blockquote {
	margin: 15px 25px 10px 25px;
	padding-left: 10px;
	line-height: 15px;
	border-left: 1px solid #8FA8C1;
}


/* Lists
----------------------------------------------- */

#mainNav ul {
	margin: 0 0 0 6px;
	padding: 0;
}

#mainNav li {
	margin-right: 13px;
	font-size: 11px;
	color: #093B82;
	display: inline;
	padding-right: 13px;
	background: url('../img/nav/divider.gif') no-repeat top right;
}

#mainNav a { text-decoration: none; }
#mainNav .noBkg {
	background: none;
}

/*
#footer {
	margin: auto;
	margin-top: 80px;
	padding: 15px 0 0;
	background: #fff url(../images/signature.gif) bottom right no-repeat;
	border-top: 1px solid #164E93;
	text-align: center;
	width: 80%;
	clear: both;
	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;
}



