@charset "UTF-8";
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;
}

.thrColHybHdr #container { 
	width: 1300 px;
	background: #FFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
.thrColHybHdr #header {
	background: url(../images/bg_2.jpg);
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

/*  BEGIN sidebar style ================== */

.urbangreymenu{
	width: 160px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #000;
	background: #A61A15 url(../images/gearbkgd.jpg) no-repeat;
}




/* END sidebar style ===================== */

#header #banner {
	background: url(../images/banner_1b.jpg) no-repeat right bottom;
	height: 120px;
	width: 652px;
	margin: 0px auto;
	padding: 0px;
	float: none;
}
#header #banner #title {
	float: left;
	margin-top: 45px;
	margin-left: 175px;
	font-size: 24px;
	font-weight: bolder;
	color: #A61A15;
	font-family: Verdana, Geneva, sans-serif;
}
#header #menu {
	background: #FFF;
	height: 80px;
	width: 652px;
	border-style: none;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#header #menu #slogan {
	background: #770909;
	height: 20px;
	width: 640px;
	float: right;
	margin: 0px;
	border-style: none;
	color: #FFF;
	padding: 5px;
}
#header #menu #drop {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 650px;
	border-style: none;
}
.thrColHybHdr #sidebar2 {
	float: right;
	width: 11em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#sidebar2 img {
	margin-top: 2px;
}

.thrColHybHdr #sidebar1 {
	float: left;
	width: 11em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	background-image: url(file:///C|/Users/Lupe/Desktop/GUAS%20WEBSITE/html/images/sidebar1bg_2.jpg)
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.thrColHybHdr #mainContent {
	margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
} 
#mainContent h1 {
	color: #A61A15;
	text-transform: uppercase;
}
#mainContent h2 {
	color: #A61A15;
}
.thrColHybHdr #footer {
	padding: 0 10px;
	border-top: thin dotted #A61A15;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #A61A15;
	border-bottom-color: #A61A15;
	border-left-color: #A61A15;
	text-align: center;
} 
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	color: #A61A15;
	text-decoration: none;
}
#mainContent a:hover {
	color: #5C0E0B;
	text-decoration: underline;
}
.thrColHybHdr #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 */
	font-size: 8px;
}

/* Table Stats Styling */

table.stats {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 100%;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.stats td {
	background-color: #E1E1E1;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
	vertical-align: top;
}
table.stats td.hed {
	background-color: #940D00;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
}
table.stats td.hed2 {
	background-color: #918E9F;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
}




/* Miscellaneous classes for reuse */
.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;
}
#mainContent #pic_thb {
	float: left;
	height: 150px;
	width: 205px;
	margin-right: 5px;
	margin-bottom: 10px;
}

