@charset "utf-8";

body {
	background-color: #2BC5E1;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

/************************************************************************/
/* . . . . . . . . . . Common Positioning DIVs . . . . . . . . . . */
/************************************************************************/

#container {
	position: relative;
	width: 773px;
	text-align: center;
	margin: 10px auto 0 auto;
}

#logo {
	position: absolute;
	left: 0px;
	top: -2px;
}

#main_pic {
	float: right;
}

/* . . . . . . . . . . . .. Primary Navigation . . . . . . . . .. . . . */
#main_nav {
	float: right;
	width: 80.5%;
	background-color: #0E5F68;
	color: #ABC4CC;
	text-align: center;
	margin-top: -3px;
}

#main_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav li {
	float: right;
	width: 135px;
	padding: 0.5em;
	top: -2em;
	line-height: 1em;
}
#main_nav  a {
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	color: #FFFCD6;
	font-size: .9em;
}

#main_nav a:visited {
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	color: #CCCCCC;
	font-size: .9em;
}

#main_nav a:hover {
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	color: #FFF46A;
	font-size: .9em;
}

/* . . . . . . . . . . . .. Third Navigation . . . . . . . . .. . . . */
#third_nav {
	float: right;
	width: 150px;
	text-align: right;
	margin-top: 260px;
}

#third_nav ul {
	list-style-type: none;
	padding: 0;
	margin:0;
}

#third_nav li {
	margin-top: 0.5em;
	line-height: 1em;
	margin-left: 10px;
	font-size: .7em;
}

#third_nav a {
	color: #006666;
	text-decoration: none;
}

#third_nav a:visited {
	color: #006666;
}

#third_nav a:hover {
	color: #FFF46A;
}

/* . . . . . . . . . . . .. Secondary Navigation . . . . . . . . .. . . . */
#sec_nav {
	float: left;
	width: 160px;
	text-align: left;
	margin-top: 260px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: -10px;
}

#sec_nav p {
	font-size: .7em;
}

#sec_nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sec_nav li {
	line-height: 1.1em;
	letter-spacing: 1px;
	margin-left: 10px;
	font-size: 0.8em;
}

#sec_nav a {
	color: #BFFD7B;
	text-decoration: none;
}
		 
#sec_nav a:visited {
	color: #006666;
}

#sec_nav a:hover {
	color: #FFF46A;
}

/* . . . . . . . . . . . .. Body Text DIVs . . . . . . . . .. . . . */
#body_text {
	float: right;
	text-align: left;
	width: 75.5%;
	margin-right: 19px;
}

#header_title {
	float: right;
	width: 100%;
	background-color: #251F21;
	line-height: 1em;
	margin-bottom: 1.7em;
	background-image: url(images/bar.jpg);
	background-repeat: repeat-y;
	background-position: right;
}


#header_body {
	float: right;
	text-align: left;
	width: 86.5%;
	margin-right: 20px;
	margin-top: -26px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #251F21;
	padding-left: 22px;
	padding-bottom: .8em;
}

#header_body p {
	line-height: 1.2em;
	font-size: .8em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	letter-spacing: 1px;
}

#header_body ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.7em;
	margin-left: 19px;
}

#header_body li {
	font-size: 1em;
	line-height: 1em;
	margin-top: 0.5em;
	left: 0px;
}

#header_body a {
	color: #0C5158;
	font-size: 1em;
	font-weight: bold;
}

#header_body a:visited {
	color: #0E5F68;
	font-size: 1em;
	font-weight: bold;
}

#header_body a:hover {
	color: #1F9102;
	font-size: 1em;
	font-weight: bold;
}

/* . . . . . . . . . . Footer DIVs . . . . . . . . . . */
#footer {
	clear: both;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 39px;
	padding-left: 206px;
	line-height: 1.3em;
	font-size: .7em;
}

#footer a {
	color: #222222;
}

#footer a:visited {
	color: #222222;
}

#footer a:hover {
	color: #FFF46A;
}

/************************************************************************/
/* . . . . . .  . Text Element Style Properties . . . . . . .  */
/************************************************************************/

p {
	text-align: left;
	font-size: 0em;
	line-height: 0em;
	text-decoration: none;
}
  
a:link {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #BFFD7B;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}
		 
a:visited {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #006666;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

/************************************************************************/
/* . . . . . . . . . . Classes . . . . . . . . . . */
/************************************************************************/
		   
h1 {
	color: #00B5A1;
	font-size: 1em;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	line-height: 2em;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	padding-left: 60px;
}

h2 {
	color: #000000;
	font-size: 0.9em;
	margin-bottom: -0.4em;
	letter-spacing: .1em;
	padding-bottom: 0.4em;
	line-height: .9em;
	margin-top: 1.2em;
}

h3 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #003333;
	font-size: 1.2em;
	line-height: 0.8em;
	font-variant: normal;
	margin-bottom: 1em;
	letter-spacing: .2em;
}

/* . . . . . . . . . . Secondary Navigation Classes . . . . . . . . . . */
.normal {
	font-variant: normal;
	color: #66CC66;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 0.9em;
}

.sec_nav {
	margin-top: -8px;
}

.space {
	padding-bottom: .9em;
}

.space2 {
	padding-bottom: .5em;
}

.space3 {
	margin-top: 10px;
}

/* . . . . . . . . . . Body Text Classes . . . . . . . . . . */
.h2bug {
	margin-top: 10px;
}

.h2link {
	color: #000000;
	letter-spacing: .1em;
	line-height: 1em;
	font-size: 0.9em;
	margin-top: 0.5em;
	margin-bottom: -0.5em;
}

.image_right {
	float: right;
	padding-left: 10px;
	padding-top: 13px;
}

.image_right2 {
	float: right;
	padding-left: 10px;
}

.pad {
	margin-left: 5px;

}


/*. . . . . . . . . . . . @media print . . . . . . . . . . . . */
@media print {
 body { color: #000000; background-color: #ffffff; background-image:none; }
 #name1 { display: none; }
 #name2 { display: none; }
 #quote { display: none; }
 #print { position: static; width: 100%; font-size: 12pt; }
 }
 
.pbreak {
  page-break-before: always;
}

