/* FILE: GLOBAL CSS */

/* GLOBAL TAGS*/
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #969684;
	background: #2F6460;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #969684;
}
img {
	border: 0;
}
a {
	margin: 0;
	padding: 0;
	color: #FFE354;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}
label {
	display: inline;
	float: left;
	width: 140px;
}
p {
	margin: 0 0 7px 0;
}
p.sub {
	margin: 10px 0 2px 0;
}
form {
	margin: 0;
	padding: 0;
}

/* GLOBAL STRUCTURE */
#container {
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100%;
	width: 705px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	padding: 50px 0 5px 0;
}
#header td {
	color: #FFF;
	font-size: 8pt;
}
#footer {
	padding: 5px 0 5px 0;
}
#footer td {
	color: #FFF;
	font-size: 8pt;
}
#bgWhiteHome {
	background: #FFF;
	width: 685px;
	padding: 0 10px 0 10px;
}
#bgWhite {
	background: #FFF;
	width: 685px;
	padding: 0 10px 0 10px;
	min-height:450px;
}
#bgwTop {
	background: url(../_gfx/co_top.gif) no-repeat;
	width: 705px;
	height: 10px;
	font-size: 1px;
}
#bgwBottom {
	background: url(../_gfx/co_bottom.gif) no-repeat 0 0;
	width: 705px;
	height: 15px;
	font-size: 1px;
}
#tMenu {
	width: 660px;
	height: 81px;
	background: url(../_gfx/bg_topmenu.gif) no-repeat;
	margin: 0 0 0 12px;
}
#logo {
	padding: 40px 0 0 0;
}
#content {
	margin: 20px 13px 0 13px;
}
#leftmenu {
	float: left;
}
#ct {
	float: left;
	width: 510px;
}
#announce {
	margin: 20px 0 0 0;
	font-size: 7pt;
	color: #17524E;
}
#copyright {
	font-size: 7pt;
	margin: 0 0 0 30px;
}
#leftIcon {
	width: 108px;
	float: left;
	text-align: center;
	padding: 0 39px 0 0;
}
#leftIcon img {
	margin: 0 0 10px 0;
}
#bookonline {
	position: absolute;
	top: 7px;
}

/* MENU */ 
#topMenu {
	position: absolute;
	top: 125px;
	left: 170px;
}
#topMenu ul {
	margin: 0;
	padding: 0;
}
#topMenu li {
	margin: 0 50px 0 0;
	padding: 0;
	display: inline;
	font-weight: bold;
	list-style-type: none;
}
#topMenu a {
	color: #969684;
}
#topMenu a:hover {
	color: #17524E;
	text-decoration: none;
}
#topMenu a.active {
	color: #17524E;
}

#leftMenu {
	width: 108px;
	float: left;
	text-align: right;
	padding: 0 39px 0 0;
}
#leftMenu ul {
	margin: 0;
	padding: 0;
}
#leftMenu li {
	margin: 0 0 7px 0;
	padding: 0;
	font-weight: bold;
	list-style-type: none;
}
#leftMenu a {
	color: #969684;
	font-size: 10pt;
}
#leftMenu a:hover {
	color: #FFE354;
	text-decoration: none;
}
#leftMenu a.active {
	color: #FFE354;
}

/* BUTTONS */

/* CONTENT CLASSES */
.hrcolor {
	border-top: 1px dotted #CCCCCC;
	margin: 5px 5px 5px 0;
}
.clearPage {
	clear: both;
	height: 1px;
	font-size: 1pt;
}
.intro {
	color: #17524E;
	font-weight: bold;
	font-size: 8pt;
}
.introQuote {
	color: #17524E;
	font-size: 8pt;
}
.yellow {
	color: #FFE354;
}
/* MENU TABLE CLASS */

.menu-table {margin:0 0 10px 0;}

/* IMAGE MARGIN CLASS */

.picture {margin:0 0 10px 10px;}

/* added link class gray and bold */

a.contact {font-weight:bold; color:#666666; text-decoration:underline;}
a.contact:link {font-weight:bold; color:#666666; text-decoration:underline;}
a.contact:active {font-weight:bold; color:#666666; text-decoration:none;}
a.contact:hover {font-weight:bold; color:#666666; text-decoration:none;}
a.contact:visited {font-weight:bold; color:#666666; text-decoration:underline;}

/* added link class gray and bold */

a.external {font-weight:bold; color:#17524E; text-decoration:underline;}
a.external:link {font-weight:bold; color:#17524E; text-decoration:underline;}
a.external:active {font-weight:bold; color:#227973; text-decoration:none;}
a.external:hover {font-weight:bold; color:#227973; text-decoration:none;}
a.external:visited {font-weight:bold; color:#17524E; text-decoration:underline;}

/* added images col class to prevent text wrap */

#imageholder {width:200px; padding:0; border:0; margin: 0 0 0 10px; float:right;}
#textholder { width:290px; padding:0; border:0; margin: 0;}

