/* GLOBAL
================================================================================================*/
* { margin: 0; padding: 0; font-style: normal; }

body {
	font: 62.5%/1.5em Verdana, Arial, Helvetica, sans-serif; 
	margin: 0 auto; 
	padding: 0 10px;
	text-align: center;
	background: #1D2F4D;
	background-image: url(../i/layout/bg_blue.gif);
	}
	
p {
	font-size: 1.1em;
	color: #333;
	padding: 0 0 12px 0;
	width: 90%;
	margin: 0 auto;
	text-align: justify;
	}
	
hr {
	width: 100%;
	height: 1px;
	background: transparent;
	border: none;
	outline: none;
	margin: 0 0 10px 0;
	color: #fff; 
	}
	
a img {
	border: 0;
	}
	
.aleft { float: left; }
.aright { float: right; }

img.aleft { 
	float: left; 
	background: url(../i/layout/ds-leftwhite.gif) bottom right;
	margin: 5px 0 -10px 0; 
	padding: 0 8px 8px 0;
	}
	
img.aright { 
	float: right; 
	background: url(../i/layout/ds-leftwhite.gif) bottom left;
	margin: 5px 0 -10px 0; 
	padding: 0 0 8px 8px;
	}
	
img.aleft2 { 
	float: left; 
	background: url(../i/layout/ds-leftwhite.gif) bottom right;
	padding: 0 8px 8px 0;
	}
	
	
/* STRUCTURE
================================================================================================*/
#wrapper {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../i/layout/bg_content.gif);
	}
	
#header { 
	width: 100%;
	height: 50px;
	background: #fff url(../i/layout/bg_head.gif) no-repeat;
	float: left;
	clear: both;
	}
	
	
#header h1 {
	text-align: center;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #3935ad;
	padding: 12px 0 ;
	border: 1px solid #3935ad;
	}

#content {
	width: 65%;
	float: left;
	clear: none;
	padding: 10px 0;
	text-align: left;
	} 
	
#infobar {
	width: 35%;
	float: right;
	clear: none;	
	}
	
#infolist {
	width: 80%;
	margin: 15px auto 0 auto;
	list-style: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	}
	
#infolist li {
	margin: 18px 0; 
	}
	
	
#sinkboatdemo {
	display: none;
	}
	
#flash01, #flash02, #flash03{ 
	width: 211px;
	height: 343px;
	margin: 2px 0 0 5px;
	border: 1px solid #fff;
	overflow: hidden;
	}
	
#flash03{ 
	margin: 38px 0 0 5px;
	}
	
	
#scrolltext {
	display: none;
	}
	
	#ormlogo {
	width: 123px;
	margin: 100px auto;
	text-align:center;
	}

	
#footer {
	clear: both;
	width: 638px;
	background: #3ECBF4 url(../i/layout/bg_footer.gif) top center repeat-x;
	border: 1px solid #fff;
	border-top: none;
	overflow: hidden;
	color: #fff;
	}
	
#footer a, #footer a:link {
	color: #fff;
	font-weight: bold;
	}
	
#footer ul {
	width: 100%;
	background: url(../i/layout/bg_footer-top.gif) top center repeat-x;
	padding: 14px 0 0 0;
	text-align: center;
	list-style: none;
	overflow: hidden;
	}
	
#footer ul li {
	display: block;
	padding: 0 0 5px 0;
	}
	
#footer ul li#ormteclink {
	float: left;
	clear: none;
	border-right: 1px solid #fff;
	margin: 0 15px 0 28px;
	padding: 0 15px 0 0;
	}
	
#footer ul li#footeremail {
	float: left;
	clear: none;
	}

ul li.designby {
	margin-right: 10px;
	float: right;
	clear: none;
	}
	
li.tvp a, li.tvp a:link, li.tvp a:active, li.tvp a:visited, 
li.aw a, li.aw a:link, li.aw a:active, li.aw a:visited {
	width: 16px;
	height: 16px;
	float: left; 
	text-indent: -999em;
	text-decoration: none;
	}
	
li.tvp a, li.tvp a:link, li.tvp a:active, li.tvp a:visited  {
	background:  url(../i/layout/tvp-logo0.gif) no-repeat;
	}

li.aw a, li.aw a:link, li.aw a:active, li.aw a:visited {
	background: url(../i/layout/a-logo.gif) no-repeat;
	}

li.tvp a:hover { 
	background: url(../i/layout/tvp-logo1.gif);
	}
	
li.aw a:hover { 
	background: url(../i/layout/a-logo1.gif);
	}
	
/* NAVIGATION MENU
================================================================================================*/

#navcontainer {
	height: 26px;
	width: 638px;
	line-height: 18px;
	float: left;
	clear: both;
	background: #3ECBF4 url(../i/layout/bg_nav.gif);
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	}


#navcontainer ul {
	float: left;
	list-style-type: none;
	text-align: center;
	}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	background: url(../i/layout/bg_btn.gif);
	padding: 0 0 0 2px;
	}

#navcontainer ul li#currentpage {
	background: transparent;
	padding: 0;
	}

#navcontainer ul li#currentpage a {
	background: #fff;
	color: #be0000;
	padding: 2px 16px;
	}


#navcontainer ul li a, #navcontainer ul li a:active, #navcontainer ul li a:visited {
	padding: 2px 16px 2px 14px;
	border-right: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	background: url(../i/layout/bg_btn.gif) top right;
	}

#navcontainer ul li a:hover {
	color: #000066;
	}
	
#navcontainer ul li.firstbtn {
	margin: 0 0 0 6px;
	}	


/* HEADERS
==================================================*/
/*h1 is up the top*/

#content h2, #content h3, 
#content h4, #content h5, 
#content h6 {
	font-size: 1.1em;
	padding: 4px 0 8px 0;
	width: 90%;
	margin: 0 auto;
	color: #be0000;
	text-align: left;
	text-transform: uppercase;
	}
	
#infobar h2, #infobar h3, 
#infobar h4, #infobar h5, 
#infobar h6 {
	font-size: 1.1em;
	padding: 12px 0 0 0;
	width: 80%;
	margin: 0 auto;
	color: #1D2F4D;
	text-align: left;
	text-transform: uppercase;
	}

	
/* LINKS
================================================================================================*/
a, a:link {
	color: #BE0000;
	text-decoration: none;
	}
	
a:hover {
	color: #1d2f4d;
	text-decoration: underline;
	}
	
#linksblock {
	padding: 0 0 15px 0;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	}
	
	
/* LISTS
================================================================================================*/
ul {
	list-style: none;
	}



/* MISC
================================================================================================*/
address {
	padding: 12px 0 0 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #01366a;
	font-size: 1em;
	width: 90%;
	text-align: left;
	}

	
strong {
	font-weight: bold;
	}
	
.fleft {
	float: left;
	}
	
	
.fleft {
	float: right;
	}
	
	
	
	
	
	
	
	
/* Contact Form
==============================================================================================*/


#warn_box{
/* This is the DIV which prints errors at the top of the page during validation */
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 5px;
}

#warn_box ul{
/* This is the list of error messages in the 'warn_box' DIV  */
	list-style-type: square;
}

#cont_form_wrapper{
/* This is the div that wraps the form itself. No styles here, but I list it anyway */
margin-left: 15px;
}

#contact_form{
/* This is the table which holds the form */
	border: 0;
	border-collapse: collapse;
}

#contact_form td{
/* These are the cells in the form table */
	padding: 3px;
	vertical-align: top;
}

.warn_msg{
/* These are the table cells which print the individual messages during validation */
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 3px;
}

.form_label{
/* These are the labels for each form element */
	width: 200px;
	text-align: right;
}

.form_text{
/* These are the 'text' input types in the form */
	width: 200px;
}

.form_txt_area{
/* This is the textarea used in the form */
	width: 200px;
}