/*-----------------------
COLOUR VALUES COPY
Black colour #171616
Red #be0015
Blue #0a7395
------------------------*/		
	


ul, li, img, body, html {
margin:0; padding:0;
}

html {height:100%}

body {
	text-align:center;
	font-family: helvetica, arial, sans-serif;
	font-size:13px;
	color:#171616;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#859597;
	margin-top:0px;
	height:100%;
	}

a	{
	text-decoration:none;
	color:#171616;
	font-weight:bold;
	}
	
a:hover	{
	text-decoration:underline;
	font-weight:bold;
	color:#0a7395;
	}
	
p	{
	color:#171616;
	line-height:18px;
	font-size:13px;
	}

h1	{
	color:#0a7395;
	font-size:17px;
	}



/*--------------
CONTAINER COPY
--------------*/		
	

	
#container	{
	margin:auto;
	width:1024px;	
	text-align:left;
	
	min-height: 100%;
	height: auto !important;
	
	padding-bottom:50px;
	}
	
	
	
	
/*----------------
HEADER COPY
------------------*/		
	
	
#header	{
	position:relative;
	background-image:url(../images/headersunburst.jpg);
	background-position:top;
	background-repeat: no-repeat;
	height:120px;
	text-align:center;	
	}
	
#header p {
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	margin-top:80px;
	padding-right:40px;
	float: right;
	}
	
li.nav 	{
	list-style:none;
	float:left;
	padding: 0 .50em;
	padding-left:40px;
	font-size:13px;
	padding-top:6em;
	}		
	
	
	
	
/*---------------
MAIN COPY
-----------------*/	

#main	{
		float:left;
		width:530px;
		padding-left: 42px;
		padding-top: 20px;
		padding-right: 20px;
		}

li.examples {

list-style-image:url(../images/bullet.png);
margin-left:15px;
line-height:18px;
}

a.red	{
	color:#be0015;
	}
	
	
	
	
	
	
	
/*---------------------
FEATURES COPY
-----------------------*/
	
#features {
float:right;
padding-right:38px;
padding-top:10px;
	}
	
.feature1 {
	background-image:url(../images/feature1.png);
	background-repeat:no-repeat;
	background-position:center;
	height:169px;
	width:391px;
	margin-top:10px;
}	

.feature2 {
	background-image:url(../images/feature2.png);
	background-repeat:no-repeat;
	background-position:center;
	height:169px;
	width:391px;
	margin-top:10px;
}	

.feature3 {
	background-image:url(../images/feature3.png);
	background-repeat:no-repeat;
	background-position:center;
	height:169px;
	width:391px;
	margin-top:10px;
}	

.feature1text {
	padding-left: 25px;
	padding-right: 183px;
	padding-bottom: 15px;
	padding-top:15px;
	text-align:left;
}


.featureheader a {
	color:#be0015;
	font-weight: bold;
	font-size: 17px;
	}	

.featuresubheader {
	color:#0a7395;
	font-weight: bold;
	font-size: 15px;
	font-style:italic;
	}		
	
	
/*---------------------
FOOTER COPY
-----------------------*/
.footer {
	background-image:url(../images/footerbg2.jpg);
	background-color:#d5dadb;
	background-repeat:repeat-x;
	height:50px;
	margin-top:-50px;
	position:relative;
	clear:both;
	}

.footer p {
font-size:12px;
padding-right:5px;
padding-top:2px;
}

.footer a {
font-size:13px;
font-weight:normal;
}

.footerimages {
margin-top:-25px;
}
