@charset "utf-8";
html {
	background: url(../images/ui/bg-main.jpg);
}
body {
	background: url(../images/ui/midstripe.jpg) repeat-x;
	background-position: 0px 215px;
	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 */
}
.oneColFixCtrHdr #bgTopper {
	background: url(../images/ui/bg-panel-top.png) center top no-repeat;
	height: 24;
	margin: 0;
}
.oneColFixCtrHdr #bgMid {
	background: url(../images/ui/bg-panel-mid.png) center top repeat-y;
	margin: 0;
}
.oneColFixCtrHdr #bgCloser {
	background: url(../images/ui/bg-panel-closer.png) center top repeat-y;
	height: 64;
	margin: 0;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	/*background: url(../images/header/bridal.png) no-repeat top right;*/
}
.oneColFixCtrHdr #header {
	height:196px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*
	border-bottom:#009900 dashed 1px;
	background: url(../images/header/bg-01.png) right no-repeat;
	*/
}
.oneColFixCtrHdr #header .phone {
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	color: #81a026;
	margin-right: 10px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #mainContent a {
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent a:hover {
	color: #FF00FF;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent h1, h2, h3 {
	color: #c457ff;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 18px;
	border-bottom: #c457ff dashed 1px;
}

.oneColFixCtrHdr #mainContent h1 a {
	font-size: 18px;
	text-decoration: none;
	color:#c457ff;
}
.oneColFixCtrHdr #mainContent h1 a:hover {
	font-size: 18px;
	text-decoration: underline;
	color: #b5c477;
}

.oneColFixCtrHdr #mainContent h2 {
	border-bottom: #c457ff solid 1px;
}

.oneColFixCtrHdr #mainContent li {
	list-style-image: url(../images/ui/point-purple.gif);
	margin-bottom: 32px;
}

.oneColFixCtrHdr #mainContent .partnerName {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 24px;
}
.oneColFixCtrHdr #mainContent .partnerDetails {
	font-size: 12px;
	margin: 0 0 24px 24px;
}
.oneColFixCtrHdr #mainContent .partnerDetails a {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent .partnerDetails a:hover {
	color: #FF00FF;
	text-decoration: underline;
}


.oneColFixCtrHdr #rotor {
	text-align: center;
	padding-top: 6px;
	width: 700px;
	height: 224px;
	background:url(../images/rotors/background2.png) center no-repeat top;
}

.oneColFixCtrHdr #quoteBoxContainerTop {
	font-weight: bold;
	font-size:14px;
	font-style: italic;
}
.oneColFixCtrHdr #quoteBoxContainerTop .quoteBox {
	width: 100%;
	margin: 6px 0 32px 0;
}
.oneColFixCtrHdr #quoteBoxContainerTop .quoteLT {
	margin: 0;
	background:url(../images/ui/quote-lt.png) left top no-repeat;
	padding-left: 80px;
}
.oneColFixCtrHdr #quoteBoxContainerTop .quoteRT {
	margin: 0 12px 0 0;
	background:url(../images/ui/quote-rt.png) right top no-repeat;
	padding: 0 80px 0 0;
}
.oneColFixCtrHdr #quoteBoxContainerTop .signiture {
	font-weight: bold;
	text-align: right;
}


.oneColFixCtrHdr #quoteBoxContainer {
	font-size:12px;
	font-style: italic;
}
.oneColFixCtrHdr #quoteBoxContainer .quoteBox {
	width: 100%;
	margin: 6px 0 32px 0;
	border-bottom: #CCCCCC dashed 1px;
}
.oneColFixCtrHdr #quoteBoxContainer .quoteLT {
	margin: 0;
	background:url(../images/ui/quote-lt.png) left top no-repeat;
	padding-left: 80px;
}
.oneColFixCtrHdr #quoteBoxContainer .quoteRT {
	margin: 0;
	background:url(../images/ui/quote-rt.png) right top no-repeat;
	padding: 0 80px 0 0;
}
.oneColFixCtrHdr #quoteBoxContainer .signiture {
	margin: 0 0 8px 620px;
	font-weight: bold;
}



/*===================================================================================*/
/* BEGIN: topnav
/*===================================================================================*/
.oneColFixCtrHdr #topnav ul {
	list-style: none;
	margin: 20px;
}
.oneColFixCtrHdr #topnav li {
	color: #81a026;
	line-height: 1.2;
	font-weight: bold;
}
.oneColFixCtrHdr #topnav li a {
	font-size: 14px;
	text-decoration: none;
	color: #b5c477;
}
.oneColFixCtrHdr #topnav li a:hover {
	color: #c457ff;
	text-decoration: underline;
}


/*===================================================================================*/
/* BEGIN: footer
/*===================================================================================*/
.oneColFixCtrHdr #footer {
	/*background-image: url(../images/ui/main-bottom.gif);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	font-size:10px;
}
.oneColFixCtrHdr #footer .shoebox {
	background-color:#9eb24a;
	text-align:center;
	padding: 24px 24px 0 24px;
	color:#e8f0d2;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #footer a:link, a:visited, a:active {
	font-size:10px;
	text-decoration: none;
	color:#e8f0d2;
}
.oneColFixCtrHdr #footer a:hover {
	font-size:10px;
	text-decoration: underline;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer .awards img {
	padding: 6px;
	margin: 0;
}
.oneColFixCtrHdr #footer .copyright {
	padding: 6px;
	margin: 0;
}

.oneColFixCtrHdr #contactBit {
	margin: 12px 0 24px 0;
	border: #c457ff solid 2px;
	padding: 6px;
	/*color: #c457ff;*/
	color: #9eb24a;
	background: #FFFFFF;
}
/*===================================================================================*/
/* BEGIN: tools
/*===================================================================================*/
.fixCollapse { /* this class should be placed on a div or break element and should be the final element before the close of a container to fix margin collapse */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.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;
}
/*===================================================================================*/
/* BEGIN: side navigation
/*===================================================================================*/
.dtDefault #sidemenu {
	height: 224px;
}
.dtDefault #sidemenu ul {
	padding: 0;
	margin: 0 4px 12px 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: 1px solid #FFFFFF;
	width: 182px;
	background-color: #e8f0d2;
}

.dtDefault #sidemenu ul li {
	border-top: 1px solid #FFFFFF;
}

.dtDefault #sidemenu ul li a {
	text-decoration: none;
	display: block;
	width: 160px;
	color: #81a026;
	font-weight: bold;
	padding: 4px 10px;
}

.dtDefault #sidemenu ul li a:hover {
	background-color: #9eb24a;
	color: #ffffff;
}



/*===================================================================================*/
/* BEGIN: midNav
/*===================================================================================*/
.oneColFixCtrHdr .midNav a {
	font-size: 20px;
	font-weight:bold;
	font-style:italic;
	text-decoration: none;
	color: #b5c477;
}
.oneColFixCtrHdr .midNav a:hover {
	color: #c457ff;
	text-decoration: none;
}

