/* @override http://firstpriority.cc/assets/main.css */

body {
	background: #000000 url(../images/bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font: 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#top {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}

#lockerTop {
	width: 830px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#contentLeft {
	width: 400px;
	padding: 0px 20px 20px 115px;
	height: auto;
	margin: 0px;
	position: relative;
}

#contentLeft li {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

#contentRightContainer {
	width: 228px;
	position: absolute;
	padding: 0px;
	margin: 0px 0px 0px 577px;
	left: 0px;
	top: 0px;
}

*html #contentRightContainer {
	margin: 0px 0px 0px 577px;
}

#contentRight {
	position: relative;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background: #ff9;
}

#contentRight ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#contentRight li {
	font-size: 14px;
	background: url(../images/check.gif) no-repeat;
	line-height: 16px;
	list-style: none;
	padding-bottom: 10px;
	padding-left: 15px;
}

#contentRightBottom {
	background: url(../images/postit_btm.gif) no-repeat;
	position: relative;
}

img {
	border-style: none;
}

th {
	font-size: 14px;
	text-align: left;
	padding-top: 15px;
}

h1 {
	font: normal 28px/28px Georgia, "Times New Roman", Times, serif;
	color: #003399;
	margin: 0px 0px 5px;
	padding: 0px;
}

h2 {
	font-size: 16px;
}

a:link, a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
.designBy {
	color: #666666;
}
.designBy a {
	color: #666666;
}

.designBy a.noshow, .designBy a.noshow:hover {
	text-decoration: none;
	cursor: text;
	font-weight: normal;
}

#homeContent {
	width: 760px;
	font-size: 0px;
	line-height: 0px;
}
#contentContainer {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg_content.gif) repeat-y;
	position: relative;
	min-height:430px;
	overflow:hidden;
	height:expression(
    	this.scrollHeight < 430? "430px" : "auto" );
}

#contentContainerPhoto {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg_photo.gif) repeat-y;
	position: relative;
	min-height:300px;
	overflow:hidden;
	height:expression(
    	this.scrollHeight < 300? "300px" : "auto" );
}

#subImage {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}

input, textarea, select {
	border: 1px solid #990000;
	background: #FFFFFF;
}

#subImageHome {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg_flash.gif) no-repeat;
	text-align: center;
}

/* verse of the day */
#votd {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #B5111B;
	font-style: italic;
}

/* footer */
#footer {
	clear: both;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background: url(../images/bg_footer.gif) no-repeat;
	padding-top: 55px;
}

#footerPhoto {
	clear: both;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background: url(../images/bg_footer_photos.gif) no-repeat;
	padding-top: 55px;
}

#footer p, #footerPhoto p {
	font-size: 11px;
	color: #CCCCCC;
	padding-right: 65px;
	padding-left: 65px;
	line-height: 12px;
}
.quoteName {
	font-size: 12px;
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
}
.quoteTitle {
	font-size: 11px;
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	color: #666666;
}
.checkboxes label {
	width: 230px;
	display: block;
	margin-left: 30px;
}
.checkboxes input {
	float: left;
}
fieldset {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
iframe {
	border: 1px solid #fff;
}

