@import url(filters.css); /*Browser specific filters*/

/************************************************************************   Tag based styles*/

body {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif; 
	font-size: medium; 
	margin: 0; 
	color:#666;
	text-align: center;
	background: #5a5a5a;	
}

a {color: #00a2f4; text-decoration: underline; outline: none; }
a img {color: #fff; text-decoration: none; border: none; }
a:hover {text-decoration: none; }

p { 
	color: #666; 
	text-align: justify;
	margin: 0 0 1.5em 0; 
	line-height: 170%; 
	font-size: 102%;
	letter-spacing: 1px;
}
h1, h2, h3, h4, h5 {margin: 0 0 0.4em 0; clear: both;}
h1 {
	font-size: 255%;
	line-height: 70%;
	font-weight: normal;
	color: #666;
	letter-spacing: -1px;
	padding: 5px 0 5px 0;
	background: url(images/h1_bg.gif) repeat-x 100% 100%;
	height: 60px;
	
}

h2 {
	font-size:160%;
	font-weight: bold;
	color: #a8d2e9;
	letter-spacing: -2px;
}

h3 {
	color: #bbb;
	font-size: 100%;
	padding: 0em;
	font-weight:normal;
	text-align: right;
}

sup, sub {font-size: 80%;}
fieldset {border: none; margin: 0; padding: 0;}

acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

/* Mulipurpose classes */

.clearboth {clear:both; margin: 0; }
.hideit {display:none}
.noscript {color: #ddd; padding: 0.2em 1em 0.5em 1em; margin: 0em 1em 0.5em 1em; border: 1px solid #fff; position: absolute; background: #444; line-height: 14px; top: 0; left: 0; width: 48%; z-index:100 }


/************************************************************ Site structure  */
#upper_outer {
	width: 100%;
	background-color: #fff;
	background: #fff url(images/wrapper_bg.gif) repeat-x 0% 0%;
	margin: 0 0 -8px 0;
	padding: 0;
}

	#wrapper {
		width: 765px; 
		position: relative;
		margin: 0 auto;
		padding: 0;
		text-align: left; 
		background: transparent url(images/divider.gif) no-repeat 50% 99%;
	}
	
		#header {
			width: 765px;
			padding: 0; 
			background: transparent url(images/header_bg.gif) no-repeat 50% 100%;
			height: 142px;
		}
		
			#header .logo {
				position: absolute;
				top: 55px;
				left: 21px;
				width: 343px;
				height: 60px;
			}
		
			#header span.number { 
				position: absolute;
				top: 2px;	
				right: 26px;
				margin: 0;
				padding: 0;
				color: #fff;
				font-size: 130%;
			}
			
			#header span.strap { 
				position: absolute;
				top: 95px;	
				right: 26px;
				margin: 0;
				padding: 0;
				color: #666;
				font-size: 110%;
			}
			
		#menu { 
			list-style:none; 
			margin: 16px 0 0 0; 
			padding: 0;
		}
		
		#content {
			position: relative;
			margin: 0px;
			padding: 27px 27px 10px 27px;
			width: 711px;
			background: transparent url(images/content_bg.gif) no-repeat 100% 0%;
			clear: both;
		}	
			#content span.free { 
				position: absolute;
				top: 32px;	
				right: 27px;
				margin: 0;
				padding: 0;
				color: #ddd;
				font-size: 170%;
				text-transform: uppercase;
			}

	
#footer {
	position: relative;
	margin: 0; 
	padding: 0; 
	background: #5a5a5a url(images/footer_bg.gif) repeat-x left top; 
	clear: both; 
	text-align: center;

}

	#footer_inner {
		width: 765px; 
		margin: 0 auto 0 auto; 
		text-align: left; 
		height: 103px;
		background: transparent url(images/footer_inner_bg.gif) no-repeat 0% 54%; 

	}
/************************************************************  ID specific styles  */


/************* MAIN MENU ******/
	
ul#menu li {
	padding:0;  
	margin: 0px 20px 0px 2px; 
	width: 174px;
	height: 161px;
	background: transparent url(images/tab_bg.gif) no-repeat 100% 0%;
	float: left;
}
ul#menu li a {
	font-size: 100%; 
	text-decoration: none; 
	text-align: center;
	color: #666; 
	display: block; 
	width: 174px;
	height: 127px;
	margin: 0;
	padding: 34px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;

}
ul#menu li.selected a, ul#menu li.selected a:hover{
	background: transparent  url(images/tab_bg_selected.gif) no-repeat 50% 100%;
	cursor: default;
	color: #666; 
}
ul#menu li.last {
	margin: 0px; 
}

ul#menu li a:hover {
	background: transparent  url(images/tab_bg_hover.gif) no-repeat 50% 100%;
	color: #aaa;
}
/** end menu **/

/****************** Content */

#content img {border: 4px solid #666; background: #feff1b; padding: 2px; display: inline; float: right; margin: 0.7em 0 0 1.5em}
#content div.caption {float: right; margin: 0.7em 0 0 1.5em; text-align: center; background: transparent url(images/caption_bg.gif) repeat-x 0% 100%}
#content div.caption img {float: none; margin:0 -4px 0 0;}
#content div.caption span {background: #fff; padding: 0 3px}


#content ul {list-style: none; margin: 0 0 1.5em 0em; padding: 0;}
#content ul li {
	position: relative;
	font-size: 103%;
	margin: 0; 
	padding: 0 0 1em 2.2em; 
	background: url(images/tick.gif) no-repeat 0px 6px;
	letter-spacing: 1px;
	line-height: 130%;
	text-align: justify;
}

#content span.numtwo {
	color:#bbb;
}
#content span.numthree {
	color:#aaa;
}
#content span.numfour {
	color:#999;
}
#content div.telephone{ text-align: center; font-size: 170%;margin: -0.5em 0 0.5em 0; color: #888}
#content a img {float: none; border: 0; background: none; padding: 0; margin: 0; text-align: left; text-decoration: none !important; vertical-align: bottom}

#content p.address {  font-size: 110%; color: #999	; margin: 0 0 1.5em 0; padding: 0 0 0 1.5em; border-left: 7px solid #FEFF1B; border-right: 7px solid #FEFF1B}

/***  Footer ***/
#footer p { 
	margin: 8px 0; 
	padding:0; 
	font-size: 90%;
	color: #fff;
	line-height: 160%;
	text-align: left;
	padding: 1.2em 1.7em;
}


#footer a { 
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}

#footer a:hover { 
	text-decoration: none;
	border-bottom: none;
}

#footer img { 
	padding: 17px 0;
	float: left;
}

/********************************************************************************* Positioned decorative/structural DIVs  */

#arrow_one, #arrow_two, #arrow_three {
	position: absolute;
	top: 190px;
	width: 21px;
	height: 23px;
	background: transparent url(images/menu_arrow.gif) no-repeat 0% 0%;
}
#arrow_one {left: 178px;}
#arrow_two {left: 374px;}
#arrow_three {left: 569px;}

/**********************************************************  Elements  **/
/********************* Homepage */
