/* layout styles: define position and structure of page containers */
.layoutSpacer {
	width: 5%; padding: 0px; margin: 0px;
}


/* html tag overrides */
body { 
	background: white; 
	color: black;
	font-size: small;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}
hr {
	border: dotted black 1px;
	text-align: center;
	margin: 15px 0px 15px 0px;
	clear: both;
}

th { 
	background-color: #E9F0FF;
	text-align: center;
}
.left { 
	text-align: left;
	padding-left: 5px;
}
a:link        { text-decoration: none; color: #0F75BC; }
a:hover      { text-decoration: underline; color: red; }
a:visited  { text-decoration: none; color: #0F75BC; }
a:active    { text-decoration: none; color: red; }

h1 {
	font-weight: bold;
	font-size: x-large;
	border-bottom: solid 2px #CCC;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-weight: bold;
	font-size: x-large;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-weight: bold;
	font-size: large;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-weight: bold;
	font-size: medium;
	padding: 0px;
	margin: 0px;
}
h5 {
	font-weight: bold;
	font-size: large;
	padding: 5px;
	margin: 0px;
	background-color: #E9F0FF;
	color: black;
	font-variant: small-caps;
	text-align: left;
	vertical-align: middle;
}
h6 {
	font-weight: bold;
	font-size: small;
	padding: 0px;
	margin: 0px;
}


/* font styles: formatting for text */
.horizBar {
	background: url(../images/bar.gif) repeat-x 0 0; 
	height: 19px;
}


#hLogo {
	border-left: 2px solid #eee;
	width: 200px;
	vertical-align: middle;
	text-align: center;
}
#hText {
	vertical-align: bottom;
/*	background: url(../images/bg_blue.jpg) repeat-x 0 0; 	*/
	border-right: 2px solid #eee;
}
#headerSlogan {
	font-size: xx-large;
	vertical-align: top;
	text-align: left;
	height: 93px;
	padding: 0px 0px 0px 10px;
}
#headerLinks  {
	font-size: small;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	vertical-align: bottom;
	text-align: right;
	height: 20px;
}
#headerLinks ul, #headerLinks li {
	display: inline;
}

#leftNav {
	font-size: small;
	border-left: 2px solid #eee;
	padding: 5px 5px 0px 5px;
	vertical-align: top;
	width: 175px;
}
.leftNavHeading {
	font-weight: bold;
	font-variant: small-caps;
	background-color: #888888;	/*#0F75BC;*/
	color: white;
	padding: 5px 0px 5px 5px;
}

#signinPanel {
	text-align: center;
	background-color: #0F75BC;
}
#signinPanel a:link {font-weight: bold; color: white; font-size: medium;}
#signinPanel a:visited {font-weight: bold; color: white; font-size: medium;}
#signinPanel a:hover {font-weight: bold; color: #FBAE4B; font-size: medium;}
#signinPanel a:active {font-weight: bold; color: #FBAE4B; font-size: medium;}

#mainPanel {
	padding: 5px 0px 0px 0px;
}


#rightPanel {
	width: 16%;
	border-right: 2px solid #eee;
	padding: 5px 5px 0px 5px;
	vertical-align: top;
}
#searchPanel, #socialLinks, #newsFeed {
	font-size: small;
}

.cell {
	border: 2px solid #eee;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}


#fLeft {
	border-left: 2px solid #eee;
}

#fMain {
	font-size: small;
	vertical-align: top;
	text-align: center;
}
#fMain ul, #fMain li {
	display: inline;
}
#fLegal {
	font-size: small;
	vertical-align: top;
	text-align: right;
	border-right: 2px solid #eee;
	padding: 0px 5px 0px 0px;
	width: 16%;
}


.sectionTitle {
	font-size: large;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
.nfDate {
	background-color: #E9F0FF;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	font-variant: small-caps;
	color: black;
}
.nfContent {
	padding: 3px;
	margin-bottom: 5px;
}


.errorMessage {
	font-weight:bold;
	color: red;
}
.successMessage {
	font-weight: bold;
	color: blue;
}


.showMe {
	display: block;
	visiblity: visible;
}
.hideMe {
	display: none;
	visibility: hidden;
}

/* form header aligned left of input field */
.formHeaderL {
	font-variant:small-caps;
	font-weight: bold;
	text-align:right;
}

.tableForm {
}


.siteMapHeading {
	font-weight: bold;
	font-variant: small-caps;
	padding: 3px 0px 3px 0px;
	font-size: small;
	background-color: #E9F0FF;
}

ul.siteMapList {
	list-style: disc;
}

ul.siteMapList li {
	margin-left: 25px;
}

.ShowMe {
	background-color: White; 
	color: Black; 
	padding: 5px; 
	position: absolute; 
	width: 250px;
	cursor: pointer;
}
.HideMe {
	position: absolute; 
	visibility: hidden;
}
.ctr {
	text-align:center;
}
.helpHeader {
	border-top: solid 1px #0F75BC;
	border-left: solid 1px #0F75BC;
	border-right: solid 1px #0F75BC;
	background-color: #E9F0FF;
	font-weight: bold;
	color: black;
	padding: 0px 0px 0px 3px;
	font-size: small;
}
.helpText {
	border: solid 1px #0F75BC;
	background-color: white;
	color: black;
	font-weight: normal;
	padding: 3px;
	font-size: small;
}

.dHeader {
	background-color: #EEE;
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	border: dashed 1px black;
	padding: 5px 5px 0px 0px;
}
.dContent {
	text-align: left;
	vertical-align: top;
	border: dashed 1px black;
	padding: 5px 0px 5px 5px;
}
.vHeader{
	background-color: #CCCCCC;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-style: italic;
	width: 50%;
	padding: 5px;
}
.vContent{
	text-align: left;
	vertical-align: top;
	width: 50%;
	padding: 5px;
}

.reqField {
	color: red;
	font-size: x-small;
	vertical-align: top;
}

/************************************************/
/*					Social links				*/
/************************************************/
.addthis_toolbox .two_column 
{
	width: 100%;
	padding: 5px 0 5px 0px;
}

.addthis_toolbox .two_column a 
{
	padding: 4px 0 4px 34px;
	position: relative;
	width: 66px;
	display: block;
	text-decoration: none;
	color: blue;
}

.addthis_toolbox .two_column a:hover
{
	background: #B4D3F8;
	text-decoration: none;
}

.addthis_toolbox .two_column span
{
	position: absolute;
	left: 14px;
	top: 4px;
}

.addthis_toolbox .two_column  .top
{
	padding: 0 0 5px 0;
	border-bottom: solid 2px #eee;
	margin-bottom: 5px;
	margin: 0 20px 5px 20px;
}

.addthis_toolbox .two_column  .more
{
	border-top: solid 2px #eee;
	padding: 5px 0 0 0;
	margin: 5px 20px 0 20px;
	text-align: center;
}

.addthis_toolbox .two_column  .more a
{
	padding: 4px 0;
	width: auto;
}

.addthis_toolbox .two_column .more span
{
	display: none;
}

.addthis_toolbox .two_column .column1
{
	width: 50%;
	float: left;
}

.addthis_toolbox .two_column .column2
{
	width: 50%;
	float: left;
}

.addthis_toolbox .two_column .clear
{
	clear: both;
	padding: 0;
	display: block;
	height: 0;
	width: 0;
}


.fHead {
	font-weight: bold;
	text-align: right;
	background-color: #E9F0FF;
}

.floatingImage {
	padding: 10px;
}
.tNorm {
	background-color: inherit;
}
.tAlt {
	background-color: #eee;
}