@charset "utf-8";
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: #000000;
	background-color: #000000;
	background-image: url(../images/gradient1.jpg);
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #F9F2EC;
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	background-color: #B25944;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	background-color: #530000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: auto;
	font-size: 100%;
}

.twoColFixLtHdr #mainContent {
	border: thin none #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 1.4em;
	
} 
.darkDesert {
	border: thin solid #000000;
	padding: 0px;
	margin: 10px;
}
#tableDiv {
	background-color: #92493A;
	width: 150px;
	padding: 5px;
	border: thin solid #000000;
	background-image: url(../images/background_boxImage.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 100%;
}
#tableDiv #form1 #submit {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/nav_down.jpg);
	border: thin none #FEF9F3;
	height: 30px;
}


.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #530000;
	clear: both;
} 
.twoColFixLtHdr #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: 1em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.rghtflt {
	padding: 5px;
}
#image1 {
	width: auto;
	float: left;
	padding: 10px;
	margin-top: 20px;
}
.twoColFixLtHdr #container #sidebar1 #sur {
	width: 8em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#topBorder {
	background-color: #530000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 12em;
}


#rightColumn {
	width: 200px;
	float: right;
	padding-top: 50px;
}

.twoColFixLtHdr #container #clear {
	clear: both;
}
.twoColFixLtHdr #container #mainContent #ServicesList {
	width: 400px;
	padding-left: 80px;
}
.twoColFixLtHdr #container #mainContent #ServicesList {
	width: 300px;
	padding-left: 60px;
}

a:link {
	color: #590100;
	text-decoration:none
}
a:visited {
	color: #000099;
}
a:hover {
	color: #FFFFFF;
	background-color: #0099FF;
}
#rightColumn h3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}

#sideBarNav {
	width: 150px;
}
#tableDiv h3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-size: 130%;
}
#sideBarNav ul {
	text-decoration: none;
	list-style-image: url(../images/logo10px.gif);
	color: #FFFFFF;
	list-style-type: none;
	font-size: 150%;
	padding-top: 0px;
}

#sideBarNav a:link{
	color: #FFFFFF;
	text-decoration:none
}

#sideBarNav a:visited{
	color: #FFFFFF;
	text-decoration:none
}

#sideBarNav a:hover{
	background-color: #0099FF;
	color: #FFFFFF;
}

#sideBarNav a:active{
	color: #FFFFFF;
}

#sideBarNav h2 {
	color: #FFFFFF;
	border-bottom-style: dashed;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	font-size: 160%;
}
#border {
	background-image: url(../images/azEditMountainFull.jpg);
	height: 250px;
	width: 780px;
	margin: 0px;
	padding: 0px;
}
#footerNav li {
	display: inline;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#footerNav #footerList {
	width: 500px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#footerNav {
	margin-left: auto;
	width: 700px;
	text-align: center;
	margin-right: auto;
}
#footer h3 {
	font-weight: normal;
	font-size: 150%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}
#footerNav #featuredBox {
	float: right;
	width: 250px;
	margin-top: 50px;
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
	height: auto;
}



#footerNav a:link{
	color: #FFFFFF;
	text-decoration:none
}

#footerNav  a:visited{
	color: #FFFFFF;
	text-decoration:none
}

#footerNav  a:hover{
	background-color: #0099FF;
	color: #FFFFFF;
}

#footerNav  a:active{
	color: #FFFFFF;
}
