/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #01456C url(images/background.jpg) repeat-x left top;
	font: 12px/1.75em Arial, sans-serif;
	color: #666;
	text-align: center;
	margin: 0 0 0px 0;
}

/* links */
a, a:visited {	
	color: #396;
	background: inherit;
	font-weight: bold;
	text-decoration: none;		
}
a:hover {
	color: #39f;
	background: inherit;
	padding-bottom: 0;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: Century Gothic, Helvetica, sans-serif;
	color: #06c;
}
h1 {
	font-size: 160%;	
	font-weight: normal;
	text-transform: uppercase;	
}
h2 {
	font-size: 130%;
	font-weight: normal;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;
	font-weight: bold;
	text-transform: none;
	line-height: 18px;		
}

h1, h2, h3 {
	padding: 0px;		
	margin: 0 0 5px 0px;
}

p {
	padding: 0px;		
	margin: 0 0 10px 0px;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	line-height: 24px;
}

/* images */
img {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em Century Gothic, Helvetica, sans-serif;
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:0px; padding: 0 5px;
	background: #fff;	
}
label {
	display:block;
	font-weight:bold;
	margin: 0;
	height: 14px;
}
input {
	margin: 10px 0 10px 0;
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Arial, sans-serif;
	color:#777;
	background-color: #e7e6e6;
	width: 275px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 20px;
	padding: 0px 3px; 
	color: #777;
	background: #e7e6e6 url(button.jpg) repeat-x;

	width: 75px;
	border: 1px solid #dadada;
	margin-left: 0px;
}
textarea {
	width:400px;
	margin-top: 10px;
	padding:2px;
	font: normal 1em Arial, sans-serif;
	height:50px;
	display:block;
	color:#777;
	background-color: #e7e6e6;
	border: 1px solid #eee;
}


/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(content.jpg) repeat-y center top;
}
#content-wrap {
	float: left;
	width: 910px;
	margin-left: 0px;
	display: inline;
	padding: 0; 	
	background: #fff url(content-wrap.jpg) repeat-x; 
}
#header {
	position: relative;
	height: 0px;
	width:910px;	
	padding: 0;	
	color: #01456C;	
}


/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 0px auto;
	height: 131px;
	width: 910px;
	background: #01456C url(images/header-flash.swf) no-repeat center center;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;
		
}
#nav ul {
	float: left;
	width: 910px;
	list-style: none;	
	padding: 0;
	background: #01456C url(images/background.jpg) repeat-x right top;	
	margin: 0;
	height: 40px;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
	text-align: right;
}

#nav ul li a {
	float: right;
	width: auto;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 32px 0 32px;	
	border-bottom: none;
	color: #fff;
	font: bold 12px/40px "Century Gothic", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	letter-spacing: .04em;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #9FC;
}
#nav ul li#current a {	
	text-decoration: underline;		
}

/* Main Column */
.listing-col #main {
	margin: 10px 185px 0px 220px;
	height: 650px;
}

.three-col #main {
	margin: 10px 255px 0px 220px;
	height: 650px;
}
.two-col #main {
	margin: 10px 20px 0px 220px;
	height: 650px;
}

#main h1 {
	margin: 0 0 5px 0px;
	font: normal 1.8em Century Gothic, Helvetica, sans-serif;
	color: #396;
	padding: 15px 0 2px 0px;
	font-weight: bold;
	text-transform: none;
}

#main ul {
	list-style: none;
	}
	
#main li {
	line-height: 20px;
	padding-bottom: 10px;
	}

#main ol {
	line-height: 18px;
	padding-bottom: 4px;
	list-style: disc;
	}
	
#main h4 {
	display: block;
	float: left;
	margin-top: 3px;
	width: 210px;
	height: 210px;
	}

#scroller {
	margin: 20px 20px 0px 0px;
	position:relative;
    left: 5px;
	right: 10px;
    width:700px;
    height:220px;
    overflow: auto;
    overflow-y: hidden;
}

#gallery {
	white-space: nowrap;
}

#gallery ul {
	float: left;
	width: 230px;
	list-style: none;	
	padding: 0;
	margin: 0 1px 0 0px;
	height: 250px;
	display: inline;
}	
	
/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin: 0 0 0 0;
	background: #01456C url(images/background.jpg) repeat-x left top;
	height: 660px;
}	
#sidebar h1 {
	margin: 20px 5px 0 10px;
	padding: 5px 5px; 
	font: 1.4em Century Gothic, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
}

/* right column */
#rightcolumn {
	float: right;
	width: 225px;
	margin: 0px 15px 0px 20px
	height: 650px;
}

.listing-col #rightcolumn {
	float: right;
	width: 190px;
	margin: 0px 15px 0px 20px
	height: 650px;
}

#rightcolumn h1 {
	margin: 20px 5px 0 10px;
	padding: 5px 5px; 
	font: 1.4em Century Gothic, Helvetica, sans-serif;
	font-weight: bold;
	color: #06c;
	text-transform: none;
	
}

#rightcolumn ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	line-height: 26px;
	text-decoration: none;
	list-style: none;
}

#rightcolumn p {
	margin: 5px -5px;
	padding: 0 20px;
	text-decoration: none;
	list-style: none;
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 8px 8px 8px 15px; 
	padding: 0;			
	border-top: 1px solid #fff;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #fff;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #9FC; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #fff;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 0px 0 0 0;
	text-align: left;
}
#footer-wrap a {
	font-family: Century Gothic, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 0 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#footer-wrap a:hover {
	color: #bfe3fe;	
}
#footer-wrap p {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size:11px;
	padding: 5px 0 0 0;
}
#footer-wrap h2 {
	color: #bfe3fe;
	margin: 0;
	padding: 0 0px; 
}

/* footer */
#footer {
	clear: both;
	color: #FFF;	
	margin: 0 auto 0 auto; 
	width: 910px;
	height: 75px;
	padding: px 0 0 0;
	text-align: center;
	background: #396;
}

/* alignment classes */
.float-left  {
float: left;
margin: 10px 190px 0 220px; 
}

.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }



