@charset "UTF-8";

html {
	height: 100%;	
}
body  {
	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: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #787878;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 1.5em;
	height: 100%;
}
#container  {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
} 
#header  {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 15px;
	position: relative;
} 
#logo_box {
	float: left;
	height: 100px;
	width: 168px;
}
#nav {
	background-color: #a61500;
	float: right;
	height: 44px;
	width: 707px;
	background-image: url(images/nav_back.png);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: right;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#right_column  {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-right: 25px;
	margin-bottom: 25px;
	z-index: 800;
}
#sidebar {
	background-color: #c75909;
	background-image: url(images/sidebar_back.png);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 261px;
	z-index: 0;
}
#sidebar_icon {
	width: 32px;
	height: 32px;
	float: left;
	margin-left: 8px;
	margin-top: 10px;
}
#sidebar_content {
	clear: both;
	margin-right: 8px;
	margin-left: 8px;
	padding-bottom: 8px;
	width: 235px;
	top: 70px;
	left: 0px;
	margin-top: 10px;
	color: #4A4A4A;
}
#sidebar_header {
	color: #f2d058;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	width: 199px;
	float: right;
	margin-top: 15px;
}
#sidebar a:link {
	color: #FFF;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FFF;
	text-decoration: underline;
}
#sidebar a:visited {
	color: #FFF;
	text-decoration: underline;
}
p {
	margin-top: 5px;
}
#mainContent  {
	float: left;
	width: 625px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
} 
.subcategory_item {
	margin-bottom: 15px;
	clear: both;
}
.subcategory_us {
	margin-bottom: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C55706;
	border-left-color: #C55706;
	border-top-style: none;
	border-right-style: none;
	padding-left: 15px;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	margin-top: 15px;
}
#about_image {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.subcat_img {
	float: left;
	width: 150px;
}
.subcat_text {
	float: right;
	width: 445px;
}


#mainContent h1 {
	color: #f2d058;
	text-transform: uppercase;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent h2 {
	color: #e17002;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 0px;
}
#mainContent h3 {
	color: #a61500;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 1.4em;
	margin-bottom: 0px;
}
#mainContent h4 {
	color: #5E0C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: 0px;
}
#footer  {
	clear: both;
	margin-right: 45px;
	margin-left: 45px;
	padding-bottom: 25px;
} 
#footer p  {
	margin: 0;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.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;
}
#shadow {
	width: 990px;
	margin: 0 auto;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 100%;
}
#footer_bottom {
	color: #f2d058;
	background-color: #000;
	padding: 5px;
	background-image: url(images/footer_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
#footer_bottom a:link {
	color: #ed7900;
	text-decoration: none;
}
#footer_bottom a:hover {
	color: #ed7900;
	text-decoration: underline;
}
#footer_bottom a:visited {
	color: #f2d058;
	text-decoration: underline;
}
#footer_top {
}
.clearing {
	clear: both;
}
#slogan {
	width: 204px;
	height: 45px;
	float: right;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#managed_services {
	margin-bottom: 15px;
}
.centered {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #A61400;
	text-decoration: none;
}
a:hover {
	color: #a61400;
	text-decoration: underline;
}
a:visited {
	color: #BF5309;
	text-decoration: underline;
}
.img_left {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
.img_right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
#breakdown {
	clear: both;
	margin-bottom: 15px;
}
