﻿/* HS.css */

/* Block all default margins and padding */
* {
    margin: 0;
    padding: 0;
}

body {
	/* Required to center wrapper in old browsers */
    text-align: center;
	/* The rest is optional, style to taste */
    background-color: #FFFFFF;
	color: #000000;
	background-image: url("../myimages/homepage/homepage_background.jpg");
	display:block;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Sans-Serif;
}

/* Wrapper sizes the layout */
#wrapper {
	/* Centers the layout (newer browsers) */
    /* Sets width for fixed or elastic layout */
	margin-left:auto;
	margin-right:auto;
	width: 50em;
	/* The rest is optional, style to taste */
    background-color: #fff;
	color: #000000;
	background-position: center;
	margin-top: 40px;
	border: 1px solid #000000;
}

/* ---------------------- Start layout division styles ---------------------- */

	  
/* Branding division */

  /* contains img in branding holder */
#branding img{
display:block;
	  /* end img in branding holder */
	  }
	  
#branding {
	height:5em;
	background-image:url("../myimages/homepage/blue_sun.jpg");
	width:auto;
	background-color: #ffffff;
	color: #000000;     /* border:dashed 1px red; */
  
}

#branding h1 {
  	position:relative;
	bottom:-1.3em;
	font-family:"Times New Roman", Times, serif;

	}

/* ///////////////////////////////////////////////////////////////////////////////////////// */

/* NAVBAR division */
#navbar {
	width: 50em;
	position: absolute; /* adding this line stopped the dropdowns from pushing lower divs out of way */
	background-image: url(../myimages/buttons/button_gradient_nav.jpg);
	height: 1.1em; /* adjusts height of bar containing the horizontal menu */
	background-repeat: repeat-x;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;

}


    
/* /////////////////////////////////////////////////////////////////////////////////////////*/
   .clear {
	clear: both;
	margin:0;
	line-height:0;
	width: 50em;
   }


/* /////////////////////////////////////////////////////////////////////////////////////////*/

/* LEFT CONTENT division */
#leftcontent {
	/* no sidebars */
    /* border:dashed 1px red; */
	background-image:url("../myimages/sidebars/sidebar_frontpage.jpg");
	background-repeat: no-repeat;
	width:16.5em;
	overflow:auto;
	display: inline; /* double-margin bug for ie6 and ie7*/
	float:left;
	/* Style to taste */
    /* background-color: #667ACC;light blue (opt.2 #DBE1F0) */
	/* background-image:url("leftcontent_lens.jpg"); */
    background-color: #fff;
	margin-top: 1em;
	margin-bottom: 0px;
	padding: 0px;
	color: #000000;
	text-align: center;
	/* padding-left:8px; */
	/* padding-right:8px; */
	height: 374.5px;
	
}
/* /////////////////////////////////////////////////////////////////////////////////////////*/

/* RIGHT CONTENT division */
#rightcontent {
	/* no sidebars */
/* border:medium dashed red; */ 
    width:33em;
	overflow:hidden;
	display:inline;
	/* Style to taste */
    /* background-color: #000; */
	/* background-image: url("bg_midnight2.jpg"); */
    background-color: #000;
	color: #000;
	float:right;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	/* padding:1em; */
  
}
/* RIGHT CONTENT images */
#rightcontent img {
 
/* border:medium dashed red; */
 width: 100%;   
   margin: 0 auto;
   display:block;
}
/* /////////////////////////////////////////////////////////////////////////////////////////*/

/* SUBFOOTER division */
#subfooter {
    /* Clear the content columns */
    clear: both; 
    /* Style to taste */
    /* background-color: #263673; */
	/* background-color: #C8D1F3; */
	background-image:url("../myimages/global/bg_spec_neutral.gif");
    /* color: #fff; */
	border-top: solid 7px #000032;
	width:50em;
	height:100%;
  
}

p.clearBoxes{
	/* this helps the image of the bar divider to clear the three boxes */
clear:both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline:none; }
 


/* /////////////////////////////////////////////////////////////////////////////////////////*/

/* FOOTER division */

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#263673;
	color:#FFFFFF;
	text-align: center;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer p{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	font-weight:normal;
	} 

#footer table {
	margin: auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
	

.whitelink a:link, .whitelink a:visited{
font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#FFF;
	background:inherit;
	}


/* ---------------------- End layout division styles ---------------------- */

/* ---------------------- Start Content division styles ------------------- */
/* Heading 1 tags in content division */

p.message{
	/*background-color:#fff;  white color */
/* border:ridge 1.5px #7171A7; */
/* need display:block to extend text to right in IE */
display:block; /* line-height behaves as it should in firefox with this code addition */
	background-image: none; /* HACK makes text background transparent to show through Firefox */
	line-height: normal;
}

table.block1{
	background-color:#FFF; /* white color */
	/* background-image:url("gradient_left_home.jpg"); */
float:left;
	margin:.5em .5em 0 .5em;
	width:13em;
	height:9em;
	color: #000000;
	text-decoration: none;
}

table.block2{
	background-color:#FFFFFF; /* white color */
	/* background-image:url("gradient_left_home2.jpg"); */
float:left;
	margin:.5em .5em 0 0; 
	width:20em;
	height:9em;
	color: #000000;
	text-decoration: none;
}

table.block3{
	background-color:#FFFFFF; /* white color */
	/* background-image:url("gradient_left_home.jpg"); */
	
float:left;
	margin:.5em .5em 0 0;
	width:13em;
	height:9em;
	color: #000000;
	text-decoration: none;
}

#content h1 {
    margin-left: 10px;
    font-size: 1.5em;

}

/* Paragraphs in content division */
#content p {
    font-size: 0.85em;
    line-height: 1.5em;
    margin: 1em 12px;
}

/* Bulleted lists in content division */
#leftcontent ul {
    font-size: 0.85em;
    margin: 1em 20px 1em 40px;
}

#leftcontent ul li {
    margin-bottom: 0.5em;
}

/* ---------------------- End Content division styles ------------------- */

#wrapper #leftcontent .message {
}
#poster {
	width: 200px;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FF0000;
	background-color:inherit;
}
.messagebox_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color:none;
	text-decoration: none;
	line-height: 100%;
}
.messagebox_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.messagebox_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color:none;
}
.messagebox_small {
	font-size: 11px;
	background-color:none;
	color: #000000;
	font-weight: bold;
}


.form {
	margin:0;
	text-align:center;
	width:230px;
	display:block;
	color: #000000;
	background-color:none;
	padding-bottom: 0px;
	
}

table.center {
	margin-left:auto;
	margin-right:auto;
	color: #000000;
	background-color: inherit;
}

img {
border:none;
}
	
.removesLinkBorder {
	/* removes link color around donation box, added padding below for proper text spacing of link below the image */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	display:block; /* line-height behaves as it should in firefox with this code addition */
	background-image: none; /* HACK makes text background transparent to show through Firefox */
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
}
.textBlockHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: inherit;
	text-decoration: none;
}
.link_size12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: inherit;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	display:block;
}
.banner {
	color: #FFFFFF;
	background-color: #000000;
	width: 750px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/* IMAGES CSS */

.imgcenter {
margin: 0, 0;
}
