@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 
}

body {
	background:#133463;
	color: #000000;
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
ol, ul {
	list-style:disc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:10px 0;
}
ul li {
	margin-left:10px;
	padding:4px 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header{margin:0;padding:0;}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width:420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#FFFFFF;
	padding:10px;	
	margin:0px;
}
#mainContent {
	margin:0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:20px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	padding:8px;
	margin:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../web_images/footer_backer.gif) repeat-x left top;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footernav {
	text-align:center;
}
#footernav li {
	display: inline;
	padding:0
}
#footernav li a {
	font-size:11px;
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
#footernav li a:visited {
	font-size:11px;
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
#footernav li a:hover {
	font-size:11px;
	text-decoration:none;
	color:#990000;
	font-weight:bold;
}
.footer_base {
	color:#FFFFFF;
	font-size:12px;
	width:900px;
	text-align:center;
	margin:10px auto;
}
.footer_base a {
	color:#FFFFFF;
}
.footer_base a:visited {
	color:#FFFFFF;
}
.footer_base a:hover {
	color:#FFFFCC;
}
a {
	color:#333366;
	font-weight:bold;
}
a:visited {
	color:#003366;
	font-weight:bold;
}
a:hover {
	color:#3366CC;
	font-weight:bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border:1px solid #CCCCCC;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border:1px solid #CCCCCC;
}
.fltlftnoborder { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-bottom:8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*Headings*/
h1 {
	color:#133463;
	margin:0 0 12px 0;
	font: 20px Georgia, "Times New Roman", Times, serif;
	line-height:1.2
}
h2 {
	color:#333333;
	margin: 0;
	font: 18px Arial, Helvetica, sans-serif;
	line-height:1.2;
	font-weight:bold;
}
h3 {
	color:#000000;
	font: 14px Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	padding:6px;
	text-transform: uppercase;
	font-weight:bold;
	margin-top:0;
}
h4 {
	color:#000000;
	margin-top:6px;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
}
h5 {
	color:#133463;
	margin-top:6px;
	font: italic 14px Georgia, "Times New Roman", Times, serif;margin-bottom:0;
}
p {
	font-size:14px;
	margin-bottom:8px;
	line-height:1.4;
	margin-top:0;
}

/*Tables*/

.table_content td {
	padding:5px;
	font-size:14px;
	border-bottom:1px dashed #CCCCCC;
}
.logo_table {
	margin:20px auto;
}
#player1 {
	width:400px;
	height:267px;	
	margin-bottom:15px;
	border:1px solid #FFD76F;
}

/*Questions*/
.red {
	color:#990033;
	font-weight:bold;
}
/*About us page*/

#featured_info {
	width:400px;
	border:1px solid #C1CDCD;
	padding:8px;
	float:right;
	margin-bottom:15px;
	margin-left:15px;
}
/*Testimonials Styles*/
.quote {
	margin-bottom:0px;
	font-family:"Helvetica Neue", Helvetica, arial, sans-serif;
	font-style:italic;
	font-size:14px;
}
.client {
	margin-top:0;
	margin-bottom:12px;
	text-align:right;
	padding-right:10px;
}
.promo {
	text-align:right;
	width:400px;
	font-family:"Helvetica Neue", Helvetica, arial, sans-serif;
	font-style:italic;
	font-size:14px;
	color:#000000;
	line-height:1.2;
	font-weight:bold;
}
.feature {
	border:1px solid #CCCCCC;
	padding:8px;
	margin-bottom:6px;
}
.feature img {
	margin-right:35px;
}
.feature p.quote {
	margin-top:20px;
}
/*Lightbox Styles*/
#photo_set {
	margin:10px 0;
	width:400px;
	text-align:center;
	border:1px solid #CCCCCC;
}
#photo_set img {
	border:1px solid #666666;
	padding:5px;
	margin:5px;
}
/*Home styles*/
#module {
	margin:10px 0;
	width:400px;
	border:1px solid #CCCCCC;
}
#module p {
	padding:5px;
}
/*Email list*/
#mailing_list {
	margin-top:0px;
}
.signupframe {
	border:1px solid #CCCCCC;
	font-size:12px;
	width:400px;

}
.contactusframe {
	border:0px;
	font-size:12px;
	width:400px;

}
#list td {
	font-size:12px;
}
#list {
	margin:0;
}
