body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(images/page-background.jpg);
	background-color: #700001;
	background-repeat:repeat-x;
	_margin-top: -20px;
}

#page {
	/*width: 100%;*/
	height: 100%;
	border-bottom: solid 20px #000000;
}

.page_column {
	height: 100%;
}

#page td { vertical-align: top; }
#footer {
	width: 100%;
	height: 20px;
	background-color: #000000;
}

#nav {
	border-bottom: solid 1px #ffffff;
	height: 25px;
	width: 760px;
	background-color: #b21617;
	position: absolute;
	z-index: 2;
	_margin-top: 20px;
}

#header {
	border: none;
	border-right: solid 1px #ffffff;
	margin-top: 26px;
	_margin-top: 46px;
}

#side {
	width: 224px;
	margin-top: 26px;
	_margin-top: 46px;
	height: 100%;
	background-image: url(images/side-bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 188px;
}

#testimonial_holder {
	width:759px;
	height: 270px;
	background-image:url(images/main-page-header.jpg);
	background-repeat: no-repeat;
}

#main_content {
	padding: 30px;
	padding-bottom: 50px;
	padding-top: 10px;
}

#testimonials {
	width: 350px;
	padding: 27px;
	height: 211px;
	overflow: auto;
	margin: 3px;
}




body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	color: #ac6705;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
p { margin-top: 3px;} 
hr {
	border: dotted 1px #000000;
	height: 1px;
}

#testimonials h1 {
	margin-top: 0px;
	color: #b5b5b5;
}
#testimonials p {
	color: #bcbcbc;
	margin-bottom: 5px;
}

a.read_more {
	text-decoration: none;
	color: #955c0b;
}
a.read_more:hover {
	color: #d2800c;
}

#side_content {
	padding: 15px;
}
#side_content, #side_content p, #side_content h1, #side_content h2, #side_content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fae9e9;
	font-size: 12px;
}
#side_content h1, #side_content h2, #side_content h3 {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #955c0b;
}
a:hover {
	color: #d2800c;
}










#navigation {
	margin-left: 0px;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	color: #ffffff;
	text-decoration: none;
	height: 20px;
	padding-top: 5px;
	border-right: solid 1px #ffffff;
	white-space: no-wrap;
}

#navigation a:hover,#navigation td.current a {
	background-color: #ac6705;
}



#navigation ul.child {
	position: absolute;
	z-index: 3;
	margin: 0px;
	padding: 1px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-type: none;
	display: none;
	background-color:#ac6705;
}

#navigation ul.child li {
	display: inline;
}

#navigation td.current ul.child, #navigation ul.child li.current ul.child { display: block; }

#navigation ul.child li a {
	width: 130px;
	padding-left: 10px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;	
	background-color: #ffffff;
	border-top: solid 1px #ac6705;
	border-right: solid 1px #ac6705;
	font-weight: normal;
	color: #ac6705;
}
#navigation ul.child li a:hover {
	color: #000000;
	background-color: #ffffff;
}

#navigation ul.child li ul.child {
	position: absolute;
	z-index: 4;
	margin-top: -25px;
	margin-left: 152px;
	display: none;
}


td.left_column {
	vertical-align: top;	
	padding-right: 30px;	
	width: 50%;
	border-right: dotted 1px #000000;
}

td.right_column {
	vertical-align: top;
	padding-left: 30px;
	width: 50%;
}

#testimonials {
	scrollbar-face-color:#28292d;
	scrollbar-highlight-color:#28292d;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#28292d;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000000;
}

a.login {
	color: #ffffff;
	font-family: arial;
	font-weight: bold;	
}
a.login:hover {
	color: #ffffff;
	text-decoration: underline;	
}