﻿
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, table, legend, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

a
{
	outline:none;
}

img, a img, :link img, :visited img
{
	border: 0;
}

ul
{
	list-style:none;
}

/* end resets */

body
{
	background:#eaece7 url(images/bg.png) repeat-x;
	
}

a
{
	color:#123a4c;
}
a:hover
{
	text-decoration:none;
}
#shadow
{
	width:916px;
	margin:0 auto;
	background: url(images/shadow.png) repeat-y;
}

#container
{
	background:#ddeffd url(images/content-bg.png) repeat-y;
	width:880px;
	margin:0 auto;
}

#header
{
	background: #e4f5fd url(images/header-bg.png) no-repeat;
	height:136px;
}

#header #logo
{
	margin: 5px 0 0 14px;
}

#menu
{
	width:184px;
	float:left;
	background:#3f5058;
	padding-left:25px;
}

#menu li
{
	margin: 20px 0;
	background:url(images/menu-bullet.png) no-repeat left 4px;
	padding-left:30px;
}

#content
{
	float:left;
	width:670px;

}
#footer
{
	margin-bottom:30px;
}
#footer-left
{
	background:#3f5058;
	width:184px;
	float:left;
	height:70px;
	font-size:.85em;
	padding-left:25px;
	padding-top:25px;
	color:#8cbbd3;
}

#footer-left a
{
	color:#fff;
}
#footer-right
{
	background:#002232;
	float:left;
	width:640px;
	height:77px;
	color:#b8d2e0;
	font-size:.8em;
	padding-left:30px;
	padding-top:18px;
	line-height:52px;
}

#footer-right img
{
	float:left;
	margin:0 15px 0 0;
}

#hero-slides
{
	background:#21282b;
	height:462px;
	text-align:center;
	
}
#hero-slides img
{
	margin-left:13px;
}
#hero
{
	background:#21282b;
	height:162px;
	padding:0 13px;
}
h1
{
	font-family: Times New Roman, Serif;
	color:#123a4c;
	font-size:35px;
	letter-spacing:0px;
	margin-bottom:.5em;
}

h3
{
	font-size:20px;
	letter-spacing:0px;
	margin-bottom:.5em;
}
.padded
{
	padding:10px 15px;
}

p, ul, td, th, #footer
{
	font-family:Verdana,Arial,Helvetica;
	line-height:1.5em;
	font-size:14px;
	margin:1.25em 0;
}
.cb
{
	clear:both;
}


.form th
{

	text-align: left;
	font-weight: bold;
	padding: 2px 5px;
	vertical-align:middle;
	color:#3f5058;
}

.form em
{
	color: Red;
	font-size:.7em;
	margin-left: 5px;
}
.form input, .form textarea
{
	font-family:Arial, Helvetica;
	font-size:1em;
}
.form tbody textarea, .form input
{
	padding: 4px 4px;
}


.form tfoot input
{
	text-align:center;
}

.val
{
	font-size:.8em;
	padding-left:20px;
}


/* gal */

.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

 #galscroller
        {
            width: 570px;
            overflow: auto;
        float:left;
            
            
        }
        .gallery
        {
            height: 55px;
           
        }
        .gallery li
        {
            width: 68px;
            height: 50px;
            border: 3px double #111;
            margin: 2px;
            background: #000;
        }
        
       
        
        .gallery li div
        {
            left: 240px;
        }
        #main_image
        {
            height: 450px;
            width: 600px;
            background: #000;
            padding: 15px 35px 15px 35px;
            text-align: center;
        }
        #main_image img
        {
        }
        .nav
        {
            font-size:2em;
            text-transform: uppercase;
            text-decoration:none;
            width:30px;
            text-align:center;
            line-height:80px;
            float:left;
            margin:0 10px;
        }
      
        .galleria_wrapper
        {
        	text-align:center;
        }