@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #143351;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.photos {flickr4j_setid=’72157621525091906’ size="0"
}

#logo {
	height: 91px;
	width: 91px;
	clear: both;
	float: left;
	margin-top: 50px;
}
#logo2 {
	float: left;
	margin-top: 60px;
	margin-left: 5px;
}
#dl_button {
	float: left;
	padding-left: 5px;
	clear: both;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	height: 200px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #194872;
	border: 1px solid #1DA3D5;
	margin-top: 30px;
}
p {
	line-height: 1.5em;
	margin-top: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
#welcome {
	float: left;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
h4 {
	margin-bottom: 0px;
	color: #F60;
	margin-top: 3px;
}
a:link {
	color: #0ECAF0;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #00CDF5;
	text-decoration: none;
}
.ldr_title {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #F60;
}
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#33CCFF;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#FF6600;}
#flickr_badge_wrapper {background-color:#003366;border: solid 1px #0099FF}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#33CCFF !important;}

/* NAVIGATION MENU*/
.underlinemenu{
	font-weight: bold;
	width: 50%;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #1DA3D5;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: #F60;
}
.cushycms {
}
