html {
	min-height: 101%;
}

*{ 
	margin: 0; 
	padding: 0; 
}* 

body {
	font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	background: #CBD3D7;
	color: #444;
}

a {
	color: #003399;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #000080;
	background: inherit;
	text-decoration:underline;
}

p {
	margin: 0 0 15px 0;
}

.padLeft {
	padding-left:10px;
}

h1 {
	font: normal 1.9em Verdana, "Trebuchet MS", Arial, Sans-Serif;
	color: #404040;
	font-weight:bold;
	margin:0 0 0 0;
}

h1 a {
	color: #404040;
	background: inherit;
}

h1 a:hover {
	color: #E4FFD3;
	background: inherit;
}

sup {
	font-size: .4em;
	color: #DFCDA2;
	vertical-align:bottom;
}

h2 {
	color: #404040;
	font: bold 1.6em verdana, "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 0 0;
	border-bottom: 2px solid #003399;
}

h3 {
	color: #404040;
	font: bold 1.2em verdana, "Trebuchet MS", Arial, Sans-Serif;
	margin: 4px 0 0 0;
}

hr {
	border: 0;
	color: #003399;
	background-color: #003399;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 4px 0 4px 0;
}


/* Images */
.float-left-border {
	float:left;
	padding:4px;
	border:1px solid #003399;
	margin:0 8px 4px 0px;
}

.float-right-border {
	float:right;
	padding:4px;
	border:1px solid #003399;
	margin:6px 0 4px 8px;
}

.border {
	padding:4px;
	border:1px solid #003399;
	margin:0 0 4px 0;
}

.float-right {
	float:right;
	padding:4px;
	margin:0 0 4px 8px;
	border:0;
}
.border {
	padding:4px;
	border:1px solid #cccccc;
	margin:0 0 4px 8px;
}
#content {
	width: 960px;
	margin: 10px auto;
	background: #fff;
	padding: 10px;
	padding-top:10px;
}

#header {
	background: #fff url(../images/header.gif) no-repeat;
	height: 110px;
	border:0px solid #000000;
}

#header p {
	margin: 26px 0 0 0;
	font-size: 1.8em;
	color: #205064;
}

#logo {
	padding: 30px 0 10px 20px;
	margin-top:10px;
	float: left;
	width: 600px;
	height:180px;
	border:0px solid #000000;
}

.menuBackground {
	background:#D6DEF7;
	clear:both;
	width:100%;
	height:25px;
	margin-bottom:14px;
}

#menu {
/*
	margin: 0 0 0 12px;
*/
	margin: 0;
}

#menu li {
	list-style: none;
	float: left;
	background-color:#D6DEF7;
	font-size: 90%;
}

#menu li a {
	cursor: pointer;
/*
	padding: 5px 18px;
*/
	padding: 6px 10px;
	line-height: 25px;
	background:#8199E7;
	margin: 0 0 0 0;
	color: #000;
	font-weight:bold;
	border-right: 2px solid #D6DEF7;
	text-decoration:none;
}

#menu li a:visited {
	background: #8199E7;
	color: #000;
}

#menu li a:hover {
	background: #031D53;
	color: #fff;
}

#menu li a.current {
	background: #fff;
	color: #000;
	border-bottom:1px solid #ffffff;
}


#menu li a#last  {
	margin: 0;
	padding: 5px 41px 5px 40px;
}

.leftCol {
	font-size: .8em;
	float: left;
	width: 230px;
	margin: 0 10px 10px 0px;
	padding:4px;
	border:0px solid #000000;
}

/*- Left Menu--------------------------- */
	
#leftMenu {
	width: 100%;
	background: #ffffff;
	margin:5px 0 40px 0;
	font-size: 1.2em;
	color:#ffffff;
	}
	
#leftMenu li a {
	height: 24px;
	text-decoration: none;
	color:#000000;
	font-weight:bold;
	margin-top:6px;
	}	
	
#leftMenu li a:link, #leftMenu li a:visited {
	display: block;
	background: #8199E7;
	padding: 2px 0 0 4px;
	}
	
#leftMenu li a:hover {
	background: #031D53;
	padding: 2px 0 0 4px;
	color:#fff;
	}
	
#leftMenu li a.current {
	background: #031D53;
	color: #fff;
}

/* Main Column */
.mainCol {
	font-size: 1.0em;
	float: left;
	width: 950px;
	margin: 0 10px 4px 0px;
	padding:0 10px 0 5px;
}

.mainCol2 {
	clear:right;
	font-size: 1.0em;
	float: right;
	/*width: 730px;*/
	width: 655px;
	margin: 0 10px 4px 0px;
	padding:0 30px 0 10px;
}


.last {
	float: right;
	margin: 0 10px 10px 0;
}

.more {
	border-top: 1px solid #eee;
	padding: 5px 0 0 0;
}

.price {
	font-weight: bold;
	padding-left:10px;
}

#prefooter {
	width: 944px;
	height:18px;
	margin: 0 auto;
	background: #ffffff;
	padding: 15px 18px 15px 18px;
	font-size: .9em;
}

.footerTelephone {
	float:right;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:1px;
}

#footer {
	width: 980px;
	margin: 10px auto;
	color:#000000;
	font-size: .9em;
}

#footer a {
	color: #000000;
}
#footer a:hover {
	color: #000000;
}

.right {
	float: right;
	text-align: right;
	font-size: 1em;
	color:#000;
}

#footer .right a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#footer .right a:hover {
	color: #000000;
	text-decoration: underline;
}

#map { /* Google Map */
	width: 650px;
	width: 900px;
	height: 460px;
	border:1px solid #979797;
	padding-top:10px;
	margin-left:24px;
}

/* start - table */
.tablecss {
	border-collapse: collapse;
	/* Center Table */
	margin-left: auto;
	margin-right: auto;
	
}
.tablecss th strong {
	color: #fff;
}
.tablecss th {
	font-size:1.1em;
	text-align: left;
	color: #ffffff;
	font-weight:bold;
	background: #003399;
	height: 25px;
	padding-left: 12px;
	padding-right: 12px;	
	border-top: 1px solid #003399;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #003399;
}
.tablecss tr {
	height: 25px;
}
.tablecss td {
	font-size:1.0em;
	padding-top:5px;
	padding-right: 10px;
	padding-bottom:6px;
	padding-left: 10px;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	/*background:url(../images/committee_bg.jpg);
	background-repeat: repeat-x;
    background-position: right bottom;*/
}
.tablecss td.first,th.first {
	border-left: 1px;
}
.tablecss tr.row-a {
	background: #F8F8F8;
}
.tablecss tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* Web Site Map */
ul.siteMap li {
	list-style:disc;
	color:#003399;
	margin-top:4px;
	margin-left:20px;
	margin-bottom:4px;
	font-weight:normal;
}

ul.siteMap a {
	color:#003399;
}
ul.siteMap a:visited {
	color:#003399;
}

ul.siteMap a:hover {
	text-decoration:underline;
}

ul.siteMapInner li {
	list-style:disc;
	color:#003399;
	margin-top:4px;
	margin-left:40px;
	margin-bottom:4px;
	font-weight:normal;
}

ul.siteMapInner a {
	color:#003399;
}
ul.siteMapInner a:visited {
	color:#003399;
}

ul.siteMapInner a:hover {
	text-decoration:underline;
}

/* Std UL */ 
ul.cssUl li {
	list-style:square;
	color:#333333;
	margin-top:4px;
	margin-left:30px;
	margin-bottom:4px;
}
ol.cssOl li {
	color:#333333;
	margin-top:4px;
	margin-left:30px;
	margin-bottom:4px;
}


/* Useful Links */
.links {
	margin-bottom:50px;
}

.links h2 {
	font-size:1.3em;
    border-bottom: 0px solid #003399;
	width:auto;
}
.links p {
	margin:0;
}

/* Next Page*/
#nextPage {
clear:both;
	width:auto;
	border-bottom:1px dashed #003399;
	font-size: 0.9em;
	margin: 40px 8px 0 0px;
	color: #404040;
}

#nextPage a:link, #nextPage a:visited, #nextPage a:active {
	color: #000000;
	text-decoration:none;
}

#nextPage a:hover {
	color: #000000;
	text-decoration:none;
}

/* Price Table */
.priceTable table {
	border-collapse: collapse;
	margin: 10px;	
}
.priceTable th strong {
	color: #fff;
}
.priceTable th {
	background: #93876F;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 2px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #ffffff;
	font-weight:bold;
}
.priceTable tr {
	height: 30px;
}
.priceTable td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 2px solid #fff;
	border-bottom: 1px solid #fff;
}
.priceTable td.first,th.first {
	border-left: 0px;
}
.priceTable tr.row-a {
	background: #F8F8F8;
}
.priceTable tr.row-b {
	background: #EFEFEF;		
}

/* Form styles */
#contactform {
	width: 480px;
	float:left;
	border:0px solid #000000;
	font-size:95%;
}

div.row {
	clear: both;
	padding-top: 5px;
}
div.row span.label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right:10px;
}
div.row span.formitem {
	float: right;
	width: 320px;
	text-align: left;
}
div.row span.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* For pop up hint box */
#hintbox{ 
position:absolute;
top: 0;
background-color:#FFFFCC;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #000000;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid #000000;
border-bottom: 3px solid #000000;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

/* Form Styles */
.textbox {
	padding:0.11em;
	border:1px solid #ddd;
	background:#fafafa;
	font: 16px Tahoma, arial, sans-serif;
	border:1px solid #666666;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	border-radius: 0.4em;

}
.textbox:hover, .textbox:focus {
	background:#FFFFCC;
	border:1px solid #FFE400;
}
textarea {
	padding:0.11em;
	border:1px solid #ddd;
	background:#fafafa;
	font: 16px Tahoma, arial, sans-serif;
	border:1px solid #999999;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	border-radius: 0.4em;
}
textarea:hover, textarea:focus {
	background:#FFFFCC;
	border:1px solid #FF9900;
}

.selectbox {
	padding:0.15em;
	border:1px solid #ddd;
	background:#fafafa;
	font: 16px Tahoma, arial, sans-serif;
	border:1px solid #999999;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	border-radius: 0.4em;

}
.selectbox:hover, .selectbox:focus {
	background:#FFFFCC;
	border:1px solid #FF9900;
}

.checkbox {
	padding:0.15em;
	border:1px solid #ddd;
	background:#fafafa;
	font: 16px Tahoma, arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	border-radius: 0.4em;

}
.checkbox:hover, .checkbox:focus {
	background:#FFFFCC;
	border:1px solid #FF9900;
}

.uploadButton {
	border:1px solid #CC3300; 
	font: Verdana 14px; 
	padding:1px 4px; 
	background-color:#FFCC00
}




/* Text Link Buttons */
.btn {
 display: inline-block;
 background: url('../images/btn.bg.png') repeat-x 0px 0px;
 padding:5px 6px 3px 6px;
 font-weight:bold;
 /*text-shadow: 1px 1px 1px rgba(255,255,255,0.5);*/
 border:1px solid rgba(0,0,0,0.4);
 -moz-border-radius: 5px;
 -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
 -webkit-border-radius: 5px;
 -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
 text-decoration:none;
}

.btn:hover {
 /*text-shadow: 1px 1px 1px rgba(0,0,0,0.5);*/
 text-decoration:none;
 cursor:pointer;
}
/* COLOR VARIATIONS */

.blue {background-color: #86C8FA; color: #000000; text-decoration:none; border:1px solid #666666;}
.blue:visited {background-color: #86C8FA; color: #000000; text-decoration:none;}
.blue:hover {background-color: #1A95F4; color: #ffffff; text-decoration:none;}

.grey {background-color: #C0C0C0; color: #000000; text-decoration:none; border:1px solid #666666;}
.grey:visited {background-color: #C0C0C0; color: #000000; text-decoration:none;}
.grey:hover{background-color: #404040; color: #ffffff; text-decoration:none;}

.green {background-color: #36A836; color: #000000; text-decoration:none; border:1px solid #666666;}
.green:visited {background-color: #36A836; color: #000000; text-decoration:none;}
.green:hover{background-color: #008000; color: #ffffff; text-decoration:none;}

.red {background-color: #FF0000; color: #000000; text-decoration:none; border:1px solid #666666;}
.red:visited {background-color: #FF0000; color: #000000; text-decoration:none;}
.red:hover {background-color: #800000; color: #ffffff; text-decoration:none;}

.orange {background-color: #FF6600; color: #000000; text-decoration:none; border:1px solid #666666;}
.orange:visited {background-color: #FF6600; color: #000000; text-decoration:none;}
.orange:hover {background-color: #C95101; color: #ffffff; text-decoration:none;}
