@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #827D7E;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px; /* -> 1em */
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 20px;
	padding-left: 20px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color:black;
	text-shadow: none;
	padding: 0px;
}
h1 {
	padding-top:10px; /* this is the top heading for each main page */
	font-size:28px;
	/*letter-spacing:.2em;*/
	font-weight:bold;
	color:#009;
	/*text-shadow: 3px 5px 5px #ccc/*#6AA0B9*/;
}
h2 {
	font-size:15px;
	color:#C60;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}
#contentWrapperOverall {
	/*background-image: url(images/LP-main-content-bgd.jpg);*/
	background-color: #FFF;
	background-repeat: repeat;
	margin: 0 auto;
	position: relative;
	width: 950px;
	left: 0px;
}
/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	/*background-repeat: no-repeat;*/
	min-height: 700px;
	margin: 0px auto;
	position: relative;
	margin-left: auto; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-right:auto;
	width: 950px;
	padding:0px;
	background-color: #FFF;
	background-repeat:repeat-y;
	margin-top: 0px;
}
.content {
	background-image:url(images/midBGRepeating.jpg);
	background-repeat:repeat-y;
	padding: 0px 0px 0px 0px;
	clear:both;
	display:block;
}
/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#header {
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align: center;
}
#flashBG {
	line-height:386px;
	background-image:url(images/flashBG.jpg);
}
#flashBG-About {
	line-height:386px;
	background-image:url(images/middleBG-About-2.jpg);

}
#flashObject {
	width: 774px;
	height: 298px;
	position: absolute;
	text-align: left;
	top: 40px;
	left: 185px;
}
#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	background-image:url(images/navBG.jpg);
	background-repeat: repeat-x;
	padding: 5px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:35px;
	letter-spacing:1px;
	word-spacing:0px;
}
#menu ul {
	float: left;
	list-style-type: none;
	padding: 5px 18px 0px 5px;
	margin-top: 0px;
	line-height:25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#menu li {
	color:#285A82;
	display: inline;
	padding-left:0px;
	line-height:18px;
	vertical-align:top;
	margin-top: 0px;
	margin-right: .25em;
	margin-left: 0px;
}
#menu a {
	color:inherit;
	/*display: inline;*/
	font-size:12px;
	padding-left:-2px;
	line-height:16px;
	vertical-align:top;
	margin-top: 0px;
	margin-right: .25em;
	margin-left: 0px;
}
#menu li a:link, #menu li a:hover, #menu li a:visited {
/*text-shadow: 0px 1px 2px #000;*/
}
.sidebar {
	margin-top:-5px;
	padding-top:-5px;
	padding-right:15px;
	float:right;
	clear:both;
}
ul, ol, dl {
	padding-left:70px;
	padding-bottom:20px;
}
li {
	padding:5px;
}
#leftMenu {
	color: white;
	height: 330px !important;
	left: 5px;
	position: absolute;
	top: 55px;
	width: 170px;
	text-shadow:#333 0px 2px 1px;
}
.leftMenuLink, .leftMenuLink a {
	text-indent:-15px;
	color:#fff;
	padding-left: .9em;
	position: relative;
	text-align: left;
	font-size:14px;
	font-weight:bold;
	text-shadow:#333 0px 2px 1px;
	padding-bottom:.9em
}
.leftMenuLink a:hover {
	color:#EEE;
	text-decoration:none;
	}

#contentWrapper {
	background-color:#FFF;
	border-left:#FFF;
	border-width:thick;
	border-color:#FFF;
	position: relative;
	width: 950px;
	min-height:500px;
	background: #EEEEEE; /* for non-css3 browsers */
	
	background-image: url(images/midBGRepeating.jpg);
	background-repeat:repeat-y;
}

#mainContentWrapper {
	min-height:600px;
	/*background-image: url(images/mainContentBG.jpg) !important; */
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 949px;
}
/* the area on middle-left */
#leftContent{
	float: left;
	height: 450px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	width: 120px;
	/*z-index: 99;*/
	color:#D38512;
}
#buttonWrapper {
	margin: 0px 0px 0px;
	position: relative;
	text-align: left;
	width: 257px !important;
}
.firstButton p, .firstButton a{
	color:#D38512;
	width:180px;
	font-size:10px;
	font-weight:bold;
	margin: 5px;
	position: relative;
}
.bottomBorder {
	line-height:1px;padding-left:20px;width:150px;border-bottom:#CCC; border-bottom-width:2px; border-bottom-style:dashed;
}
#rightSideContent {
	float: right;
	margin: 0px 15px 0px 0px;
	padding: 20px 15px 10px 0px;
	position: relative;
	text-align: left;
	width: 640px;
	min-height:550px;
}
#footerWrapper {
	clear:both;
	background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;
	height: 147px;
	position: relative;
	width: 950px;
	margin:auto;
}
#footerAddress {
   	margin:0px;
	padding:0px;
    color: #2E5C9C;
    font-size: 7.5pt;
    font-weight: bold;
    position: absolute;
    text-align: left;
    width: 635px;
    left: 20px;
    top: 25px;
}
#addThis {
   	margin:0px;
	padding:0px;
    color: #2E5C9C;
    font-size: 7.5pt;
    font-weight: bold;
    position: absolute;
    /*text-align: left;*/
	width:850px;
    left: 200px;
    top: 104px;
}

#footerTextWrapper {
 	color: #2E5C9C;
    font-size: 7.5pt;
    font-weight: normal;
    height: 40px;
    position: absolute;
    text-align: left;
    width: 600px;
    left: 20px;
    top: 70px;	
}
.footertext, .footertext a:link, .footertext a:visited {
    color: #2E5C9C;
    font-size: 7.5pt;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;	
}

#navFooter {
    color: #2E5C9C;
    font-size: 8pt;
    font-weight: normal;
    position: absolute;
    text-align: right;
    text-transform: capitalize;
    width: 350px;
    right: 30px;
    top: 25px;
    margin: 0;
    padding: 0;	

}
#navFooter a:link, #footerNav a:visited, #navFooter {
    color: #333;
    font-weight: normal;
}

 .firstButton {
	width:170px;
	vertical-align:middle;
	text-indent:-5px;
	background-image:url(images/leftSideArrow.jpg);
	background-repeat:no-repeat;
	padding-left:28px;
	line-height:12px;
	margin-bottom:8px;
	min-height: 20px;
}
.bottomBorder {
	padding-left:0px;
	margin-left:0px;	
	margin-bottom:5px;
}
