/* CSS Document */

/* DEFAULT SETTINGS */
body {
background: #fff url(images/background.gif) repeat-x;
padding: 0px;
margin: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #180E4D;
}
h1 {
color: #E87434;
font-size: 20px;
font-weight:bold;
}
h2 {
color: #E87434;
font-size: 16px;
font-weight:bold;
}
h3 {
font-size: 14px;
font-weight:bold;
}
input {
margin-bottom:5px;
vertical-align:middle;
}
a:link {
color: #E87434;
font-weight:bold;
}
a:hover, a:active {
background-color: #F7D3B4;
color: #180E4D;
text-decoration:none;
}
a:visited {
color: #000;
}
hr {
border: 1px solid #5E8095;
background: #5E8095;
height: 2px;
width: 80%;
margin: 50px auto;
}
img {
border:0;
}

/* LAYOUT SETTINGS */

.banner {
border-left: 1px solid #CDB17E;
width: 778px;
margin:0px auto;
height: 181px;
}
.logo {
height:105px;
padding:0px;
}
.banner2 {
padding:0px;
}
.banner td {
vertical-align:top;
}
.layout {
width: 763px;
border-collapse: collapse;
}
.content {
background-color: #FFF;
border-right: 1px solid #CDB17E;
width: 522px;
padding: 0px 30px 10px 30px;
vertical-align:top;
}
.side {
width: 179px;
background-color: #F8FBFB;
padding: 0px;
border-right: 1px solid #CDB17E;
vertical-align:top;
}
.footer {
background-color: #5E8095;
border: 1px solid #CDB17E;
padding: 5px;
border-left:0;
text-align:center;
vertical-align:middle;
}

/* NAVIGATION STYLES -- EDIT WITH CAUTION */
.navtd {
background: #F2F7F8 url(images/rrtemplate_06.gif) no-repeat;
border-top: 1px solid #CDB17E;
border-bottom: 1px solid #CDB17E;
height: 26px;
padding:0px;
}
#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	width: 11em;
	font-weight:bold;
	font-size: 10px;
	margin-left: 6px;
	background:none;
	text-decoration:none;
	line-height:26px;
}
#nav a:link, #nav a:visited {
color: #234057;
}
#nav a:hover, #nav a:active {
color: #E87434;
}
#nav li { /* all list items */
	float: left;
	width: inherit; /* width needed or else Opera goes nuts */
	overflow:visible;
	
}
#nav li ul { /* second-level lists */
	margin: 0px 5px;
	position: absolute;
	background: #F2F7F8;
	border: 1px solid #CDB17E;
	border-bottom:0;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a {
width: 14em;
line-height:12px;
margin: 4px;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 13em;	
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li li:hover, #nav li.sfhover {
background-color: #F7D3B4;
}
#nav li ul li {
padding: 0px;
border-bottom: 1px solid #CDB17E;
margin:0px;
}

/* MAIN CONTENT STYLES */
.content ul li {
list-style-image:url(images/list.gif);
font-size: 12px;
}
.box ul li, .side ul li {
list-style-image:url(images/list2.gif);
font-size: 12px;
}
.content li {
margin-bottom: 10px;
}

/* SIDEBAR STYLES */
.side h1 {
font-size: 18px;
font-weight:bold;
color: #180E4D;
}
.pad {
padding:5px 7px 10px 7px;
text-align:center;
}
.side h2 {
font-weight: bold;
font-size: 14px;
color: #180E4D;
}
.side ul {
text-align:left;
}
.side li {
margin-bottom: 5px;
}
.side hr {
width: 130px;
margin: 0px auto;
}

/* FOOTER STYLES */
.footer p {
margin: 3px;
}
.footer a:link, .footer a:visited {
color: #F7D3B4;
}
.footer a:hover, .footer a:active {
background-color: #809BAB;
color: #180E4D;
}


/* SPECIAL STYLES */
.highlight {
background-color: #F7D3B4;
}
.small {
font-size:9px;
}
.box {
background: #F2F7F8 url(images/divback.gif) bottom right no-repeat;
width: 400px;
margin:20px auto;
border: 1px solid #CDB17E;
padding: 2px 15px;
}
.box h1 {
font-size: 18px;
font-weight:bold;
color: #180E4D;
}
.price {
width: 400px;
margin: 0px auto;
border-collapse:collapse;
background-color: #FDF6F0;
}
.price td {
padding: 0px 3px;
vertical-align:middle;
border: 1px solid #CDB17E;
}
.box2 {
border:2px dotted #CDB17E;
padding: 2px 15px 20px 15px; 
}
.testimonialtable ul li, .testimonialtable ul {
list-style: none;
list-style-image: none;
margin: 0px 0px 2px 10px;
padding: 0px;
}
.leftimg {
float: left;
margin: 0px 10px 10px 0px;
}
.indextable td {
padding: 5px;
vertical-align:top;
}
#toolbar {
padding: 5px;
text-align:center;
}
