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

.VerdReg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 20px;
}
.VerdRegit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
.VerdRegSm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 20px;
}	
.VerdLg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #33333;
	line-height: 20px;
}

a:link {
	color: #663333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
}
#content_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #66666;
	line-height: 20px;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	background-color: #FFFFFF;
	position: relative;
	height: 1800px;
}
#content2 {
	height: 810px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	background-color: #FFFFFF;
}
#content3 {
	height: 550px;
	width: 990px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#fsclogo {
	float: left;
	margin-top: 0px;
	padding-right: 10px;
}
#privacypolicy {
	background-image: url(../Images/content_bkgd.gif);
	height: 40px;
	width: 990px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	position: relative;
	float: left;
}
#privacypolicy1 {
	background-image: url(../Images/content_bkgd.gif);
	background-repeat: repeat;
	height: 60px;
	width: 990px;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#banner {
	background-image: url(../Images/banner.jpg);
	height: 135px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-color: #FFFFFF;
	background-image: url(../Images/logo_keyline.jpg);
	height: 136px;
	width: 990px;
}
body {
	background-color: #666666;
	background-repeat: repeat;
	background-image: url(../Images/waffle_bkgd.gif);	
}

#popupbkgd {
	background-image: url(../Images/pop_up_background.gif);
	height: 800px;
	width: 800px;
}
#slideshow {
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contenttext {
	background-image: url(../Images/content_bkgd.gif);
	background-repeat: repeat;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 100%;
}
#bannerbottom {
	background-image: url(../Images/content_homepage_bkgd.gif);
	height: 256px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#bannernav {
	height: 135px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#pageimage {
	float: right;
	height: 360px;
	width: 470px;
	position: absolute;
	margin-left: 520px;
	background-repeat: no-repeat;
}
#heading {
	width: 575px;
	padding-left:20px;
	margin-top: 0px;
	float: left;
	padding-top: 50px;
	background-color: #FFFFFF;
}
#logoheading {
	height: 209px;
	width: 990px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#popupcreative {
	height: 800px;
	width: 800px;
	background-color: #FFFFFF;
}

#popup_creative {
	height: 700px;
	width: 800px;
	margin-top: 0px;
	background-image: url(../Images/pop_up_creative_images.gif);
}
#Pageheading {
	height: 60px;
	width: 250px;
	position: relative;
	padding-top: 0px;
	margin: 0px;
}
#gallerybutton {
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	margin-top: 50px;
	margin-left: 15px;
}
#navbar {
	width: 185px;
	margin-left: 30px;
	float:left;
	padding-top: 40px;
}


Start of Navigation

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

.urbangreymenu .headerbar{
	font: bold 12px Verdana;
	color: #000000; /*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: lowercase;
	padding: 7px 0 7px 20px;
	background-position: 4px 6px;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: black;
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 12px Arial;
	color: black;
	background: #FFF;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 40px; /*link text is indented 8px*/
	text-decoration: none;
}

.urbangreymenu ul li a:visited{
	color: #E19E26;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: #CCCCCC;
}
