@charset "utf-8";
/* CSS Document */

html, body {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#616161;
	margin:0;
	padding:0;
	}
	
h1 {
	font-size:19pt;
	color:#736a6c;
	margin:20px 0;
	font-weight:normal;
	}
	
h2 {
	text-transform:uppercase;
	font-size:15pt;
	font-weight:normal;
	text-align:center;
	color:#231f20;
	letter-spacing:2px;
	margin:75px 0 10px;
	}

h3 {
	font-size:16pt;
	color:#736a6c;
	text-transform:uppercase;
font-weight:normal;
	}

p {
	line-height: 16pt;
	}
	
a, a:visited {
	border-bottom:1 px solid #00b6dd;
	text-decoration:none;
	color:#00b6dd;
	}

a:hover {
	color:#616161;
	}

.clear {
	clear:both;
	}
	
#nav {
	height:140px;
	width:976px;
	margin:0 auto;
	}

#logo {
	width:238px;
	float:left;
	}
	
#nav ul {
	list-style:none;
	float:right;
	width:721px;
	margin:0;
	padding:0;
	}

#nav li {
	float:left;
	padding:0 60px 0 0;
	}

#nav li a, #nav li a:visited {
	display:block;
	padding:98px 0 0;
	color:#616161;
	border-bottom:2px solid #fff;
	font-size:17px;
	}
	
#nav li a.selected {
	color:#231f20;	
	}

#img_bar {
	height:400px;
	background: url(../images/grad_bg.jpg) repeat-x;
	width:100%;
	position:relative;
	}

#flourish {
	background: url(../images/flourish.jpg) no-repeat center top;
	height:400px;
	text-align:center;
	width:100%;
	position:absolute;
	}

#content {
	background:url(../images/content_bg.jpg) repeat-y center top;
	height:auto;
	position:relative;
	width:934px;
	padding:0px 32px;
	margin:0 auto;
	}
	
#content a {
	color:#00b6dd;
	text-decoration:none;
	border-bottom:2px solid #fff;
	}

#content a:hover {
	border-bottom:2px solid #00b6dd;
	color:#616161;
	}
	
#leftCol {
	width:206px;
	float:left;
	text-align:center;
	}
	
#leftColSm {
	position:relative;
	margin:20px 0;
	width:auto;
	float:left;
	width:200px
	}	
	
#rightCol {
	width:700px;
	float:right;
	padding-bottom:15px;
	}
	
.gallery {
	margin:15px 0;
	padding:0 15px 0 0;
	list-style:none;
	float:right;
	width:700px;
	}
	
.gallery li {
	float:left;
	padding:0 0 15px 15px;
	margin:0;
	}

.gallery a {
	display:block;
	}

.gallery a img {
	border:none;
	}
	
.plans {
	margin:15px 0 0;
	padding:0 15px 0 0;
	list-style:none;
	float:right;
	width:700px;
	}
	
.plans li {
	float:left;
	padding:0 0 0 15px;
	margin:0;
	width:120px;
	height:180px;
	}

.plans li p {
	padding:3px 0 0 17px;
	margin:0;
	font-size:12px;
	}

.plans a img {
	border:none;
	}

.levels {
	margin:15px 0 0;
	padding:0 15px 0 0;
	list-style:none;
	float:right;
	width:700px;
	}
	
.levels li {
	float:left;
	padding:0 0 0 15px;
	margin:0;
	width:120px;
	height:170px;
	}

.levels li p {
	padding:3px 0 0 17px;
	margin:0;
	font-size:12px;
	}

.levels a img {
	border:none;
	}
	
#blueline {
	border-bottom:1px solid #bdecf6;
	height:1px;
	clear:both;
	margin-bottom:20px;
	}
#footer {
	background:url(../images/footer_bg.jpg) no-repeat center top;
	padding:0 35px 0;
	height:115px;
	width:930px;
	font-size:11px;
	margin:0 auto;
	}

#footer a img {
	border:none;
	}

/* FORM styles */	
form {
	position:relative;
	margin:20px 0;
	width:auto;
	float:right;
	}
	
label {
	width:200px;
	float:left;
	margin-top:10px;
	display:block;
	padding:3px 0 0;
	}
	
.textfield {
	border:#d8d8d8 1px solid;
	float:left;
	width:150px;
	color:#616161;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:10px;
	}
	
.textfieldActive {	
border:1px solid #00b6dd;
	float:left;
	width:150px;
	color:#231F20;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:10px;
	}
	
.textarea {
	border:#d8d8d8 1px solid;
	float:left;
	width:250px;
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#616161;
	}
	
.textareaActive {
border:1px solid #00b6dd;
	float:left;
	width:250px;
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#231F20;
	}
	
#button {
	background:#00b6dd;
	color:#fff;
	width:50px;
	float:left;
	margin-top:10px;
	border:1px solid #00A9CB;
	}
#button:hover {
	background:#3BC2DD;
	}

select {
witdh:auto;
}
/* End FORM styles */	
/* Expanding Divs */

.expand-header {
	border-bottom:2px solid #BDECF6;
	margin:0px 0 0 0;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-0.03em;
	width:100%;
	padding:10px 0 0;
	position:relative;
	}

.expand-title {
	width:auto;
	float:left;
	margin:0;
	}

.expand-button a {
	margin:0;
	padding:0;
	position:relative;
	display:block;
	border:none;
	}

#rightCol .expand-button {
	height:14px;
	overflow:hidden;
	margin-top:3px;
	width:100px;
	float:right;
	position:relative;
	}

#rightCol .expand-button a img {
	border:none;
	padding:0;
	}


.expand-content {
	margin:0 0 0 0px;
	overflow:hidden;
	border-bottom:2px solid #BDECF6;
	}
/* End Expanding Divs */
