
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	/*min-width:800px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	height:100%;
	font-size:13px;
	font-family: Arial;
	color:#666666;
	text-align:center;
	background-position: top left;
	background-repeat: no-repeat;
}

/********************** style constants **********************/

h1 {
	color: #365883;
	font-size: 20px;
	font-weight: normal;
	height:40px;
	padding:6px 0 0 0;
	background-image: url('../images/header-underline2.png');
	background-position: top left;
	background-repeat: no-repeat;
	line-height:30px;
}
	
h1#other {
	color: #365883;
	font-size: 20px;
	font-weight: normal;
	height:40px;
	padding:6px 0 0 12px;
	background-image: url('../images/header-underline.png');
	background-position: top left;
	background-repeat: no-repeat;
	line-height:30px;
}

h1#double {
	color: #365883;
	font-size: 20px;
	font-weight: normal;
	height:70px;
	padding:6px 0 0 12px;
	background-image: url('../images/header-underline-double.png');
	background-position: top left;
	background-repeat: no-repeat;
	line-height:30px;
}
	
h2 {
	color: white;
	font-size: 20px;
	font-weight: normal; 
	margin-bottom:5px; 
	padding-bottom:5px;
}

h3 {
	font-size:18px;
	font-weight:normal; 
	color:#666666; 
	font-style:italic; 
	line-height:28px;
}

p {
	line-height:20px;
}

ol {
	line-height:20px;
}

ul {
	list-style-type:square;
	line-height:20px;
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 25px;
}

/*
table {
	border-width: 0px;
	border-spacing: 0px;
	cell-padding: 0px;
}

td, tr {
	border-width: 0px;
	color: #454444;
	valign: top;
}

td {
	width:100%px;
	padding-right: 15px;
}

table label {
	color:#666666;
}
*/

Table {
	border-width: 0px;
	border-spacing: 5px;
	border-style: none;
}

Table td img {
	border:1px solid #999999;
}

Input {
	color:#666666;
	font-family:Arial;
	font-size:13px;
    border: 1px solid #abadb3;
    margin-top: 5px;
}

Textarea {
	color:#666666;
	font-family:Arial;
	font-size:13px;
    border: 1px solid #abadb3;
    margin-top: 5px;
}

Select {
	color:#666666;
	font-family:Arial;
	font-size:13px;
    border: 1px solid #abadb3;
    margin-top: 5px;
}

/********************** layout elements **********************/

.page {
	text-align:left;
	width: 900px;
	margin: 0 auto;	
}

.pagePlus {
	margin: 0 auto;
	text-align:left;	
	width: 100%;	
	min-width: 980px;
	height: 300px;
	background-image: url('../images/middle-bg.png');
	background-position:center;
}

#top {
	background-color:#ffffff;
}

#mini-menu {
	float:right; 
	margin-top:-20px; 
	font-size:11px; 
	height:22px; 
	padding-left:12px;
}

#mini-menu a {
	color:#554c45;
	text-decoration:none;
}

#mini-menu a:hover {
	text-decoration:underline;
}

#home-middle {
	width:100%; 
	min-width:900px; 
	height:300px; 
	background-color: #4a4a4a;
	border-top:5px solid #fff; 
	border-bottom:5px solid #fff;
}

#middle-center {
	width: 900px;
	height: 300px;
	margin: 0 auto;	
}

#photo-div {
	width:575px; 
	height:300px; 
	float:left; 
	border-left:5px solid white; 
	border-right:5px solid white;
}

#buttons-div {
	width:310px; 
	height:300px;
	float:right;
	border-right:5px solid white;
	background-color: #94b2ce;
}

#buttons-div img{
	border:0px;
	display:block;
}

#title-div {
	width:640px;
	height:140px;
	float:left;
	background-color: #94b2ce;
	border-left:5px solid white; 
	border-right:5px solid white;
	background-image: url('../images/title-bg.png');
	background-position: top left;
	background-repeat: repeat-x;	
}

#title-photo-div {
	width:245px; 
	height:140px;
	float:right;
	border-right:5px solid white;
}

#content-middle {
	width:100%; 
	min-width:900px; 
	height:140px; 
	background-color: #4a4a4a;
	border-top:5px solid #fff; 
	border-bottom:5px solid #fff;
}

.box {
	width:210px;
	height:50px;
	color:#666666;
	padding:5px 10px 5px 10px;
	border:1px solid #94b2ce;
	background-color:#eaf3f9;
}

.submenu {
	width:235px;
	margin:35px 0 25px 0;
	padding:10px 15px 0 15px;
	background-color: #f3f8fb;
	border: 1px solid #94b2ce;
}

.submenu a {
	color: #365883;
	font-family: Arial;
	font-size: 12px;
	font-style:normal;
	text-decoration: none;
	display:block;
	border-bottom:2px dotted #cccccc;
	padding: 5px 5px 5px 0px ;
}

.submenu a.last {
	border-bottom: none;
}

.submenu p {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-style:normal;
	text-decoration: none;
	display:block;
	border-bottom:2px dotted #cccccc;
	padding: 5px 5px 5px 0px ;
}

.submenu p.last {
	border-bottom:none;
}

.submenu a:hover {
	color: #999999;
}

.submenu a.selected
{
	background-image: url('../images/arrow.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#upper-nav{
	clear: both;
	width: 100%;
	height: 40px;
	background-image: url('../images/menu-bg.png');
	background-position: top left;
	background-repeat: repeat-x;
}

#footer {
	clear:both;
	text-align: center;
	width:100%;
	height:50px;
	min-width:900px;
	background-image: url('../images/footer-bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

#csr {
	width:150px;
	height:50px;
	color:#666666;
	padding:5px 10px 5px 70px;
	border:1px solid #94b2ce;
	background-color:#eaf3f9;
	background-image: url('../images/csr.png');
	background-position: top left;
	background-repeat: no-repeat;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:56%;			/* width of whole page */
	min-width:900px;
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

/********************** other elements **********************/

#reg {
	width:230px;
	height:210px;
	padding:30px 20px 30px 20px;
	background-color:#daebf6;
	border:1px solid #ccc;
	float:left;
}

#login {
	width:230px;
	height:210px;
	padding:30px 20px 30px 20px;
	margin-right:20px;
	background-color:#efebe8;
	border:1px solid #ccc;
	float:right
}

#admin-login {
	width:230px;
	padding:10px 0px 10px 20px;
	background-color:#daebf6;
	border:1px solid #ccc;
	float:left;
}

/********************** custom styles **********************/

.starSpan {
	color:#8ca9c3;
	font-size:16px;
}

.quoteSpan 
{
	color: #365883;
	font-size: 24px;
	font-weight: bold;
	font-family: Times New Roman, Arial;
}

.testimonial-quote {
	background-image: url('../images/quote.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left:32px;
	padding-top:4px;
}

.quote-signature {
	color: #4a4a4a;
}

.content-link {
	color: #7794b0;
	font-family: Arial;
	font-size: 12px;
	font-style:normal;
	text-decoration: underline;
}

.content-link:hover {
	color: #55728d;
	font-family: Arial;
	font-size: 12px;
	font-style:normal;
	text-decoration: underline;
}

.footer-link {
	color: #55728d;
	font-family: Arial;
	font-size: 12px;
	font-style:normal;
	text-decoration: underline;
}

.footer-link:hover {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-style:normal;
	text-decoration: underline;
}

.faq-link {
	color: #7794b0;
	font-family: Arial;
	font-size: 12px;
	font-style:normal;
	text-decoration: none;
	line-height:30px;
}

.faq-link:hover {
	color: #55728d;
	font-family: Arial;
	font-size: 12px;
	font-style:normal;
	text-decoration: underline;
	line-height:30px;
}

.button {
	color:white;
	text-decoration:none;
	border:solid 1px #8ca9c3;
	background-color:#94b2ce;
	padding-left:9px;
	padding-right:9px;
	padding-top:1px;
	padding-bottom:1px;
}

.indent {
	padding-left:40px;
}

.warning {
	font-size:18px;
	font-weight:normal; 
	color:#f59829; 
	font-style:italic;
}


