/* ALEXANDRA HOMEPAGE LAYOUT

/* table of contents
 			1. GLOBAL STYLES
			2. LAYER STYLES
			3. TEXT STYLES
			4. FOOTER STICK STYLES

/* //////////////////////////// 
        GLOBAL STYLES
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
@import url("nav.css");	
* {
	margin:0px;
	padding:0px;
	}
html {
	text-align:center;
	background:url(../media/html_bkg.gif) top left repeat-x;
	}	
body {
	margin:8px auto 0px auto;
	width:955px;
	font-size:100%;
	text-align:left;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	}
p {
	font-size:0.75em;
	margin-bottom:12px;
	color:#7F7F7F;
	text-align:justify;
	}
h1 {	
	font-size:1.3em;
	color:#463427;
	font-weight:normal;
	}
h2 {	
	font-weight:normal;
	color:#463427;
	font-size:1.2em;
	}	
h3 {	
	font-weight:normal;
	color:#463427;
	font-size:1.1em;
	}
h4 {	
	font-weight:normal;
	color:#463427;
	font-size:1em;
	}				
h1.logo_main {
	text-indent:-5000px;
	background:url(../media/logo_lrg.gif) top left no-repeat;
	height:56px;
	overflow:hidden;
	}	
h2.secondary_header {
	background:url(../media/headers/secondary_header.gif) top left no-repeat;
	height:18px;
	text-indent:-5000px;
	overflow:hidden;
	}		
/* //////////////////////////// 
        LAYER STYLES
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/	

#nav {
	float:left;
	}	
#homecontent {
	float:right;
	width:710px;
	overflow:auto;
	border-left:1px solid #B8CE3C;
	margin-top:10px;
	padding-left:10px;
	}			
#flash_container {
	height:294px;
	background:url(../media/stripes.gif) top left no-repeat;
	width:955px;
	text-align:right;
	}
#twocolumn_container {
	float:left;
	display:block;
	clear:both;
	width:955px;
	padding-bottom:2em;
	}	
/* //////////////////////////// 
        TEXT STYLES
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/	
#flash_container p, #flash_container a {
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	}
.welcome {
	border-bottom:1px solid #B8CE3C;
	width:400px;
	padding-bottom:5px;
	margin-bottom:10px;
	}
#homecontent a:link, #homecontent a:visited {
	color:#A3BD0B;
	text-decoration:none;
	}
#homecontent a:hover, #homecontent a.active {
	color:#A3BD0B;
	text-decoration:underline;
	}		
#foot p {
	color:#594435;
	margin:5px 0;
	text-align:center;
	}		
#foot ul { 
	width:955px;
	list-style:none;
	font-size:0.85em;	
	}	
#foot li { 
	display:inline;
	color:#907A68;
	margin:0 3px;
	}	
#foot a:link, #foot a:visited {
	color:#907A68;
	text-decoration:none;
	}
#foot a:hover, #foot a.active {
	color:#594435;
	text-decoration:none;
	}			
/* //////////////////////////// 
        FOOTER STICK STYLES
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/	
#container-page {
	position:relative;
	}
#container-content {
  padding: 0 0em 0px 0em;
	}
#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
	}
#foot {
	font-size:0.75em;
	padding:5px 0;
	display:block !important;
	position:relative;
	margin-top:0em;
	height:50px;
	background:url(../media/foot_bkg.gif) top left repeat;
  	text-align:center;
	}


