body{
	background-color: white;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000; font-size: 12px; line-height: 20px;
	}

p {color: #000000; font-size: 12px; line-height: 20px; }
p.address { color:#ffffff; font-size: 12px; font-weight: normal;}
p.copyright { color:#3C1A7B; font-size: 10px; text-align:center; }
p.back {font-size: 13px; color: #000000; }

/*a.subDetail:hover { color: #999999; font-size: 14px; text-transform: uppercase; }
a.subDetail { color: #252526; font-size: 14px; text-transform: uppercase; }*/

h1 {font-size: 18px; color: #3c1a7b; border-bottom: 2px solid #efb310; text-align:center; font-weight: bold; }
h2 {font-size: 17px; color: #3c1a7b; }
h3 {font-size: 14px; color: #3c1a7b; }
h4 {text-align:center; font-size: 23px; color: #fff; line-height: 32px; }

a.footer:hover { color: #F1B50F; }
a.footer { color: #ffffff; }

a.purple:hover { color: #F1B50F; }
a.purple { color: #3c1a7b; }

a {color: #0066FF; text-decoration: none; font-weight: bold; }
a:hover {color: #F1B50F; text-decoration: none; }

* { outline: none; }

#container {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}

#headerWrapper{
	width: 1000px;
	height: 200px;
	margin: 0 auto;
}

#header {
	height: 170px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/image-files/headerGradCurve.jpg);
	background-repeat:no-repeat;
}

#headerLogo{
	width: 250px;
	height: 150px;
	float: left;
	margin: 10px 0 0 10px;
}

#headerText {
	margin-left:-235px;
	padding:66px 0 0 0;
	width:971px;
}

#mainContent{
	width: 1000px;
	min-height: 300px;
	background-color:#FFFFFF;
/*	margin: 25px 0 0 0;
	padding-top: 15px;*/
	background-image: url(/image-files/arro w.jpg);
	background-repeat:no-repeat;
	}

#content {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#caption {
	font-size: 11px; 
	font-style: italic; 
	padding-top: 2px 10px 5px 10px; 
}

#caption a{font-weight: normal;}

#leftnav {
	float: left;
	width: 220px;
	height: auto;
	background-color: #8e8dO7;
}

#leftnav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 13px;
}

#leftnav a {
	display: block;
	width: 210px;
	padding: 3px 0 3px 5px;
	border-bottom-width: medium;
}

/*#leftnav a:visited {
	color: #999999;
	text-decoration: none;
	width: 210px;
}*/

#leftnav a:hover {
	text-decoration: none;
	color: #f1b50f;
}

#sidebar {
	float: right;
	width: 220px;
	height: auto;
	background-color: #8e8dO7;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 13px;
}

#sidebar a {
	display: block;
	width: 210px;
	padding: 3px 0 3px 5px;
	border-bottom-width: medium;
}

/*#sidebar a:visited {
	color: #999999;
	text-decoration: none;
	width: 210px;
}*/

#sidebar a:hover {
	text-decoration: none;
	color: #f1b50f;
}

.sideBarLogo {
	float: right;
	width: 220px;
	height: auto;
	background-color: red;
	padding: 0px;
}

#box {
	width: 215px;
	background-color: #6b5494;
	margin: auto;
	font: normal 11px Arial;
	color: black;
}

.bar{
	font: bold 13px;
	color: black;
	text-align: center;
	background: #f1b50f url(media/arrowstop.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 11px 7px 11px; /*31px is left indentation of header text*/
}

.bar .yellow {
	width: 20px;
	height: 20px;
	float:left;
	background-image: url(..//image-files/nwyellow.gif);
	background-repeat: no-repeat;
	margin-top: -7px;
	margin-left: -11px;
}

.bar .yellow2 {
	width: 20px;
	height: 20px;
	float: right;
	background-image: url(..//image-files/neyellow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: -7px;
	margin-right: -11px;
}

.backButton {
	float:left;
	height:40px;
	margin-right:23px;
	margin-top: 2px;
	width:50px;
}

.backArrow {
	float:left;
	height:10px;
	width:25px;
	margin: 15px 0 0 0px;
}

#footer {
	background-image: url(/image-files/footerGradCurve.jpg);
	background-repeat:no-repeat;
	height: 80px;
	margin: 0 auto;
	margin-top: 13px;
	padding-top: 5px;
	padding-bottom: 20px;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	font-color: white;
	width: 1000px;
	float: left;
}

/*#footerImage{
	width: 1100px;
	height: 80px;
	float: left;
}*/

#address {
	width: 1000px;
	height: 30px;
	text-align: center;
}

#copyright {
	margin: 22px 0 0 0;
	width: 1000px;
	height: 25px;
}

#copyrightImage {
	height:8px;
	margin-top:30px;
	text-align:center;
	width:1000px;
}

blockquote {
	line-height: 20pt;	
	margin: 0 30px 15px 30px;
   padding: 0 0 0 10px;
   border-left: 2px solid black;
   }

blockquote.center {
	line-height: 15pt;
	width: 400px;
	margin: 5px 0px 5px 50px;
	padding: 5px 0;
	border: 3px double #aaa;
	border-width: 3px 0;
	font-size: 12px;
	text-align: left; 
}
   
blockquote.left {
   width: 200px;
   margin: 5px 15px 5px 0;
   padding: 5px 0;
   border: 3px double #aaa;
   border-width: 3px 0;
   font-size: 1.4em;
   text-align: center;
   float: left;
}

blockquote.right {
   width: 200px;
   margin: 5px 0 5px 15px;
   padding: 5px 0;
   border: 3px double #aaa;
   border-width: 3px 0;
   font-size: 1.4em;
   text-align: center;
   float: right;
}


ul li {
	font-size: 12px;
	line-height: 15pt;
	list-style-type: none;
}
	
ol li {
	font-size: 12px;
	line-height: 15pt;}


.box1 {
	background: #f1ffd4;
	color: #000;
	border: 1px solid #00ffff;
	width: 400px;
	height: 165px;
	padding-top: 5;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	line-height: 16px;
}

.smalltext {
	font-size: 10px;
	font-color: white;
	padding: 3px 0;
    margin: 3px 0;
	line-height: 12pt
}
/*----------------------------------------------------------------
HERE STARTS THE TOP NAVIGATION BAR MENU CONTROL
----------------------------------------------------------------*/

.bevelmenu{
	font: bold 13px arial;
	padding: 6px 0;
	margin-top: -4px;
	width: 950px;
	background-color: black;
	color: white;
	float: none;
	text-align: center; /*set value to "right" for example to align menu to the right of page*/
}
.bevelmenu li{
	list-style: none;
	display: inline;
}

.bevelmenu li a{
	padding: 3px 0.5em;
	text-decoration: none;
	color: white;
	background-color: black;
	border: none;
}

.bevelmenu li a:hover{
	color: white;
	background-color: #000000;
	text-decoration: underline;
}

/*.bevelmenu li a:visited{
	color: white;
	font-weight: bold;
}*/

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}

/*---------------------------------------------------------------------
HERE STARTS THE LEFT NAVIGATION COLUMN MENU CONTROL
---------------------------------------------------------------------*/
.urbangreymenu{
	width: 215px; /*width of menu*/
}

.urbangreymenu .headerbar{
width: 215px;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	color: #2b1356;
	background: #f1b50f url(media/arrowstop.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-top: 7px;
	padding-bottom: 7px;
}

.headerbar .yellow {
	width: 20px;
	height: 20px;
	float:left;
	background-image: url(..//image-files/nwyellow.gif);
	background-repeat: no-repeat;
	margin-top: -7px;
}

.headerbar .yellow2 {
	width: 20px;
	height: 20px;
	float: right;
	background-image: url(..//image-files/neyellow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: -7px;
}

.urbangreymenu ul{
	width: 215px;
	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: 0px; /*bottom spacing between menu items*/
	text-decoration: none;
}

.urbangreymenu ul li a{
	font-size: 13px;
	color: white;
	background: #461f77;
	display: block;
	padding: 0px 0;
	line-height: 17px;
	padding-left: 12px; /*link text is indented 8px*/
	text-decoration: none;
}

/*ul li a .purple{
	width: 20px;
	float:left;
	background-image: url(..//image-files/swpurple.gif);
	background-repeat: no-repeat;
	margin-top: -7px;
	margin-left: -10px;
}

ul li a .purple2{
	width: 20px;
	float:right;
	background-image: url(..//image-files/sepurple.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-top:-10px;
}*/

/*.urbangreymenu ul li a:visited{
	color: #6b5494;
	width: 220px;
}
*/
.urbangreymenu ul li a:hover{ /*hover state for purple boxes*/
	color: #f1b50f;
	background: #2e1659;
	width: 220px;
}



