/*======================================*
** ca-stylesheet.css
** ------------------------------------------------------------*
** Created: 10-05-06 (dd-mm-yy)
** Author: Kevin Barter @ Diagnostic Design
** Website: www.diagnosticdesign.co.uk

IF YOU WISH TO USE THIS TEMPLATE IS ONLY ASK THAT YOU LEAVE THE LINK TO DIAGNOSTICDESIGN AT THE BOTTOM

THANKS, HAPPY CODING
**======================================*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background-color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #666;
	}

a { text-decoration: none; color:#009999;  }
a:hover { color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 1024px;
	background: #fff;
	border: 1px solid #009999;
	padding: 0 0px;
	text-align: center;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background:#ffffff url(../images/header.gif) no-repeat 100% 0;
	border-bottom: 0px solid #fff;
	border-top: 20px solid #009999;
	padding: 49px 50px;
	}	
#header h1 { 	
	margin: 0;
	color:#FFFFFF;
	text-indent: -5000px;
	font-size: 1.8em;
	font-weight: bold;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #009999; 
	border-bottom: 0px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a {
	text-decoration: none;
	color:#FFFFFF;
	background-color:#009999;
	border-right: 0px solid #fff;
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 10pt;
	float: left;
	font-weight: bold;
	text-align: center;
	}
#nav li a:hover { background-color:#666666; }
#nav li a.on { background-color: #858F9E; color:#fff; }


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	position: relative;
	width: 700px;
	padding: 10px 0px;
	margin-left: 100px;
	line-height: 20px;
	text-align: left;
	word-spacing: 0px;
	}
	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background-color:#999999;
	border-top: 10px solid #fff;
	text-align: center;
	color:#333333;
	font-size: 9pt;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color:#009999; border-bottom: 0px; }
#footer a:hover { border-bottom:0px ; color:#333333; }
