@charset "utf-8";
/* CSS Document 
Designed by Solstice Web
Primary Colors
background: #996666;
inside background: #999966;
red: #a13128;


*/
body  {
	background: #996666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a img {/*makes all images that are links have no border*/
	border: none;
	text-align: center;
}
#wrapper {
	width: 925px; /* the auto margins (in conjunction with a width) center the page */
	background-color: #999966;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
#container {
	width: 925px; /* 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-image: url(images/handback.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: fixed;
	background-position: center top;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 104px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}

#sidebar1 ul, #sidebar1 li {
	list-style-type: none;
	text-decoration: none;
}
#sidebar1 a
{
	text-decoration: none;
	color: #000;
}
#sidebar1 a:hover
{
	text-decoration: none;
	color: #cc6600;
}

#mainContent {
	margin-top: 0px;
	margin-right: 75px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
} 
.mast2column {
	padding-left: 0px;
	padding-right: 100px;
}


#mainContent .title{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #993333;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	margin-right: 100px;
}
#footer {
	background:#999966;
	text-align: center;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.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 { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 


/**Container To Hold The Layout**/


#menu {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 30px;
	margin-left: 0px;
	}

#menu ul, #menu li {
	display: inline;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#menu li a
{
	text-decoration: none;
	color: #a13128;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a13128;
	padding: 0px 10px 0px 10px;
	font-style: normal;
}
#menu li a:hover
{
	color: #cc6600;
}
#menu ul li a.first {
	border-left: none;
	border-left: none;

}
#footer {
	background:#999966;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
#bottomnav{
	color: #FFF;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
}
#bottomnav .nav{
	color:#000000;
}

#bottomnav ul{
	margin: 0px;
	padding: 0px;
}
#bottomnav li {
	display: inline;
	color: #FFFFFF;
	font-size: 10px;
}
#bottomnav li a
{
	text-decoration: none;
	color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}
#bottomnav li a:hover
{
	color: #cc6600;
}
#bottomnav ul li a.first {
	border-left: none;

}
#leftquote {
	padding: 30px;
	width: 20px;

}


/**Banner Styles**/
#top{
height: 227px;
width: 800px; 
padding: 0px;
text-align: center;
background-image: url(images/topback.jpg);
}

#bottom{
	height: 150px; 
	vertical-align: middle;
}

a:link {
	color:#a13128
}
a:visited {
	color: #a13128;
}
a:hover {
	color: #a13128;
}

a:active{
	color: #a13128;
}
a.nav:link {
	color:#000000;
	text-decoration: none;
}
a.nav:visited { color: #ffffff;}
a.nav:hover {
	color: #FFF;
}
a.nav:active { color: #ffffff;}
#rightquote {
	padding: 10px;
	width: 248px;
	float: right;
}
