/* Start of CMSMS style sheet 'Core' */
/************************
	Layout
************************/
body {
	text-align: center;
	margin: 20px;
	background-color: #928370;
}

body, p, td, th, div, span {
	color: #e1d6d6;
	font-family:Verdana,sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.7em;
}

#page_wrapper {
	background: #fff;
	margin: 0 auto;
	padding: 20px;
	width: 720px;
	text-align: left;
}

#header {
	background-color: #e0e6e6;
	text-align: right;
	/* padding: 10px; */
}

#menu {
        margin: 10px 0px;
}

#image_banner {
	margin: 0px 0px 10px 0px;		
}

#content_wrapper {
	background-image: url('uploads/images/layout/bg.gif');
	background-repeat: repeat-y;
}

#side_bar {
	float: left;
	width: 180px;
	padding: 20px;
}

#content {
	float: right;
	width: 410px;
	padding: 50px 40px 30px 40px;
}

#footer {
	clear: both;
	color: #4c5b52;
	font-size: 11px;
	margin-top: 5px;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #e1d6d6;
	text-decoration: none;
}

#footer a:hover {
	color: #db7605;
}

/************************
	Text & Headings
************************/

p {
	padding: 0px;
	margin: 0px 0px 17px 0px;
}

.title {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
    border-bottom: dashed 1px #eee;
}	

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	padding: 0px;
	margin: 10px 0px 4px 0px;
	letter-spacing: 1px;

}

h1 { font-size: 15px; color: #db7605; }
h2 { font-size: 15px; color: #fff; }
h3 { font-size: 13px; color: #db7605; }
h4 { font-size: 13px; color: #fff; }
h5 { font-size: 11px; color: #db7605; }
h6 { font-size: 11px; color: #fff; }

#content ul {
       list-style-type: square; 
}

#content li {
       margin-bottom: 7px;
}

/* Links */
a, a:link, a:active, a:visited {
     text-decoration: none;
     color: #3d3d2d;
}

a:hover {
     text-decoration: underline;
	 color: #db7605;
}

/* Image Gallery */
#gallery img {
	margin: 0 9px 9px 0px;
	border: solid 1px #000;
}


/************************
	Contact Form
************************/

#contact_form {

}

#contact_form label {
    width: 140px;
    float: left;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
}

#contact_form input{
    margin-bottom: 10px;
}

#contact_form input.button{
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

#contact_form textarea {
    width: 220px;
}

#contact_form fieldset {
    margin: 0px;
    border: none;
}

#contact_form legend{
    margin: 0px;
    display: none;
}

.formError {
    border: solid 1px #333;
    background: #abc0d2;
    padding: 10px;
    margin-bottom: 15px;
}

#contact_form .formError p {
    font-weight: bold;
    color: #9f2a06;
    margin: 0px;
    display: none;
}

#contact_form .formError li {
    margin-bottom: 0px;
    color: #9f2a06;
}

#contact_form .formError ul {
    margin: 0px;
}

/************************
	Clearing
************************/
.prop {
	height: 80px;
	float: right;
	width: 1px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
/* End of 'Core' */

