@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/ssawbkg.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	background-color: #9ea7ad;
}
A {
	color: #006699;
	text-decoration: none;
}

A:hover {
	color: #0099FF;
	text-decoration: none;
}
.twoColFixRtHdr #container {
	width: 840px;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid
#;
	text-align: left;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header {
	padding: 0 0px 0 0px;  /* 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. */
	background-color: #FFFFFF;
} 
.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: 240px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	top: 5px;
	background-color: #999999;
	background-image: url(../images/sidebarbkg.png);
	height: 100%;
}
.twoColFixRtHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-position: 0px 0px;
} 
.twoColFixRtHdr #footer {
	padding-top: -20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.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;
}
.twoColFixRtHdr #navbar {
	height: 33px;
	width: 840px;
	background-color: #FFFFFF;
}
.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;
}
.WhiteBold24pt {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.borderArea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 18px;
}
.borderAreaside {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #ffffff;
}
.Medhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #ffcd02;
}
.Lrghead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}
.Smlhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}
.link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF6600;
}
.hr {
	height: .5px;
	margin-top: 0.5em;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
.hrBlk {
	height: 0.5px;
	margin-top: 0.5em;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #000000;
}
.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #FFCC66;
	height: 1.5em;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF6600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	padding-left: 5px;
	}
.sidebarliner {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3366FF;
	text-decoration: blink;
	background-color: #00CC99;
	display: block;
	height: auto;
	width: auto;
}
.BoxHeadingOrange  {
	margin: 0em;
	background-image:url(
../images/boxH_orange.jpg;
	background-repeat: no-repeat;
	padding: 0px;
	border: 2 solid #3333FF;
	background-image: url(../images/boxH_orange.jpg);
	}
.BoxContentOrange {
	/* background-color: #ffffff;*/
	background-image:url(images/box_kbg22.gif);
	background-repeat: repeat-x;
	/*background-image:url(../images/boxF.gif);
	background-repeat: no-repeat;*/
	font-size: 11px;
	line-height: 125%;
	background-position:bottom;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FF6600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
.BoxFooterOrange  {
	margin: 0em;
	background-image:url(../images/boxB_orange.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	border: 2 solid #3333FF;
}
.BoxContainer   {
	background-image:url(images/box_kbg2.gif);
	background-repeat: repeat;
	background-position: top;
	background-color: #3959a9;
	border: 0px solid #000066;
	vertical-align: top;
	top: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	}
.BoxHeadingBlue {
	margin: 0em;
	background-image:url(
../images/boxH_orange.jpg;
	background-repeat: no-repeat;
	padding: 0px;
	border: 2 solid #3333FF;
	background-image: url(../images/boxH_blue.jpg);
}
.BoxContentBlue {	/* background-color: #ffffff;*/
	background-image:url(images/box_kbg22.gif);
	background-repeat: repeat-x;
	/*background-image:url(../images/boxF.gif);
	background-repeat: no-repeat;*/
	font-size: 11px;
	line-height: 125%;
	background-position:bottom;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.BoxFooterBlue {
	margin: 0em;
	background-image:url(../images/boxB_blue.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	border: 2 solid #3333FF;
}
.BoxHeadingGray {
	margin: 0em;
	background-image:url(
../images/boxH_orange.jpg;
	background-repeat: no-repeat;
	padding: 0px;
	border: 2 solid #3333FF;
	background-image: url(../images/boxH_gray.gif);
}
.BoxContentGray {	/* background-color: #ffffff;*/
	background-image:url(images/box_kbg22.gif);
	background-repeat: repeat-x;
	/*background-image:url(../images/boxF.gif);
	background-repeat: no-repeat;*/
	font-size: 11px;
	line-height: 125%;
	background-position:bottom;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #b8b9b8;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.BoxFooterGray {
	margin: 0em;
	background-image:url(
../images/boxB_gray.gif;
	background-repeat: no-repeat;
	padding: 0px;
	border: 2 solid #3333FF;
	background-image: url(../images/boxB_gray.gif);
}
.twoColFixRtHdr #containerborder {
	width: 16px;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid
#;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(file:///Macintosh%20HD/Work%20in%20Progress/SunSational%20Awnings/Site%20update%207-21-09/template_09/sliced%20site/images/left.gif);
	background-repeat: repeat-x;
}
.dotborder {
	border: thin dotted #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.leftboxborder {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	line-height: 15px;
}
.centerbox {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	line-height: 15px;
}
.rightboxborder {
	background-color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	line-height: 15px;
}
.WhiteBold18pt {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.rightsidebox {
	background-color: #EBEBEB;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.sidebarSmlhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #778296;
}
.boxbkg {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(images/infoboxbkg2.gif);
	background-repeat: no-repeat;
}
.boxbkg_290 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(images/infoboxbkg_290px.gif);
	background-repeat: no-repeat;
}
.headline14ptorange {
        color: #ffcd02;
        font-size: 14px;
        font-weight: bold;
}
td.leftheadershadow {
	background-image: url(images/LHtopbkg.jpg);
	background-repeat: no-repeat;
}
/*]]>*/
td.leftbodyshadow {
	background-color: #717A81;
	background-image: url(images/left.png);
	background-repeat: repeat-y;
}
td.rightheadershadow {
	background-image: url(images/RHtopbkg.jpg);
	background-repeat: no-repeat;
}
td.rightbodyshadow {
	background-color: #717A81;
	background-image: url(images/right.png);
	background-repeat: repeat-y;
}
td.content {
	background-color: #FFFFFF;
}
.footer {
	background-image: url(images/footerbkg2.jpg);
	background-repeat: repeat-x;
}
.Medhead1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}
