@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: 0.9em;
	line-height: 1.5em;
	color: #333;
}

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

/* 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%;
	max-width: 1152px;
	z-index: 2;
	min-width: 960px;
	}

/* Header
-----------------------------------------*/
#header {
	width:100%;
	position: relative;
	z-index: 20;
}
/* Form
-----------------------------------------*/
#form {
	width: 29%;
	float: left;
	position: relative;
	height: 190px;
	padding-left: 1%;
}
.home_form_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #A81826;
	font-weight: bold;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.formfield {
	background-color: #FFF;
	border: 1px solid #DBDBDB;
	height: 20px;
}

/* 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 home
-----------------------------------------*/
#main_content_Home {
	width: 100%;
	min-width: 835px;
	float: left;
	position: relative;
	z-index: 5;
	height: 275px;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin-top: -45px;
}
img.center {

  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* bottom area with 3 containers
-----------------------------------------*/

#bottom {
	width: 100%;
	float: left;
	background-color: #FFF;
	position: relative;
	z-index: 5;
	height: 100px;
	padding-bottom: 130px;
}
#bottom_container1{
	float: left;
	background-color: #FFF;
	position: relative;
	z-index: 5;
	margin-top: 15px;
	width: 29%;
	padding-left: 15px;
	margin-right: 5%;
	background-repeat: no-repeat;
	height: 127px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-right: 15px;
}
 #bottom_container2 {
	float: left;
	background-color: #FFF;
	position: relative;
	z-index: 5;
	margin-top: 15px;
	width: 29%;
	margin-right: 2%;
	background-repeat: no-repeat;
	height: 127px;
}
#bottom_container3{
	float: right;
	background-color: #FFF;
	position: relative;
	z-index: 5;
	margin-top: 15px;
	width: 29%;
	margin-right: 0px;
	background-repeat: no-repeat;
	height: 127px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-left: 15px;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	font-weight: bold;
}

.p3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: normal;
	color: #000;
	text-align: left;
	font-weight: normal;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: normal;
	color: #000;
	text-align: left;
	font-weight: normal;
	position: absolute;
	bottom: 2px;
	top: 117px;
}

/* 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;
}