/* import YUI CSS reset */
@import url(reset.css);

em {
	font-style: italic;
}
html, body {
	height: 100%;
}
body {
	background-color: #770C0E;
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	font-size: 75%;
	/* min-height: 800px; */
}
#container {
	background-color: #FFF;
	min-height: 100%;
	/* margin: 0 auto 20px auto; */
	width: 769px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -115px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	z-index: 1;
	border: 2px solid #CCC;
	border-width: 0 2px;
}
* html #container {
	height: 100%; 
}
#footer, #push {
	height: 115px;
	clear: both;
}
.clear {
	clear: both;
}
strong { font-weight:bold; }
/***************************/
/*  HEADER                 */
/***************************/
#header {
	padding: 0 10px;
	height: 160px;
}
#logo {
	position: relative;
	float: left;
	margin: 0px;
	z-index: 0;	
}
#logo img {
	position: relative;
	margin: 0;
	border: 0;
	z-index: 0;
}
#slogan {
	position: relative;
	float: left;
	font-size: 1.2em;
	color: #666;
	font-style: italic;
	margin: 30px 0 0 -80px;
	width: 400px;
	line-height: 20px;
	z-index: 1;
}
#address {
	margin: 30px 0 0 0;
	font-size: 1em;
	color: #666;
	float: right;
	/*overflow: auto;*/ /* workaround for ie7 float right italic bug */
	text-align: right;
}
.address_label {
	color: #999;
}
#donate {
	margin: 0;
	font-size: 1.7em;
	/* color: #333; */
	font-weight: bold;
	clear: both;
	float: right;
	position: absolute;
	right: 0px;
	top: 120px;
	height: 43px;
}
#donate img {
	margin: 0 5px -15px 5px;
}
.screen_reader {
	float: right;
	color: #999;
	font-size: 9px;
	line-height: 10px;
	margin-bottom: -10px;
}
/***************************/
/*  NAV                    */
/***************************/
#nav {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	font-family: Georgia, serif;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	margin: 20px auto 0px auto;
	padding-bottom: 0px;
	height: 40px;	
}
#nav ul {
	list-style: none;
	margin: 0 10px;
	display: block;
}
#nav li {
	float: left;
}
#nav a {
	text-decoration: none;
	padding: 10px 12px 6px 12px;
	margin: 0 8px 0 0;
	height: 20px;
	border: 4px solid #FFF;
	border-width: 0 0 4px 0;
	line-height: 20px;
	display: block;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #444;
}
#nav .current a:link, #nav .current a:visited, #nav .current a:active {
	color: #444;
	border-bottom: 4px solid #CCC;
	background-color: #EEE;
	
}
#nav a:hover {
	color: #222;
	border: 4px solid #FECB69;
	border-width: 0 0 4px 0;
}


/***************************/
/*  SUBNAV                 */
/***************************/
#subnav {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	font-family: Georgia, serif;
	clear: both;
	margin: 0px auto 0px auto;
	padding-bottom: 0px;
	height: 34px;	
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-x;	
	background-position: bottom;
	background-color: #EEE;
}
#subnav ul {
	list-style: none;
	margin: 0 10px;
}
#subnav li {
	float: left;
}
#subnav a {
	text-decoration: none;
	margin-top: 7px;
	padding: 0 12px 6px 12px;
	display: block;
}
#subnav a:link, #subnav a:visited, #subnav a:active {
	color: #444;
}
#subnav .current a:link, #subnav .current a:visited, #subnav .current a:active {
	color: #444;
	border: 4px solid #FECB69;
	border-width: 0 0 4px 0;
}
#subnav a:hover {
	color: #222;
}



/***************************/
/*  DONATE                 */
/***************************/
#donate a {
	line-height: 2em;
}
#donate a:link, #donate a:visited, #donate a:active {
	color: #7B0C0E;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Georgia, serif;
}
#donate a:hover {
	color: #999;
}
/***************************/
/*  MAIN CONTENT           */
/***************************/
#main {
	padding: 10px 20px 0 20px;
	margin-top: 10px;
	color: #333;
}
h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #001D54;
	font-family: Georgia, serif;
	font-weight: 700;
	margin: 0px 0 14px 0px;	
	padding: 0 0 0px 30px;
	background: url(../images/star_bullet.gif) no-repeat left center;
	position: relative;
}
h2 {
	font-size: 1.2em;
	line-height: 1em;
	color: #333;
	font-family: Georgia, serif;
	font-weight: 700;
	margin: 0px 0 14px 0px;	
	padding: 0 0 0px 0px;
}
#leftColumn {
	float: left;
	padding: 0px 20px 0 20px;
	width: 330px;
}
#rightColumn {
	float: left;
	width: 330px;
	padding-left: 20px;
}
#leftColumn ul, #rightColumn ul {
	padding: 10px 0 0 15px;
}
#leftColumn li, #rightColumn li {
	margin: 0 0 8px 20px;
	padding: 0 0 0 20px;
	background: url(../images/bullet.gif) no-repeat left top;
}
.listTitle {
	background: url(../images/list_top.jpg) no-repeat;
	height: 29px;
	width: 195px;
	font-weight: bold;
	color: #1C5B9E;
	padding: 18px 0 0 25px;
	margin: 0 0 5px 0;
}
#rightColumn img {
	margin: 4px 12px;
	border: 1px solid #666;
	padding: 2px;
}
#leftColumn.directions {
	width: 430px;
}
#rightColumn.directions {
	width: 230px;
	padding-top: 40px;
}

#rightColumn.directions input {
	background-color: #EEE;
	border:1px solid #AAA;
	font-family: 'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	margin:3px 0pt 3px 0px;
	display: inline;
	float: left;
	text-align: left;	
}

/***************************/
/*  FOOTER                 */
/***************************/
#footer {
	margin: 30px auto 0 auto;
	position: relative;
	z-index: 9;
	clear: both;
	width: 769px;
	border: 2px solid #CCC;
	border-width: 0 2px;
	background-color: #FFF;
}
#footerContent {
	color: #666;
	padding: 20px 20px 20px 20px;
	font-family: Georgia, serif;
	text-align: center;
	background: url(/images/flag_bg.jpg) no-repeat;
}
#footerContent a {
	color: #666;
}
#footerContent a:link, #footerContent a:active {
	color: #666;
}
#footerContent a:visited {
	color: #666;
}