/* @override http://oneilanderson.com/style/style.css */

#cms_content { 
    width: 500px; 
}  

body {
	margin: 0px;
	padding: 0px;
	background-color:#e5e5e5;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#2c3329;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 754px;
	border: 20px solid #fff;
	border-top: none;
}

#header {
	margin: 0px;
	padding: 0px;
	padding-top: 54px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 40px;
	text-align: right;
}

.input {
	border: 2px solid #e6dfd5;
}

#nav {
	margin: 0px;
	padding: 0px;
}

#image {
	margin: 0px;
	padding: 0px;
	margin-top: -3px;
}

#main {
	margin: 0px;
	padding: 0px;
	background-color:#f5f5f5;
	background-image:url(../images/main_back.jpg);
	background-repeat: repeat-x;
	
}

#content {
	margin: 0px;
	padding: 20px;
	width: 510px;
	float: left;
}

#content2 {
	margin: 0px;
	padding: 20px;
}

#faqbox{
	margin: 0px;
	margin-top: 15px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #c4c4c4;
}

#sidebar {
	margin: 0px;
	padding: 10px;
	padding-top: 20px;
	width: 184px;
	float: right;
	font-size: 11px;
}

ul.block {
	list-style-type:square;
	color:#933344;
	font-size: 12px;
}

#sidebar a{
	text-decoration: underline;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 10px;
	padding-bottom: 0px;
	background-color:#f2f0ea;
	color:#933344;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#footer a{
	color:#933344;
	text-decoration: none;
}

#footer a:hover {
	color:#999999;
}

#copyright {
	margin: 0px;
	padding-top: 5px;
	background-image:url(../images/bottom_footer.jpg);
	background-repeat: repeat-x;
	background-color:#e3e3e3;
	color:#666666;
	width: 550px;
	float: left;
	clear: left;
}

#copyright a{
	color:#666666;
	text-decoration: none;
}

#copyright a:hover {
	color:#933344;
}

.red {
	color:#933344;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2c3329;
	font-size: 14px;
	font-weight: normal;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2c3329;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}

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

a:hover {
	color:#666666;
}

img.imgleft {
	float: left;
	margin-right: 15px;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
  width:754px;
  height:43px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 0px;
text-decoration: none;
color: navy;
display:inline;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}
  /*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin-top: -4px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFF;
text-decoration: none;
padding: 5px 5px;
background-color:#8b0528;
font-size: 11px;
border-bottom:1px solid #760321;
}

.suckertreemenu ul li ul li a:hover{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
padding: 5px 5px;
background-color:#5b041b;
border-bottom: 1px solid #740825;
}

.suckertreemenu ul li ul li ul li{
	margin-top: -5px;
}

.suckertreemenu ul li ul li ul li a{
	background-color:#ad1b41;
}

.suckertreemenu ul li ul li ul li ul li a{
	background-color:#c9325a;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
  /* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */




#memoryticker{
background-color: none;
width: 450px;
font: bold 12px Verdana;
/*Tip: add in height attribute here for multiple line scroller*/
padding: 10px;
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)
}