@charset "UTF-8";
/* CSS Document */

html {
	}
	
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:1.65em;
	font-size:80%;
	border-top:#E4E4E4 25px solid;
	}
* {
	margin: 0;padding: 0
	}
p {
	padding-bottom:0.75em;
	}
img {
	border-width:0;
	}	
a {
	text-decoration:none;
	color:#666666
	}
a:hover {
	color:#000000
	}
/* #header-wrapper , #content-wrapper-wrapper {
	border-left:#E4E4E4 18px solid;
	border-right:#E4E4E4 18px solid;
	}*/
#header {
	height:140px; width:750px; 
	margin:auto; 
	position:relative;
	background:url(../siteimage/logo.jpg) 50% 60% no-repeat
	}
#header h1 a {
	position:absolute;
	display:block;
	width:371px;
	height:101px;
	left: 190px;
	top: 17px;
	}
#header h1 {
	text-indent:-9999px;
	}
#top-nav {
	position:absolute; 
	top:-23px; right:-20px; 
	}
#top-nav li {
	display:inline;
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-size:8pt;
	padding:0 0.7em 0 0.4em;
	}
#top-nav a {
	display:inline;
	color:#666666;
	text-decoration:none;
	}
#top-nav a:hover {
	color:#000000;
	}	
#content-wrapper {
	padding-top:20px;
	width:950px; 
	margin:auto; 
	border-top:#ddd 8px solid;
	padding-bottom:40px;
	min-height:310px;
	 }
#left-col {
	float:left; 
	width:500px;
	margin-left:200px;	
	color:#2E2E2E;
	position:relative;
	font-size:9pt;
	}
#left-col h1 {
	font-size:10pt;
	padding-bottom:0.75em;
	}
#left-nav {
	width:161px;
	height:211px;
	position:absolute;
	top:0;
	left:-200px;
	color:#333333
	}
#right-col {
	float:right;
	width:170px;
	font-size:8.5pt;
	line-height:1.25em;
	color:#666666;
	padding:0 20px 0 10px;
	margin-top:33px;
	border-left:#CCCCCC 1px solid;
	}
#right-col a {
	color:#000000;
	text-decoration:none
	}
#right-col a:hover {
	color:#999999;
	text-decoration:none;
	}
	
#services-list li{
	padding:0 1.5em 0.5em 0;
	}
#services-list ul {
	list-style-image:url(../siteimage/check.gif);
	padding-left:20px;
	margin-bottom:1.5em;
	}

#footer-wrapper {
	min-height:300px
	}
#low-nav {
	background:#616161;
	height:18px;
	}
#footer {
	width:750px; 
	margin:auto;
	padding-left:190px
	}
#footer-left {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17pt;
	letter-spacing:-0.05em;
	color:#fff;
	margin-top:35px;
	text-indent:-1.5em;
	line-height:1.2em;
	}
#footer-right {
	color:#616161;
	width:180px;
	float:right;
	font-size:8.5pt;
	line-height:1.25em;
	padding-top:20px;
	padding-right:10px;
	}
#footer-right p {
	padding-bottom:0.35em;
	}
#footer-right a {
	color:#333333
	}
#footer-right a:hover {
	color:#FFFFFF
	}

#clear {
	clear:both
	}

#sam {width:1px;height:1px; overflow:hidden}



/*============================================================== NAVIGATION */
.urbangreymenu{
width: 170px; /*width of menu*/
border-right:#CCCCCC 1px solid
}

.urbangreymenu .headerbar {
font: bold 9pt Verdana;
background:url(../siteimage/arrowstop.gif) no-repeat 10px 8px; /*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: ;
padding: 7px 0px 0px 29px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a {
text-decoration: none;
color:#333333;
display: block;
}
.urbangreymenu .headerbar a:hover {
text-decoration: none;
color:#000000;
display: block;
}

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

.urbangreymenu ul li a{
font: normal 12px Arial;
color:#999999;
background: ;
display: block;
padding: 3px 0;
line-height: 15px;
padding-left: 4px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color:#000000;
}
/*==============================================================  END NAVIGATION */

/*   contact form     */
.field {
	width: 255px;
	background-color:#E8EED8;
	font-size:12px;
	height:1.5em;
	border:none;
	padding:0.2em
}

#contact p {
	padding-bottom:0.75em;
	}

#contact label {
	float: left;
	width: 80px;
	padding-right:10px;
	color:#666666
	}
	
.submit_reset {
	cursor:pointer
}

#alert {
	color:red;
	font-style:italic
	}
