/* ---------------------------------------------------------------------------------- */
/* CSS Document - last updated: 7/01/2009																							*/

/* Webnetism																																					*/
/* Author: Webnetism (www.webnetism.co.uk)																						*/

/* text_styles.css																																		*/
/* Media: screen																																			*/
/* ---------------------------------------------------------------------------------- */

body {
	font-size: 13px;
	font-family: arial, verdana, sans-serif;
	color: #656666;
}

.grey_13 {
	font-size: 13px;
	font-family: arial, verdana, sans-serif;
	color: #656666;
}

h1, h2, h3, h4 { margin: 0; }

h1 {
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #e79524;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 15px;
	color: #af1f23;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.size_11 { font-size: 11px; color: #bebebe; }
.orange_13 { font-size: 13px; color: #e79524; }

.orange_17 {
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #e79524;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}


.red_11 { font-size: 11px; color: #ff0000; }

.right_nav_ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.right_nav_ul li { padding: 0px; }

.grey_ul {
	margin: 10px 0 0 15px;
	padding: 0;
	font-size: 12px;
	list-style: disc;
}

.grey_ul li {
	margin: 0;
	padding: 5px 0 9px 5px;
	background-position: 2px 4px;
}

/* ---------------------------------------------------------------------------------- */
/* Link properties																																		*/
/* ---------------------------------------------------------------------------------- */

a { color: #e79524; text-decoration: none; }
a:hover { color: #656666; text-decoration: none; }

a.sub_nav:link, a.sub_nav:visited, a.sub_nav:active {
	font-weight: normal;
	font-size: 13px;
	color: #656666;
	font-family: "Trebuchet MS";
	text-decoration: none;
	line-height: 15px;
}

a.sub_nav:hover {
	font-weight: normal;
	font-size: 13px;
	color: #e79524;
	font-family: "Trebuchet MS";
	text-decoration: none;
	line-height: 15px;
}

a.news_main_link:link, a.news_main_link:visited, a.news_main_link:active {
	font-weight: bold;
	font-size: 15px;
	color: #af1f23;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
}

a.news_main_link:hover {
	font-weight: bold;
	font-size: 15px;
	color: #656666;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
}

a.news_link:link, a.news_link:visited, a.news_link:active {
	font-weight: bold;
	font-size: 13px;
	color: #656666;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
}

a.news_link:hover {
	font-weight: bold;
	font-size: 13px;
	color: #af1f23;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
}

a.footer_links:link, a.footer_links:visited, a.footer_links:active {
	font-weight: normal;
	font-size: 11px;
	color: #656666;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
}

a.footer_links:hover {
	font-weight: normal;
	font-size: 11px;
	color: #e79524;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
}

a.footer_links2:link, a.footer_links2:visited, a.footer_links2:active {
	font-weight: normal;
	font-size: 11px;
	color: #bebebe;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
}

a.footer_links2:hover {
	font-weight: normal;
	font-size: 11px;
	color: #e79524;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
}

a.sitemap_link:link, a.sitemap_link:visited, a.sitemap_link:active {
	font-weight: bold;
	font-size: 16px;
	color: #656666;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
}

a.sitemap_link:hover {
	font-weight: bold;
	font-size: 16px;
	color: #e79524;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------------- */
/* Other style / layout properties																										*/
/* ---------------------------------------------------------------------------------- */

.image_border_right { margin-right: 20px; }

