@charset "UTF-8";
/* CSS Document */
/*T.O.C.
1. Div layout
2. Typography
3. Menu layout
4. Glider formatting
5. Map
6. Specific layouts
7. File section
*/

html {
	height: 100%;
}

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:62.5%;
	color:#646464;
	height:100%;
}

p a {
	text-decoration:underline;
}

p a:hover {
	background:#3DAEDF;
	color:#FFFFFF;
}

a:active
{
  outline: none;
}

/*-------------------------1. Div Layout-------------------------*/

#header {
	width:100%;
	background:url(../images/header.gif) repeat-x;
	height:88px;
	padding:0;
	margin:0;
}

#container {
	position:relative;
	width:870px;
	margin-left:auto;
	margin-right:auto;
}

#middle {
	clear:none;
	width:100%;
	background:url(../images/midbg.jpg) repeat-x;
	border-top:1px solid #EDEDED;
	height:337px;
	margin:0;
	padding:0;
}

#bottom {
	width:100%;
	height:auto;
	background:url(../images/bottombg.jpg) repeat-x top;
	background-color:#d7effa;
	padding-bottom:20px;
	display:table;
}

#bottomcenters {
	width:100%;
	background:url(../images/bottombg.jpg) repeat-x top #D7EFF9;
	height:480px;
}

#leftcol {
	float:left;
	width:266px;
	margin:30px 0 0 0;
}

#midcol {
	float:left;
	width:266px;
	margin:30px 0 0 36px;
}

#rightcol {
	float:right;
	width:266px;
	margin:30px 0 0 0;
}

#footer {
	text-align:center;
	font-size:1.1em;
	padding:10px 0;
}

.phonesleft {
	float:left;
	width:333px;
	margin:20px 0 0 30px;
}

.phonesright {
	float:left;
	width:333px;
	margin:20px 0 0 100px;
}
	
.phoneimg {
	float:left;
	margin:9px 10px 0 0;
}

p.phonetitle {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:2.5em;
	font-weight:bold;
	color:#646464;
}

p.phoneblurb {
	font-size:1.2em;
	line-height:1.8em;
/*	margin:-10px 0 0 0;
*/	padding:0;
}

ul.phonelist {
	clear:both;
	height:250px;
	font-size:1.2em;
	margin:15px 0 0 8px;
	overflow:auto;
}

ul.phonelist li {
	list-style:inside circle;
	padding:5px 0;
}

/*-------------------------2. Typography-------------------------*/
p {
	font-size:1.15em;
	line-height:2em;
	text-align:justify;
}

h1 {
	text-indent:-9000px;
	background:url(../images/logo.gif);
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	width:213px;
	height:104px;
	position:relative;
	top:27px;
}

h2 {
	float:left;
	width:415px;
	clear:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.7em;
	color:#1e79a1;
	margin-top:50px;
}

h3 {
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.7em;
	color:#1e79a1;
	margin:15px 0 0 0;
}

h4 {
	clear:both;
	float:left;
	font-size:1.5em;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:underline;
}

h5 {
	font-size:1.4em;
	font-family:Helvetica, Arial, sans-serif;
	color:#1e79a1;
	margin:0;
	padding:0;
}

h6 {
	font-size:1.2em;
	font-family:Helvetica, Arial, sans-serif;
	color:#1e79a1;
	margin:0;
	padding:0;
}

h7 {
	float:left;
	font-size:1.3em;
	font-family:Helvetica, Arial, sans-serif;
	color:#1e79a1;
	margin:0;
	padding:0;
}

h7 a {
	color:#1e79a1;
}

h7 a:hover {
	background:#3DAEDF;
	color:#FFFFFF;
}

p.newstitlenews {
	float:left;
	width:200px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.7em;
	color:#1e79a1;
	margin:30px 0 0 0;
	padding:0;
	line-height:0;
}

bla {
	float:left;
	width:200px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.7em;
	line-height:0;
	margin:30px 0 0 0;
	padding:0;

}

p.tel {
	float:left;
	font-size:1.5em;
	line-height:1.5em;
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
	margin:40px 0 0 10px;
	padding:0 0 45px 0;
}

p.tel a {
	color:#1e79a1;
}

p.tel a:hover {
	background:#3DAEDF;
	color:#FFFFFF;
}

p.contactus {
	position:relative;
	top:95px;
	left:10px;
	font-size:2em;
	line-height:1.5em;
	font-family:Helvetica, Arial, sans-serif;
	color:#1e79a1;
	padding:0;
}

p.centretitle {
	position:absolute;
	width:230px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:3em;
	margin:20px 0 0 222px;
}

p.maindesc {
	float:left;
	clear:left;
	width:415px;
	font-size:1.15em;
	line-height:2em;
	text-align:justify;
	margin:10px 0 0 0;
}

p.subdesc {
	font-size:1.15em;
	line-height:2em;
	text-align:justify;
	margin:5px 0;
}

p.subdesc a {
	color:#646464;
	text-decoration:underline;
}

p.subdesc a:hover {
	text-decoration:none;
}

a {
	text-decoration:underline;
	color:#646464;
}

a.mail {
	text-decoration:underline;
	color:#646464;
}

a.mail:hover {
	color:#333333;
}

p.numSelect {
	float:right;
	text-align:right;
	margin:25px 0 0 0;
}

/*-------------------------3. Menu layout-------------------------*/
#menu {
	float:right;
	width:416px;
	clear:right;
}

#menu li {
	float:left;
	text-align:center;
	padding:0;
	margin:30px 0 0 0;
	width:104px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.9em;
	color:#FFFFFF;
}

#menu li a {
	text-decoration:none;
	color:#FFFFFF;
}

#menu li a:hover {
	text-decoration:underline;
}

#menutop {
	float:right;
}


/*-------------------------4. Glider formatting-------------------------*/
div#my-glider .controls {
	width:870px;
}

div#my-glider .controls li {
	float:left;
	height:18px;
	text-align:center;
	vertical-align:middle;
	margin:30px 30px 5px 50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
}

div#my-glider .controls li a{
	text-decoration:none;
	color:#1e79a1;
	padding: 20px 30px 20px 30px;
}

.gliderleft {
	float:left;
	width:400px;
	margin: 10px 0 0 10px;
}

.gliderright {
	float:right;
	width:300px;
	margin: 10px 30px 0 0;
}

.glidercol1 {
	float:left;
	width:270px;
	margin:10px 0 0 10px;
}

.glidermapleft {
	float:left;
	width:200px;
	margin:10px 0 0 10px;
}

.glidercolmap {
	float:right;
	width:600px;
	margin:10px 30px 0 0;
}

p.glidertextleft {
	clear:left;
	float:left;
	width:185px;
	margin: 0px 0 0 0;
	padding:0;
}

p.glidertextright {
	clear:right;
	float:right;
	width:185px;
	margin: 0px 0 0 0;
	padding:0;
}

p.glidertextbottom {
	clear:both;
	margin:0;
	padding:20px 0 0 0;
}

.colLeft {
	float:left;
	width:250px;
	margin:7px 0 0 7px;
}

.colLeft p {
	text-align:left;
}

.colMiddle {
	float:left;
	width:200px;
	margin:7px 0 0 60px;
}

/*-------------------------5. Map -------------------------*/
#map {
	width:600px;
	height:325px;
	margin:0;
	padding:0;
	border:1px solid #dddddd;
}


/*-------------------------6. Specific Layouts-------------------------*/
#topimg {
	float:right;
	margin:72px 0 0 0;
	z-index:1;
}

.flashholder {
	z-index:2;
}

#concepttopimg {
	float:left;
	clear:left;
	margin:65px 0 0 0;
}

#concepttopright {
	float:right;
	margin:65px 0 0 0;
}

#clearer {
	clear:both;
}


/*-------------------------7. File Area-------------------------*/
.fileHolder {
	float:right;
	width:580px;
	margin:10px 0 0 20px;
}

.download {
	float:left;
	width:160px;
	margin:0 30px 50px 0;
	padding:5px 0 0 0;
	border-top:1px dotted #89C3DB;
}

.download .description {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.4em;
	float:left;
	width:90px;
}

.download .description a {
	text-decoration:none;
}

.download .description a:hover {
	background:#3daedf;
	color:#f4f9fc;
}

.download .dltype {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0 0 0;
}

.download .logo {
	float:right;
}

.download .clearer {
	clear:both;
}

 
/*-------------------------8. News Page-------------------------*/
#newsmiddle {
	clear:none;
	width:100%;
	background: bottom url(../images/midbg.jpg) repeat-x;
	border-top:1px solid #EDEDED;
	margin:0;
	padding:0 0 20px 0;
}

p.newsintro {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.4em;
	line-height:1.8em;
	float:left;
	clear:left;
	width:415px;
	margin:0;
	text-align:left;
}

.newspagetitle {
	clear:left;
	width:415px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.7em;
	line-height:1em;
	color:#1e79a1;
	padding:20px 0 0 0;
}

.newspagedate {
	color:#5f892d;
	margin:5px 0 0 0;
}