/* CSS Document */
*{
	margin:0;
	padding:0;
}
body {
	font-family:verdana,arial,sans-serif;
	background:#fff url(images/bg.gif) repeat-y center top;
}
html {
    overflow: -moz-scrollbars-vertical;
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #696969;
	scrollbar-shadow-color: #696969;
	scrollbar-3dlight-color: #696969;
	scrollbar-arrow-color: #E02525;
	scrollbar-track-color: #696969;
	scrollbar-darkshadow-color: #696969;
}
p {
	text-align: left;
}
#dark-bg {
	background: url(images/bg-dk.gif) repeat-x left top;
	height: 325px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.list {
	margin: 10px 0;
}
.list li {
	background: url(images/red_arrow.gif) no-repeat 0 4px;
	padding-left: 7px;
	list-style: none;
	margin: 5px 0;
	line-height: 14px;
}
#shadow_container {
	width: 792px;
	position: relative;
	left: 0;
	top: 0;
}
#shadow_container .left-shadow {
	background: url(images/left_shadow.gif) no-repeat left top;
	width: 22px;
	height: 349px;
	position: absolute;
	left: 0;
	top: 0;
}
#shadow_container .right-shadow {
	background: url(images/right_shadow.gif) no-repeat left top;
	width: 22px;
	height: 349px;
	position: absolute;
	left: 771px;
	top: 0;
}#container {
	width: 748px;
}
#header {
	width: 748px;
	height: 111px;
	position: relative;
	top: 0;
	left: 0;
	background: #fff url(images/top_shadow.gif) repeat-x left top; 
}
#header h1 {
	width: 147px;
	height: 20px;
	position: absolute;
	top: 46px;
	left: 22px;
	background: url(images/logo.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}
#header h1 a {
	width: 147px;
	height: 20px;
	display: block;
}
#header h2 {
	width: 276px;
	height:	14px;
	position: absolute;
	top: 48px;
	left: 213px;
	background: url(images/slogan.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}
#header .line {
	width: 1px;
	height: 58px;
	position: absolute;
	top: 27px;
	left: 190px;
	background: #ccc;
}
#header .squares {
	width: 233px;
	height: 111px;
	position: absolute;
	top: 0;
	left: 516px;
	background: url(images/squares.gif) no-repeat left top;
}
#mid {
	width: 748px;
	height: 214px;
	position: relative;
	top: 0;
	left: 0;
}
#nav {
	width: 191px;
	height: 214px;
	position: absolute;
	top: 0;
	left: 0;
	background: #E02525 url(images/nav_corner.gif) no-repeat left top;
}
#nav .top-shadow {
	width: 185px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 6px;
	background: url(images/nav_topshadow.gif) repeat-x left top;
}
#nav .left-shadow {
	width: 6px;
	height: 207px;
	position: absolute;
	top: 7px;
	left: 0;
	background: url(images/nav_leftshadow.gif) repeat-y left top;
}
#nav ul {
	text-align: left;
	width: 144px;
	position: absolute;
	top: 20px;
	left: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	border-bottom: 1px solid #F09292;
	margin: 0;
	padding: 0;
	height: 34px;
	background: url(images/nav_arrow.gif) no-repeat 0 13px;
}
#nav li a {
	height: 34px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#home {
	background: url(images/home.gif) no-repeat 10px 11px;
}
#directory_submission {
	background: url(images/directory_submission.gif) no-repeat 10px 11px;
}
#article_submission {
	background: url(images/article_submission.gif) no-repeat 10px 11px;
}
#reciprocal_links {
	background: url(images/reciprocal_links.gif) no-repeat 10px 11px;
}
#contact_us {
	background: url(images/contact_us.gif) no-repeat 10px 11px;
}
.last {
	border: none !important;
}
#feature {
	width: 325px;
	height: 214px;
	position: absolute;
	top: 0;
	left: 191px;
	background: url(images/feature.jpg) no-repeat left top;
}
#testimonial {
	width: 233px;
	height: 159px;
	position: absolute;
	top: 0;
	left: 516px;
	background: url(images/testimonial_bg.gif) no-repeat left top;
	padding-top: 55px;
}
#testimonial .arrow {
	width: 4px;
	height: 7px;
	position: absolute;
	top: 33px;
	left: 22px;
	background: url(images/testimonial_arrow.gif) no-repeat left top;
}
#testimonial h3 {
	width: 157px;
	height: 14px;
	position: absolute;
	top: 30px;
	left: 33px;
	background: url(images/customer_testimonial.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}
#testimonial p {
	width: 185px;
	border-top: 1px solid #C9CBCD;
	border-bottom: 1px solid #C9CBCD;
	font-size: 9px;
	color: #fff;
	line-height: 14px;
	padding: 8px 0 10px 0;
}
#testimonial .customer {
	width: 185px;
	font-size: 11px;
	color: #fff;
	line-height: 14px;
	text-align: left;
	padding-top: 5px;
}
#testimonial .customer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#testimonial .customer a:hover {
	text-decoration: underline;
}
#content {
	width: 748px;
	background: url(images/mid_shadow.gif) repeat-x left top;
	padding: 26px 0;
	text-align: left;
}
#content p {
	line-height: 15px;
	margin: 0 0 10px 0;
}
#content .left {
	float:left;
	width:169px;
	font-size: 10px;
	padding-left: 21px;
}
#content .right {
	float:right;
	width:185px;
	font-size: 10px;
	text-align: left;
	padding-right: 26px;
}
#content .right h4 {
	color: #DF2525;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	background: url(images/red_arrow.gif) no-repeat 0 4px;
	padding-left: 7px;
}
#content .right a {
	text-decoration: none;
	color: #DF2525;
}
#content .right a:hover {
	text-decoration: underline;
}
#content .wide {
	font-size: 10px;
	padding: 0 23px;
}
#content .middle {
	font-size: 10px;
	padding: 0 21px;
	float: left;
	width: 284px;
}
#content .middle h4,.wide h4 {
	color: #DF2525;
	font-size: 11px;
	margin: 0 0 10px 0;
}
#content .middle .intro {
	font-weight: bold;
	color: #2C3237;
}
#footer {
	width: 748px;
	color: #696969;
	font-size: 9px;
	text-align: left;
	margin-top: 15px;
	padding-left: 10px;
}
#footer a {
	color: #E02525;
	border-right: 1px solid #a1a1a1;
	padding: 0 11px;
	text-decoration: underline;
}
#box {
	width: 170px;
	background: url(images/box_mid.gif) repeat-y left top;
}
#box .top {
	width: 170px;
	height: 9px;
	background: url(images/box_top.gif) no-repeat left top;
	font-size: 1px;
}
#box .bottom {
	width: 170px;
	height: 9px;
	background: url(images/box_bottom.gif) no-repeat left top;
	font-size: 1px;
}
#box p,ul {
	padding: 0 10px;
} 
#box .intro {
	color: #E02525;
	font-weight: bold;
}
#box a {
	color: #E02525;
	text-decoration: none;
}
#box a:hover {
	text-decoration: underline;
}
table {
	font-size: 10px;
	margin-top: 5px;
}
td {
	padding: 5px 0;
}
.button {
	background: #E02525;
	color: #FFF;
}
input,textarea {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}
.contact-bullets {
	color: #E02525;
	font-weight: bold;
}