@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/bodybgrepeat.jpg);
	margin: 0;
	padding: 0;
}
/* the container wrapper is necessary for the continuing background pattern */
#containerwrapper {
	background: url(../images/containerwrapperbg.jpg) repeat-x;
}
#container {
	background: #FFFFFF url(../images/containerbg_leftcolumn.jpg) repeat-y;
	border-left: 1px solid #00040A;
	border-right: 1px solid #00040A;
	width: 90%;
	margin: 0 auto 0 auto;
	position: relative;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*                    HEADER                            */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
	background: url(../images/headerbg.jpg) repeat-x;
	height: 213px;
	
	
}
#logo {
	width: 355px;
	height: 230px;
	background: url(../images/logo.jpg);
	position: absolute;
	top: 0;
	z-index: 1;
	
}
#webaddress {
	padding: 0;
	margin: 0;
	font: 1.2em "Adobe Garamond Pro Bold", Times New Roman, Times, serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	 margin-right: 12%;
	 position: relative;
	 z-index: 2;
	 height: 25px;
	 overflow: hidden;

}
#quote {
	font: 1em "Adobe Garamond Pro Bold", "Times New Roman", Times, serif;
	text-align: right;
	color: #FFFFFF;
	margin: 12px 12% 0 0;
	position: relative;
	z-index: 2;
	padding: 0;
	height: 20px;
	overflow: hidden;
}
#header h1 {
	font: lighter 2em "Adobe Garamond Pro", "Times New Roman", Times, serif;
	float: right;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	width: 476px;
	height: 95px;
	margin: 5px 10px 0 0;
	padding: 0;
	display: block;
	background: url(../images/headerh1.gif) no-repeat;
	overflow: hidden;
}
#newsletter {
	font: lighter 1.1em "Adobe Garamond Pro", "Times New Roman", Times, serif;
	color: #FFFFFF;	
	z-index: 2;
	width: 550px;
	height: 100px;
	float: right;
	margin: 17px 10px 0 0;
	padding: 5px 5px 5px 5px;
	text-align: right;
	position: relative;
	overflow: hidden;
	
}
.enteremail {
	color: #A6A6A6;
	font: lighter .7em Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}



.golabel {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
	
/* .................... END HEADER...................... */




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*                   MENUS			                     */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#verticalmenu {
	position: absolute;
	left: 1px;
	padding: 0;
	top: 217px;
	height: 643px;}

#nav li a {

	text-decoration: none;
}
.glossymenu, .glossymenu li ul{
list-style-type: none;

}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: #B3C4D4;
font: 1.2em "Adobe Garamond Pro Bold", "Times New Roman", Times, serif;
text-align: left;
border: 1px solid #3D5361;
display: block;
width: 180px;
margin: 5px 0 0 5px;
padding: 5px;
text-decoration: none;
}

.glossymenu li ul { /*SUB MENU STYLE*/
position: absolute;
font-size: .8em;
width: 100px; /*WIDTH OF SUB MENU ITEMS*/
top: 0;
display: none;
}

.glossymenu li ul li{
	float: right;
	left: 65px;
}

.arrowdiv {
position: absolute;
right: 10px;
width: 17px;
background: transparent url(../images/littlearrows.jpg) no-repeat right center;
}

.glossymenu li a:link, .glossymenu li a:visited, .glossymenu li a:active{
	color: #344351;
}

.glossymenu li a:hover{
	color: #344351;
	background-color: #B7C8D8;
}






/* .................... END NAV  ...................... */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*                      CONTENT                         */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#content {
	margin-left: 210px;
	padding-right: 5px;}
	
#content p, #content ul li {
	list-style-image: url(../images/bullet.gif);
	font: 0.9em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	}

# content img {
	border-style: none;
}

#content a:link, #content a:visited {
	color: #333;
	font-weight: normal;
	text-decoration: underline;
	border-style: none;
	padding: 0px;
}

#content a:hover, #content a:active {
	color: #3A505A;
	text-decoration: none;
	font-weight: normal;
	border-style: none;
	padding: 0px;
	border-width: 0px;
}

#content h1 {
	font-size: 1.8em;
	color: #728488;
	border-bottom: 1px solid #464A33;
	text-transform: uppercase;	
	font-weight: bold;
}
#content h2 {
	color: #5A5786;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}



/* ................... END CONTENT  ................... */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*                     FOOTER                           */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
	background: #6D7E86 url(../images/footer.jpg) repeat-x;
}
#footer p{
	width: 89%;
	margin: 0 auto 0 auto;
	padding: 10px 1% 5px 0;
	background: #3D515C;
	color: #9EA9AD;
	border-top: 1px solid #00040A;
	border-left: 1px solid #00040A;
	border-right: 1px solid #00040A;
	font-size: .6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	height: 50px;
}
#footer p img{
	margin:0 0 0 20px;
	padding:0;
}

#footer a:link, #footer a:visited {
	color: #9EA9AD;
	font-weight: bold;
	text-decoration: none;}
#footer a:hover, #footer a:active {
	text-decoration: underline;}
/* ................... END FOOTER   ................... */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*                 MISC CLASSES                         */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.clearboth {
	clear: both;
	margin:0;
	padding:0;
	height: 1px;
}
.hidden {
	visibility: hidden;
}
.floatright {
	float: right;
	border-style: none;
	}
.floatleft {
	float: left;
	border-style: none;
	}
.noborders {
	border: none;}
#photo {
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #364D5A;
	border-style: none;
	}
.phototext {
	margin-top: -15px;}



	/*------------------ACTION CENTER--------------------*/

#action {
	width: 270px;
	height: 300px;
	border: 1px solid #999999;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;

	}
	
#action h1 {
	display: block;
	font-size: 13px;
	height: 22px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: normal;
	background: #364E5A url(../images/h1bg.jpg) repeat-x;
		}
	
#action a:link, #action a:visited, #action a:hover, #action a:active {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	}


/*------------------FEATURED ISSUES--------------------*/

#featuredissues {
	width: 600px;
	height: 280px;
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
}

#featuredissues a:link, #featuredissues a:visited {
	border: none;}
