/*
      Created by Ben Boykin of Emergent Graphics
	  	  
	  E-Mail: ben@emergentgraphics.com
	  Web: www.emergentgraphics.com
	  
		  
*/

* { padding: 0; margin: 0; }



body {

 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;

 font-size: 0.9em;
 
 background: #24546C;

}



#h,h1,h2,h3,h4 {

 font-size: 2em;

 font-weight: bold;

 color:#000; 

 text-align: left;

 text-decoration: underline;

 padding: 0 0 15px 0;

}



#wrapper { 

 margin: 0 auto;

 width: 860px;

 position: relative;
 
 border-right: 1px solid #144056;
 
 border-left: 1px solid #144056;

}

#p{

line-height: 1.8em;

}

#img { behavior: url(iepngfix.htc);

}


#header {

 height: 134px;

 background: #F3F1E4;

}


#current_issue {

 background: url(images/current-issue.gif) no-repeat; 
 

 width: 100px;

 height: 105px;

 position: absolute;

 top: 173px;

 left: 0;

 z-index: 2;

}

#top-rt-container {
 
 background: url(images/magazines.png) no-repeat;
 
 behavior: url(iepngfix.htc);

 width: 214px;

 height: 234px;

 position: absolute;

 top: 0px;

 right: 0px;

 z-index: 2;

}


#flash-container { 

 color: #e4e3cf;

 border-bottom: 8px solid #33789b;

 margin: 0;

 height: 250px;

 background: #cee0e7;

 padding: 65px 15px 0px 85px;

 color: #000; 


}

#mssholder {

 z-index: -1;
 
}


#main-container {

 background: #E4E3CF; 

}



#main-content {

 font-size:0.9em;

 color:#000;

 line-height: 1.6em;

 text-align: justify;

 margin: 0 0 0 20px;

 padding: 20px 0;	

 width: 620px;

}

#rightcolumn { 

 float: right;

 color: #333;

 padding: 20px;
 
 margin: 5px 0px;

 width: 165px; 

 font-size:0.9em;

 color:#000;

 line-height: 1.4em;

 text-align: justify;
 
}

#footer { 

 height: 75px;

 color: #000;

 background: #33789b;
 
 border-top: #144056;

 margin: 0;

 padding: 60px 20px 5px 20px; 
 
 font-size: 0.7em;

}

#footer-content {
 float: left;
 margin: 20px 0px 10px 15px; 
 padding: 10px 0px 10px 10px;
 border-left: 1px dotted #000;
 font-family: "Trebuchet MS", Arial 6px #000;
 text-align: left;
 line-height: 1.2em;
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */

ul#navigation {

 margin:0;

 padding:0;

 list-style-type:none;

 width:auto;

 position:relative;

 display:block;

 height:34px;

 text-transform:uppercase;

 font-size:0.85em;

 font-weight:bold;

 background:transparent url("images/bgOFF1.gif") repeat-x top left;

 border-bottom:4px solid #2A6380;

 border-top:1px solid #939191;

}



ul#navigation li{

 display:inline;

 margin:0;

 padding:0;

}



ul#navigation li a{

 display:block;

 float:left;

 color:#fff;

 text-decoration:none;

 padding:10px 18px 0 18px;

 height:24px;

 background:transparent url("images/bgDIVIDER1.gif") no-repeat top right;

}



ul#navigation li a:hover{

 background:transparent url("images/bgON1.gif") repeat-x top left;

}


ul#navigation li a.current, ul#navigation li a.current:hover{

 color:#fff;

 background:transparent url("images/bgACTIVE.gif") repeat-x top left;
}



/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */



