/* @override http://firstprioritytampabay.site/styles/styles.css */

body {
	background: #000000 url(../images/layout/bg.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
	font: 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
#redline {
	height: 8px;
	width: 100%;
	background: #b22428 url(../images/layout/redline-bg.gif) no-repeat center top;
}
#wrapper {
	text-align: left;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: url(../images/layout/header-bg.jpg) no-repeat center top;
	height: 242px;
}

/* @group topNav */

ul#topNav {
	background: url(../images/layout/top-menu.gif) no-repeat;
	height: 26px;
	width: 353px;
	position: relative;
	float: right;
	margin: 0 30px 0 0;
	padding: 0;
}

ul#topNav li {
	list-style-type: none;
	float: left;
}

ul#topNav li a {
	height: 26px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	outline: none;
}

li#topNavTell a,
li#topNavSign a,
li#topNavContact a {
	background: url(../images/layout/top-menu.gif) no-repeat;
}

li#topNavTell a {
	background-position: 0 0;
	width: 135px;
	left: 0;
}

li#topNavTell a:hover {
	background-position: 0 -26px;
}

li#topNavSign a {
	background-position: -135px 0;
	width: 85px;
	left: 135px;
}

li#topNavSign a:hover {
	background-position: -135px -26px;
}

li#topNavContact a {
	background-position: -220px 0;
	width: 125px;
	left: 220px;
}

li#topNavContact a:hover {
	background-position: -220px -26px;
}


/* @end */

/* @group menu */

ul#menu {
	height: 54px;
	background: url(../images/layout/menu.gif) no-repeat;
	position: relative;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

ul#menu li {
	list-style-type: none;
	float: left;
}

ul#menu li a {
	height: 54px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	outline: none;
}

li#menuHome a,
li#menuAbout a,
li#menuCampus a,
li#menuResources a,
li#menuNew a {
	background: url(../images/layout/menu.gif) no-repeat;
}

li#menuHome a {
	background-position: -20px 0;
	width: 105px;
	left: 20px;
}

li#menuHome a:hover {
	background-position: -20px -54px;
}

li#menuAbout a {
	background-position: -125px 0;
	width: 145px;
	left: 125px;
}

li#menuAbout a:hover {
	background-position: -125px -54px;
}

li#menuCampus a {
	background-position: -270px 0;
	width: 200px;
	left: 270px;
}

li#menuCampus a:hover {
	background-position: -270px -54px;
}

li#menuResources a {
	background-position: -470px 0;
	width: 165px;
	left: 470px;
}

li#menuResources a:hover {
	background-position: -470px -54px;
}

li#menuNew a {
	background-position: -635px 0;
	width: 220px;
	left: 635px;
}

li#menuNew a:hover {
	background-position: -635px -54px;
}



/* @end */

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	background: url(../images/layout/fptb-logo.gif) no-repeat;
	height: 188px;
	width: 235px;
	display: block;
	text-indent: -9999px;
	outline: none;
	float: left;
	margin: 0;
	padding: 0;
}

#content {
	background: url(../images/layout/content-bg.gif) repeat-y;
	padding-bottom: 10px;
}

#content hr {
     display:block;
     visibility:hidden;
     clear:both;
}

#contentMain {
     width: 470px;
     padding-bottom: 20px;
     margin-left: 135px;
     float:left;
}

#graphic {
	height: 215px;
}

#sidebar {
	width: 228px;
	float: right;
	margin-right: 29px;
}

ul#submenu {
	margin: 0 0 20px;
	background: #bebbdd url(../images/layout/submenu-bg.gif) no-repeat left bottom;
	padding: 10px 0 30px 15px;
}
ul#submenu li {
	font-size: 14px;
	background: url(../images/layout/check.gif) no-repeat;
	line-height: 16px;
	list-style: none;
	padding-left: 15px;
	margin-bottom: 10px;
}

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: #336;
	margin: 0px 0px 5px;
	padding: 0px;
}

h2 {
	font-size: 16px;
	color: #336;
}

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

a:hover {
	text-decoration: underline;
}

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



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

#subImageHome {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

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

/* @group footer */

#footer {
	clear: both;
	background: url(../images/layout/footer-bg.gif) no-repeat;
	padding-top: 50px;
	color: #ccc;
}
#footer p   {
	font-size: 11px;
	color: #CCCCCC;
	padding-right: 65px;
	padding-left: 135px;
	line-height: 12px;
}

#footer a:link, #footer a:visited {
	color: #c00;
}

#footer .designBy {
	color: #666666;
}
#footer .designBy a {
	color: #666666;
}

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

/* @end */
.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;
}

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

.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;
}
/* @group Misc. */

a[href$=".pdf"], a[href$=".PDF"] {
	padding-right: 17px;
	background: url(../images/misc/icon-pdf.gif) no-repeat right center;
}

a[href$=".ppt"], a[href$=".PPT"] {
	padding-right: 17px;
	background: url(../images/misc/icon-ppt.gif) no-repeat right center;
}

a[href$=".doc"], a[href$=".DOC"] {
	padding-right: 17px;
	background: url(../images/misc/icon-doc.gif) no-repeat right center;
}

a[href$=".xls"], a[href$=".XLS"] {
	padding-right: 17px;
	background: url(../images/misc/icon-xls.gif) no-repeat right center;
}

.email {
	padding-right: 17px;
	background: url(../images/misc/icon-email.gif) no-repeat right center;
}

/* @end */
