/* ----- BASIC ELEMENTS AND FONTS ----- */
html, body {
  color: #4B5D65;
  font-size: 12px;
  font-family: 'Tahoma';
  margin:0;
  padding:0;
  height: 100%;
  width: 100%;
}

.back{
  background-repeat: repeat-x;
  background-image: url(../images/citybanner.jpg);
}

.clear {
	clear: both;
	height:30px;
}

p {
	margin: 10px 30px 10px 30px;
}

.navBox p {
	margin:0px 10px 20px 25px;
	font-size:9px;
	color:#fff;
	text-transform: uppercase;
}

.contentBoxSmall p {
	margin: 10px 0px 10px 0px;
	font-size:10px;
	text-align:justify;
}

.contentBoxLarge p {
	margin: 10px 0px 10px 0px;
	font-size:12px;
	text-align:justify;
}

.contactBlock {
	margin: 10px 0px 0px 0px;
}

.subTitle {
  color:red;
  font-size:20px;
  margin: 0px 0px 0px 0px;
  text-transform:uppercase;
  font-weight:normal;
}

.lightHighlight {
	color:red;
}

.darkHighlight {
	color:#ffd502;
	font-weight:bold;
}

h1 {
  font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
  font-size:30px;
  text-transform:uppercase;
  font-weight:normal;
  margin: 0px 0px 0px 0px !important;
  color: #708090;
}

h2 {
	color:#ffd502;
	font-size:20px;
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
  color: #708090;
  font-weight:normal;
}

h3 {
	color:#ffd502;
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:12px;
  color: #708090;
  font-weight:normal;
}

a {
	text-decoration: none;
	color:#8f7070;
}

/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;
}

#nav_list a {
	color: white;
}

/*  
.li_nav_body a    - is for all except the last menu item.
.li_nav_footer a  - is for the LAST menu item ONLY.
*/
.li_nav_body a, .li_nav_footer a   {
	display: block;
	width: 170px;
	height: 20px;
	line-height:20px;
	background: url(/images/nav_body.png) no-repeat;
	padding-left: 25px;
}

.li_nav_footer a  {
  height: 21px;
  line-height:21px;
}

.li_nav_body a:hover, .li_nav_footer a:hover {
  background-position: 0 -20px;
}
     
/*----- LAYOUT ----- */

/* holds entire page  */ 
#container {
  width:900px;
  background: url(/images/sidebar_body.png) 30px 0px repeat-y !important;
  min-height:100%;
  height:100%;
 /* border: 1px solid Black;  */
}

.contentBoxSmall a:hover,.contentBoxLarge a:hover {
  color: Red;
  font-style: italic;
}

#creditsLink a{
  color: #7F9BE2;
  line-height: 20px;
}

#creditsLink a:hover {
  color: Yellow;
}

#logo{
  position: relative;
  left: 10px;
  top: 50px;
  width: 151px;
}

.rightAlign{
	float:right;
}

/* in sidebar to left of header text, contains logo */
#menuHeader {
	width:170px;
	height:132px;
	text-align:left;
	float:left;
	margin:0 0 0 30px;
}

/* navigation,form,credits */
.navBox {
	width: 170px;
	float:left;
	margin:0 0 0 10px;
}

/* NOT USED 
#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
  background: url(/images/sidebar_body.png) repeat-y;
}  */

/* top photo and logo area */
#head {
  width: 780px !important;
	height: 200px;
	float:left;
	text-align: right;
}

/* Primary area for content, below the header */
#content {
  width: 870px;
  text-align: justify;
  float: left;
  margin:0 0 0 20px;
  background: url(/images/sidebar_body.png) 10px 0px repeat-y !important;
/*  border: 1px solid Black;  */
}

.contentBoxSmall {
	width: 150px;
	margin:0px 10px 0px 20px;
	float: right;
/*  border: 1px solid Black;  */
}

.contentBoxLarge {
	width: 470px;
	margin:0px 0px 0px 20px;
	float: left;
/*  border: 1px solid Black;  */
}


/*----- FORM ----- */

input   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 0px;
}

textarea.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	height:80px;
	color: #707070;
	margin:5px 0px 5px 25px;
}

input.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_content   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:5px 0px 5px 0px;
}

