/* Table of Contents:

	Overall Layout
		Colors
	Header Layout
	Call Out Boxes Layout
	Content Layout
	Footer Layout
	
*/

/* Overall Layout
--------------------------------------------------------------------------------------- */
a {
color:white;
}
body {
	width: 100%;
	margin: 0 auto;
	background-color: #a1b23a;
	text-align: center;	/*background-image: url(images/bg.jpg);
	background-repeat: repeat-x;*/
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#hide {
display:none;
}
	
div#container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}
	

	
	/* Common Tags
	--------------------------------------------------------------------------------------- */
	
	h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #bdd73c;
	text-decoration: none;
	font-weight: bold;
	}
	
	h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 10px;
	}
	
	blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d11c21;
	text-decoration: none;
	font-weight: bold;
	}
	
	p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 0px 5px 0px;
	text-align: justify;
	}
	
	.link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #bdd73c;
	text-decoration: none;
	text-align: justify;
	}
	
	.bottomnav, .bottomnav:visited, .bottomnav:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #47484c;
	list-style-type: none;
	text-transform: uppercase;
	text-decoration: none;
	}
	
	.bottomnav:hover, .bottomnav:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #bdd73c;
	list-style-type: none;
	text-transform: uppercase;
	text-decoration: none;
	}
	
	.bottomnav2, .bottomnav2:visited, .bottomnav2:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #9e9ea2;
	list-style-type: none;
	text-transform: uppercase;
	text-decoration: none;
	}
	
	.bottomnav2:hover, .bottomnav2:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #bdd73c;
	list-style-type: none;
	text-transform: uppercase;
	text-decoration: none;
	}
	
	address {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #47484c;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	text-align: left;
	}
	
	legend {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 2px;
	}
	
	.footerlabel {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #363838;
	text-decoration: none;
	margin: 4px 10px 2px 0px;
	text-align: left;
	font-weight: bold;
	}
	
	label {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	margin: 4px 10px 2px 0px;
	text-align: left;
	font-weight: bold;
	}
	
	.listbackground {
	background-image: url(images/listbackground.jpg);
	width: 438px;
	height: 82px;
	float: left;
	padding: 0px 10px 10px 10px;
	background-repeat: no-repeat;
	}
	
	.listbackground2 {
	background-image: url(images/listbackground2.jpg);
	width: 438px;
	height: 150px;
	float: left;
	padding: 0px 10px 10px 10px;
	background-repeat: no-repeat;
	}
	
	.listimage {
	margin: 5px 0px 0px 0px;
	}
	
	input.text, select  {
	background-color: #dae992;
	color: #677501;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	margin-bottom: 8px;
	width: 180px;
	border-top-color: #525d01;
	border-right-color: #525d01;
	border-bottom-color: #525d01;
	border-left-color: #525d01;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
	
	textarea {
	background-color: #dae992;
	color: #677501;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	margin-bottom: 8px;
	width: 230px;
	border-top-color: #525d01;
	border-right-color: #525d01;
	border-bottom-color: #525d01;
	border-left-color: #525d01;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}

	

	
	.formbutton {
	background-image: url(images/formbutton.gif);
	color:#ffffff;
	width: 100px;
	height: 23px;
	background-color: transparent;
	margin: 10px 10px 10px 10px;
	border: 0px solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	cursor: pointer;

	}   

	.whiteheader {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	}
	
	.managementnames {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	}
	
	.breadcrumbs {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	}
	
	.breadcrumbs2 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	}
	
	.greenheader {
	color: #bdd73c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
	}
	
	.content {
	margin: 24px 36px 24px 36px;
	height: 100%;
	}



	/* Colors
	--------------------------------------------------------------------------------------- */
	
	.white {
		background-color: #ffffff;
		}
	
	.gray {
		background-color: #47484c;
		}
		
	.green {
		background-color: #bdd73c;
		}
		
			/* Text Colors
			-------------------------------------------------------------------------------- */
	
			.textwhite {
				color: #ffffff;
				}
			
			.textgray {
				color: #47484c;
				}
				
			.textlightgray {
				color: #737379;
				}
				
			.textgreen {
				color: #bdd73c;
				}
			.textdarkgreen {
				color: #4c580c;
				text-align: left;
			}


/* Content Layout
--------------------------------------------------------------------------------------- */

/*.content {
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 10px 10px 0px 10px;
}*/




/* Footer Layout
--------------------------------------------------------------------------------------- */

.footer {
	margin: 24px 36px 36px 36px;
	height: 100%;
	}
	
.footerborder {
	border: solid #bdd73c 1px;
	}
	

/* Accordion
-------------------------- */
#slider ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#slider ul li{
  float: left;
  padding: 0px;
  display: block;
  margin-right: 0px;
}

#slider ul li a{
  display: block;
  overflow:hidden;
  height: 355px;
  width: 37px;
}

#slider  #a1{
  width: 655px;
}

#slider ul li img{
  position: absolute;
  
}

#slider ul li p{
	margin: 0;
	padding: 0;
	width: 655px;
	display: block;
	margin-left: 37px;
}

/* Horizontal Menu Layout
--------------------------------------------------------------------------------------- */

/* Just a few basic page styles */

#mainnav {
	width: 1000px;
	height: 23px;
	margin: 0 0 0 0;
}
/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	color: #ffffff;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
/* -------------------------- */

/* The top main navigation links */
#nav a {
	display: block;	
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 23px;
	background-image: url(images/menu_button.jpg);
	background-repeat: repeat-x;
	width: 146px;
	height: 23px;
	z-index:2;

}

#nav a:hover {
	display: block;	
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 23px;
	background-image: url(images/menu_button_over.jpg);
	background-repeat: repeat-x;
	width: 146px;
	height: 23px;
	z-index:2;

}

#nav li {
	float: left;
	padding: 0;
	text-align: left;
	z-index:2;
}

/* -------------------------- */

/* To Space the Secondary Menu Items */
.secondmenu {
	padding: 0 0 0 5px;
	z-index:2;
}

/* The dropdown links lists */
#nav li ul {
	position: absolute;
  	left: -999em; 
	height: auto;
	width: 190px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	z-index:2;
}
#nav li li {
	width: 190px;
	padding: 0;
	margin: 0;
	z-index:2;
}
#nav li ul a {
	width: 190px;
	* html width: 190px;
	text-align: left;
	padding: 0;
    margin: 0;
	border: 1px solid #838488;
	z-index:2;
}

/* This controls the flyout location of the second level dropdowns */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	width: 190px;
	padding: 0px 0px 0px 5px;
	margin: 0;
	z-index:2;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	width: 190px;
	padding: 0px 0px 0px 5px;
	margin: 0;
	z-index:2;

}
/* -------------------------- */


/* The dropdown links list colors */
#nav li ul.under a {
	color: #ffffff;
	background: #353736;
	width: 190px;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	z-index:2;
}
#nav li ul.under a:hover {
	background: #353736;
	color: #ccee21;
	text-align: left;
	width: 190px;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	z-index:2;
}
/* -------------------------- */

/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #000;
	width: 165px;
	padding: 0;
	margin: 0;
	z-index:2;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {

	color: #fff;
	width: 165px;
	padding: 0;
	margin: 0;
	z-index:2;
}


/* Vertical Accordian Menu-------------------------- */

.urbangreymenu{
width: 150px; /*width of menu*/
}

.urbangreymenu .headerbar{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
color: white;
background: #606060 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-top: 5; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
cursor: pointer; cursor: hand;
padding: 7px 0 7px 7px; /*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: 5; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #ccee21;
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: #404145;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #404145;
}