/*GLOBAL OPTIONS*/
html {font-size: 100.1%;}
body {
	font: 64% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {list-style: none;} /* changed from none by MIck */
a {
	text-decoration: none;
	color: #333;
}
a:hover {text-decoration: underline;}
a:focus {outline: none;}
img {
	display: block;
}

h1 {
	font: bold 170% Verdana, Times, serif;
	color: #CC3300;
	margin: 0 0 12px;
}
h2 {
	font: bold 140% Verdana, Times, serif;
	color: #CC3300;
	margin: 0 0 10px;
}
p {
	font-size: 130%;
	line-height: 16px;
	margin: 0 0 13px;
	color: #000;
}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 750px;
	display: table;
	height: 1%;
}
/*logo*/
.logo {
	background: url(../images/logo.gif) no-repeat;
	width: 162px;
	height: 107px;
	display: block;
}
.logo a {
	height: 100%;
	width: 100%;
}
/*top-menu*/
.top-menu {
	padding: 0;
	margin: 0 0 5px;
	text-align: right;
}
.top-menu li {
	display: inline;
	padding-left: 13px;
	background: url(../images/img-top-menu-separator.gif) no-repeat 5px 50%;
}
/*first element in list*/
.first {
	background: none !important;
	padding: 0 !important;
}
.top-menu a {
	font-size: 120%;
	color: #333;
	line-height: 24px;
}
/*SIDEBAR*/
.sidebar {
	float: left;
	width: 162px;
	margin-right: 17px;
}
/*btn-donate*/
.btn-donate {
	width: 164px;
	height: 71px;
	background: url(../images/btn-donate.gif) no-repeat;
	margin: 3px 0 5px;
}
/*main navigation*/
.main-nav {
	padding: 0;
	margin: 0;
	height: 1%;/*fix IE layout (triger hasLayout)*/
	background: #fff;
}
.main-nav li {
	width: 100%;
	vertical-align: top;
	margin-bottom: 1px;
}
.main-nav a {
	display: block;
	background: #efefef url(../images/bg-main-nav.gif) repeat-y 100% 0;
	color: #333;
	font-size: 130%;
	line-height: 22px;
	padding-left: 8px;
	height: 1%;
}
/*main navigation rollover*/
.main-nav a:hover {
	background: #f00;
	color: #fff;
	text-decoration: none;
}
/*main navigation drop box*/
.main-nav ul {
	display: block;
	padding: 0 0 0 19px;
	margin: 0;
}
.main-nav ul a {
	background: url(../images/img-main-nav-bullet.gif) no-repeat 0 9px !important;
	padding-left: 11px;
	color: #333 !important;

}
.main-nav li.select ul {display: block;}
/*content-row*/
.content-row {
	width: 100%;
	overflow: hidden;
	display: table-header-group;
}
/*promo-box*/
.promo-box {
	float: left;
	width: 313px;
}
/*pink-box*/
.pink-box {
	background: #ffe1e1;
	border: 1px solid #bd7f7f;
	padding: 10px 15px 5px;
	color: #333;
}
.main-link {
	font-size: 110%;
	line-height: 13px;
	text-decoration: underline;
}
.main-link:hover {text-decoration: none;}
/*action menu*/
.action-menu {
	padding: 0;
	margin: 0;
}
.action-menu li {
	display: inline;
	padding-left: 10px;
	background: url(../images/img-top-menu-separator.gif) no-repeat 4px 50%;
}
.action-menu li a {font-size: 120%;}
.pink-box em {
	font-style: normal;
	display: block;
	text-align: right;
	margin: 3px 0 4px;
}
/*right top photo*/
.right-photo {
	float: right;
	margin: 4px 0 6px;
}
/*container*/
#content-group {display:table-footer-group;/*SEO Layout*/}
.container {
	background: url(../images/bg-container.gif) repeat-y;
	padding-bottom: 17px;
	display: block;
}
/*content*/
.content {
	float: right;
	width: 570px;
}
/*search form*/
.search-form {
	overflow: hidden;
	background: url(../images/bg-head-line.gif) repeat-x;
	height: 35px;
	border-top-width: 5px;
	
	/*border-bottom: 1px solid #333;
	padding: 0px 0px 0px 0px;*/
	
}
/*btn search
.btn-search {
	float: right;
	color: #fff;
	line-height: 17px;
	padding: 0px 4px 0px 0px;
	background: #f00;
	border: 1px solid #fff;
	font-size: 110%;
	margin-left: 6px;
}*/
.search-form input {
	/*float: right;
	width: 60px;
	height: 20px;
	
	border: 1px solid #000;
	
	font: 16px Verdana, Arial, Helvetica, sans-serif;*/
	background-image: none !important;
	padding: 0px 2px 2px 2px;
}
/*main-column*/
.main-column {
	float: left;
	width: 360px;
	padding-top: 15px;
}
/*main column paragraph*/
.main-column p {
	margin-bottom: 0;
	padding-bottom: 25px;
}
/*main column paragraph*/
.main-column li {
	list-style: disc;
	font-size: 130%;
	line-height: 1.3em;
}
.main-column a {
	text-decoration: underline;
	color: #00F;
}
.main-column a:hover {text-decoration: none;}

/*News Archive Links*/
.news_months {
	text-decoration: none;
	font: bold 170% Verdana, Times, serif;
	color: #CC3300;
}
.news_months a {
	text-decoration: none;
	font: bold 170% Verdana, Times, serif;
	color: #CC3300;
}
.news_months a:hover {
	text-decoration: underline;
}
/*left content photo*/
.left-photo {
	float: left;
	margin: 0 10px 0 0;
}
/*sub-column*/
.sub-column {
	float: right;
	width: 153px;
	padding: 7px 24px 0 0;
}
/*banner*/
.banner {
	margin-bottom: 15px;
	display: block;
}
.box {border: 0px solid #666;}
/*FOOTER*/
#footer {
	height: 87px;
	width: 100%;
	clear: both;
}
/*footer columns*/
.f-columns {
	width: 100%;
	overflow: hidden;
	padding: 8px 0;
	margin-bottom: 7px;
	background: url(../images/bg-footer.gif) repeat-x;
}
/*footer column*/
.f-column {
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
	width: 265px;
}
.f-column a{
	color: #fff;
}
/*last footer columns*/
.last {width: 190px;}
/*footer column list*/
.f-column li {
	color: #fff;
	font-size: 120%;
	line-height: 15px;
}
/*website*/
.website {
	display: block;
	clear: both;
	text-align: right;
	color: #ccc;
	font-size: 100%;
}
.website a {color: #ccc;}
/*photo holder*/
.photo-holder {
	width: 100%;
	overflow: hidden;
}
