@charset "UTF-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #01569D;
}
p {
	margin: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
}
#outer-wrapper {
	background-image: url(images/texture-bg.jpg);
	background-repeat: repeat;
}
#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#header-wrapper {
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header-content {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 29px;
}
#logo-tagline {
	overflow: hidden;
	background-image: url(images/building-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 16px;
}
#tagline {
	float: right;
	padding-top: 100px;
}
#tagline h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #666666;
	font-style: italic;
	font-size: 20px;
}
#logo {
	float: left;
	padding-top: 9px;
}
#navigation {
	clear: both;
}
#nav {
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	float: left;
}
#navclear {
	clear: both;
}
#nav, #nav ul { /* all lists */
	list-style: none;
	font-size: 14px;
	padding: 0;
	font-weight: bold;
	background-color: #efece0;
}

#nav a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	_padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 20px;
	_padding-left: 15px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

#nav li { /* all list items */
	float: left;
	display: block;
}
#nav li:hover{
	background-color: #D0C9A7;
	color: #333333;
}
#nav  li a:hover{
	color: #333333;
}

#nav li ul { /* second-level lists */
	position: absolute;
	_width: 230px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #D0C9A7;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EEF0C8;
	border-right-color: #EEF0C8;
	border-bottom-color: #EEF0C8;
	border-left-color: #EEF0C8;
}
#nav li ul li {
	margin: 0px;
	z-index: 9999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D0C9A7;
	border-bottom-color: #D0C9A7;
}
#nav li ul li a:link {
	color: #333333;
	text-transform: none;
}
#nav li ul li a:visited {
	color: #333333;
	text-transform: none;
}
#nav li ul li:hover {
	background-color: #0058A5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	text-transform: none;
}
#nav  li  ul  li a:hover {
	color: #FFFFFF;
	text-transform: none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 9999;
}
#nav  li  ul  li ul { /* third-and-above-level lists */
	margin-top: -49px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #FFFFFF;
}



#search {
	float: right;
	background-color: #EFECE0;
	padding: 4px;
}
#search  #button {
	background-color: #dcdac3;
	color: #747474;
	font-weight: bold;
	border: 1px solid #cbc5a9;
	padding-top: 1px;
	padding-bottom: 1px;
	text-transform: uppercase;
}
#maincontent {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 35px;
	margin-top: 8px;
	overflow: hidden;
}
#rightcontent {
	float: right;
	width: 595px;
	border: 1px solid #999999;
	margin-right: 10px;
}
#rightcontent a:link {
	color: #0058A5;
	text-decoration: underline;
}
#rightcontent  a:visited {
	color: #0058A5;
	text-decoration: underline;
}
#rightcontent   a:hover {
	color: #333333;
	text-decoration: none;
}
#rightcontent h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #0058A5;
	font-size: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#rightcontent h1 a:link {
	text-decoration: none;
}
#rightcontent  h1  a:visited {
	text-decoration: none;
}
#rightcontent   h1   a:hover {
	text-decoration: none;
	color: #333333;
}
#rightcontent h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #999999;
	font-weight: normal;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#rightcontent h3 {
	color: #0058A5;
	font-size: 16px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
#rightcontent h3 a:link {
	text-decoration: none;
}
#rightcontent  h3  a:hover {
	text-decoration: none;
}
#rightcontent p {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}
#rightcontent ul {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	margin-left: 30px;
	margin-top: -12px;
	margin-bottom: 15px;
}
#rightcontent  ol {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	margin-top: -5px;
	margin-bottom: 15px;
}
#rightcontent  h5 {
	color: #333333;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: normal;
}
#comments #comment {
	width: 100%;
}
.attachment-post-thumbnail {
	float: right;
	width: 150px;
	margin-bottom: 15px;
	margin-left: 15px;
	height: auto;
	padding-top: 20px;
}
#postsclear {
	clear: both;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFECE0;
	margin-bottom: 15px;
}
#posts {
	padding: 15px;
}
#posts img {
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-left: 15px;
}
#posts table img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#leftcontent {
	float: left;
	width: 340px;
	margin-left: 10px;
	padding-top: 15px;
}
#leftcontent li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 190px;
	padding: 0px;
	margin-left: 275px;
	margin-top: -25px;
}
#leftcontent li ul li {
	margin: 0px;
	z-index: 9999;
	width: auto;
}
#leftcontent  li  ul  li a:hover {
	color: #333333;
	text-transform: none;
}

#leftcontent li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 9999;
}




.badge_link_select ul li {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
}
#leftcontent   li   {
	list-style-type: none;
	margin-bottom: 5px;
	display: block;
	background-color: #efece0;
	width: 320px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#leftcontent ul {
}
#leftcontent ul li  {
	list-style-type: none;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-left: 5px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#leftcontent  li  a:link  {
	background-color: #efece0;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#leftcontent   li   a:visited   {
	background-color: #efece0;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#leftcontent    li    a:hover    {
	background-color: #EFECEO;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
}
#leftcontent  a:link {
	color: #0058A5;
	text-decoration: underline;
}
#leftcontent   a:visited {
	color: #0058A5;
	text-decoration: underline;
}
#leftcontent    a:hover {
	color: #333333;
	text-decoration: none;
}
#leftcontent p {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
#leftcontent   h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #0058A5;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#calendar {
	margin-bottom: 25px;
	font-size: 10px;
}
.calendar-table {
	font-size: 12px;
}
#footer-wrapper {
	clear: both;
	background-image: url(images/fotter-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#footer {
	height: 259px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer-content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 102px;
	border: 1px solid #999999;
	padding: 10px;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearfix:after {  
     content: ".";  
     display: block;  
     clear: both;  
     visibility: hidden;  
     line-height: 0;  
     height: 0;  
}  
   
.clearfix {  
    display: inline-block;  
}  
  
html[xmlns] .clearfix {  
    display: block;  
}  
  
* html .clearfix {  
    height: 1%;  
}
#copyright {
	margin-top: 20px;
}
#copyright p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}
#copyright a:link {
	color: #ffef87;
	text-decoration: underline;
}
#copyright  a:visited {
	color: #ffef87;
	text-decoration: underline;
}
#copyright   a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

