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

/*BODY*/


html
{
height: 100%;
}

#body{
	margin:0px;
	background-color:#e7e7e7;
	/*background-color:#FFF;*/
	width:1021px;
	text-align:center;
	margin:auto;
	padding:0px;
	height:100%;
}

/*CENTRE PAGE AND BORDER*/

#centrebody {
	

	background-color:#FFF;
	min-height: 100%;
	margin-bottom: -130px;
	position: relative;

	/*padding-bottom:5px;*/
	/*
	background-image: url(content/shadow.jpg);
	background-repeat: repeat-y;*/
		
}
	

/*SERVICE LIST*/
#content #Services li{
	font-size:14px;
	padding:0px;
	margin:0px;
}

#content #Services li a{
	text-decoration:none;
	color: #669999;
}

#content #Services li a:hover {
	text-decoration:none;
	color:#09F;
}

#content #Services #sublist li{
	list-style-type:square;
	padding:0px;
	margin:0px;
}


/*HEADER CODE*/


#header
{
	background:url(/content/logo.png);
	width:1001px;
	height:100px;
	padding:0;
	text-align:center;
	margin:auto;
}

#header_links
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	position:relative;
	float:right;
	right:10px;
	top:80px;
}

#header_links a
{
	text-decoration:none;
	color:#FFF;
	font-weight:400;
}

#header_links a:hover
{
	text-decoration:underline;
}

#header_links .active
{
	text-decoration:underline;
}



/*FlASH VIDEO*/

#flashvideo{
	width:800px;
	height:200px;
	margin:auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

/*CONTENT*/

#content{
	
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	color: #669999;
	font-style: normal;
	padding-top:20px;
	padding-bottom:20px;
	width:990px;
	margin:auto;
}

#content h2{
	
	font-size: 24px;
	font-weight: bold;
}

#content h3{
	font-size: 18px;
}

#content h4{
	font-size: 16px;
}

#content p{
	font-size: 14px;
	padding-bottom:auto;
}

#content p#partner
{
	font-weight:bold;
}

/* FOOTER */


#footer
{
	width:1001px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;	
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	font-weight:400;
	text-align:center;
	margin:auto;
	height: 120px;
	position: relative;
}

#footer ul
{
	text-align:left;
	list-style:none;
	margin-top:5px;
	padding-left:0px;
	position:relative;
	float:left;
	padding-right:50px;
	font-size:12px;

	
}

#footer ul a
{
	text-decoration:none;
	color:#999;
}

#footer ul a:hover
{
	text-decoration:underline;
}

#footer ul li.sublist
{
	font-size:10px;
}

#footer p
{
	font-size:8px;
	float:right;
}

.clearfooter {
height: 130px;
clear: both;
}

/* END OF FOOTER */


#body img {
	padding: 0px;
	display:block;
	text-align:center;
	margin:auto;
}

/* NEWS STORIES */

.story
{
	font-family:Verdana, Geneva, sans-serif;
	color: #669999;
}

.story h4
{
	font-size:14px;
	display:inline;
	font-weight:500;
}

.story span
{
	color:#999;
	padding-left:10px;
	font-size:10px;
	font-style:italic;
}

.story p
{
	font-size:10px;
	width:1001px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;	
	margin-top:2px;
	padding-top:10px;
}