/* Universal selector */

* {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/* General */

div.clear{
	clear: both;
}

.right_align{
	text-align:right;
}

div.spacer{
	height: 20px;
}

p{
	margin-top: 1em;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}


/* Core Components */

body{
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.75em;
	
	background-color: #ECECEC;
}

div.center{
	margin-left: auto;
	margin-right: auto;
	
	padding-left: 80px;
	
	width: 889px;
	
	background-color: #D5D5D5;
}

#page{
	width: 804px;
}

/* Text Headers */
h1{
	color: #006699;

	font-size: 1.5em;
}

h2{
	color: #006699;

	font-size: 1.2em;
	font-style: italic;
	
	margin-top: 1em;
}

h3{
	color: #000000;

	font-size: 1.2em;
	font-weight: bold;
	
	margin-top: 1em;	
}

.spaced{
	margin-top: 1em;
}

/* HEADER */

#header{
	border-bottom: solid 1px #D5D5D5;
	
	padding-top:3px;
	
	background-color: #FFFFFF;
}

#logo{
	float:left;
	
	margin-top: 8px;
	margin-left: 10px;
	
	border: 0px solid #FFFFFF;
}

#header_text{
	float:right;
}

/* Tabs */

#tabs{
	
	background-color: #006699;
	background-image: url('images/header_border.jpg');
	background-repeat: repeat-x;
	
	width: 798px;
	
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	
	padding-top: 10px;
}

#head_b_l{
	background-image: url('images/b_l.gif');
	width:19px;
	height: 19px;
	
	float: left;
	z-index: 2;
	position: relative;
	top: -18px;
}

div.tab{
	float:left;
	
	padding: 5px;
}

a.tab{
	color: #FFFFFF;
	
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.tab_over{
	color: #FFFF00;
}

a.tab_page{
	color: #FFFF00;
}

a.dotted{
	border-left: 1px dotted #FFFFFF;
	padding-left: 10px;
}

/* Main */
#main{
	float: right;
	
	width: 598px;
	
	border: 3px solid #FFFFFF;
	
	background-color: #FFFFFF;
	
	position: relative;
	top: -14px;
}

#t_l{
	background-image: url('images/t_l.gif');
	width:19px;
	height: 19px;
	
	float:left;
	position:absolute;
	top:-3px;
	left:-3px;
	z-index:2;
}

#b_l{
	background-image: url('images/b_l.gif');
	width:19px;
	height: 19px;
	
	float:left;
	position:relative;
	top:3px;
	left:-13px;
	z-index:2;
}

#b_r{
	background-image: url('images/b_r.gif');
	width:19px;
	height: 19px;
	
	float:right;
	position:relative;
	top:3px;
	left:13px;
	z-index:2;
}

div.main{
	padding: 10px;
}

#content{
	min-height: 400px;
}

img.main{
	/*_width: 600px;*/
}

/* NAVIGATION LINKS */
#navigation{
	float: left;
	width:200px;
	
	margin-top:5px;
}

#links{
	padding: 0px;

	font-size: 0.9em;

	border-left: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	
	position: relative;
}

#nav_t_l{
	background-image: url('images/t_l.gif');
	width:19px;
	height: 19px;
	
	float:left;
	position:absolute;
	top:-3px;
	_top: 0px;/*IE6 only */
	left:-3px;
	z-index:2;
}

#nav_b_l{
	background-image: url('images/b_l.gif');
	width:19px;
	height: 19px;
	
	float:left;
	position:relative;
	top:-15px;
	left:-3px;
	z-index:2;
}

div.linksHeader{
	background-color: #000000;
	color: white;

	padding: 5px;
	padding-left: 10px;
	
	font-weight: bold;
}

div.link{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	background-color: #006699;
}

div.dotted{
	border-bottom: 1px dotted #FFFFFF;
}

div.link_page{
	background-color: #FFFFFF;
}

div.link_page a{
	color: #006699;
}

div.link_over{
	background-color: #333333;
}


a.link{
	color: #FFFFFF;
	text-decoration: none;
	width:100%;
	display:block;
}

a:hover.link{
	cursor:pointer;
}

/* Testamonies */
#adverts{
	background-color:  #ECECEC;
	font-size:0.9em;
	
	width: 560px;
	_width: 558px; /*IE6 only */
	
	padding: 10px;
	margin-top:10px;
}

td.advert{
	padding: 10px;

	width: 169px;
	
	border-right: 1px dotted #006699;
	
	height: 100%;
	
	vertical-align: top;
}

td.advert h2{
	margin-top: 0px;
}

td.no_border{
	border-right: 0px dotted #FFFFFF;
}

p.test{
	font-style: italic;
}

a.more{
	text-decoration: none;
}

/* FOOTER */
#footer{
	font-size: 0.8em;
}

p.footer{
	text-align: center;
}

#copyright{
	float:left;
	padding-bottom:10px;
}

#footer_tel{
	float:right;
	padding-bottom:10px;
}

/* Popups */

div.popup{
	position: relative;
	z-index:2;
	width:300px;
	height:150px;
	top:50px;
	left:200px;
	background-color:white;
	border:solid 3px #FF9C0B;
	padding:0px;
	margin:0px;
}

div.closePopup{
	text-align: right;
	padding:3px;
}

h2.popup{
	font-size: 2.5em;
}