/* CSS Document */
body {
	background-image: url(../images/introBG1.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
}
.middle{
	background-repeat: repeat-y;
	background-image: url(images/middle.gif);
}
.main{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
}
.mainContent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 35px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.bigText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2B3E82;
	padding-left: 35px;
	font-weight: bold;
}
.bottomText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtfield {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 200px;
	border-top: 1px solid #999999;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #999999;
	background-color: #CCCCCC;

}
.fieldname {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 11px Verdana;
color: white;
background: #606060 url(../media/downgreen.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 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*/
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #185F93;
}

.urbangreymenu ul li a{
font: normal 12px Verdana;
color: black;
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: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}
.loadImage 
{
	float:right;
	padding-right: 10px;
}
.loadImage1 
{
	float:left;
	padding-right: 10px;
}
.pictureBottom
{
	background-position: bottom;
}
.tableBorder
{
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #FFFFFF;
}
