@charset "windows-1252";

body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

a:active, a:focus{
	outline:none;
}

#maincontainer {
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #FFFFFF url('../images/lamp_top_tx2.gif') 150px 0 no-repeat;
height: 213px; /*Height of top section*/
}

.logo{
float:left;
margin-left:10px;
margin-top:25px;
}

#topsection h1{
margin: 0;
font: bold 16px Arial;
padding-top:15px;
text-align:right;
}

#topsection p{
margin: 0;
font: normal 13px Arial;
padding-top:15px;
line-height: 23px;
text-align:right;
}

#contentwrapper{
float: left;
width: 100%;
background: #FFFFFF url('../images/lamp_middle.gif') 10px 0 repeat-y;
}

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
font: 11px Helvetica,sans-serif;
color: #303030;
text-decoration: none;

}


#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
/*background: #FFFFFF url('../images/lamp_middle.gif') 0 0 repeat-y;*/
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
}

#rightcolumn .heading {
font: bold 10px Verdana;
color: white;
background: #606060 url(../images/arrowstop.gif) no-repeat 148px 6px; /*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: 7px 0 7px 7px; /*31px is left indentation of header text*/
}

#rightcolumn p {
font: normal 11px Arial;
color: black;
background: #E9E9E9;
padding:5px;
display: block;
text-align:left;
}


#footer{
clear: left;
width: 100%;
background: #FFFFFF url('../images/lamp_bot3.gif') 10px 0 no-repeat;
color: #FFF;
height: 200px;
}

#footer a{
color: #CCC;
}

#footer p {
font: normal 11px Arial;
color: black;
padding-top:90px;
text-align: center;
}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.urbangreymenu{
position:absolute;
margin-top:-140px;
width: 130px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 10px Verdana;
color: white;
background: #606060 url(../images/arrowstop.gif) no-repeat 8px 6px; /*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: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
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-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 11px Arial;
color: black;
background: #E9E9E9;
display: block;
/*padding: 5px 0;*/
line-height: 22px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

.userform input, select, textarea {
    border: 1px solid #DDD;
    font-family: verdana;
	background: #FFF;
    font-size: 10px;
    color: #303030;
	margin-right:10px;
}

.userform {
    width: auto;
    color: #303030;
    padding: 5px 15px 5px 5px;
    background:  #FFF;
	margin-top:0px;
    margin-bottom: 1px;
	text-align:right;
	margin-right:25px;
	margin-left:25px;
}

