@charset "utf-8";
/* CSS Document */

.Header {
	margin: 0px;
	padding: 0px;
	height: 158px;
	width: 1003px;
}
.Navigation-Header {
	height: 25px;
	width: 993px;
	text-align: center;
	font-size: 20px;
	background-color: #999;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.Navigation-Footer {
	height: 25px;
	width: auto;
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	clear: both;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.AdSense1 {
	margin: 10px;
	height: auto;
	width: 760px;
}
.AdSense2 {
	height: auto;
	width: 160px;
	clear: right;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	margin-top: 10px;
}
.AdSense3 {
	height: 90px;
	width: 160px;
	clear: right;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.Content {
	height: auto;
	width: 740px;
	padding-left: 20px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.Content-Fixed {
	height: 500px;
	width: 740px;
	padding-left: 20px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.Content h2 {
	color: #03F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
.Content h3 {
	color: #03F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.Content h4 {
	color: #03F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.Content h5 {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: inline;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.Content ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.Content ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.Content a:hover {
	font-weight: bold;
}
.Content-Scroll {
	height: 500px;
	width: 740px;
	padding-left: 20px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	overflow: auto;
	border-bottom-width: medium;
	border-bottom-style: double;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom-color: gray;
}
.Content-Scroll h2 {
	color: #03F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
.Content-Scroll h3 {
	color: #03F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.Content-Scroll h4 {
	color: #03F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.Content-Scroll ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.Content-Scroll ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.Content-Scroll a:hover {
	font-weight: bold;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.Content-Header {
	height: 50px;
	width: auto;
	padding-left: 30px;
	margin: 10px;
	padding-top: 15px;
	word-spacing: 0px;
}
.Footer {
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.AdSense2 p {
	text-align: center;
}
.AdSense1 p {
	text-align: center;
}
.page {
	height: auto;
	width: 980px;
}


.animatedtabs{
	width: auto;
	font-size: 14px; /*font of menu text*/
	height: 31px;
	overflow: auto;
	clear: left;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: gray;
}
.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}
.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}
.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(images/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;
}
.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(images/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */
.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}
.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}
.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}
.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}


.Header2 {
	clear: right;
	float: right;
	height: 190px;
	width: 285px;
}
.Header1 {
	clear: left;
	float: left;
	height: 190px;
	width: 114px;
}
.Header5 {
	width: 950px;
	height: 190px;
}
.Content-Header h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #00C;
	word-spacing: 0px;
	display: inline;
}
.image1 {
	height: 174px;
	width: 266px;
	clear: right;
	float: right;
	margin-top: 60px;
}
.Navigation-Footer a:hover {
	font-weight: bold;
	color: #00F;
}
.Navigation-Footer a {
	text-decoration: none;
}

.Navigation-Header2 {
	width: 170px;
	clear: right;
	float: right;
	margin-top: 20px;
	margin-right: 5px;
}

.urbangreymenu{
width: 170px; /*width of menu*/
}
.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 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*/
}
.urbangreymenu ul li a{
font: normal 12px Arial;
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: #00C;
}

.linkstome {
	width: 200px;
	height: 174px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	clear: left;
	float: left;
	margin-left: 10px;
}
.comm-junction {
	padding-bottom: 20px;
}
.Link-Footer {
	padding: 1px;
	clear: both;
	height: auto;
	width: 960px;
}
.Link-Footer p{
	font: normal 8px Arial;
	text-align: center;
}

.Content-Form {
	height: auto;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	clear: right;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 0px;
	color: #0CC;
}
.Disclaimer {
	clear: right;
	float: right;
	height: auto;
	width: 160px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #999;
}
.Form-Text {
	color: #666;
	font-weight: lighter;
}
.Form-Header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	width: 160px;
	height: auto;
	clear: right;
	float: right;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.websites {
	height: auto;
	width: 145px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
}
.ip {
	clear: right;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

