/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(/gfx/bg_grad.jpg) fixed;
}

.mainbody{
	background: #ffffff url(/gfx/background.jpg); 
}

/************** feature styles *****************/

.feature{
	font-size: 12px;
}

.feature h1{
	font: bold 22px Arial,sans-serif;
	color: #333333;
	padding: 0px 0px 5px 0px;
}

.feature h2{
	font: bold 16px Arial,sans-serif;
	color: #333333;
	padding: 0px 0px 0px 0px;
}

.feature img{
	float: left;
	padding: 5px 10px 0px 0px;
}


.siteInfo{
	border-top: 1px solid #cccccc;
	font-size: 10px;
	font:Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 0px;
}

.siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/********** contact formating **********/
.contact{
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	min-height: 200px;
	text-align:center;
}

.contact h1{
	font: bold 24px Arial,sans-serif;
	color: #333333;
	padding: 0px 0px 5px 0px;
}
.contact h2{
	font: bold 16px Arial,sans-serif;
	color: #333333;
	padding: 0px 0px 0px 0px;
}

/************ services list ***************/

.services_list{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}

.services_list img{
border: 1px dashed #0033CC;
}


a.services_list:link, a.services_list:visited {
	color: #21536A;
}

a.services_list:hover{
	color:#3333CC;
	text-decoration: none;
}




/************ pageLinks styles **************/

#pageLinks{
	margin: 0px;
	padding: 0px;
	font: verdana;
	font-size: 9px;
	background-color:#eeeeee;
}

#pageLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#pageLinks a:link, #pageLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	background-color:#eeeeee;
}

#pageLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color:#3333CC;
}













/*********** WRAPPER ************/


#wrapper{
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/************* Header Footer Colour Scheme *****/
.footer{
position:relative;
width:800px;
}

/************* Copyright ****************/

a.copyright, a.copyright:visited{
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}

a.copyright:hover{
	text-decoration: none;
	color:#ffff00;
}



/************* globalNav styles ****************/

a.glink, a.glink:visited{
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	font: arial;
	font-size: 12px;
}

a.glink:hover{
	text-decoration: none;
	color:#3333CC;
}




