/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFEF5 url(/images/img01.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #767941;*/
	color: #A46313;
}

h1, h2, h3 {
	color: #A46313;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	/*text-transform: uppercase;*/
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	/*text-transform: uppercase;*/
	font-size: .8em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #A46313;
	font-style: italic;
}

ul, ol {
	margin-left: 3em;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

pre, code {
}

pre {
}

code {
}

a:link {
	color: #F08F02;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #F08F02;
}

img {
}

.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

/* Header */

#header {
	height: 210px;
	padding: 10px 0 0 20px;
	background: url(/images/img06.gif);;
}

#header #header_slideshow {
	position: absolute;
	top: 10px;
	right: 0;
	height: 120px;
	left: 250px;
	padding: 5px;
	background-color: white;
	background-image: url(/images/blurry_bg.jpg);
	
}

#header #header_slideshow #slideshow_images {
	position: relative;
	left: 0;
	height: 120px;
	text-align: left;
}



/* Logo */

#logo {
	height: 80px;
	padding: 80px 0 50px 230px;
	/*background: url(/images/mcsszf_transparent_200x200.png) no-repeat;*/
	
	text-transform: lowercase;
}

#logo #logo_image {
	position: absolute;
	top: 0;
	left: 20px;
	width: 210px;
	height: 210px;
	
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: white url(/images/mcsszf.png) no-repeat center;
	-moz-box-shadow: 0 0 20px #333;
	-webkit-box-shadow: 0 0 20px #333;
}

#logo h1 {
	float: left;
	letter-spacing: -.05em;
	font-style: italic;
	font-size: 2.8em;
	text-transform: capitalize;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	margin-top: 65px;
}

#logo h1 a {
	color: white;
	text-shadow: 5px 5px 10px black;
}

#logo h2 {
	float: left;
	letter-spacing: .05em;
	font-style: italic;
	font-size: 1.5em;
	
	font-weight:normal;
	margin-left: -60px;
	margin-top: 55px;
}

#logo a {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	margin-right: 0px;	
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
}

/* Content */

#content {
	margin-left: 230px;
	padding: 30px;
}

/* Menu */

#menu {
	font-size: 0.8em;
	-moz-box-shadow: 0 0 10px #bbb;
	-webkit-box-shadow: 0 0 10px #bbb;	
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
	border-right: 1px solid #DFE2D8;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 30px;
	padding: 10px 0 0 30px;
	background: url(/images/img04.jpg) repeat-x;
	background-position:bottom left ;
	text-decoration: none;
	font-size: 1.4em;
	cursor: pointer;
	color: #767941;
	text-shadow: 0px 0px 8px;
}

#menu a:hover {
	color: #A46313;
}

/* Testimonial */

#testimonial {
	padding: 30px;		
}

#testimonial blockquote {
	margin-left: 0;
}

/* Welcome */

#welcome {
}

/* Footer */

#footer {
	padding: 20px 30px;
	background: url(/images/img06.gif);
	color: #ADB07C
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: .8em;
}

#footer a {
	color: #ADB07C
}

