@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
	font-size: 12px;
	background-color: #fff;
}
P {
   padding: 10px 0;
}

#bodytest {
 	background-color:#999;
}

.twoColFixRtHdr H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}

H3 {
	font-size:12px;
	color:#C00;
	text-indent:25px;
}
.twoColFixRtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0;
} 
.twoColFixRtHdr #header_home, #header_about, #header_contact {
	height: 200px;
	margin: 0px 25px 0 25px;
	width: 800px;
} 
.twoColFixRtHdr #header_home {
	background-repeat:repeat-x;
	background-position:bottom;
}
.twoColFixRtHdr #header_about {
	background:url(../images/backgrounds/banner_bg3a.jpg) no-repeat;
}
.twoColFixRtHdr #header_contact {
	background:url(../images/backgrounds/banner_bg2a.jpg) no-repeat;
}

.twoColFixRtHdr .backgroundspacer {
	width:800px;height:150px;margin:0px;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0 5px;
	font-size: 10px;
}

#sidebar1 h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-align:center;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
/*	margin-right: 231px;*/
	margin-bottom: 0;
	margin-left: 25px;
	padding:0;
	width: 619px;
} 


.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	font-size: 10px;
	text-align: center;
	margin-top:10px;
} 
.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}
/* Navigation */

.twoColFixRtHdr #nav {
	padding: 5px 0px 5px 0;
	background: #fff;
	list-style-type: none;
	width: 800px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	float: left; /* Contain floated list items */
	margin:0px;
}

.twoColFixRtHdr #nav #nav_home {
	background-color:#c00;
}

.twoColFixRtHdr #nav #nav_about {
	background-color:#f60;
}

.twoColFixRtHdr #nav #nav_contact {
background-image:url(../images/buttons/button_turqoise.gif);
}

.twoColFixRtHdr #nav li {
 margin-right:2px;
 padding: 0;
 float: left;
}

.twoColFixRtHdr #nav a {
 float: left;
 width: 125px;
 text-align: center;
 color: #fff;
 text-decoration: none;
 line-height: 25px; 
 border-right: 1px solid #FFF;
}
#bodytest #container #mainContent #SVW #newvideobox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ccc;
	margin-left:10px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}



.twoColFixRtHdr #nav a:hover {
 font-weight:bold;
}

/* Home page latest production of SVW */

.twoColFixRtHdr #container #mainContent #SVW {
	background: url(../images/backgrounds/SVW_bg.jpg) no-repeat;
	background-position: -5px top;
	margin:10px 0 10px 0;
	padding:0;
}
.twoColFixRtHdr #container #mainContent #SVW #thmb1 {
	width: 203px;
	float: left;
	margin: 10px 4px 10px 0;
	text-align:center;
}
.twoColFixRtHdr #container #mainContent #SVW #Thmb2 {
	width: 203px;
	float: left;
	margin: 10px 4px 10px 0;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent #SVW #Thmb3 {
	width: 203px;
	float: left;
	text-align: center;
	margin: 10px 0;
}

.twoColFixRtHdr #container #mainContent #subcontent {
	float: left;
	width: 400px;
	margin-bottom: 25px;
	padding-right:10px;
}
.twoColFixRtHdr #container #mainContent #BioPic {
	width: 200px;
	float: left;
	text-align: center;
}
.twoColFixRtHdr #container #header_home #logo_right {
	background-image:url(../images/backgrounds/palmtree.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 150px;
	width: 530px;
	border:0px solid #c00;
	float:right;
	text-align:right;
	margin-right:0px;
}

.twoColFixRtHdr #mainContent .formdiv {
	width:200px;
	text-align:right;
	padding: 0 10px 0 0;
	border:1px solid #339999;
}
#SVWVideo {
/*	background-image: url(../images/backgrounds/SVW_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	width: 400px;
*/
	background-image: url(../images/backgrounds/SVW_bg.jpg);
	background-repeat: no-repeat;
	padding: 0 20px;
	margin:0;
}

#newvideobox {
	width: 600px;
	margin-top: 10px;
}
.twoColFixRtHdr #testbody #mainContent {
	border:5px solid #00f;
}