/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}

#wrapper {
	min-height: 100%;
    height: auto !important;
    height: 100%;
}

ul {
	line-height:150%;
	list-style-image:url(../images/yellow_dot.jpg);
}

.grey ul li {
	line-height:150%;
	list-style-image:url(../images/grey_dot.jpg);
}

ol {
	line-height:150%;
	
}

h1 {
	color:#495258;
	font-size:18px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
	display:inline;
}
a {
	text-decoration:none;
	color:#990000;
}

a:visited {
	text-decoration:none;
	color:#990000;
}

a:hover {
	color:#000000;
}

.menu {
	color:#FFFFFF;
	font-size:14px;
	background:url(/images/boyens_menu.jpg);
	height:24px;
}
.menu a {
	text-decoration:none;
	color:#FFFFFF;
}
.menu a:hover {
	color:#ffe350;
}
.menu_box {
	border-right:solid 1px #000000;
	height:22px;
	padding-right:16px;
	padding-left:16px;
}
.button {
	background:url(/images/button_big.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	width:187px;
	padding-top:5px;
	font-size:14px;
	font-weight:bolder;
}
.button a {
	text-decoration:none;
	color:#000000;
}
.button a:hover {
	color:#990000;
}
.footer {
	color:#3e4041;
	background:url(/images/boyens_footer_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:793px;
	height:91px;
	font-size:10px;
	height:100%;
}
.footer a {
	color:#000000;
	text-decoration:none;
	color:#000000;
}
.footer a:hover {
	color:#CC0000;
}
strong {
	color:#495258;
	font-size:14px;
}

.searchcats {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
}

a.searchtitle:link {
	color:#495258;
	font-size:14px;
}

a.searchtitle:hover {
	color:#990000;
	text-decoration:none;
}

a.searchtitle {
	color:#495258;
	font-size:14px;
	text-decoration:none;
}

.testimonial {
	padding-right:20px; 
	padding-left:20px; 
	padding-top:5px; 
	text-align:left
}

.testimonial_link {
	padding-right:20px; 
	padding-left:20px; 
	padding-top:5px; 
	padding-bottom:10px;
	text-align:left;
}

.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	padding-right:20px; 
	padding-left:20px;
	text-align:left;	
}

.small_red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#990000;
	padding-right:20px; 
	padding-left:20px;
	text-align:left;	
}



