@charset "utf-8";
/* CSS Document */



* {

	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0px;
	margin: 0px;
	
}

@font-face {
	font-family: 'sanford';
	src: url('sanfw.eot');
	src: local('sanford'), url('sanf.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#545454;
}
.clear{ clear:both; }

img, div, a, input, td { behavior: url(iepngfix.htc); } /*IE png hack*/

#header, #wrapper, #nav, #main, #footer { margin:0 auto; }

#wrapper
{

	background:url(../images/wrapper_bg.jpg) repeat-y;
	width:1200px;
}

#header {width:900px;height:129px;}

#header h1 { padding-top:30px; }

#header h2
{
	font-family:sanford;
	font-size:29px;
	color:#808080;		
	padding-left:42px;
	letter-spacing:8px;
	font-weight:normal;
}

#logo
{
	width:400px;
	float:left;
        height:99px;
        padding-top:30px;
}

#contact
{
	float:right;
	width:197px;
	background:url(../images/contact.gif) left top no-repeat;
	text-align:right;
        font-family:sanford;
	font-size:17px;
	color:#969696;
	font-weight:normal;
	padding-right:36px;
	padding-top: 6px;
	text-decoration:none;
        
	
}
#contact img{

    margin-top:31px;
}
#contact a:hover
{
	color:#000;
}

#nav
{
	width:976px;
	height:78px;
	background:url(../images/nav_bar.gif) no-repeat;
	
}

#nav ul
{
	margin:0;
	list-style:none;
	line-height:normal;
	padding-top:16px;
	padding-left:80px;
}

#nav li
{
	display:block;
	float:left;
}

#nav a
{

	display: block;
	float: left;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#666666;
	
}

#nav a:hover {	color:#000; }
#nav .hover { color:#000; }
.nav-space
{
	width:27px;
	height:20px;
}

#main
{
	width:816px;
	padding:17px 80px 10px 80px;
	
}

#col1
{
	width:500px;
	height:auto;
	float:left;
	line-height:18px;
	color:#808080;
        text-align:justify;
}
#col1 p
{
	padding:0 0 10px 0;
}
#col2
{
	float:right;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ada9a8;	
	
	
}

#col1 h1
{
	font-family:"Times New Roman", Times, serif;
	font-size:29px;
	font-weight:normal;
	color:#808080;
	display:block;
	border-bottom:solid 2px #f1f1f1;
	margin-bottom:6px;
        line-height:30px;
        text-align: left;
	letter-spacing:7px;
}

#col2 h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#ada9a8;
}

#col2 .article
{
	font-size:11px;
	background:url(../images/bullet.gif) no-repeat left center;
	padding:4px 0px 3px 14px;
}

#col2 .blue-text
{
	color:#1e3cd7;
	font-size:12px;
	font-weight:bold;
}


#form
{
	width:500px;
	padding-top:18px;
	font-family:"Times New Roman", Times, serif;
	font-size:29px;
	color:#808080;
	padding-left:6px;
	
	
	
}
.title
{
	font-family:sanford;
	font-size:24px;
	font-weight:normal;
	color:#000;
}
.h4
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:0em;
	padding-top:8px;
	padding-bottom:10px;

}

.input-box
{
	border:solid 1px #a0a0a0;
	padding:4px;
	width:280px;
	height:15px;
	margin-top:7px;
        margin-bottom:7px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}



.textarea
{
	border:solid 1px #a0a0a0;
	padding:4px;
	width:426px;
	height:233px;
	margin-top:7px;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#email-copy
{
	height:20px;
	
}


.submit
{
	background:url(../images/send.jpg) no-repeat left center;
	width:46px;
	height:20px;
	display:block;
}

.submit-hover
{
	background-position:right center;
}

#footer
{
	background:url(../images/footer_bg.jpg) no-repeat;
	width:826px;
	height:80px;
	
}

.copyright
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#959595;
	padding-top:50px;
	padding-left:6px;
}

.br
{
	border-top:dotted 1px #a4a4a4;
}

#form h1 {
	font-weight:normal;
	margin-top:10px;
}



/* GALLERY */
* {margin:0; padding:0}

#gallery {position:relative; width:300px;  /*background:#AAA*/}
#images {height:225px; background:#eef5f6; }
#image {
	position:relative;
	width:300px;
	height:300px;

	background:#FFF url(images/loading.gif) center center no-repeat
}
#image img {position:absolute; width:300px;}
#thumbwrapper {
	padding:5px 0;
	width:300px;
	height:100px;
	/*border:2px solid #666;*/
	background:#FFF;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:106px;
	width:300px;
}
#thumbs {position:absolute; list-style:none; height:100px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:334px; width:20%; z-index:100; height:334px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

/* CHECKBOX */
.jquery-safari-checkbox {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-safari-checkbox .mark {display: inline;}

.jquery-safari-checkbox img {vertical-align: middle; width: 16px; height: 16px;}
.jquery-safari-checkbox img{background: transparent url(../images/safari-checkbox.png) no-repeat;}

.jquery-safari-checkbox img{
	background-position: 0px 0px;
}
.jquery-safari-checkbox-hover img{
	background-position: -16px 0px;
}
.jquery-safari-checkbox-checked img{
	background-position: 0px -16px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-hover img {
	background-position: -16px -16px;
}

.jquery-safari-checkbox-disabled img{
	background-position: 0px -32px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-disabled img{
	background-position: 0px -48px;
}

