@charset "UTF-8";
ul { list-style-image:url(images/arrow.png); }

/* ====== structure ========= */

body { 
	width: 800px; 
	margin: 0 auto; 
	padding: 10px; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; background: #fff; 
}

#header {
	padding-top: 7px;
	padding-bottom: 7px;
}

a:link { color: #296291; text-decoration: none; }
a:visited { color: #296291; text-decoration: none; }
a:hover { color: #f8c727; text-decoration: none; }
a:active { color: #f8c727; text-decoration: none; }

#content { 
	font-size: 13px; 
	color: #333;
	padding-left: 8px;
	margin: auto; }

#sidebar { 
	background: #94b0c8;
	width: 234px;
	height: 1%;
	float: right;
	position:static;
	margin: -14px 0 0 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#testimonial {
	color: #333;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px 12px 0px 10px;
	line-height: 1.4em;
}
#testimonialSignature {
	text-align: right; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
	

#sidebarCaption { color: #fff; font-style: italic; font-size: 11px; text-align: right; padding: 12px; }

#bottomBar {
	width: 100%;
	height: 130px;
	background-image:url(images/bottombar.jpg);
	background-repeat:repeat-x;
	clear: both;
	margin-bottom: 3px;
	margin-top: 20px;
	text-align: right;
}

#bottomBarname { 
	padding: 12px;
	margin-top: 6px;
}

#bottomBar p { 
	font-size: .865em; 
	padding: 14px; 
	text-align: right;
}

#bottomBar2 {
	width: 100%;
	height: 175px;
	background-image:url(images/bottombar.jpg);
	background-repeat:repeat-x;
	clear: both;
	margin-bottom: 3px;
	margin-top: 20px;
	text-align: right;
}

#bottomBar2 p { 
	font-size: .75em; 
	padding: 10px; 
	text-align: right;
}

.bottomTestim {
	font-size: 12px;
	padding: 10px;
}

#bottomBarname2 { 
	padding: 12px;
	margin-top: 6px;
	font-style:italic;
}

/* ===== form styling ====== */

#formSubscribe {
	width: 350px;
	float: left;
	margin: 0 10px;
	padding-left: 10px;
}

.formStyles {
	color: #f90;
	text-align: left;
}


p { line-height: 1.3em; color: #333; margin-left: 5px; }

li {
	list-style-type: circle;
	line-height: 1.3em;

}

h1, h2, h3, h4 { color: #666; margin-bottom: -10px; }

/*==== image styles =====*/

.sidebarImage {
	float: right;
	margin: -1px -10px 0 0;

	border-bottom: 3px solid #fff;
	padding: 0;
	margin-bottom: 15px;
}

#imageRight {
	float: right;
	margin: auto;
	margin-left: 5px;
	margin-right: -3px;
	padding: 0px 0px 0px 10px;
}

#imageLeft {
	float: left;
	margin: auto;
	padding: 5px;
}

.contactImage { 
	float: left; 
	padding: 10px; 
}

img {
	padding: 3px;
	margin: auto;
}

.imgRight {
	float: right;
}

/* ====== navigation bar ====== */

#navlinks {
	margin: 0;
	padding: 5px;
	background: #296291; 
	color: #FFF;
	font-size: 11px;
	text-align: right;
}

#navlinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #f8c727;
}

#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	color: #fff;
}

#navlinks a:hover {
	color: #f8c727;
}

#navlinks a:active {
	color: #f8c727;
}


/* ======== footer ======== */

#footerLinks {
	margin: 0; 
	padding: 2px;
	clear: both;
	border-top: solid 3px #fff;
	text-align: right;
	background: #296291; 
	color: #CCC;
}

#footerLinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #cfa53f;
	font-size: 11px;
}

#footerLinks li.last {
	border-right: 0;
}

#footerLinks li.left {
	text-align: left;
}

#footerLinks a {
	color: #fff;
}

#footerLinks a:hover {
	color: #cfa53f;
}
caption { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 10px; font-style: italic; color: #FFF; text-align: right; margin: 0px; padding: 10px; }
