/* main containers */
/* --------------------------------------------------------------------- */


body {
	margin: 0;
    padding: 0;
    background: #CCC;
    text-align: center;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.45em;
    color: #303B43; /*colour of text*/
    
}

a {text-decoration:none} /*removes hyperlink underline*/
form { margin: 0px; padding: 0px; }
h2 { font-size: 18px; }

#webpage{
	margin-left: auto;
	margin-right: auto;
	width: 774px;
	background: #FFF;
    text-align: left;
}

.hide {
	display: none;
}

#accessLinks {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	height: 16px;
}

#accessLinks a {
	padding-left: 5px;
	color: #aaaaaa;
}

/* header */
/* --------------------------------------------------------------------- */

#header {
	display: block;
	width: auto;
	background: url('images/logo.gif') right top no-repeat;
	height: 100px;
}

#header h1, #header h2 {
	display: none;
}

/* Navigation */
/* --------------------------------------------------------------------- */

#navigation {
    clear: right;
    height: 23px;
    border-bottom: 1px solid #FFF;
    background: url('images/btn_normal.jpg');
}

#navigation ul {
    list-style: none;
    margin: 0; padding: 0;
}

#navigation li {
	display: inline;
}


#navigation li a {
    height: 23px;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 23px;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    font-size: 10px;
    float: left;
    border-right: #fff 1px solid;
}

#navigation li a:hover, #navigation li a.current, #navigation li a.current:hover {
    background: #D67F18;
    color: #FFF;
    background: url('images/btn_hover.jpg');
}

/* Home page styles */
/* --------------------------------------------------------------------- */

#banner {
	display: block;
    width: 774px;
    height: 218px;
    background: url('images/banner.jpg');
}
	

#homecopy {
	display: block;
	background: url('images/index_background.gif') top left repeat-y;
	width: auto;
	height: 330px;
}


#homecopy #left, #homecopy #welcome, #homecopy #comp {
    margin-left: 0px;  /*adds a margin around the named squares*/
    margin-right: 0px;
    font-size: 11px;
}

#homecopy #left, #homecopy #welcome {
	float: left;
	display: block;
}
#homecopy #left {
	width: 226px;
}

#homecopy #welcome {
	width: 311px;
}
#homecopy #comp {
	float: right;
	width: 237px;
}


/* components ??? */
/* --------------------------------------------------------------------- */

#comp div, #welcome div {
	padding: 10px 20px 5px 20px;
	width: auto;
}

#comp div h3, #welcome div h3 {
	font-size: 12px;
	margin:0 0 6px 0; padding:0;
}

#comp div p, #welcome div p {
	margin:0 0 8px; 0; padding:0;
}

#comp div ul {
	padding: 0 0 0 15px;
	margin: 0;
}

/* Sidebar */
/* --------------------------------------------------------------------- */


#sidebar a { }
#sidebar a:hover { }
#sidebar a:active { }

#sidebar {
	float: left;
	width: 225px;
}

#sidebar div {
	padding: 10px 10px 0px 10px;
	background: url('images/bg_sidebar_comp.jpg');
	border-bottom: #fff 1px solid;
}

#sidebar .subnav {
	padding: 3px 3px 3px 3px;
	background: url('images/bg_sidebar_comp.jpg');
	border-bottom: #fff 1px solid;
}


#sidebar div p {
	padding: 5px;
	margin: 0;
}

#sidebar div h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#sidebar div h3 a {
	color: #103A9A;

}

/*  side bar search */

input .searchbtn {
	width: 55px;
	height: 20px;
	background: url(images/inp_search.jpg);
	outline: none;
}

input .searchbtn:hover {
	background: url(images/inp_search_hover.jpg);
}



/* Sidebar */
/* --------------------------------------------------------------------- */


#contentcontainer {
	background: url('images/bg_contentcontainer.jpg');
}

#contentcontainer a {
	color: #FF8A00;
}

#content {
	float: right;
	display: block;
	width: 540px;
}

#content div {
	padding: 10px;
}

#content div h2 {
	color: #2953A5;
	font-weight: 900;
	margin: 10px 0 10px 0; padding: 0;
}

#content div table {
	margin: 0; padding: 0;
	width: 100%;
}

#content div table tr th {
	text-align: left;
	background: #eeeeee;
}

#content div table tr td, #content div table tr th {
	border: 1px #ccc solid;
	padding: 2px;
}

#content div table tr td, #content div table tr th {
	font-size: 12px;
}

#content p {
	font-size: 12px;
}

a.join {
    display: block;
    margin-bottom: 1em;
    border: 1px solid #B2B2B2;
    background: #EFEFEF;
    padding: 3px 6px 3px 6px;
    width: 84px;
    text-decoration: none;
    margin-top: 18px;
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 70px;
}

a:hover.join {
    color: #333;
    background: #fff;
}


/* loginbox */
/* --------------------------------------------------------------------- */


#loginBox table {
    padding-bottom: 2em;
}


#loginBox {
    margin-top: 20px;
    width: 264px;
    padding-left: 8px;
    padding-bottom: 1em;
    background: #fff;
    border: 1px solid #999;
    font-size: 11px;
    margin-bottom: 2em;
}

#loginBox td.h {
    font-size: 10px;
}

#loginBox td.h {
    line-height: 23px;
    padding-right: 12px;
    border: none;
}

#loginBox table {
    padding-bottom: 2em;
}

#loginBox h3 {
    color: #2953A5;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -8px;
    padding-left: 8px;
}

#loginBox h4 {
    text-align: right;
    padding-right: 8px;
    font-size: 9px;
    color: #777;
    margin-top: 4px;
    margin-bottom: 1.5em;
}


/* Footer */
/* --------------------------------------------------------------------- */

#footer {			/*bottom BLUE line*/
	clear: both;
	display: block;
	background: url('images/btn_normal.jpg');
	width: 774px; 
	height: 23px;
}

#footer div {
	padding: 10px; /*pushes text around the website*/
	padding-left: 8px;
	color: white;
	line-height: 2px;
}

#footer a {
	color: #fff;
}



table, td, tr {  /*removes all borderes arpund a table*/
	border: none;
}


#textmain { /* padding for the text only, pushes the text within the box*/
		
			padding: 10px;
			padding-left: 21px;
			width: auto;
			
		}
		

		
#sidetext  /* padding for the text only, pushes the text within the box*/
		{
			padding: 8px;
			width: auto;
			line-height: 14px;

		}


#sidetext h3 {
	font-size: 12px;
	margin:0; padding:0;
}


#textmain h3 {  /*controls the pading around the "h3, h" tags */
	font-size: 12px;
	margin-top:3; margin:5; padding:0;
}

#textnormal h3 {  /*controls the pading around the "h3" tags */
	w-size: 12px;
	margin:0; padding:0;
}

#bluetext {
	color: #303B43
}
.searchResNav
{
	font-weight:bold;
	font-size:13px;
}
.searchResNav .disabled
{
	color:#999999;
}
#contentcontainer .searchResNav a:hover
{
	text-decoration:underline;
	color:#FF7C3E;
}
.linkToUsBox
{
	clear:both;
	border-bottom:2px dashed #cccccc;
	padding-bottom:20px;
}
.linkToUsBox img
{
	margin:10px 0px 10px 0px;
}