/* CSS SCRIPT WRITTEN BY Delta Web Solutions */
/* COPYRIGHT 2007 */

body
{
	margin: 20;
	padding: 0;
	background-image:url(images/Layout/body.jpg);
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Html Elements */

h1, h2, h3, h4, h5, h6, h7{ font-weight: normal; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 16px; }

h6 { font-size: 13px; text-transform: uppercase; margin: 5px 0; }

h7 { color: #FFFFFF; font-weight: bold; font-size: 16px; margin: 0; padding: 0; }

ul { line-height: 1.8em; list-style-type: square; color: #333333; }




table 
{ 
	color: #333333;
	border-left: 1px solid #999999; 
	border-top: 1px solid #999999; 
}

table caption 
{ 
	font-weight: bold; 
	margin-bottom: 5px; 
}

th, td 
{ 
	border-right: 1px solid #999999; 
	border-bottom: 1px solid #999999;
	padding: 2px 5px;
}

th { background-color: #cfcfcf; }

tr.alt td
{
	background-color: #eeeeee;
}



/* GENERIC NAVIGATION */

#navigation
{
	float: left;
	width: 100%;
}


#navigation ul {
	margin: 0;
	padding: 0;
	float: left; 
	width: 100%; 
	list-style-type: none;
	background-image:url(images/button.png);
	background-repeat: x;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}

#navigation a:link,

#navigation a:visited {
	float: left;
	display: block;
	color: #ffffff;
	padding: 10px 10px; 
	background-image:url(images/button.png);
	background-repeat: x;
}

#navigation a:hover,



#navigation a:active
{
	color: #ffffff;
	background-image:url(images/buttonover.png);
	background-repeat: x;
}




/* Structure */

#container
{
	margin: 0 auto;
	width: 900px;
}

p#meta
{
	margin: 0; 
	padding: 1px; 
	color: #FF9900;
	background-color: #2f2f2f; 
	border-bottom: 1px solid #000000;
}

#header
{
	height:147px;
	background-image:url(images/Layout/header.jpg);
	background-repeat:no-repeat;
	padding:0 10px;	
}

#headertext
{
	padding-left: 75px;
	padding-top: 50px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
#wrapper
{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
	background-image:url(images/Layout/internalbody.jpg);
}

#disclaimer #wrapper
{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
	background-image:url(images/Layout/internalbody2.jpg);
}

#featured
{
	text-align: center;
	background-color: #333333;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#content-wrapper
{
	width: 50%;
	float: left;
}

#aboutus #content-wrapper
{
	width: 70%;
	float: left;
}

#content
{
	float: centre;
	padding: 20px;
	line-height: 1.6em;
}

#faq #content-wrapper
{
	width: 100%;
	float: left;
}

#sidebar-wrapper
{
	width: 50%;
	float: left;
}

#sidebar
{
	float: left;
	padding: 20px;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0px 0;
	color: #FFffff;
	text-align: center; 
	padding:0 10px;	
}

#footerimage
{
	clear: both;
	float: left;
	width: 100%;
	height: 25px;
	margin: 0px 0;
	color: #FFffff;
	text-align: center; 
	background-image:url(images/Layout/footer.jpg);
	background-repeat:no-repeat;
	padding:0 10px;	
}

/* Meta - Top Menu */

p#meta a:link, p#meta a:visited { padding: 0 5px; color: #FF9900; }

p#meta a:hover, p#meta a:active { color: #bed3f0; }


/* Featured */

#featured p { margin: 0px 0; }

#featured img { border: 1px solid #000000; }


/* Content */

#content > h3, #content .top { margin-top: 5px; }



/* Links */

a:link { color: #335577; text-decoration: none; }

a:visited { color: #5f9119; text-decoration: none; }

a:hover, a:active { color: #993333; }

#content a:active 

#content a:link { padding: 0 2px; border-bottom: 1px solid #999999; }

#content a:visited { padding: 0 2px; border-bottom: 1px solid #999999; }

#content a:hover, 

#content a:active 
{ 
	color: #ffffff;
	background-color: #FF9900;
	border-bottom-color: #993333;
}

#sidebar a:active 

#sidebar a:link { padding: 0 2px; border-bottom: 1px solid #999999; }

#sidebar a:visited { padding: 0 2px; border-bottom: 1px solid #999999; }

#sidebar a:hover, 

#sidebar a:active 
{ 
	color: #ffffff;
	background-color: #FF9900;
	border-bottom-color: #993333;
}


/* Footer Link Settings */

#footer a:link { color: #E06900; }

#footer a:visited { color: #ffffff; }

#footer a:hover, 

#footer a:active { color: #F2E200; }

#footer p { padding: 5px 0; color: #FFFFFF; }






