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

body {
background-color:#1d191a;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

p {
line-height:16px;
}

b {
font-size:13px;
}

ul, ol, li {
	line-height:20px;
	margin-left:10px;
	padding-left:10px;
}

#main td {
height:35px;
border:1px solid #eeefef;
border-collapse:collapse;
vertical-align:middle;

}

a:link {
	color: #CCFF66;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #CCFF66;
}

a:hover {
	text-decoration: underline;
	color: #0099CC;
}

a:active {
	text-decoration: underline;
	color: #CCFF66;
	border:solid #c1d72e 1px;
}
.text {
	font-size:12px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.border {
background-color:#FFFFFF;
height:2px;
}

.header {
font-size:12px;
color:#FFFFFF;
}

.sub {
	color:#BBE0E3;
	font-weight:bold;
	line-height:16px;
	padding-bottom: 5px;
}

.main_points {
padding-left:20px;
line-height:18px;
}

.address {
font-family:Arial, Helvetica, sans-serif;
background-color:#c1d72e;
color:#000000;
font-size:10px;
text-align:right;
padding-right:0px;
padding-top:50px;
}
.address2 {
color:#FFFFFF;
font-size:11px;
text-align:right;
padding-right:15px;
}

.details {
font-size:9px;
font-weight:bold;
padding-bottom:5px;
}

/*-- Menu Config Start--*/
.menu {
background-color:#c1d72e;
width:180px;
font: bold 13px Verdana;
color: black; /*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: uppercase;
padding: 0px 0 0px 0px; /*31px is left indentation of header text*/
padding-right:5px;
padding-left:5px;
}

.menu a{
text-decoration: none;
color: black;
display: block;
text-align:right;
border:solid #c1d72e 1px;
font: bold 13px Verdana;

}
.menu a:hover {
	color:#006600;
	display:block;
	border:solid #660000 1px;


}
.menu a:active {
color: #006600;
display:block solid;
border:solid #660000 1px;

}

li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.menulink {
	color:#006600;
	display:block solid;
	border:solid #660000 1px;
	font: bold 13px Verdana;
	padding-right:10px;
	padding-left:10px;
	width:180px;
	
}
/*--Menu Config End--*/

/* -- drop down Menu Config Start --*/
.urbangreymenu{
width: 190px; /*width of menu*/
}
.urbangreymenu .headerbar{
font: bold 13px Verdana;
width:180px;
color: black; /*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: uppercase;
padding: 0px 0 0px 0px; /*31px is left indentation of header text*/
background-image: url(arrowstop.gif);
background-repeat: no-repeat;
background-position: 8px 6px;
}
.urbangreymenu .headerbar a{
text-decoration: none;
color: black;
display: block;
text-align:right;
border:solid #c1d72e 1px;
}
.urbangreymenu .headerbar a:hover, active{
color: #006600;
display:block;
border:solid #660000 1px;
}
.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*/
	list-style-type: circle;
}
.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background:;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 90px; /*link text is indented 8px*/
text-decoration: none;
text-align:left;
}
.urbangreymenu ul li a:active{
border:solid #660000 1px;
}
.urbangreymenu ul li a:visited{
color: black;
}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #006600;


/*background: black;*/
}

/*-- Menu Config End --*/
img {
padding-top: 3px;
padding-bottom:3px;
}

.form {
background-color: #CCCCCC;
border:#990000 solid 1px;
width:300px;
font-size:11px;
height:20px;
vertical-align:middle;
}
.form2 {
background-color: #CCCCCC;
border:#990000 solid 1px;
width:140px;
font-size:11px;
height:20px;
vertical-align:middle;
padding-right:6px;
}
.form3 {
background-color: #CCCCCC;
border:#990000 solid 1px;
width:300px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}
submit {
border:#990000 solid 1px;
background-color: #CCCCCC;
font-size:11px;
}
