/* Home page specific css */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F4F3EF;
	text-align: center;
}
form {
	margin-top:15px; 
	}

table {
	margin:0px;
	padding:0px;
	}


/* Home page Divs */

#homeWrapper {
	position:relative;
	text-align: left;
	width: 980px;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	border: 2px solid #000000;
	background-image:url(../images/side-bkg-index.jpg);
	background-repeat:repeat-y;

}


#homeContent {
	width: 690px;
	position:relative;
	float:right;
	padding: 0px 0px 0  0px;
	color:#000000;
	background-color:#ffffff;
	font-size: 12px;

}

#homeContent h1 {
	font-size: 18px;
	color: #0000A6;
	background-color: transparent;
}


#homeContent h2 {
	font-size: 16px;
	color: #0000A6;
	background-color: transparent;
}

#homeTop {
	position:absolute;
	top:0px;
	height:495px;
	width:690px;
	margin:0px;
	padding:0px;
	background-image:url(../images/banner-top-index.jpg);
	background-repeat:repeat-x;
	background-position:top right;
	background-color:#ffffff;
	}
#homeBottom {
	position:absolute;
	top:495px;
	width:690px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;

	}

#navigation {
	height:20px;
	color:#23336d;
	font-weight:bold;
	padding-left:20px;

}

#navigation a:link, #navigation a:visited {
	color:#23336d;
	text-decoration:none;
	font-size: 11px;
	padding-right:15px;
	}
#navigation a:hover {
	color:#CC9933;
	text-decoration:underline;
	}

#searchQuote {
	height:90px;
	color:#23336d;
	padding-left:20px;
	}
#searchQuote form {
	padding-top:20px;
	}	
table a:link, table a:visited {
	font-weight:bold;
	color:#FEFEFE;
	text-decoration:underline;
	}

#homeContent a:hover, #homeContent a:active {
	text-decoration:none;
	color:#CC9933;
}

#homeContent a.dark:link, #homeContent a.dark:visited {
	color:#23336d;
	font-weight:bold;
	text-decoration:underline;
	}


#homeContent a.dark:hover, #homeContent a.dark:active {
	text-decoration:none;
	color:#CC9933;
}




#homeContent h3 {
	font-size: 12px;
}
#homeContent p {
	padding-left:5px;
	}
	
#homeContent hr {
	width:80%;
	text-align:center;
}
#homeQuote {
	padding-top:5px;
	font-size:11px;
	text-align:center;
	}
	

#sidebarHome {
	position:relative;
	top:0px;
	left:0px; 
	padding-top:286px;
	width: 290px;
	color:#000000;
	background-image: url(../images/index-road.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}


#sidebarHome h1 {
	font-size: 16px;
	color: #FCFBFF;
	background-color: transparent;
}

#sidebarHome h2 {
	font-size: 14px;
	color: #000000;
}
#sidebarHome h3 {
	font-size: 12px;
	color: #FCFBFF;
}
#sidebarHome a:link, #sidebarHome a:visited {
	color:#23336d;
	font-weight:bold;
	text-decoration:underline;
	}

#sidebarHome a:hover {
	text-decoration:none;
	color:#CC9933;
}
#sidebarHomeQuote {
	position:relative;
	width:270px;
	height:207px;
	color:#23336d;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	font-size: 12px;
	background-color: #aeb5c1;

}
#calendar {
	background-image:url(../images/calendar-home.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:90px;
	position:relative;
	padding-top:45px;
	padding-left:90px;
	font-size:11px;
	font-weight:bold;
	color:#000000;

	}
#calendar a:link,
#calendar a:visited {
	/* background-color:#AFB5C1; */
	color:#000000;
	text-decoration:none;
	}	
	
#rightSidebar {
	float:right;
	top: 50px;
	width: 180px;
	background-color: #ffffff;
	font-weight:bold;
	padding:3px 5px 10px 5px;
	margin-left:10px;
	min-height:300px;
	text-align:center;
}

#welcomeMsg {
	height:112px;
	padding-top:45px;
	text-align:center;
	}
#loginHome {
	width:265px;
	background-color:#f7ca67;
	font-size:12px;
	padding-top:10px;
	text-align: right;
	}

#loginHome form {
	width:250px;
}
#footer {
	padding-top:5px;
	text-align:center;
	font-size: 65%;

}


#footer a:link, #footer a:visited {
	font-weight:bold;
	color:#23336d;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
	color:#CC9933;
}


.gold {
	color:#FFCC66;
	}

.goldItalic {
	color:#FFCC66;
	font-style: italic; 
	}
.gold2Italic {
	color:#CC9933;
	font-style: italic; 
	}

.smallText {
	font-size:9px;
	}
.padit { padding-right: 25px; }

.photopading { padding-left: 70px; }

.clear {
	clear:both;
	}
.bioLink { font-style:normal }

a.bioLink:link, a.bioLink:visited {
	color:#23336d;
	font-weight:bold;
	text-decoration:underline;
	padding-left:90px;
	}
a.bioLink:hover, a.bioLink:active {
	color:#CC9933;
	text-decoration:none;
	}
