@charset "utf-8";
@import url('reset.css'); /*Clear all browser defaults */
/* CSS Document */
html,body{
	margin:0px auto;
	height:100%;
}

body{
	background:#202223;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#center{
	background:url(http://apps.resonantsolutions.net/soh/images/bg.png) repeat-x;
	width:960px;
	height:960px;
	margin:0px auto;
}

#masthead{
	background:url(http://apps.resonantsolutions.net/soh/images/masthead.jpg) no-repeat top;
	height:224px;
}

#mainpage{
	background:url(http://apps.resonantsolutions.net/soh/images/mainpage.gif) no-repeat;
	background-color:#000;
	width:960px;
	height:auto;
	min-height: 631px;
}
.topmenu{
	padding-top:30px;
	float:left;
	width:213px;
	height:auto;
}

.topmenu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.topmenu ul li a{
	
	font-family:Old Standard TT;
	font-style: italic;
	
	font-size:22px;
	/*text-shadow: 2px 2px 2px #aaa;*/
	
	color:#c5c5c5;
	text-decoration:none;
	display:block;
	padding:10px 5px 10px 15px;
}
.topmenu ul li a:visited{
	color:#fff;
}

.topmenu ul li a:hover{
	color:#ceaa47;
}
.recent-news{
	padding-top:90px;
	float:left;
	width:213px;
	height:auto;
}
.recent-news h1{
	font-family:Old Standard TT;
	font-size:22px;
	font-style: italic;
	font-weight:normal;
	color:#c5c5c5;
	/*text-shadow: 4px 4px 4px #aaa;*/
	text-decoration:none;
	padding:5px 5px 20px 15px;

}

.news{
	/*background:#000;*/
	width:180px;
	
	padding:5px 10px 15px 15px;
	
	border-bottom:#FFFFFF;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
.news p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#898989;
	line-height:1.2em;
	padding: 2px 0px 2px 0px;

}

.news a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	/*color:#ceaa47;*/
	color:#E5D19A;
}
.news a:hover{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	/*color:#7e521f;*/
	color:#957b32;
}
.mainflash{
	float:left;
	
	width:720px;
	height:auto;
	min-height:320px;
	padding: 0px 0px 0px 15px;	
}

.mainflash img{
	float:left;
	padding-top:30px;
}

.text{
	width:720px;
	height:auto;
	float:left;
}

.text h1{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:Old Standard TT;
	font-size:x-large;
	color:#898989;
	padding:30px 5px 5px 20px;
	
}

.text h2{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:Old Standard TT;
	font-size:30px;
	color:#E5D19A;
	/*color:#948764;*/
	padding:5px 5px 15px 20px;
	
}
.text p{
	width:680px;
	line-height:1.2em;
	color:#898989;
	font-size:medium;
	padding: 5px 5px 5px 20px;
	
}

.mainflash p{
	width:720px;
	color:#898989;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	
	
}

.content-center{
	margin:30px 10px 10px 15px;
	width:720px;
	float:left;
}

.content-center1{
	width:230px;
	float:left;
}

.pic{
	float:left;
	border:#ceaa47 1px solid;
	width:85px;
}

.des-pic{
	padding-left:10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:1.2em;
	color:#898989;
	width:120px;
	text-align:left;
}
.des-pic p{
	padding:2px 0px 2px 0px;	
}

.line{
	width:1px;
	height:150px;
	border-right:solid;
	border-right-color:#ceaa47;
	border-right-width:1px;
	float:left;
	padding-left:5px;
}

.des-pic a{
	text-decoration:none;
	/*color:#ceaa47;*/
	color:#E5D19A;
}
.des-pic a:hover{
	text-decoration:none;
	/*color:#7e521f;*/
	color:#957B32;
}
.content-bottom{
	background:#ceaa47;
	width:600px;
	height:auto;
	min-height:120px;
	border:#FFFFFF 3px solid;
	color:#363636;
	
}

.content-bottom p{
	margin:10px 20px 10px 10px;
}

.content-bottom b{
	font-size:18px;
	color:#252525;
}

.content{
	width:700px;
	height:auto;
	min-height: 610px;
	float:left;
	
}

.content h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#ceaa47;
	padding:15px 0px 0px 30px;
	margin:0px;
}

.content h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ceaa47;
	padding:10px 0px 10px 30px;
	margin:0px;
}

.content img{
	padding:3px;
	margin:10px 10px 10px 10px;
	border:2px #898989 solid;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#898989;
}

.content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#898989;
	line-height: 1.2em;
	padding:10px 0px 10px 30px;
	width:581px;
}

.content a{
	text-decoration:none;
	color:#E5D19A	
}
.content a:hover{
	text-decoration:none;
	color:#957B32;
}


.secrets{
	width:700px;
	float:left;
	padding-top:10px;
}

.secrets hr{
	border:#898989 1px;
	border-style:dotted;
	margin-left:20px;
}


.pic-secret{
	padding:20px 0px 0px 10px;
	float:left;
	width:82px;
}
.pic-secret img{
	border:1px solid #d5d5d5;
	padding:5px;
}

.text-secret{
	width:550px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#898989;
	float:left;
	padding:15px 10px 0px 10px;
}

.text-secret p{
	padding:5px 5px 0px 20px;
}

.text-secret h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#ceaa47;
	padding:5px 5px 0px 20px;
}

.box-contact {
	padding:0 200px 0 100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ceaa47;
}
.submit{
	background:url(http://apps.resonantsolutions.net/soh/images/button_03.gif) no-repeat 0 2px;
	width:68px;
	height:27px;
	border:0px;
	margin:0px 10px 0px 5px;
	font-size:12px;
	font-weight:bold;
	color:#603913;
}
.clear{
	background:url(http://apps.resonantsolutions.net/soh/images/button_03.gif) no-repeat 0 2px;
	width:68px;
	height:27px;
	border:0px;
	margin:0px 10px 0px 5px;
	font-size:12px;
	font-weight:bold;
	color:#603913;
}
.contact_input {
	width:250px;
	height:18px;
	border:1px solid #4b4b4b;
	background:none;
	color:#005695;
}
.contact_input2 {
	width:250px;
	height:90px;
	border:1px solid #4b4b4b;
	background:none;
	color:#005695;
}
.footer{
	background:url(http://apps.resonantsolutions.net/soh/images/footer.jpg) no-repeat bottom;
	width:960px;
	height:auto;
	min-height:106px;
	}

.footer p{
	text-align:center;
	font-size:small;
	color:#FFFFFF;
	padding:50px 0px 20px 0px;
} 
	
	
.clearall{
	
	clear:both;
	height:0px;
	
}
/* Home page slide show styles */

.slideshow
{
	
 
}
.slideshow img{
	
        display:none;
}
.quote{
	width:720px;
	height:auto;
	float:left;
}

.quote p{

	font-family:'Tangerine', serif;
	font-size:32px;
	color:#898989;
	text-decoration:none;
	padding:10px 5px 10px 5px;
	text-align:center;	
}
/* Gallery List item */
.gallery{
	float:left;
	width:700px;
	padding-left:20px;
}

.gal-item{
	float:left;
	width:170px;
	height:auto;
	min-height:210px;
	padding:10px 25px 10px 25px;
	
}

.gal-item-img{
	width:170px;
}

.gal-item-txt{
	width:170px;
	height:auto;
	padding-left:15px;
	
}