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

#wrapper {
	width:865px;
	margin:0px auto;
	margin-top: 260px;
}

#header {
/*	height:320px;*/
	text-align:center;
	background-color:#fff
}

#innerPage {
	overflow:auto; /* make pay attention to height of floats inside it */
	margin:0 0px;
	width:865px;
}


.c2,.c3 {
float:left;
margin-right:15px;
}

.c1,.cc1 {
float:left;
width:645px;
}

.c2,.cc2 {
width:307px;
}

.c3,.cc3 {
width:205px;
}

.columnFour {
	float:left;
	width:205px;
/*	margin-left:15px;*/
	margin-right:15px;
	text-align:left;
}
#footer {
	clear:both;
	background-color: #393492;
	background-image: url(images/boxTop.gif);
	background-repeat: repeat-x;
	text-align:center;
	color: #FFF;
	padding-top: 3px;
}


.imgr {
	border:0;
 	float:right;
	margin-left:10px;
}

.himg {
	margin:0;
	padding:0;
	border:0;
}


/* Java Menu System Start*/

.urbangreymenu{
width: 205px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: normal 12px Arial;
color: white;
background: #393492 url(images/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
margin-top:0px;
padding: 7px 0 7px 30px; /*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: 1px; /*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 12px Arial;
color: black;
background: #dde4f2;
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: black;
background: #ffba00;
}

/* Java Menu System Finish*/

.infoBox {
/*	width: 205px;*/
	position: relative;
	background-color: #393492;
	background-image: url(images/boxTop.gif);
	background-repeat: repeat-x;
}
#cornerContainerFooter,.cc1,.cc2,.cc3 {
	overflow:hidden;
/*	position: absolute;*/
	height: 7px;
	background-color: #393492;
	padding: 0px;
	margin: 0px;
}


#cornerContainerFooter {
	width: 865px;
}
.floatBoxLeft {
	float:left;
	width: 7px;
	height: 7px;
	background-image:url(images/boxLeft.gif);
}
.floatBoxRight {
	float:right;
	width: 7px;
	height: 7px;
	background-image:url(images/boxRight.gif);
}
.imageContainer {
	width: 205px;
	left: 0px;
	position: relative;
	text-align:center;
}
#headerContainer {
	width: 100%;
	left: 0px;
	top: -2px;
/*	height: 280px;*/
	position: absolute;
/*	overflow: hidden;*/
	text-align: center;
	visibility: visible;
}



/* is this necessary? */
#formContainer {
	width: 865px;
	clear:both;
}
