@charset "UTF-8";

body  {
	/*font: 100% Georgia, "Times New Roman", Times, serif;*/
	font: 80% Tahoma, Geneva, sans-serif;
	background: #651230;
	background-image:url(../images/body_top_bg.jpg);
	background-repeat:repeat-x;
	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: #651230;
}

p{
	font: 80%;
	padding: 5px 5px 5px 5px;
}

A:link {text-decoration: none; color:#e6af3d;}
A:visited {text-decoration: none; color:#e6af3d;}
A:active {text-decoration: none; color:#e6af3d;}
A:hover {text-decoration: none; color:#CCC;}

.quote {

   color:#0d124d;
   background: url(../images/quoteleftblue.gif) no-repeat left top; 
   margin-left: 10px; 
   margin-right: 10px;
   margin-bottom: 15px;
   padding-top: 10px;
   padding-left: 40px;
   width: 450px;
   font-style:normal;
   font-variant:normal;
   font-weight:bold; 
   font-size:11px; 
}

.quote div {background: transparent url(../images/quoterightblue.gif) right bottom no-repeat;

 padding-bottom: 10px;
 padding: 0 50px 10px 20px;
}

.twoColFixRtHdr #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/col_bg_repeat.jpg);

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #container2 {
		background:url(../images/col_top_bg.jpg);
		background-repeat:no-repeat;
}

.twoColFixRtHdr #header { 
	background:url(../images/banner_03.jpg);
	width: 820px;
	height: 250px;
	margin: 0 60px 0 60px;
} 
/*
.twoColFixRtHdr #linkbar {
	height: 60px;
	width: 820px;
	margin: 0 60px 0 60px;
		text-align:center;
}
*/
.twoColFixRtHdr #linkbar{
	height: 60px;
	width: 820px;
	margin: 0 60px 0 60px;
	padding: 10px 0 0 0;
	text-align:center;}

.twoColFixRtHdr #linkbar ul li{
	display:inline;
}
.twoColFixRtHdr #linkbar ul li a{
padding: 0px 15px 0px 15px;
color: #651230;
text-decoration: none;
/*float: left;*/
font-size:small;
font-weight:bold;
}

/*.boxout{
	color:#e6af3d;
	padding: 5px;
	background-color:#651230;
	margin: 5px 0 5px 0;
}
*/
.boxout{
	color:#e6af3d;
	padding: 0px;

	margin: 0px 0 0px 0;
}

.boxouttext{
		background-color:#651230;
		padding: 0 0 2px 0;
}


.twoColFixRtHdr 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 5px 10px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#e6af3d;
	background-color:#651230;
	background-image:url(../images/H1-bg-banner.jpg);
	background-repeat:no-repeat;

}


.twoColFixRtHdr h2{
	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: 5px 5px 5px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#e6af3d;
	background-color:#0d124d;
}

.twoColFixRtHdr h3{
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.twoColFixRtHdr ul.noindent{
	margin:0;
	padding:0;
}
.twoColFixRtHdr ul.noindent li{
	list-type: none;
	list-style-type:none;
	margin: 0;
	padding: 5px 0 5px 10px
	;
}

.twoColFixRtHdr ul.noindent li a{
	color:#651230;
}


.twoColFixRtHdr #mainContent { 
	margin: 0px 351px 0 60px; /* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 520px;
}

.twoColFixRtHdr .floatleft{
	margin: 25px;
		float: left;
}

.twoColFixRtHdr .floatright{
	margin: 25px;
		float: right;
}

.twoColFixRtHdr .picpad{
	margin: 25px;
}

.twoColFixRtHdr .textboxright{
	margin: 0 0 0 240px;
}

.twoColFixRtHdr .textboxleft{
	margin: 0 240px 0 0px;
}

.twoColFixRtHdr .contentbox{
	/*
	background-color:#FFF;
	border:solid 1px #651230;
	*/
	margin: 5px 0 5px 0;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* 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 */
	padding: 0px 0px 10px 0px;
	margin: 0 60px 0 0;
}

.twoColFixRtHdr .sidebar1-contentbox{
	background-color:#FFF;
	border:solid 1px #0d124d;
	margin: 5px 0 5px 0;

}

.twoColFixRtHdr .sidebar1-contentbox p{
	padding: 5px 5px 5px 5px;
}

.row {
clear: both;
padding-top: .4em;
}


div.row span.label {
color: #000000;
text-decoration: none;
font-size:10px;
float: left;
width:50%;
text-align:center;
display: table;
border-spacing: 1px 1px;
border-collapse: collapse;}

div.row span.formw {
float: left;
width: auto;
text-align:center;
margin-right: .2em;
padding-left: .2em;
padding-bottom: .4em;
}




.twoColFixRtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none;
	text-align:center;
} 
.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 60px 10px 60px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}
