/* 	Author:		Richard R Santos
	Date:		3/20/2008
	Site:		MyTampaExpress.com
	Comment:	None.
*/

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #fff url(../images/bg.gif) repeat-x;
	font: 13px Arial, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
	margin: 0 0 15px 0;	
}

.imgstyle
{
    border: 1px solid #66ccff;
    padding: 2px;
}
.destimgstyle
{
    border: 2px solid #66ccff;
    padding: 3px;
    width:200px;
}
/* links */
a, a:visited, a:active {	

	color: #306bc1;
	font-weight:bold;
	text-decoration: underline;	
}
a:hover {
	color: #ff6600;	
	text-decoration:underline;	
}

a.moreaboutus
{
    background-color: #ff9900;
    color: #fff;
    padding: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
}


/* headers */
h1, h2, h3 { font-family: Arial, Tahoma, Sans-serif;  }
h1 {
	font-size: -50%;	
	color: #555;
}
h2 {
	font-size: 12px;
	color: #88ac0b;
	font-weight: normal;
}
h3 {
	font-size: 135%;	 
	color: #666666;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

ul.list
{
    margin: 5px 20px;
	padding: 0 20px;
	list-style-image: url(../images/bullet.png);
    list-style-type: circle;
}

h1, h2, h3, p {
	margin: 10px 15px;
	padding: 0;
}

/* form elements */
form {
	/*border: 1px solid #E5F0FB; 
	background: #F4F8FD;*/
}
fieldset {
	margin: 0;	padding: 0;
	border: none;
}
legend {
	display: none;
}
label {
	display:block;
	font-weight:bold;
	margin: 4px 0;
}
.input_labels
{
    display:block;
	font-weight:bold;
	margin: 2px 0;
}
input {
	padding:3px;
	border: 1px solid #66ccff; 
	font: normal 1em Arial, Verdana, Arial, Helvetica, sans-serif;
	color:#777;	
	text-transform:uppercase;
}
.textbox
{
    padding:3px;
	border: 1px solid #66ccff; 
	font: normal 1em Arial, Verdana, Arial, Helvetica, sans-serif;
	color:#777;	
	text-transform:uppercase;
}


input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	border: 1px solid #306bc1;
	background: url(../images/menu_bg.jpg) repeat-x;
}

/* search form */
.searchform {

	border: 1px solid #66ccff; 
	background: #F4F8FD;
	margin: 2; 
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 110px;
	color: #777; 
	height: 20px;
	padding: 2px;	
	border: 1px solid #D2E8F7; 
	vertical-align: top;
}

/* Layout Styles */
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background : #fffffd url('../images/main_cont_bg.gif') repeat-y center center;
}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0; 	
	border-top: 5px solid #fff;
	
}
#header {
	position: relative;
	height: 10px;
	width:910px;	
	padding: 0;	
	color: #fff;	
}

/* header links */
#header #header-links {
	position: absolute;
	top: 8px; right: 45px;	
	color: #306bc1;
	font-size: 11px;	
	font-weight: bold;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #306bc1;
	text-decoration: underline;	
	text-transform:uppercase;
}
#header #header-links a:hover {
	color: #ff6600;	
	text-decoration:underline;	
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 100px;
	width: 800px;
}

/* Navigation */
#nav {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: #3399cc url(../images/menu_bg.jpg) repeat-x;	
	font: bold 14px/40px Arial, Tahoma, Sans-serif;
	height: 40px;
	width: 850px;	
}
#nav ul {
	float: left;
	list-style: none;
	margin:0; padding: 0 0 0 20px;
}
#nav ul li {
	display: inline;
}
#nav ul li a, 
#nav ul li#current a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #fff;	
	text-decoration: none;
	background: url(../images/separator.jpg) no-repeat 100% 100%;
	text-transform:uppercase;
}
#nav ul li a:hover {
	color: #fff;	
	background: #ff6600;
}
/* Main Column */
.three-col #main {
	margin: 10px 190px 0 200px;

}
#main h1 {
	margin: 5px 10px 0 10px;
	font: bold 1.7em Arial, "Times New Roman", Times, serif;
	color: #ff6600;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin-top: 10px;	
}	
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: bold 1.2em Arial, Tahoma, Sans-serif;
	text-transform:uppercase;
	color: #444; 		
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #ff9900;
	border: none;
}
/* Footer Styles */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
}
#footer-wrap a {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 10px auto; 
	width: 850px;
	padding: 5px 0;
	text-align: center;
	background: #F8F7F7;
	border-top: 1px solid #F2F2F2;	
}



.clear { clear: both; }


