/* Harford's Heart Global Style Sheet - 06/29/2009*/
/* C.W. Emely */

/* -- Color Scheme
Dark Blue - 275d98 (RGB 229, 236, 249)
Light Blue - e5ecf9 (RGB 39, 93, 152)
Red - db3549 (RGB 219,53,73)
Gold - e8e7ce (RGB 232,231,206)
------------------------ */

@charset "UTF-8";
body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #275d98;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 10pt;
	/*letter-spacing: .5px; */
}
p {
	padding-top: 3px;
	margin-top: 3px;
}
.form {
	background-color:#FFF;
	padding: 4px 4px 4px 4px;
	margin: 4px p4xp 4px 4px;
	font-size: 8pt;
}
.wrapper #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/repeatbar.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:10pt;
	color:#000000;
} 
.wrapper #header {
	position:relative;
	background: #000000;
	height:181px;
	padding: 0px 0px 0px 0px;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.wrapper #header .header_dissolve {
	z-index: 1;
}
.wrapper #header .header_logo {
	position: absolute;
	z-index: 20000;
	top: 10px;
	left: 15px;
}
.wrapper #header .header_award {
	position: absolute;
	z-index: 10000;
	top: 82px;
	left: 637px;
}
.wrapper #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e5ecf9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 75px 0px;
}
.wrapper #mainContent {
	position:relative;
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 300px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#FFFFFF;
}
.contact_info {
	position:relative;
	float: left;
	top: 5px;
	left: 10px;
	width:190px;
	margin: 0px 0px 0px 0px;
}
.mag_stack {
	position:absolute;
	top: 55px;
	left: 10px;
	margin: 0px 8px 0px 0px;
}
.event_stack {
	position:absolute;
	top: 245px;
	left: 15px;
	margin: 0px 8px 0px 0px;
}
.home_textbox {
	position:absolute;
	top: 45px;
	left: 161px;
	width: 490px;
	padding: 10px 10px 10px 0px;
}
.loc_textbox1 {
	position:absolute;
	top: 45px;
	left: 20px;
	width: 470px;
	padding: 10px 10px 10px 0px;
}
.loc_textbox2 {
	position:absolute;
	top: 245px;
	left: 205px;
	width: 460px;
	padding: 10px 10px 10px 0px;
}
.contact_textbox {
	position:absolute;
	top: 325px;
	left: 245px;
	width: 275px;
	padding: 10px 10px 10px 0px;
}
.subscribe_add {
	margin-left:10px
}
.wrapper #mainContent .gold_box {
	position:absolute;
	z-index: 1;
	top: 255px;
	left: 161px;
	width: 509px;
	padding: 10px 15px 10px 15px;
	background-color: #e8e7ce;
}
.wrapper #mainContent .gold_box_text {
	margin: 0px 120px 0px 0px;
}
.wrapper #mainContent .gold_box_comment {
	position:absolute;
	z-index: 1;
	top: 30px;
	left: 245px;
	width: 425px;
	padding: 10px 15px 10px 15px;
	background-color: #e8e7ce;
}
*html .wrapper #mainContent .gold_box_comment { /* IE6 Hack */
	margin-top: -15px;
	margin-left: -3px;
}
.wrapper #mainContent .gold_box_cal {
	position:absolute;
	z-index: 1;
	top: 60px;
	left: 0px;
	width: 590px;
	padding: 5px 15px 5px 25px;
	background-color: #e8e7ce;
	margin-bottom: 10px;
}
.wrapper #mainContent .cal_content {
	position:relative;
	margin: 200px 50px 10px 25px;
}
.wrapper #mainContent .cal_content h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #db3549;
	padding-bottom: 8px;
	border-top: solid 1px #275d98;
}
.wrapper #mainContent .testimonial_content {
	position:relative;
	margin: 5px 50px 10px 25px;
}
.wrapper #mainContent .testimonial_content h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #db3549;
	padding-bottom: 8px;
	border-top: solid 1px #275d98;
}
.wrapper #mainContent .partners h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #db3549;
	padding-bottom: 8px;
}
.wrapper #mainContent .partners_content {
	position:relative;
	margin: 5px 50px 10px 25px;
}
.wrapper #mainContent .partners_content ul {
	list-style-type:square;
}
.wrapper #mainContent .partners_content li {
	padding-bottom: 4px;
}
/******************* Team Page Styles *********************/
#team {
	position:relative;
	margin: 20px 15px 10px 25px;
	font-size: 9pt;
}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #275d98;
	padding-bottom: 0px;
	margin-bottom: 2px;
}
#team .photo {
	float:left;
	padding: 15px 15px 40px 0px;
}
#team a {
	color: #db3549;
	text-decoration:none;
}
.team a:hover {
	color: #275d98;
	text-decoration:none;
}
.team a:active {
	color: #275d98;
	text-decoration:none;
}
.team a:visited {
	color: #db3549;
	text-decoration:none;
}

.wrapper #mainContent .girl_t {
	position: absolute;
	z-index: 20000;
	top: 220px;
	left: 565px;
}
.wrapper #mainContent .bag {
	position: absolute;
	z-index: 20000;
	top: 325px;
	left: 515px;
}
.wrapper #mainContent .magfan {
	position: absolute;
	z-index: 20000;
	top: 15px;
	left: 490px;
}
*html .wrapper #mainContent .bag {  /* IE6 Hack */
	top: 385px;
}
.wrapper #footer {
	position:relative;
	clear: left;
	width: 100%;	
	/* height: 45px; */
	margin-top: 0px;
	padding: 8px 0px 8px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	font-size: 9pt;
	color:#CCC;
	text-align:center;
}
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.wrapper #footer a {
	color:#FFF;
	text-decoration: none;
}
.wrapper #footer a:hover {
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.wrapper #sidebar1 .emag_thumb {
	background-color: #ffffff;
	widows: 170px;
	height: 150px;
	margin: 10px 5px 10px 5px;
	padding-top: 5px;
	text-align:center;
}
.redname {
	color: #db3549;
	font-weight: bold;
}
.tagline {
	position:relative;
	top: 24px;
	margin-left: 20px;
	padding-bottom: 40px;
	z-index: 500px;
}
.heading {
	color: #275d98;
	font-size: 13px;
	font-weight: bold;
}
.sidetitle {
	position: inherit;
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #db3549;
	padding-bottom: 8px;
}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #275d98;
	padding-bottom: 0px;
}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #275d98;
	padding-bottom: 0px;
	margin-bottom: 2px;
}
h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #00247e;
	padding-bottom: 0px;
	margin-bottom: 2px;	
}
a:link {
	color: #00247e;
	text-decoration:none;
}
a:hover {
	color: #758bbb;
	text-decoration:underline;
}
a:active {
	color: #758bbb;
	text-decoration:underline;
}
a:visited {
	color: #00247e;
	text-decoration:none;
}
.tight {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.h_thinline_B
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #00247e;
}
.h_line_B
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 2px solid #00247e;
}
.h_line_R
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 2px solid #db3549;
}
.tagline {
	position:relative;
	top: 24px;
	padding: 0px 0px 40px 0px;
	z-index: 500px;
}
.tagline_archive {
	position:relative;
	top: 24px;
	left: 10px;
	padding: 0px 0px 40px 0px;
	z-index: 500px;
}
.list li {
	padding-bottom: 4px;
}
.wrapper #header .top_nav {
	color: #ffffff;
	padding-top: 3px;
	padding-left: 122px;
}
.wrapper #header .top_nav a {
	color: #ffffff;
	text-decoration:none;
}
.wrapper #header .top_nav a:hover {
	color: #db3549;
	text-decoration:none;
}
.wrapper #header .top_nav a:active {
	color: #db3549;
	text-decoration:none;
}
.wrapper #header .top_nav a:visited {
	color: #ffffff;
	text-decoration:none;
}

/************* Sidebar Navigation **************/

.wrapper #sidebar1 .side_nav {
	padding: 10px 0px 10px 0px;
	font-size: 12px;
}
.wrapper #sidebar1 .side_nav ul {
	list-style:none;
	padding-left: 10px;
}
.wrapper #sidebar1 .side_nav li {
	padding-left: 0px;
	padding-bottom: 6px;
	list-style-position:outside;
}
.wrapper #sidebar1 .side_nav a {
	color: #275d98;
	text-decoration:none;
}
.wrapper #sidebar1 .side_nav a:hover {
	color: #db3549;
	text-decoration:none;
}
.wrapper #sidebar1 .side_nav a:active {
	color: #db3549;
	text-decoration:none;
}
.wrapper #sidebar1 .side_nav a:visited {
	color: #275d98;
	text-decoration:none;
}
