body  {
	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-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #D5D3D4;
	background-image: url(images/backer.jpg);
	background-repeat: repeat-x;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 6;
	margin-left: 0;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#textsize {
	font-family: Arial, Helvetica, sans-serif;
	width: 280px;
	height: 30px;
	float: right;
	color: #FFFFFF;
}
#textsize a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}


.twoColHybRtHdr #container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
} 
.twoColHybRtHdr #header {
	background-image: url(images/route_03.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
} 

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/
.twoColHybRtHdr #sidebar1 {
	float: right;
	width: 240px;
	margin-right: 8px;
	margin-left: 8px;
	border: 1px dashed #666666;
	font-size: 12px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
hr {
	color: #CCCCCC;
}

#sidebar1 h2 {
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	font-size: 16px;
	margin-top: 0px;
}


h1   {
	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 24px;
	color: #2A3B6F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 0px;
}
h3 {
	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
	color: #1F3473;
	font-size: 18px;
	margin: 0px;
}

#indexbox {
	border: 1px solid #C0C0C0;
	background-color: #e3edc5;
	padding: 6px;
	line-height: 24px;
}
.feature_region {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.feature_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}
.feature_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#main {
	float: left;
	width: 750px;
	margin-left: 3px;
}
#main2 {
	float: left;
	width: 900px;
	margin-left: 3px;
}

#splash {
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
	height: 206px;
	width: 667px;
}
#mininav {
	width: 220px;
	margin-left: 677px;
}



.twoColHybRtHdr #footer {
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #112955;
	color: #FFFFFF;
	width: 976px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
} 

.twoColHybRtHdr #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 */
}
.twoColHybRtHdr #footer a {
	font-size: 12px;
	color: #FFFFFF;
}

#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006699;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	font-size: 20px;
	margin-bottom: 6px;
}

#nav {
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	background-color: #7CA404;
}
.tableborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.twoColHybRtHdr #container #mid {
	background-image: url(images/midrepeat.jpg);
	background-repeat: repeat-x;
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}

.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.solidblockmenu{
	padding: 0;
	float: left;
	width: 994px;
	overflow: hidden;
	margin-bottom: 1em;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	background-image: url(images/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}




.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 17px;
	padding-bottom: 9px;
	padding-left: 17px;
	font-weight: bold;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #FFFFFF;
	background: transparent url(media/blockactive.gif) center center repeat-x;
}
#logotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 200px;
}
.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;
}


/* 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;
}
a.boldbuttons{
	display: block;
	float: right;
	font: bold 14px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/roundedge-blue-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 8px;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
	background-color: transparent;
	background-image: url(images/roundedge-blue-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a:hover.boldbuttons{ /* Hover state CSS */
	text-decoration: underline;
	color: #CCCCCC;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
li {
	list-style-image: url(images/check.jpg);
	margin-top: 4px;
	padding-top: 0px;
}
#tagline {
	padding-top: 64px;
	padding-left: 200px;
	color: #FFFFFF;
	font-size: 12px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
	width: 220px; /*width of menu*/
}

.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: white; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
	background-color: #606060;
	background-image: url(images/downgreen.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

.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: 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 12px Arial;
	color: #FFFFFF;
	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: #FFFFFF;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

#sidebar {
	margin-left: 724px;
	width: 256px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-size: 12px;
	padding-left: 6px;
	padding-top: 6px;
	height: inherit;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#sidebar2 {
	float: left;
	width: 198px;
	margin-top: 0px;
	padding-top: 6px;
	font-size: 12px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
}


#content1 {
	margin-left: 6px;
	width: 693px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 6px;
	height: 596px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#content2 {
	margin-left: 198px;
	width: 780px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	height: 800px;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#content3 {
	margin-left: 6px;
	width: 693px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 12px;
	padding-top: 6px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#content4 {
	margin-left: 198px;
	width: 780px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


tableborders {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


#logos {
	border: 1px solid #999999;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	background-color: #FFFFFF;
	margin-top: 8px;
	padding-top: 4px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input {
	font-size: 18px;
}
