/*-----------------------------------------------------------------------------
version:   1.0
author:    chris finney
website:   http://www.1choice.co.uk/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/



/* Class for clearing floats */
.clear {
	clear:both;
	left: 100px;
	top: 50px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	min-width: 787px;
	margin: 0px;
}


/* =Headings
-----------------------------------------------------------------------------*/

/* =HomePage Background
-----------------------------------------------------------------------------*/

.hompageBG {
	background-image: url(../image_01/main_bg.jpg);
	background-repeat: no-repeat;
	background-position:  center 0px}
	
.subBG {
	background-image: url(../image_01/sub_bg.jpg);
	background-repeat: no-repeat;
	background-position:  center 0px}

/* =Links
-----------------------------------------------------------------------------*/

a.link_white:link { 
   color: #FFFFFF; 
   text-decoration: none;
} 
a.link_white:visited { 
   color: #FFFFFF; 
   text-decoration: none;
} 
a.link_white:hover { 
   color: #FFFFFF; 
   text-decoration: underline;
} 
a.link_white:active { 
   color: #FFFFFF; 
   text-decoration: none;
} 

a.link_grey:link { 
   color: #A7A5A5; 
   text-decoration: none;
} 
a.link_grey:visited { 
   color: #A7A5A5; 
   text-decoration: none;
} 
a.link_grey:hover { 
   color: #A7A5A5; 
   text-decoration: underline;
} 
a.link_grey:active { 
   color: #A7A5A5; 
   text-decoration: none;
} 


/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Masthead Content
-----------------------------------------------------------------------------*/

#mastheadWrapper {
	width: 787px;
	height: 73px;
	text-align: left;
	background-color: #F58021;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: inline;
}

#logoBox {
	width: 577px;
	height: 37px;
	position: relative;
	left: 26px;
	top: 18px;
	float: left;
}

.navLink{
	text-align: center;
	font-size: 10px;
	height: 17px;
	width: 95px;
	top: 6px;
	position: relative;
	float: left;
	border: 1px solid #FFBF80;
	margin-left: 6px;
}


/* =Main Content
-----------------------------------------------------------------------------*/


#mainWrapper {
	margin:0 auto;	
	width: 787px;
	text-align: left;
}


.topFade{
	width: 787px;
	height: 8px;
}

#sitesWrapper{
	width: 787px;
	height: 25px;

}

#mainImage{
	width: 787px;
	height: 238px;
	float: left;
}

#midWrapper {
	width: 787px;
	height: 496px;
	text-align: left;
	background-image: url(../image_01/bottom_fade.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	xbackground-color: #000000;
	display: inline;
	float: left;
}

#midAbout {
	width: 460px;
	height: 310px;
	background-image: url(../image_01/box01_bg.jpg);
	float: left;
	position: relative;
	left: 20px;
	top: 36px;
	background-repeat: no-repeat;
}

#midNews {
	width: 275px;
	height: 310px;
	background-image: url(../image_01/box02_bg.jpg);
	float: left;
	position: relative;
	left: 30px;
	top: 36px;
	background-repeat: no-repeat;
}

#midSub {
	width: 700px;
	height: 277px;
	background-image: url(../image_01/box03_bg.jpg);
	float: left;
	position: relative;
	left: 38px;
	top: 16px;
	background-repeat: no-repeat;
}

.midContent{
	height: 310px;
	position: relative;
	top: 26px;
	margin-right: 26px;
	margin-left: 26px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

#Footer {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	width: 787px;
	height: 20px;
	position: relative;
	top: 199px;
	float: left;
}

/* =Tables
-----------------------------------------------------------------------------*/
table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/

#Credit {
	font-size: 9px;
	width: 787px;
	height: 20px;
	position: relative;
	top: 205px;
	float: left;
	color: #A7A5A5;
	margin-left: 14px;
}


/* =Misc 2
-----------------------------------------------------------------------------*/

.opaqueon {
	opacity: .99;
	filter: alpha(opacity=100);
}


.opaqueoff {
	opacity: .82;
	filter: alpha(opacity=85);
}
