@charset "utf-8";
/* Dave Fitzpatrick General CSS Document */

/* Common Styles
*****************************************/
body {
	margin: 0;
	padding: 0;	
	font-size: 13px;
	line-height: 18px;
	text-align: left; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/background/site_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	background-color: #000000;
	color: #333333;
}
p {
	padding-bottom: 14px;
	margin: 0px;
}
img {
	border: 0px;
}
sup {
	font-size: 10px;
}

h3 {
	font-size: 18px;
	color: #003D7D;
	font-weight: bold;
	margin: 0px;
	padding: 0px;	
}

h4 {
	font-size: 16px;
	color: #003D7D;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

hr {	
	height: 2px;
	border-top: 1px solid #666666;
	margin: 10px 0px 10px 0px;
}

ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: inside;	
}
.smallText {
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
}

/* Layout Styles
*****************************************/
#contentWrapper {	
	position: relative;
	top: 30px;
	width: 961px;	
	margin: 0px auto;	
}
#top {
	position: relative;
	width: 961px;
	height: 186px;		
	background-image: url(/images/common/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
#middle {
	position: relative;	
	width: 961px;
	height: auto;		
	background-image: url(/images/common/middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
}
#middleContent {
	position: relative;
	left: 260px;
	top: 10px;
	padding-bottom: 10px;
	width: 644px;
	min-height: 500px;
}
#bottom {
	position: relative;
	width: 961px;
	height: 220px;
	background-image: url(/images/common/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Link Styles
*****************************************/
a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a:link, a:active {	
	color: #990000;
}
a:visited {	
	color: #990000;	
}
a:hover {
	color: #274e33;
	text-decoration: underline;
}

.largeLink a:link, .largeLink a:active, .largeLink a:visited {
	font-size: 16px;		
}

/* Picture Styles
*****************************************/
.pictureFloatLeft {
	float: left;
	padding: 4px 15px 4px 0px;
	color: #666666;
	font-size: 10px;
	text-align: center;	
}
.pictureFloatRight {
	float: right;
	padding: 4px 0px 4px 10px;
	color: #666666;
	font-size: 10px;
	text-align: center;	
}

/* Text Styles
*****************************************/
.largeTextTitle {
	font-size: 22px;	
	font-weight: bold;
	margin-bottom: 20px;
	color: #184a71;
}
.subTitle {
	font-size: 16px;	
	font-weight: bold;
	margin-bottom: 18px;
	padding-top: 10px;
	color: #031553;	
}
.subTitle2 {
	font-size: 14px;	
	font-weight: bold;
	margin-bottom: 18px;
	margin-top: 10px;
	color: #336600;	
}
.whiteTitle {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}

/* Nav Styles
*****************************************/
#nav {
	position: absolute;
	top: 12px;
	left: 52px;
}
#navPreload {
	background-image: url(/images/nav/nav_bkg_hover.gif);
	display: none;
}
.navItem {
	margin-bottom: 5px;
	text-align: center;	
}
.navItem a:link, .navItem a:active, .navItem a:visited {
	width: 156px;
	height: 29px;
	padding-top: 7px;
	background-image: url(/images/nav/nav_bkg_up.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;	
	line-height: 21px;
	z-index: 3;	
}
.navItem a:hover {
	width: 156px;
	height: 29px;
	padding-top: 7px;
	text-decoration: none;
	background-image: url(/images/nav/nav_bkg_hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;	
	line-height: 21px;
	z-index: 3;	
}
.navItem2 {
	margin-bottom: 5px;
	text-align: center;	
}
.navItem2 a:link, .navItem2 a:active, .navItem2 a:visited {
	width: 156px;
	height: 29px;
	padding-top: 7px;
	background-image: url(/images/nav/nav_bkg_up.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;	
	line-height: 21px;
	z-index: 3;	
}
.navItem2 a:hover {
	width: 156px;
	height: 29px;
	padding-top: 7px;
	text-decoration: none;
	background-image: url(/images/nav/nav_bkg_hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;	
	line-height: 21px;
	z-index: 3;	
}


/* Form Styles
*****************************************/
.formWrapperTop {
	position: relative;
	width: 550px;
	height: 25px;
	background-image: url(/images/apply_online/form_top.jpg);
}
.formWrapperMiddle {
	position: relative;
	width: 530px;
	padding-left: 20px;
	background-image: url(/images/apply_online/form_middle.jpg);
	text-align: left;
}
.formWrapperBottom {
	position: relative;
	width: 550px;
	height: 25px;
	background-image: url(/images/apply_online/form_bottom.jpg);
}

/* Misc Styles
*****************************************/
.tableRowOne {
	background-color: #E8E8E8;
}
.tableRowTwo {
	background-color: #FFF;
}
