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

body {
	background-color:#c8c9cb;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif
}
#wrap {
	width:960px;
	background-color:#fff;
	margin:15px auto;
	padding:0;
	font-size:18px;
	line-height:24px;
}
#header {
	height:138px;
	background-color:#faf3da;
	margin:0;
	padding:39px 0 0 0;
	border-bottom: solid 1px #ede9da;
	position:relative;
}
#logo-head {
	width: 365px;
	height: 122px;
	background-image: url(../img/magstrat-logo.png);
	background-repeat: no-repeat;
	margin:0 0 0 28px;
	padding: 0;
	display:block;
}
#logo-head h1{
	font-size:10px;
	margin:0;
	padding:0;
	}
#logo-head span{
	display:none;
}
#nav {
	position:absolute;
	top:142px;
	left:418px;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#nav a {
	color:#004022;
	text-decoration:none;
	margin:0 21px 0 0;
	font-family: Times, "Times New Roman", serif;
	font-size:17px;
}
#nav a:hover {
	color:#d1a24b;
}
#slides {
	overflow:hidden;
	position:relative;
	width:960px;
	height:330px;
}
#content {
	width:820px;
	margin:26px auto;
}
#content p {
	margin:0 0 20px 0;
}
#content h1 {
	margin:0 0 20px 0;
	font-family: Times, "Times New Roman", serif;
	color:#004022;
	font-weight:normal;
	font-size:29px;
}
#footer {
	text-align:center;
	color:#b6b7bc;
	font-family: Times, "Times New Roman", serif;
	padding: 26px 0 28px 0;
}
#footer a {
	color:#b6b7bc;
	text-decoration:none;
}
#footer a:hover {
	color:#004022;
}
.clearboth {
	clear:both;
}
/* ------- Fluid Columns ------- */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:23%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:2%; float:left; }
.last{ margin-right:0 !important; clear:right; }
img.alignleft {
	float:left;
	margin: 10px 24px 10px 0;
}
img.alignright {
	float:right;
	margin: 10px 0 10px 24px;
}
.dark-green {
	color:#004022;
}
.quote {
	display:block;
	float:right;
	border-bottom: solid 6px #b6b7bc;
	border-top: solid 6px #b6b7bc;
	width:370px;
	color:#004022;
	font-family: Times, "Times New Roman", serif;
	padding:22px 54px 22px 32px;
	font-size:36px;
	line-height:47px;
	text-indent:-17px;
	margin:10px 0 0 27px;
}
.byline {
	display:block;
	float:right;
	color:#b6b7bc;
	font-size:24px;
	margin-right:-26px;
}
.small-caps {
	font-variant:small-caps;
}
.mag-strat {
	font-family: Times, "Times New Roman", serif;
	font-size:19px;
	font-weight:bold;
}

    #contact-form   {
        width: 600px;
        float: left;
        font-size: 15px;
    }

    #contact-form textarea  {
        border: 1px solid #999999;
        resize: none;
    }

    .input-class    {
        width: 500px;
        height: 20px;
        border: 1px solid #999999;
        margin-bottom: 5px;
    }