body {
	background-color: #FFFFFF;
	background-image: url(images/bg_stripes.png);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.box {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.menu {
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	height: 51px;
}
.nav {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.nav a{
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.nav a:hover{
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	font-weight: bolder;
	color: #AAB5B8;
	text-decoration: none;
	text-align: center;
}.text1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #716464;
	text-align: justify;
	padding: 3px;
}
.readmore {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
	color: #FE6600;
	padding: 2px;
	text-align: center;
}
.readmore a{
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
	color: #FE6600;
	text-decoration: none;
	text-align: center;
}
.readmore a:hover{
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
	color: #00B1FE;
	text-decoration: none;
	text-align: center;
}.botmbox {
	background-color: #F6F6F6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E1E1;
	padding: 2px;
}
.block {
	background-color: #FFFFFF;
	border: 1px solid #E5E1E1;
}
.block2 {
	background-color: #FFFFFF;
	border: 1px solid #DEDEDE;
	padding: 5px;
}
.footer {
	background-color: #DFDFDF;
	height: 77px;
	padding-top: 10px;
	padding-bottom: 6px;
}
.copyrights {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #067BC5;
	text-decoration: none;
	padding: 3px;
}
.links {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 13px;
	font-weight: bolder;
	color: #908484;
	text-decoration: none;
	padding: 3px;
}
.links a{
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 13px;
	font-weight: bolder;
	color: #908484;
	text-decoration: none;
}
.links a:hover{
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
.urbangreymenu{
width: 250px; /*width of menu*/
}

.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: white; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*31px is left indentation of header text*/
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 31px;
	margin: 0;
	background-color: #0087B7;
	background-image: url(images/arrowstop.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: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	color: black;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: #C1D24D;
}
.text4 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: bolder;
	color: #04BBF7;
	text-decoration: none;
	padding: 4px;
}
.dot {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}.contactblock {
	background-color: #EEF6F9;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #CCE6F0;
}
.textfield {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	height: 25px;
	width: 300px;
}
.textarea {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #006699;
	height: 80px;
	width: 300px;
	border: 1px solid #666666;
}
.bttn {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #333333;
	width: 100px;
	height: 30px;
}

.block1 {
	background-color: #EEF6F9;
	padding: 5px;
	border: 1px solid #CCE6F0;
}
.text6 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
	padding: 3px;
}
.text6 a{
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
}

.text6 a:hover{
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #009900;
	text-decoration: none;
}
.text7 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #FF6600;
	text-decoration: none;
	padding: 3px;
}
.containernav {
	width: 612px;
	position: absolute;
	top: 176px;
	left: 580px;
	overflow: hidden;
	margin-top: -165px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -200px;
	padding: 0px;
}
ul#topnav {
	margin: 10px 0 20px; 
	padding: 0; 
	list-style: none;	
	font-size: 1.1em;
	clear: both;
	float: left;
	width: 100%;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;

}
ul#topnav a, ul#topnav span {
	float: left;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #1d1d1d;
	font-family: Tahoma, "Trebuchet MS", "Times New Roman";
	font-size: 12px;
	font-weight: bolder;
	padding-top: 10px;
	padding-right: 21px;
	padding-bottom: 10px;
	padding-left: 21px;
}
ul#topnav a {	color: #7bc441; }
ul#topnav span {
	display: none;
}

ul#topnav.v2 span{
	background: url(a_bg.gif) repeat-x left top;
}
ul#topnav.v2 a{
	color: #555;
	background: url(a_bg.gif) repeat-x left bottom;
}
.topbg {
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
	height: 95px;
}
