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

html, *{margin:0;padding:0;border:none;}

.clear {clear:both;}

body{
	background: #eee2ca url(images/layout.jpg) no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited{
	color: #333;
	text-decoration: underline;
}

a:hover{
	color: #F60;
}

#logo{
	background: #000000;
	width: 100%;
	height: 50px;
	clear: both;
	float: left;
	/*position: fixed;*/
	position: absolute;
	/*border-bottom: 1px solid #ccc;*/
	top: 0;
	left: 0;
}

#logo img{
	width: 268px;
	height: 50px;
	margin-left: 150px;
}

.displayNone{
	display: none;
}



#container{
	width: 1300px;
	float:left;
	margin: 0;
	padding: 0;
}


#header{
	width: 1000px;
	height: 390px;
}

#content{
	/*total width must equal 800px*/
	width: 610px;
	float: left;
	display: block;
	padding: 20px;
	margin: 0 0 0 150px;
}

#content p{
	margin: 10px 0 10px 0;
}

#content img {
	border: 5px solid #dfcca7;
	margin: 20px;
}

/*#content h1{margin: 35px 0 5px 0;}

#content h1 a{
	background: #000;
	color: #fff;
	font-size: 20px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	padding: 5px;
}*/

#content h1{border-bottom: 1px dashed #000;}

#content h1, #content h1 a, #content h1 a:hover{
	font-size: 28px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	line-height: 32px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000;
	margin: 20px 0 0 0;
}*

#content h2{
	font-size: 22px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	line-height: 28px;
	font-weight: normal;
}

#content .highlight{
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	line-height: 16px;
	background: #dfcca7 url(images/navbg.jpg) repeat;
	color: #000;
	font-weight: bold;
	text-transform: lowercase;
	padding: 2px 5px;
}

#content .backtotop{
	float: right;
}

#gallery, #gallery-thinkmag {
		margin: 10px 5px 5px 5px;
		padding: 0;
	}
	
#gallery ul, #gallery-thinkmag ul { list-style: none; }

#gallery ul li, #gallery-thinkmag ul li { display: inline; }

#gallery ul img, #gallery-thinkmag ul img {
	border: 5px solid #dfcca7;
	margin: 2px;
}

#gallery ul a:hover img, #gallery-thinkmag ul a:hover img {
	border: 5px solid #333;
}

#gallery ul a:hover, #gallery-thinkmag ul a:hover { color: #fff; }

	
#navigation{
	/*total width must equal 200px*/
	/*width: 250px;*/
	height: 250px;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	position: fixed;
	left: 760px;
	top: 100px;
}

#navigation ul{
	list-style: none;
	margin: 20px 0 0 20px;
}

#navigation ul li{
	display: block;
	margin: 5px;
	height: 35px;
	text-align: left;
}

#navigation ul li a{
	background: #000;
	color: #fff;
	font-size: 20px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	padding: 5px;
	border: 1px solid #dfcca7;
}

#navigation ul li :hover, #navigation ul li a:hover{
	color: #000;
	background: #fff;
}

#footerWrapper{
	background: url(images/navbg.jpg) repeat;
	width: 100%;
	clear: both;
	float: left;
}

#footer{
	/*total width must equal 1000px*/
	width: 830px;
	margin: 0 0 0 150px;
	padding: 0 0 5px 0;
	color: #666;
	font-size: 9px;
}

#footer a{
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dashed #336699;
}

#footer h1{	
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal;
	margin: 0px 0 2px 0;
	border-bottom: 1px dashed #666;
}


#footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li{
	display: block;
	margin: 0 0 0 30px;
}

#footer ul li a{
	border-bottom: none;
}

#footer ul li a:hover, #footer a:hover{
	color: #333;
	border-bottom: 1px dashed #336699;
}

.left{
	/*total width must equal 275px*/
	width: 800px;
	float: left;
	display: block;
	margin: 0;
	padding: 3px;
}

.center{
	/*total width must equal 275px*/
	width: 245px;
	float: left;
	display: block;
	margin: 0;
	padding: 15px;
}

.right{
	/*total width must equal 275px*/
	width: 245px;
	float: left;
	display: block;
	margin: 0;
	padding: 15px;
}

#contact-form label { display:block;}
#contact-form .link {margin:13px 0 0 20px;}
#contact-form #name, #contact-form #email {width:268px; background: #fffaf0; padding:1px 0 1px 5px; font-size:12px; border: 1px solid #dfcca7; }
textarea {width:268px; height:86px; background:#fffaf0; padding:0 0 0 5px; overflow:auto; font-size:12px; border: 1px solid #dfcca7;}
#contact-form #form-human{visibility: hidden; display:none;}
#contact-form #submit-form{background: #000; color: #fff; padding: 5px 10px; margin: 5px 0px; text-align: right; font-size: 16px; font-family: Calibri, Arial, Helvetica, sans-serif; font-weight: bold; text-transform: lowercase;}

