body {
background-color:#DEDCD6;
background-image:url(../images/main/headerBG.jpg);
background-repeat:repeat-x;
text-align: center;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
padding:0;
margin:0;
}

/*Main DIVS*/

#header {
width: 960px;
height:250px;
padding-top:10px;
padding-left:7px;
padding-right:7px;
background-image:url(../images/main/headerNavBG.jpg);
background-repeat:no-repeat;
margin-left: auto;
margin-right: auto;
}

#topLeftImage {
float:left;
width: 278px;
height: 200px;
margin-bottom:15px;
}

#topRightImage {
float:right;
width: 669px;
height: 200px;
margin-bottom:15px;
}

#navBar {
position:relative;
clear:both;
width:960px;
height:25px;
}

/*Drop Down Menu*/

#menu {
width: 100%;
background: #75624C;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 160px;
float: left;
}

#menu a, #menu h2 {
font: bold 15px  Georgia, "Times New Roman", Times, serif;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu h2, #menu h2 a, #menu h2 a:hover {
color: #FFFFFF;
background: #75624C;
}

#menu a {
color: #FFFFFF;
background: #75624C;
text-decoration: none;
}

#menu a:hover {
background: #64422C;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
left:0;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.rightBorder {
border-right:solid 1px #FFFFFF;
}
/*End of Drop Down Menu*/


#content {
width: 960px;
background-image:url(../images/main/wrapperBG.jpg);
background-repeat:repeat-y;
padding-left:7px;
padding-right:7px;
padding-top:20px;
margin-left: auto;
margin-right: auto;
text-align:left;
}

#singleColumn {
width: 920px;
padding-left:20px;
padding-right:20px;
padding-bottom: 20px;
}

#columnLeft {
float:left;
width: 228px;
padding-left: 20px;
padding-right: 20px;
}

#columnRight {
float: right;
width: 629px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
border-left: dashed thin #64422C;
background-image:url(../images/home/rock3.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

#footer {
width: 960px;
height:48px;
background-image:url(../images/main/footerBG.jpg);
background-repeat:no-repeat;
padding-top:12px;
padding-left:7px;
padding-right:7px;
margin-left: auto;
margin-right: auto;
color:#FFF;
}

#footer a, a:hover {
color:#FFF;
}

/*Styling Elements*/

h3 {
color:#006699;
font-family:Georgia, "Times New Roman", Times, serif;
padding:0;
margin:0;
}

p {
font-size:13px;
line-height:17px;
}

td {
font-size:13px;
line-height:17px;
}

a {
color:#006699;
text-decoration:none;
}

a:hover {
color:#006699;
text-decoration:underline;
}

/*Styling Classes*/

.quote {
font: 14px Georgia, "Times New Roman", Times, serif;
font-style: italic;
color: #75624C;
line-height:22px;
padding:0;
margin:0;
}

.bottomLine {
padding-bottom:20px;
margin-bottom:40px;
border-bottom: dashed thin #64422C;
}

.imageR {
float:right;
margin-left: 15px;
margin-bottom: 15px;
font-size:10px;
}

.imageL {
float:left;
margin-right: 15px;
margin-bottom: 15px;
font-size:10px;
}

.blue {
color:#006699;
font-weight:bold;
}