/* Elements */
body {
background: #fff url(/images/bg.jpg) repeat-x;
text-align: center;
margin: 0;
}

div, table, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
vertical-align: top;
}

h1, h2, h3, h4, h5 {
margin: 0;
}
 
a, a:visited {
color: #666;
text-decoration: underline;
}

a:hover {
color: #666;
text-decoration: none;
}

/* Container */
#container {
margin: 0 auto;
width: 740px;
text-align: center;
padding:0;
}

/* Header */
#header {
width:740px;
height:102px;
}

#header-logo {
background:#fff url(/images/header-logo.gif) top left no-repeat;
width:243px;
height:102px;
float:left;
}

#header-tagline {
background:#fff url(/images/header-tagline.jpg) top left no-repeat;
width:497px;
height:102px;
float:left;
}

/* Navigation */
#navigation {
width:740px;
height:24px;
}


#navigation ul 
{
	margin:0;
	padding:6px 0 0 16px;
	height: 18px;
}

#navigation li 
{
	margin:0;
	padding:0 11px;
	display: block;
	list-style:none;
	float:left;
	font-size:9px;
	color:#6699cc;
}

#navigation a, #navigation a:visited {
	color:#6699cc;
	text-decoration:none;
}

#navigation a:hover {
	color:#003366;
	text-decoration:none;
}

/* Body */
#body-bg {
	background:#fff url(/images/body-bg.gif) repeat-y;
	width:740px;
	text-align:left;
	overflow:hidden;
}

/* HomePage */
.content-flash {
padding: 17px 0 15px 180px;
}

.content-hp {
padding: 0 0px 144px 180px;
font-size:10px;
color:#003366;
line-height:18px;
}

.content-hp-inner { width: 535px; display: block; }

.content-ad {
padding: 10px;
font-size:10px;
color:#003366;
}


/* InsidePage */
#left-column {
background:#fff url(/images/left-column.jpg) top left no-repeat;
width:218px;
height:344px;
float:left;
color:#003366;
}

#left-column h4 {
font-size:12px;
padding: 18px 0 0 12px;
text-transform:uppercase;
width: 160px;
}

#left-column p {
margin:0;
font-size:11px;
padding: 8px 0 0 24px;
}

#left-column-hr {
background:#fff url(/images/left-column-hr.gif) top left no-repeat;
width:218px;
height:1px;
font-size:0px;
line-height:0px;
margin: 6px 0 12px 0;
}

#left-column ul {
margin:0;
padding:0 36px 0 0;
float:right;
}

#left-column li {
margin:0;
padding:0;
list-style:none;
font-size:9px;
line-height:12px;
}

#left-column a, #left-column a:visited {
color:#003366;
text-decoration:none;
display: block;
width:155px;
_width:159px;
padding: 4px 0 4px 4px;
}

#left-column a:hover {
color:#fff;
text-decoration:none;
background:url(/images/child-nav-on.jpg) repeat-y;
display: block;
}

#right-column {
width:522px;
float:left;
}

.content-in {
padding: 18px 30px 100px 0;
font-size:9px;
color:#666;
line-height:15px;
width: 510px;
overflow: hidden;
}

.content-in td {
font-size:9px;
color:#666;
line-height:15px;
}

.content-in hr {
background-color:#ff9d3b;
color:#ff9d3b;
border:0px;
height:2px;
margin:14px 0 20px 0;
}

.content-headline {
font-size:11px;
font-weight:bold;
color:#ff6600;
padding: 0 0 10px 0;
}

.gallery { width: 100%; }
#photo-gallery { margin: 0; padding: 0; width: 210px; }


.gallery-item {
margin: 0;
padding-bottom: 10px;
margin-right: 5px;
display: inline; float: left; text-align: center; vertical-align: top;
}

.gallery-item a:active {
outline: none;
}

.gallery-item a:focus
{
-moz-outline-style: none;
}

.gallery-item img { margin: 0 auto; padding: 0; }

.gallery-headline {
font-size:9px;
font-weight:bold;
color:#ff6600;
padding: 0 0 7px 0;
margin-right: 10px;
}

#galleryDescription {
margin-right: 10px;
}

.gallery-large-image {
padding: 4 0 0 18px;
}

a.border img
{
	border: 2px solid #fff !important; vertical-align: middle;
}

a.border:hover img
{
	border: 2px solid #ff6600 !important;
}


/* Footer */
#footer-nav {
background:#fff url(/images/footer-nav.gif) top left no-repeat;
width:740px;
height:24px;
}

#footer-nav ul {
margin:0;
padding:6px 0 0 80px;
}

#footer-nav li {
margin:0;
padding:0 3px 0 3px;
list-style:none;
float:left;
font-size:8px;
color:#666;
text-transform:uppercase;
}

#footer-nav a, #footer-nav a:visited {
color:#666;
text-decoration:none;
}

#footer-nav a:hover {
color:#666;
text-decoration:underline;
}

#footer {
background:#666;
width:740px;
height:24px;
}

#footer p {
margin:0;
padding: 6px 24px 0 0;
font-size:9px;
color:#fff;
text-align:right;
}

.clear { clear: both; }
.space { width: 100%; height: 100px; display: block; }