/* =========================== elements ============================= */

html, body { 
	background: #fff url() repeat-x 0 0;
	font: normal 12px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #000;
	height: 100%;
}

p {
	margin-bottom: 15px;
}

a:link, a:visited { 
	color: #066; 
	text-decoration: none; 
}
a:link:hover, a:visited:hover, a:active, a:focus {
	text-decoration: underline; 
}
a img {
	border: none;
}
/* ========================= elements end =========================== */

/* ============================ layout ============================== */
.clear{ clear:both; } /* IE */

#wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -68px;
}

.holder{ 
	width: 700px; max-width: 96%;
	padding: 0 2%; margin: 0 auto;
	position: relative;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

div#top_stripe {
	width: 100%;
	height: 14px;
	background-color: #019CDC;
	background-image: url('../images/bg_top_stripe.png');
}

div#banner {
	width: 100%;
	height: 136px;
	background-image: url('../images/bg_banner.png');
	position: relative;	
	margin-bottom: 40px;
}

div#banner img#logo {
	position: absolute;
	top: 25px;
}

div#banner img#global_sites {
	position: absolute;
	right: 100px;
	top: -4px;
}

/* ========================== header end ============================ */

/* ============================ content ============================= */




div#side_wrap ul#recent_news span.image_wrap {
	display: block;
	float: left;
	margin-right: 5px;
}

ul#recent_news li {
	clear: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

ul#recent_news li.no_comments {
	background-image: url(../images/no_comments.png);
	display: block;
	background-position:2px 6px;
	background-repeat:no-repeat;
	border-bottom:1px solid #F6F6F6;
	padding-bottom:5px;
	padding-left:25px;
	padding-top:5px;
	width: 160px;
}

h3 {
	background-image:url(../images/bg_h3.png);
	background-position:3px 2px;
	background-repeat:no-repeat;
	border-bottom:1px solid #F6F6F6;
	font-size:16px;
	margin:60px 0 5px;
	padding-bottom:5px;
	padding-left:25px;
	font-family: Georgia;
	color: #009ddb;
}

a.rss {
	float: right;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 10px;
}

/* ========================= content end ========================= */



div#footer {
	border-top: 2px solid #d7cab0;
	background-color: #f0ece4;
	color: #666666;
}

#footer, .push {
   height: 66px;
}

div#footer h3 {
	border-bottom: 1px solid #e1e1e1;
	background-image: url('../img/bg_h3_footer.png');
}

div#footer .holder {
	height: auto !important;
	height: 100%;
}

div#footer p {
	padding-left: 25px;	
}

div#mailing_list, div#global_sites, div#contact_us {
	margin-right: 15px;
	float: left;
}

div#mailing_list {
	width: 196px;	
}

div#global_sites {
	width: 200px;	
}

div.design-by {
	padding: 25px 0;
	font-weight: bold;
	float: right;
	text-align: right;
	width: 200px;
}

div.footer-info {
	padding: 25px 0;
	font-weight: bold;
	float: left;
	width: 400px;
}

div#footer a {
	color: #009ddb;
}

ul#images {
	margin: 20px 0;
}

ul#images li {
	float: left;
	margin-right: 10px;
}
ul#images li.last {
	margin-right: 0;
}


#sites {
	margin-top: 10px;
	color: #333333;
	border: 1px solid #f2f2f2;
	padding: 0 2px 2px 2px;
	font-size: 12px;
	width: 160px;	
}

#sites a {
	color: #333333;	
}

#sites li {
	display: block; 
	background-color: #f2f2f2; 
	padding: 2px 5px; 
	margin-top: 2px;	
}


#select_location {
	float: left; margin-left: 10px;
}

#select_location h2 {
	color: #333333;
	border: 1px solid #f2f2f2;
	padding: 2px;
	font-size: 12px;
	width: 160px;
}

#select_location h2 span {
	display: block;
	background-color: #f2f2f2;
	padding: 2px 5px;
}


#top_striple_dropdown {
	background-color: #D80073;	
	color: #fff;
	display: none;
}

#top_striple_dropdown a {
	color: #fff;
}

#top_striple_dropdown table {
	margin: 0 auto;
	width: 700px;
}

#top_striple_dropdown table td {
	padding: 25px 0;
}


