/* CSS Document - www.globalcyberaccess.com */
/* Some code &copy; 2004_5_6 Stuart Nicholls - cssplay.co.uk */


/* Main Layout */

html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	background:#C1C1C1 url(../images/site-background.gif) center repeat-y;
	font-family:trebuchet MS, tahoma, verdana, arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow:hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	}

#header {
	position:absolute; 
	margin-left:-390px; 
	left:50%; 
	top:0; 
	width:780px; 
	min-width:780px; 
	height:140px; 
	background:#fff; 
	font-size:0.9em; 
	z-index:4;
	background:url(../images/header-placeholder.jpg) no-repeat;
	text-align:center;
	}
* html #header {width:780px; height:140px;}

#middle {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:140px;
	bottom:50px;
	width:780px; 
	margin-left:-390px;
	left:50%;
	}
* html #middle {
	top:0; 
	bottom:0; 
	height:100%;
	width:780px;
	border-top:140px solid #fff; 
	border-bottom:50px solid #89A7D0;
	}

#footer {
	text-align:center;
	position:absolute; 
	margin-left:-390px; 
	left:50%; 
	bottom:0; 
	width:780px; 
	min-width:780px; 
	height:50px; 
	background:#fff; background-position:0 100px;
	font-size:1em;
	z-index:4; 
	background:url(../images/footer-background.gif) repeat-x;
	}
* html #footer {width:780px; height:50px;}


/* Navigation */

* html #nav {display:inline-block; margin-left:115px} /* Sets IE Menu Location */

#menu {
  	width:auto;
	display:table;
  	padding:0; 
  	margin:17px auto; 
  	list-style-type:none;
  	white-space:nowrap;
}
#menu li {display:table-cell;}
* html #menu li {float:left;}

#menu a {
  	width:auto;
  	display:block;
	margin-top:0px;
  	padding:3px 18px;
  	color:#fff;  
  	text-decoration:none;
	background:url(../images/menu-normal.gif) #616F82 repeat-x;
	border-bottom:1px solid #aaa;
	border-top:1px solid #ccc;
}
* html #menu a {float:left;}

#menu a:hover {
  	color:#000; 
  	background:url(../images/menu-hover.gif) #C4CBD3 repeat-x;
	border-bottom:2px solid #aaa;
}

#activepage {
	width:auto;
  	display:block;
	margin-top:0px;
  	padding:3px 18px 3px 10px;
	color:#000;
	text-decoration:none;
	background:url(../images/menu-activepage.gif) #B6BEC8 repeat-x;
	border-bottom:2px solid #999;
	border-top:1px solid #ccc;
}


/* Content Sections */

#site_header {margin-top:12px;}

#content {
	margin:10px 20px;
	text-align:justify;
	font-size:1em;
	color:#111;
	}
#content p {margin:0px;	padding:0 0 0.9em;}
#content a {text-decoration:underline; color:#576BBB;}
#content a:hover {color:#29283F;}
#content .img {float:right; border:1px #C4CBD3 solid; padding:2px; margin-left:20px; margin-bottom:5px;}

#right_pane {float:right; font-size:0.8em; clear:none; text-align:right; width:290px; padding-bottom:5px;}
#right_pane p {padding:5px 10px;}
#right_pane a {text-decoration:none; color:#29283F;}
#right_pane a:hover {text-decoration:underline; color:#29283F;}

#contact {
	text-align:left;
	margin:10px 20px 10px 20px;
	font-size:0.7em;
	color:#222;
	overflow:hidden;
	}	
#contact p {margin:0; padding-bottom:0em;}
#contact a {color:#222; text-decoration:none;}
#contact a:hover {color:#000; text-decoration:underline;}


/* Content Sub-Sections */

.contact_left {text-align:left; float:left; clear:none;}
.contact_right {text-align:right; float:right; clear:none;}

.list ul {
	list-style-type:none; 
	padding:0;
	margin:0 0 0.8em;
	}
.list li {
	background-image:url(../images/arrow.gif); 
	background-repeat:no-repeat;
	background-position:0 6px;
	margin:0 2em; 
	padding-left:1em; 
	padding-bottom:4px; 
	text-align:left;
	}
.list li input {margin-left:50px; display:inline;}

.phone {
	color:#003;
	background-image:url(../images/speech.gif); 
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0 2em;
	padding-left:1em;
	}
.fax {
	color:#003;
	background-image:url(../images/document.gif); 
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0 2em;
	padding-left:1em;
	}
	
.bold {font-weight:bold;}
.unbold {font-weight:normal;}
.underline {text-decoration:underline;}
.mini {font-size:0.6em;}
.floatfix {float:left; padding-bottom:10px;}
strong {font-size:1.1em;}
