﻿/* ValidatedSite.com Directory
    Created 04 Feb 2009 - Jeffrey Grey Interactive Designer - EMERgency24 Inc.
    Version 1.0
*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
	color: #000000;
	font-size: small;
	line-height: 1.5em;
	background: #FFFFFF url(images/mainContentBG2.jpg) repeat-x;
}
#container {
	width: 960px;
	margin: 0 auto;
/* the auto margins (in conjunction with a width) center the page */	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*--HEADER--*/
#header {
	background: url(images/header.jpg) no-repeat;
	width: 960px;
	height: 154px;
}

#header h1 {
	margin: 0;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header #logo
{
	width:380px;
	height:150px;
	display:block;
	text-indent:-9999em;
}

/*--NAVBAR AND SEARCH--*/
#navbar {
	background: url(images/navBarBG2.jpg) no-repeat;
	width: 960px;
	height: 45px;
}
#navbar ul {
	margin: 0;
	padding: 0 0 0px 10px;
	list-style: none;
}
#navbar ul li {
	float: left;
}
#navbar ul a {
	display: block;
	padding: 0 1.5em;
	line-height: 3.2em;
	background: url(images/navDivider.jpg) repeat-y left top;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navbar ul .first a {
	background: none;
}
#navbar ul a:hover {
	color: #6f0019;
}
#search_box {
	width: 372px;
	height: 32px;
	background: url(images/searchLeft.png) no-repeat;
	float: right;
	margin: 5px 8px 0 0;
}
#search_box .search_value {
	float: left;
	padding: 0;
	margin: 7px 0 0 190px;
	border: ;
	width: 132px;
}
#search_box .search_button {
	float: right;
	margin: 0;
}

/*-- SIDEBAR-- */
#rightSideContainer {
	float: right;
	width: 274px;
	position:relative;
}

#sidebar1 {
	position:absolute;
	right:5px;
	width: 274px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */;
	background: #f8f8f8; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px solid #a7a5a5;
	padding: 15px 10px;
	margin: 20px 20px 0 0;
}
#sidebar1 p {
	margin: 10px 20px 0 15px;
}
#sidebar1 h3.index {
	background: url(images/aboutVS.jpg) no-repeat;
	width: 236px;
	height: 44px;
	text-indent: -9999em;
	margin: 0 0 0 15px;
}
#sidebar1 h3.list {
	background: url(images/h3InsideReplacement.jpg) no-repeat;
	width: 238px;
	height: 98px;
	text-indent: -9999em;
	margin: 0 0 0 15px;
}
#sidebar1 p {
	margin: 10px 20px 0 15px;
}

#sidebar2 {
	position:absolute;
	top:400px;
	right:5px;
	width: 274px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */;
	margin: 5px 82px 0 15px;
	padding: 0;
}

#sidebar2.list {
	top:455px;
}

#sidebar2 a {
	background: #f8f8f8 url(images/adSet1.jpg) no-repeat;
	width: 293px;
	height: 188px;
	display: block;
	border: 1px solid #a7a5a5;
	text-indent: -9999em;
}

#sidebar2 li {
	list-style: none;
}

/*--MAIN CONTENT--*/
#mainContent {
	background: #f8f8f8;
	border: 1px solid #a7a5a5;
	margin: 20px 335px 0 20px;
	padding: 0 20px; 
}
#mainContent h3 {
	background: url(images/h3Replacement.jpg);
	width: 572px;
	height: 26px;
	text-indent: -9999em;
	margin: 15px 0 0 -5px;
}

/*--MISC CLASSES--*/
.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*--FOOTER--*/
#footer {
	margin:60px 0 0 0;
	padding: 0 10px 0 20px;
/* this padding matches the left alignment of the elements in the divs that appear above it. */	background: #e6e6e6;
	border-top: 1px solid #c7c6c6;
	font-size: 85%;
}
#footer p {
	margin: 0;
/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #6f0019;
}

.imgButton span {display:none;}

/* DYNAMIC CONTENT LIST */
.thelist_container {height:1200px; overflow:auto;}
.thelist {width:540px; font-family:Arial; font-size:12px; margin-bottom:15px; border-bottom:1px solid #cfcfcf;}
.az {width:540px; font-size:14px; font-family:Verdana; padding:10px; border:1px solid #efefef; text-align:center; margin-bottom:10px;}
.az a {color:gray; padding-right:4px; padding-left:4px;}
.preview {border:2px solid #aaaaaa; text-align:center; padding:0; margin:0;}
.t {font-size:15px; font-weight:bold; margin-bottom:5px;}
.t a {color:blue;}
.d {margin-bottom:5px; color:#666666;}
.uc {margin-bottom: 5px;}
.u {color:#770014; font-weight:bold; font-size:12px;}
.c {font-weight:bold; font-size:12px;}
.ct {font-size:11px;}
.v {color:#0C714F; font-weight:bold;}
.dt {font-size:11px;}
.pager {width:540px; font-size:14px; font-family:Verdana; padding:10px; text-align:center; margin-bottom:10px;}
.pager a {color:gray; padding-right:8px; padding-left:8px;}