@charset "utf-8";

body {
	background: #fff;
	margin: 20px 0;
	padding: 0;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
.layout #container {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
a {
    outline:none;
	text-decoration:none;
}
a:hover {
    text-decoration:underline;
}


/***** Header Styles ******/

#header-wrap {
	margin:0px auto;
	width:960px;
	padding:0;
	overflow:hidden;
}

#header {
	width:960px;
	height:40px;
	padding:0;
	position:relative;
	text-align:center;
}

#logo {
	width:280px;
	float:left;
	margin:20px 0 0 10px;
}

/***** Navigation Styles *****/

#nav{
	float:right;
	list-style-type: none;
	margin-right:0px;
	position:absolute;
	right:0;
	top:10px;
}

.navHome {top:26px !important;}

#nav li{
	float:left;
}

#nav li a:link, #nav li a:active, #nav li a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#000;
	display:block;
	text-decoration: none;
	text-align:right;
	margin:0px 10px;
}

#nav li a:hover, #nav li.selected a {
	color:#ff0000;
	font-weight: normal;
}

/*************** PAGES ***************/
.layout #contentWrapper {
	background: url(../images/tampaBG-2.jpg) no-repeat #f9f9f9;
	width:960px;
	min-height:650px;
	padding:0;
	margin:0;
}
.layout #content {
	background:none;
	margin: 5px 0 0 0;
	padding: 330px 20px 20px 20px;
}
.layout #content h1 {
	font-size:28px;
	font-weight:normal;
	text-transform:uppercase;
}
.layout #content h2 {
	font-size:22px;
	font-weight:normal;
}
.layout #content h3 {
	font-size:14px;
	font-weight:bold;
}
.layout #content h4 {
	font-size:16px;
	font-weight:bold;
	color:#CC6F34;
	text-transform:uppercase;
}
.layout #content p {
	font-size:12px;
	font-weight:normal;
	line-height:22px;
}
.layout #content li {
	font-size:12px;
	font-weight:normal;
	line-height:22px;
	margin-left:20px;
}

/*************** Two Columns *************/
.layout #twoColumnContentWrapper {
    width:920px;
    height:auto;
	padding-bottom:20px;
}
.layout #twoColumnContentLeft {
    width:460px;
    height:auto;
    float:left;
}
.layout #twoColumnContentRight {
    width:420px;
    height:auto;
    float:right;
	padding-left:38px;
}

/*************** FOOTER ***************/
#footerWrapperHome {
	background-color:#fff;
	height: 25px;
	padding: 0;
	margin:0;
}
.layout #footer {
	background-color:#fff;
	height: 25px;
	padding: 0;
	margin:0;
}
.layout #footer p {
	font-size:11px;
	font-weight:normal;
	margin: 0; 
	padding: 5px;
}
.layout #footerWrapper {
    width:960px;
    height:auto;
	margin: 0; 
	padding: 0;
}
.layout #footerLeft {
    width:480px;
    height:auto;
    float:left;
	text-align: left;
}
.layout #footerRight {
    width:480px;
    height:auto;
    float:right;
	text-align: right;
}

/*************** FAQS ***************/
#faq {
    margin:0;
	padding:0;
}
#faq a {
	font-size:14px;
}
#faq p {
    font-size:12px !important;
}

/*************** FLOATS ***************/
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*************** MISC STYLES ***************/

.style1 {
    color:#FF0000 !important;
	font-size:17px !important;
}