@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #025313;
	background-image: url(styles/RSgreen.png);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	color: #000;
}



/* ~~  container s ~~ */
.container {
	max-width: 1350px;
	min-height: 650px;
	background-color: #FFF;
	margin: 0px auto; 
	padding: 0px;
	-webkit-box-shadow: 5px 5px 30px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 30px 8px rgba(0,0,0,0.4);
	box-shadow: 5px 5px 30px 8px rgba(0,0,0,0.4);
}

/* ~~  header  ~~ */
.header {
	background-color: #ADB96E;
	margin-top: 0px;
	max-width: 1350px;
}
.menuContainer {
	min-width: 100%;
	background-color: #999;
	min-height: 34px;
}
#searchIcon {
	padding-right: 5px;
}
.menuNav {
	margin-top: 0px;
	min-width: 1350px;
	background-color: #ccc;
	border-lefft: solid 1px #000;
}

.content {
	padding-bottom: 35px;
	padding-top: 35px;
	padding: 0px 50px 0px 50px;
}

.topSlide{
	padding-top: 50px;
	padding-bottom: 25px;
	float: right;
}

.mainContent {
	padding-top: 100px;
}

/* ~~ The footer ~~ */
.footer {
    width: 1350px;
	text-align: center;
	height: 95px;
	padding: 0;
	color: #000 !important;
	font-size: 12px;
	
}
 /*~~  special formatting   ~~*/
.formatLeft {
	float: left;
	padding-top: 50px;
	padding-bottom: 25px;
	max-width: 600px;
}
.formatRight {
	float: right;
	margin-top: 100px;
	padding-top: 50px;
	padding-bottom: 25px;
	max-width: 600px;
	background-color: #090;
	color: #fff !important;
}
.email {
	padding: 25px;
}
blockquote {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 15px 20px 15px 40px;
	margin: 0px;
	list-style: inside;
}
ol {
	list-style-type:decimal;
}
ul {
	font-weight:bold;
}
li {
	padding-bottom: 15px;
	font-weight: normal !important;
	}
.small35indent {
	padding: 20px 50px 20px 50px;
}
h1, h2, h3, h4, h5, h6, p {	
	padding-right: 15px;
	padding-left: 15px; 
}
h1 {
	font: 160% Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 500 !important;
	margin: 40px 0 30px 0;
}
h2 {
	font: 140% Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 300;
}
h3 {
	font: 130% Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 200;
}
h4 {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 300;
}

a img { 
	border: none;
}
/* ~~  links  ~~ */
a:link {
	color: #c80909;
	text-decoration: none;
	font-style: italic;
	font-weight: 200; 
}
a:visited {
	color: #099626 !important;
	text-decoration: none;
	font-style: italic;
	font-weight: 200;
}
/*a:hover, a:active, a:focus { 
	text-decoration: none;
}*/
#white.a:hover {
	 color:#ffffff !important;
	 text-decoration: none !important;
	 } 
#white A:link {
	color: white !important;
	text-decoration: underline !important;
	}	 
#white A:visited {
	color: white !important; 
	text-decoration: underline !important;
}
#white A:active {
	color: white !important; 
	text-decoration: underline !important;
	}
#green.a:hover {
	 color:#025313 !important;
	 text-decoration: none !important;
	 } 
#green A:link {
	color: #025313 !important;
	text-decoration: underline !important;
	}	 
#green A:visited {
	color: #025313 !important; 
	text-decoration: underline !important;
}
#green A:active {
	color: #025313 !important; 
	text-decoration: underline !important;
	}
.whiteHeadingLink{
	color: #fff !important;
	font-size: 150% !important;
}
.darkHeadingLink{
	font-size: 150% !important;
}
.redFont{
	color: #af0c22 !important;
	font-weight: 400;
}
.bq_ib {
	display: block;
	position: relative;
	padding: 15px;
	font-style: oblique;
	font-weight: 200;
	font-size: 95%; 
}
.smallerFont {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}

/* ~~  float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.indent20{
	padding-left: 20px;
}
.indent30{
	padding-left: 30px;
}
.indent30Highlight{
	padding-left: 30px;
	background-color: #edd1c5;
}

.redFontRegular{
	color: #C03 !important;
}
.blueFont{
	color: #0a53a6 !important;
	font-weight: bold;
}
.blueFont2{/*not bold*/
	color: #0a53a6 !important;

}
.whiteFont{
	color: #FFF !important;
}
.greenFont{
	color: #1d823e;
	font-weight: 400;
}
.leftThird{
	max-width: 300px;
	padding-right: 30px;
	float: left;
	border: #ecddce solid 1px;
}
.middleThird{
	max-width: 300px;
	padding-right: 30px;
	float: left;
	background-color: #fffaf5;
	border-bottom:  #ecddce solid 1px;
	border-top: #ecddce solid 1px;
	border-right: #ecddce solid 1px;
}
.rightThird{
	max-width: 300px;
	padding-right: 30px;
	float: left;
	border-right: #ecddce solid 1px;
	border-top:  #ecddce solid 1px;
	border-bottom:  #ecddce solid 1px;
}

.Fourth1{
	max-width: 250px;
	padding-right: 30px;
	float: left;
	border: #ecddce solid 1px;
}
.Fourth2{
	max-width: 250px;
	padding-right: 30px;
	float: left;
	background-color: #fffaf5;
	border-bottom:  #ecddce solid 1px;
	border-top: #ecddce solid 1px;
	border-right: #ecddce solid 1px;
}
.Fourth3{
	max-width: 250px;
	padding-right: 30px;
	float: left;
	border-right: #ecddce solid 1px;
	border-top:  #ecddce solid 1px;
	border-bottom:  #ecddce solid 1px;
}

.Fourth4{
	max-width: 350px;
	padding-right: 30px;
	float: left;
	border-right: #ecddce solid 1px;
	border-top:  #ecddce solid 1px;
	border-bottom:  #ecddce solid 1px;
}

.leftHalf {
	max-width: 510px;
	padding-right: 20px;
	float: left;
}
.rightHalf {
	max-width: 500px; 
	padding-right: 30px;
	float: right;
}
.smallItalic{
	font-size: small !important;
	font-style:italic !important;
	font-variant:small-caps !important;
}
.mediumItalic{
	font-style:italic !important;
	font-variant:small-caps !important;
	font-size: medium !important;
}
.1200Box {
	max-width: 800px;
}
.altColor{
	background-color: #fffaf5;
	border:  #ecddce solid 1px;
}
.headerImage {
	display: block;
}
.tdBorder {
	border: 1px solid #025012;
}
.greenBg {
	background-color: #e3fae8;
}
.redBg{
	background-color: #e8c3bc;
}
.blueBg{
	background-color: #d7e3fa;
}
table, td, tr {
	border: 1px #000000 solid;
}
noBorder{
	border: none !important;
	border-color: #ffffff !important;	
}
#fltlft2 {
	float: left;
}
.extendWidth355{
	min-width: 355px;
}
.greenTable {
	background-color: #f7f9f4;
	border: 1px #000 solid;
	
	
}
.greenTableHead {
	background-color: #cbd8ae;
	border: 1px #000 solid;
	
}
#bgSnowflake1 {
	background-image: url(img/snowFlakeTest1.jpg);
	background-repeat: repeat;
}

#bgSnowflake2 {
	background-image: url(img/snowFlakeTest1bw.png);
	background-repeat: repeat;
}
#bgSnowflake3 {
	background-image: url(img/snowFlakeTest1bluewhite.png)
	background-repeat: repeat;
}
.imgBordersLeft10{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
}
.sectionIndent40{
	margin-left: 40px;
}

tr {
	height: 12px !important;
}
.cols6{	
	padding-left: 100px;
	font-weight: 300 !important;
}
.col1{
	margin-left: 20px;
}

.col2{
	margin-left: 150px;
}

.col3{
	margin-left: 150px;
}

.col4{
	margin-left: 150px;
}
.tab45{
	margin-left: 45px;
}
	
	