@charset "UTF-8";
/* CSS Document */


/*--------------------generalRules--------------------*/

* {
	margin: 0;
	}
	
html, body  {
	background: #ffffff url(images/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d7d7d;
	}

img {
	border: 0;
	}
	

p, ul, h1, h2, h3, h4, h5, h6	{
	margin: 0; padding: 0; font-weight: normal; list-style: none
	}

ol {
	margin: 0;
	padding: 0;
	}
	

	
/*--------------------typography--------------------*/
	
p {
	font-size: 11px;
	color: #7d7d7d;
	line-height: 14px;
	}
	
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #777;
	line-height: 30px;
	margin-top: 20px;
	text-transform: uppercase;
	}
	
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #666;
	padding: 20px 0 10px;
	}
	
h3 {
	color: #bbb;
	font-size: 16px;
	font-weight: normal;
	line-height: 21px;
	}
	
h4 {
	color: #555;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	}
	
.strong {
	font-weight: bold;
	}

a {
	color: #eb9128;
	text-decoration: none;
	}
	
a:hover {
	color: #eb9128;
	}

	


/*--------------------colours--------------------*/

.home {color: #eb9128;}
#sidebar h2.home {background: #323232 url(images/mod_title_home_bg.gif) repeat-x;}
#content .module h2.home {background: url(images/module_home_title.gif) repeat-x}

.who, a.who {color: #00aff0;}
a.who:hover {color: #0193d7; border-bottom: #0193d7 1px solid !important;}
#sidebar h2.who {background: #323232 url(images/mod_title_who_bg.gif) repeat-x;}
#content .module h2.who {background: url(images/module_who_title.gif) repeat-x;}

.how, a.how {color: #ec008c;}
a.how:hover {color: #cd027d; border-bottom: #cd027d 1px solid !important;}
#sidebar h2.how {background: #323232 url(images/mod_title_how_bg.gif) repeat-x;}
#content .module h2.how {background: url(images/module_how_title.gif) repeat-x;}

.services, a.services {color: #f5d200;}
a.services:hover {color: #f5be00; border-bottom: #f5be00 1px solid !important;}
#sidebar h2.services {background: #323232 url(images/mod_title_services_bg.gif) repeat-x;}
#content .module h2.services {background: url(images/module_services_title.gif) repeat-x;}

.submit, a.submit {color: #eb1e23;}
a.submit:hover {color: #c8191e; border-bottom: #c8191e 1px solid !important;}
#sidebar h2.submit {background: #323232 url(images/mod_title_submit_bg.gif) repeat-x;}
#content .module h2.submit {background: url(images/module_submit_title.gif) repeat-x;}

.news, a.news {color: #0073be;}
a.news:hover {color: #005a96; border-bottom: #005a96 1px solid !important;}
#sidebar h2.news {background: #323232 url(images/mod_title_news_bg.gif) repeat-x;}
#content .module h2.news {background: url(images/module_news_title.gif) repeat-x;}

.standards, a.standards {color: #0fb44b;}
a.standards:hover {color: #008c37; border-bottom: #008c37 1px solid !important;}
#sidebar h2.standards {background: #323232 url(images/mod_title_standards_bg.gif) repeat-x;}
#content .module h2.standards {background: url(images/module_standards_title.gif) repeat-x;}

.contact, a.contact {color: #bbbdc0;}
a.contact:hover {color: #979a9c; border-bottom: #979a9c 1px solid !important;}
#sidebar h2.contact {background: #323232 url(images/mod_title_contact_bg.gif) repeat-x;}
#content .module h2.contact {background: url(images/module_contact_title.gif) repeat-x;}


/*--------------------layout--------------------*/

	
#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	}
	
	
/*--------------------header--------------------*/
	
	
#header {
	height: 160px;
	position: relative;
	}
	
#header .logo {
	width: 130px;
	padding-top: 40px;
	margin-left: 10px;
	position: absolute;
	}
	
#print_logo {
	display: none;
	width: 130px;
	padding-top: 40px;
	margin-left: 10px;
	position: absolute;	
	}

/*--------------------menu--------------------*/


#menu_container {
	background: #282828 url(menu/images/bg.gif) repeat-x;
	width: 880px;
	height: 40px;
	position: relative;
	margin-left: 10px;
	z-index: 1000;
	}	


/*--------------------sidebar--------------------*/


#sidebar {
	background: url(images/sidebar_bg.png) repeat-y;
	width: 330px;
	float: left;
	}
	
#sidebar_content {
	width: 270px;
	padding: 20px 30px 0;
	}
	
#sidebar_btm {
	background: url(images/sidebar_btm.gif);
	height: 20px;
	}
	
	
	
/*--------------------tabs--------------------*/


#tab {
	height: 60px;
	position: relative;
	margin-bottom: 20px;
	}
	
/*--------------------modules--------------------*/

	
#sidebar h2 {
	height: 40px;
	position: relative;
	padding: 6px 15px 0;	
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0;
	}
	
#sidebar .date {
	font-size: 10px;
	text-transform: uppercase;
	color: #eb9128;
	line-height: 15px;
	margin-bottom: 5px;
	}
	
#sidebar .news_date {
	font-size: 10px;
	text-transform: uppercase;
	color: #0073be;
	line-height: 15px;
	margin-bottom: 0;
	}
	
a.icon {
	background: url(images/icon_home.gif) no-repeat;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	border: none !important;
	}
	
a:hover.icon {
	background-position: 0px -17px;
	}
	
.mod_content {
	background: #323232;
	position: relative;
	padding: 0 15px 15px;
	}

.mod_content h3 {
	color: #c8c8c8;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-transform: none;
	}
	
.mod_footer {
	background: #282828;
	height: 9px;
	position: relative;
	border-top: #1c1c1c 1px solid;
	margin-bottom: 20px;
	clear: both;
	}
	
.border {
	background: url(images/border.gif) repeat-x;
	position: relative;
	height: 2px;
	display: block;
	margin: 20px 0 10px;
	clear: both;
	}
	
.read_more a {
	background: url(images/rm_btn.gif) no-repeat;
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	margin: 5px 0 10px 0;
	float: right;
	}
	
.read_more a:hover {
	background-position: 0 -20px;
	}

.rm_news a {
	background: url(images/rm_news.gif) no-repeat;
	position: relative;
	display: block;
	height: 20px;
	margin: 5px 0;
	color: #666;
	line-height: 19px;
	padding-left: 5px;
	}
	
.rm_news a:hover {
	background-position: 0 -20px;
	color: #fff;
	}
	
.mod_links_list li {
	background: url(images/border.gif) repeat-x bottom;
	line-height: 15px;
	padding: 5px 0 6px 0;
	margin-right: 10px;
	}
	
.mod_links_list a {
	background: url(images/mod_link_list.gif) no-repeat right;
	color: #7d7d7d;
	padding: 3px 0;
	display: block;
	}
	
.mod_links_list a:hover {
	background: url(images/mod_link_list_over.gif) no-repeat right;
	color: #fff;
	}
	
.mod_links_twin li {
	background: url(images/border.gif) repeat-x bottom;
	width: 108px;
	height: 18px;
	padding: 6px 0 8px 0;
	display: inline-block;
	margin-right: 10px;
	}
	
.mod_links_twin a {
	background: url(images/mod_link_list.gif) no-repeat right;
	color: #7d7d7d;
	padding: 3px 0;
	display: block;
	}
	
.mod_links_twin a:hover {
	background: url(images/mod_link_list_over.gif) no-repeat right;
	color: #fff;
	}
	
	
	
/*--------------------content--------------------*/


#content {
	width: 550px;
	float: left;
	padding: 10px;
	}
	
#content .breadcrumb {
	font-size: 10px;
	text-transform: uppercase;
	color: #bbb;
	line-height: 15px;
	margin-bottom: 15px;
	}
	
#content .breadcrumb a { color: #999; border-bottom: #eee 1px solid;}
#content .breadcrumb a:hover { color: #666; border-bottom: #666 1px solid;}

#content .date {
	font-size: 10px;
	text-transform: uppercase;
	color: #777;
	line-height: 15px;
	margin-bottom: 15px;
	}
	
#content p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	}
	
#content h3 {
	margin-bottom: 20px;
	}
	
#content a {border-bottom: #eee 1px solid;}
#content a:hover {border-bottom: #eb9128 1px solid;}

#content .module {
	background: #eee;
	display: block;
	margin: 20px 0;
	}
	
#content .module h2 {
	height: 40px;
	position: relative;
	padding: 6px 15px 0;	
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0;
	}

#content .module_footer {
	background: url(images/module_footer.gif) repeat-x;
	display: block;
	height: 6px;
	}
	
#content .module p {
	margin-left: 20px;
	}
	
#content ul {
	font-size: 12px;
	line-height: 18px;
	}

#content .key_people {
	margin-bottom: 20px;
	}	
	

	
/*--------------------footer--------------------*/

#footer {
	width: 880px;
	height: 30px;
	position: relative;
	clear: both;
	padding: 30px 10px; 
	}
	
#footer_content {
	color: #bbb;
	line-height: 16px;
	position: relative;
	}
	
#copy {float: left;}
#credit {float: right;}
	
#footer a { color: #999; border-bottom: #eee 1px solid;}
#footer a:hover { color: #eb9128; border-bottom: #eb9128 1px solid;}



/*--------------------google ads--------------------*/

#google {
	background: #e6e6e6;
	clear: both;
	width: 728px;
	height: 90px;
	padding: 10px 76px;
	margin: 0 auto;
	}
	


/*--------------------lists--------------------*/
	
h4.list {
	margin-top: 15px;
	}

ul.list {
	list-style: url(images/li.gif) outside;
	margin: 0 0 20px 15px;
	}
	
ul.list li {
	padding: 5px 0;
	}
	
ol {
	font-size: 12px;
	margin-left: 15px;
		}
		
ol li {
	padding: 5px 0;
		}
		
ol p {
	margin-bottom: 5px !important;
		}
		
ul.links {
	background: #eee;
	display: block;
	padding: 10px;
	}

ul.links a {
	background: #ddd;
	color: #7d7d7d;
	display: block;
	padding: 10px;
	border: none !important;
	margin-bottom: 2px; 
	}
	
a.word {
	background: url(images/word_btn.gif) no-repeat;
	width: 50px;
	height: 16px;
	display: block;
	border: none !important;
	margin: 5px;
	}
	
a:hover.word {
	background-position: 0 -16px;
	cursor: pointer;
	}
	
a.pdf {
	background: url(images/pdf_btn.gif) no-repeat;
	width: 50px;
	height: 16px;
	display: block;
	border: none !important;
	margin: 5px;
	}
	
a:hover.pdf {
	background-position: 0 -16px;
	cursor: pointer;
	}
	
a.online {
	background: url(images/online_btn.gif) no-repeat;
	width: 50px;
	height: 16px;
	display: block;
	border: none !important;
	margin: 5px;
	}
	
a:hover.online {
	background-position: 0 -16px;
	cursor: pointer;
	}
	


/*--------------------pdf--------------------*/
	
.dwnld_pdf {
	padding-top: 20px;
	}
	
.dwnld_pdf p {
	font-size: 10px !important;
	line-height: 13px !important;
	}
	


/*--------------------tables--------------------*/


table {
	text-align: left;
	padding: 0 20px 20px 20px;
	font-size: 12px;
	color: #777;
	}
	
table th {
	background: #bbb;
	padding: 5px;
	color: #fff;
	border-right: #dcdcdc 1px solid;
	}
	
table td {
	background: #e2e2e2;
	padding: 5px;
	border-right: #eee 1px solid;
	border-bottom: #eee 1px solid;
	}
	
table p {
	padding: 5px !important;
	margin: 0 !important;
	}
	
table td.emp {
	background: #d3d3d3;
	}
	
table.contact {
	text-align: left;
	padding: 0;
	font-size: 12px;
	color: #7d7d7d !important;
	}
	
table.contact td {
	background: none;
	border: none;
	padding: 2px 20px 2px 0;
	}

table.contact td.break {
	padding-bottom: 15px;
	}	
	
	
	
/*--------------------news--------------------*/


#content .news_item h1 {
	width: 560px;
	}
	
#content .news_image {
	float: left;
	padding: 0 20px 20px 0;
	}
	
#content .news_clip {
	margin-bottom: 20px;
	}
	
#content .anchor	{
	background: url(images/anchor_bg.gif) repeat-x;
	height: 9px;
	width: 550px;
	margin: 50px 0;
	clear: both;	
	}

#content .anchor a {
	background: url(images/anchor.gif) no-repeat;
	width: 95px;
	height: 9px;
	display: block;
	border: none;
	position: absolute;
	right: 25px;
	}

#content .anchor a:hover {
	background-position: 0 -9px;
	}
	
#content .page_btns {
	padding-bottom: 50px;
	}	
	
#content .page_link_left a {
	background: url(images/page_link_l.gif) no-repeat;
	position: absolute;
	display: block;
	height: 20px;
	width: 135px;
	border: none;
	}
	
#content .page_link_left a:hover {
	background-position: 0 -20px;
	color: #fff;
	}
	
#content .page_link_right a {
	background: url(images/page_link_r.gif) no-repeat;
	position: absolute;
	right: 10px;
	display: block;
	height: 20px;
	width: 135px;
	border: none;
	}
	
#content .page_link_right a:hover {
	background-position: 0 -20px;
	color: #fff;
	}
	
	
/*--------------------contact--------------------*/

 
a.map_btn {
	background: url(images/map_btn.gif) no-repeat;
	height: 27px;
	width: 30px;
	display: block;
	border: none !important;
	margin: 5px 0 10px;
	float: left;
	
	}
	
a:hover.map_btn {
	background-position: 0 -27px;
	}
	
.contact .text {line-height: 32px;}
	
