@charset "UTF-8";
/* -----------------------------------------
Style Sheet for Designated Editor-Content 1

version: 1.1
version date: March 10, 2010
author: Melissa Desautels
email: melissa@mgdez.com
website: http://www.mgdez.com
-----------------------------------------*/

/* Typography
-----------------------------------------*/
.p1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: normal;
	color: #333;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
	color: #333;
	height: 100%;
	list-style-position: inside;
}

/* Headlines
-----------------------------------------*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #A41724;
	padding-bottom: 3px;
	padding-top: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #666;
}

/* Links
-----------------------------------------*/
a:link {
	text-decoration: none;
	color: #A81826;
}
a:visited {
	text-decoration: none;
	color: #A81826;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #A81826;
}

/* Body
-----------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(layout_images/Background3.gif);
	background-repeat: repeat-x;
	z-index: 1;
	}

/* Container
-----------------------------------------*/
#container {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	min-height: 100%;
	min-width: 960px;
	max-width: 1152px;
	z-index: 2;
	}

/* Header
-----------------------------------------*/
#header {
	width:100%;
	position: relative;
	z-index: 20;
}

/* Logo
-----------------------------------------*/
#logo {
	width: 29%;
	float: left;
	position: relative;
	height: 150px;
	padding-left: 1%;
}

/* Navigation
-----------------------------------------*/
#navigation {
	float: right;
	position: relative;
	width: 70%;
}
ul.MenuBarHorizontal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	float: right;
	line-height: 1.2em;
	z-index: 5;
}

/* Main_Content
-----------------------------------------*/
#main_content {
	width: 75%;
	float: left;
	background-color: #FFF;
	padding-right: 2%;
	position: relative;
	padding-left: 2%;
	padding-bottom: 87px;
	z-index: 5;
	height: 100%;
	min-height: 275px;
}

/* Right_Sidebar
-----------------------------------------*/
#right_sidebar {
	width: 15%;
	float: right;
	position: relative;
	padding-top: 115px;
	height: 200px;
	overflow: visible;
}
/* right_sidebar
-----------------------------------------*/
.form_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

/* Footer
-----------------------------------------*/
#footer {
	width: 100%;
	background-image: url(layout_images/Footer.jpg);
	background-repeat: repeat-x;
	clear: both;
	position: relative;
	z-index: 6;
	margin-top: -87px;
	height: 75px;
	padding-top: 12px;
	}
#footer .footer_info a img {
	border: 0px;
	border style: none;
	padding-right: 10px;
	text-decoration: none;
}
.footer_info {
	width: 82%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	height: 100%;
	min-width: 960px;
	max-width: 1152px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}
.copyright {
	border: 0px;
	border style: none;
	padding-right: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	text-align: right;
	float: right;
	clear: both;
	padding-top: 10px;
}
