/*==================== */
/* Default HTML styles */
/*==================== */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body, p, td, th ,li {
	font-family: arial, sans-serif;
	color: #383838;
	font-size: small;
}

h1 {
	font-size: small;
	color: #567A27;
	border-bottom: 1px solid #567A27;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h2 {
	font-size: small;
	color: #567A27;
	border-bottom: 1px solid #567A27;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: small;
	color: #567A27;
}
p {
	margin: 10px 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #7A6727;
}
a:hover, a:active {
	color: #C7A740;
}

.hr {
	height: 1px;
	background: url(../Resources/images/horizontal_rule.gif) top left repeat-x;
}
hr {
	display: none;
}

/*==================== */
/* Common CSS styles */
/*==================== */

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

/*==================== */
/* Page wrapper styles */
/*==================== */

#page_wrapper {
	text-align: left;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 20px;
	background: #FFFFFF;
}
#skip_nav {
	display: none;
}

/*==================== */
/* Header styles */
/*==================== */
#page_header {
	height: 90px;
	background: #F3DA88 url(../Resources/images/bg_header.jpg) top left no-repeat;
	margin-bottom: 0px;
}
#logo {
	position: relative;
	float: left;
	background: transparent;
	padding-top: 26px;
	padding-left: 5px;
}
#strapline {
	position: relative;
	float: left;
	background: transparent;
	padding-top: 61px;
	padding-left: 7px;
}


/*==================== */
/* Menu styles */
/*==================== */
/* Menu styles found in separate ids_menu.css style sheet */


/*==================== */
/* Body styles */
/*==================== */

#page_body {
	background: url(../Resources/images/bg_body.gif) top left repeat-y;
	margin-bottom: 10px;
	width: 750px;
}

#column_main_menu {
	z-index: 10;
	position: relative;
	float: left;
	padding: 0px 10px;
	width: 145px!important;
	width /**/:165px;
}

#column_main_content {
	position: relative;
	float: left;
	margin: 0px 10px;
	width: 300px;
}


div#column_main_content li {
list-style-image: url(../Resources/images/bullet_point.gif);
list-style: square;
}


#column_secondary_content {
	position: relative;
	float: left;
	margin: 0px 10px;
	width: 130px;
}
#column_secondary_content p {
	font-size: 0.75em;
}


#column_banner {
	position: relative;
	float: left;
	margin-left: 10px;
}
#column_banner img {
	display: block;
}

/*==================== */
/* Footer styles */
/*==================== */

#page_footer {
	background: #FFFFFF url(../Resources/images/bg_footer.jpg) top left repeat-x;
	border: 1px solid #DDDDDD;
	font-size: x-small;
	color: #8CC63F;
	text-align: center;
	padding: 13px 0px;
	margin-bottom: 20px;
}
#page_footer a:link, #page_footer a:visited {
	color: #8CC63F;
	text-decoration: none;
}
#page_footer a:hover, #page_footer a:active {
	color: #8CC63F;
	text-decoration: underline;
}
#validation_links {
	display: none;
}

/*
Classes used in DIV wrapped version of news feed
Copy and paste these classes into your own Cascading Style Sheet (CSS)
*/

/* table container for feed news */
.fd_bordertable { 
	background-color: white; 
	border-style: solid; border-width: 1px; border-color: #CCCCCC; 
	padding: 0; 
	width: 140px;
}

/* table container for feed news */
.fd_maintable { border-width: 0; background: white }

/* header cell with feed title text and xml button */
.fd_header { 
	padding: 5px; 
	background: #CCCCCC; color: white; 
	text-align: left; vertical-align: top 
}

/* header title link (leading to rss) */
.fd_headerlink, .fd_headerlink:visited, .fd_headerlink:hover {
	font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; 	
	color: white;	text-decoration: none;
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: blue; text-decoration: none; }
.fd_itemlink:visited { color: blue; text-decoration: none }
.fd_itemlink:hover { color: #336699; text-decoration: none }

/* item descriptions */
.fd_itemcell { 
	padding: 10px; 
	line-height: 16px; 
	background: #FAFAFA; color: black; 
	font-family: "Times New Roman", Times, serif; font-size: 12px 
}

/* item post date */
.fd_postdate { 
	color: #666666;	font-style: italic;	
}

/* item author */
.fd_author { 
}

