/*template: J. Beal, http://www.creativelinesdesign.comhtml,*/
 body {
    height: 100%;
	margin: 0;
	padding: 0;
	background: #fff url(images/top_bg.gif) repeat-x;
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif;/*.7*/
	line-height: inherit;/* 1.6em*/
	color: #333;
	clear:both;
}
#header {
	width: 880px;
	padding: 20px 20px 0 20px;
	background: transparent url(images/intro.gif) no-repeat;
	margin: 0 0 0 6px;
	height: 174px;
}
/* LINKS AND HEADINGS STYLING */
a {
	color: #546F92;
	background: inherit;
}
a:hover {
	color: #808080;
	background: inherit;
}
h1 {
	font: bold 1.6em "Trebuchet MS", Helvetica, Sans-Serif;
	padding-top: 4px;
	margin: 0;
	color: #666666;
	background-color: transparent;
}
h2 {
	font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif;
}
h3 {
	clear: both;
	font-size: 1.1em;
	color: #9999FF;
	padding: 0 14px;
	margin: 0;
}
h4 { font-size: 110%;
	color:#999999;
	font-weight:bold;
}

h5 { font-size: 110%;
	color:#999999; 
}

h6 { font-size: 100%;
	color:#9999FF; 
}
hr { 
	width: 97%;
	clear: both;
}
p {
height: auto;
        width: 97%;
        clear:both;
}
.blue {
	color: #546F92;
	background: inherit;
}
.image {
	float: left;
	border: 2px solid #e2e2e2;
	padding: 3px;
	margin: 0 15px 10px 0;
}
td {
	text-align: left;
}
/* CONTENT WRAPPER */
#main {
	width: 900px;
	height: auto;
	margin: 10px auto 10px auto;
}

/* TOP HORIZONTAL MENU */
#menu {
	line-height:20px;
	padding: 20px 1px 20px 0;
	margin: 0;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}
#menu li {
	padding: 14px 18px 14px 18px;
	color: #3db2c3;
	display: inline;
}

#menu ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu li.active {
	color: #3db2c3;
	font-weight: bold;
	padding: 14px 18px 14px 18px;
	margin: 0 1px 0 0;
}
#menu li a {
	color: #3db2c3;
	text-decoration: none;
}
#menu li a:hover {
	color: #666666;
	background: #f8f8f8;
}
/* ACCESKEY UNDERLINED LETTER */
.key {
	text-decoration: underline;
}
/* LEFT INTRO SIDE-all changed to right*/
#intro_right {
	clear: right;
	float: right;
	width: 250px;
	background: #8D9CAF url(images/leftintrobg.gif) repeat-x;
	color: #E5EAF2;
	margin: 0 0 0 1px;
}
#intro_right a {
	color: #fff;
	background: inherit;
}
#intro_right p {
	padding: 14px 15px;
	margin: 0;
}
/* Right VERTICAL MENU */
#menu_right {
	float: right;
	margin: 0 0 0 6px;
	padding: 0 0 0 1px;
	border-bottom: 2px solid #e2e2e2;
	background-image: #fff url(images/menu_bg.jpg) repeat-x;
}
#menu_right li {
	list-style: none;
}
#menu_right li a {
	display: block;
	color: #3F5B7F;
	background: #C2CEDE url(images/arrow.gif) no-repeat center left;
	width: 204px;
	padding: 7px 23px 7px 23px;
	margin: 0 0 0 1px;
	font-weight: bold;
	text-decoration: none;
}
#menu_right li a:hover {
	background: #9EB1C9 url(images/arrow.gif) no-repeat center left;
	color: #fff;
}
/* RIGHT INTRO SIDE - all changed to left*/
#intro_left {
	width: 895px;
	padding: 25px 280px 0 20px;
	background: #BCCEDA url(images/intro.jpg) no-repeat;
	color: #547592;
	margin: 0 0 0 6px;
	height: 174px;
	border: 2px solid #e2e2e2;
}
#intro_left h1 {
	margin: 0 0 0 20px;
}
#intro_left .white {
	color: #FFF;
	background-color: transparent;
}
/* RIGHT SIDE */
#right {
	float: right;
	width: 250px;
}
.box {
	padding: 12px 10px;
	border: 0px;
	margin: 0 0 10px 0;
	width: 204px;
}
.rotate {
	padding: 12px 10px;
	border: 0px;
	margin: 0 0 10px 0;
	width: 204px;
}
.note {
	padding: 15px 15px 20px 100px;
	border: 0px;
	margin: 0 0 5px 0;
	background: url(images/package.gif) no-repeat; 
}
.menu2 {
}
.menu2 a {
	display:block;
	background-image: url(images/menu2.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding: 3px 0 3px 5px;
	}
.menu2 a:hover {
	background-repeat : no-repeat ;
	background : url(images/menu2_hover.jpg) no-repeat ;
	}
/* LEFT SIDE */
#left {
	float: left;
	width: 643px;
}
.rightcol {
	float: right;
	padding: 12px 15px;
	width: 350px;/*285*/
	text-align: justify;
	margin: 0 0 10px 0;
}
.leftcol {
	float: left;
	padding: 10px 15px;
	width: 150px;/*285*/
	margin: 0 0 10px 0;
}
.special {
	clear: both;
	margin: 0px 0 20px 0;
	padding: 5px 20px;
	border: 1px solid #ccc;
	background: #eee;
	color: #444;
	overflow: auto;
}
.dumb {
float: left;
width: 589px;
}
.clear {
clear: both;
}
/* FOOTER */
#footer {
	clear: both;
	padding: 5px;
	border-top: 1px solid #ccc;
}
ul.h {
	list-style: none;
}
img.list {
	margin-right: 5px;
	margin-bottom: -3px;
}
