/* GENERAL CSS */
body {
	background: url(../images/linenbg.png) repeat #e0e0e0;
	overflow-x: hidden;
	overflow-y: scroll;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
img a {
	border: none;
}
@viewport{
    zoom: 1.0;
    width: device-width;
}
.clearfix {
	clear:both;
}
#wrapper {
	width: 1045px;
	margin: 0 auto;
	min-width: 1045px;
}

/* HEADER */
#topheader {
	width: 1045px;
	height: 45px;
	background-color: #05629b;
	margin-top: -10px;
	font-family: 'Droid Sans';
	color: #dedddb;
	font-size: 12px;
	font-weight: 700;
}
#header {
	position: relative;
	width: 1045px;
	height: 120px;
	background-color: #ffffff;
	z-index: 10;
	border-bottom: 6px solid #b8b7b3;
}
#logo {
	position: relative;
	width: 300px;
	height: 62px;
	top: 23px;
	left: 45px;
	z-index: 2;
}
#carticon {
	position: absolute;
	width: 29px;
	height: 27px;
	top:18px;
	left: 909px;
}

/* NAVIGATION */
#nav {
	margin-left: 360px;
	margin-top: -31px;
	z-index: 2;
}
#nav a {
	text-decoration: none;
}
#nav ul {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 15px 4px 17px 0;
	list-style: none;
	text-decoration: none;
}
#nav ul li {
	font-family: 'Droid Sans';
	color: #524b48;
	font-weight: 700;
	width: 95px;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	margin-right: -1\4px;
	position: relative;
	padding: 15px 5px;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#nav ul li:hover {
	background: #05629b;
	color: #ffffff;
	text-decoration: none;
}
#nav ul li ul {
	padding: 0;
	position: absolute;
	top: 60px;
	left: 0;
	width: 205px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	text-decoration: none;
}
#nav ul li ul li { 
	background: #ffffff; 
	display: block; 
	color: #05629b;
	width: 220px;
	text-align: left;
	padding-left: 20px;
	margin-left: 0px;
	text-decoration: none;
}
#nav ul li ul li:hover {
	background: #dedddb;
	color: #05629b;
	text-decoration: none;
}
#nav ul li:hover ul {
	display: block;
	opacity: 1;
	color: #05629b;
	visibility: visible;
	text-decoration: none;
}
/* MESSAGES SUBNAVIGATION */
#subnav {
	margin-top: -35px;
	margin-bottom: -10px;
}
#subnav ul {
	text-align: left;
	display: inline;
	list-style: none;
	margin-left: -3px;
}
#subnav ul li {
	font-family: 'Droid Sans';
	color: #747373;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 15px 5px;
}
#subnav a {
	color: #747373;
	text-decoration: none;
}
#subnav a:hover {
	color: #343434;
}
#subnav a.active {
	color: #05629b;
}
.subnav2 {
	margin: 0 auto;
	margin-left: 80px;
}
/* CONTENT */
#content {
	width: 1045px;
	min-width: 1045px;
}
#content.blue {
	background: url(../images/bgblue.jpg) no-repeat #106399;
}
#content.white {
	background: url(../images/bgwhite.jpg) no-repeat #ffffff;
	margin-top: -15px;
	padding-top: 45px;
}

/* HOME PAGE */
h1.home {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 21px;
	color: #05629b;	
	text-align: center;
}
#banner {
	margin-left: 50px;
	margin-top: 20px;
}
.homecontent {
	margin-left: 100px;
	width: 840px;
	height: 225px;
	margin-bottom: 40px;
}
.homecontent img {
	float: left;
	margin-bottom: 0px;
	margin-right: 40px;
}
.homecontent h2 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	padding-left: 50px;
	color: #05629b;
	letter-spacing: 1px;
	padding-top: 20px;
	margin-bottom: -10px;
}
.homecontent p {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #636466;
	margin-bottom: 0px;
	line-height: 20px;
}
.homecontent p.learnmore {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}
.homecontent ul {
	padding-left: 20px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #636466;
}
.homecontent li {
	padding-left: 0px;
	margin-bottom: 3px;
}
.homecontent ul.twocol {
	display: inline-block;
}
.greyline {
	width: 940px;
	margin-left: 50px;
	height: 2px;
	background-color: #bcbcbc;
	margin-bottom: 50px;
}
#testimonythumbsheader {
	background-color: #05629b;
	width: 940px;
	margin-left: 50px;
	height: 30px;
}
#testimonythumbsheader p {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	padding-top: 5px;
	color: #ffffff;
}
#testimonythumbs {
	background-image: url(../images/home/homeprefooterbg.png);
	width: 940px;
	height: 150px;
	margin-left: 50px;
}
#testimonythumbs a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#testimonythumbs .thumb {
	float: left;
	width: 120px;
	margin-left: 12px;
	margin-top: 20px;
}
#testimonythumbs .thumb img {
	border: 3px solid #b9b9b9;
	margin-left: 20px;
}
#testimonythumbs .thumb p {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	width: 120px;
	text-align: center;
	margin-top: 7px;
}
/* MESSAGES PAGES */
#messagecontent {
	margin-left: 100px;
	width: 840px;
}
#messagecontent .col1 {
	width: 330px;
	margin-right: 40px;
	float: left;
}
#messagecontent .col2 {
	width: 470px;
	float: left;
}
#messagecontent h2 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #05629b;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: -10px;
}
#messagecontent p {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #636466;
	margin-bottom: 0px;
	line-height: 20px;
}
.message1box {
	margin-top: 20px;
	width: 280px;
	border: 1px solid #05629b;
	padding: 24px;
}
.message2box {
	margin-top: 20px;
	width: 330px;
}
.message2box h3 {
	font-family: 'Cinzel', serif;
}
/* FAQ */
h1.white {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 23px;
	color: #05629b;
	margin-top: 0px;
	padding-top: 40px;
	margin-left: 70px;
	text-align: left;
}
h2.white {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #524b48;
	margin-top: 0px;
	padding-top: -10px;
	margin-left: -30px;
	text-align: center;
}
h3.white {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #524b48;
	margin-top: -10px;
	padding-top: -10px;
	margin-bottom: 60px;
	margin-left: -30px;
	text-align: center;
}
h3.white2 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #524b48;
	margin-top: 0px;
	padding-top: -10px;
	margin-left: 70px;
}
h4.white {
	margin-left: 70px;
	font-family: 'Droid Sans', sans-serif;
	color: #524b48;
	font-weight: 700;
	font-size: 19px;
	margin-top: 0px;
	margin-bottom: -5px;
}
p.testimony {
	width: 900px;
	margin-left: 70px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding-bottom: 20px;
	color: #524b48;
	border-bottom: 1px solid #bcbcbc;
}
p.testimony2 {
	width: 900px;
	margin-left: 70px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #524b48;
}
p.testimony3 {
	width: 900px;
	margin-left: 70px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding-bottom: 20px;
	color: #524b48;
}
/* CONTACT PAGE */
/* MUSIC PAGE */
#musiccol1 {
	position: relative;
	width: 550px;
	margin-left: 55px;
	margin-right: 35px;
	margin-top: 30px;
	float: left;
}
#musiccol2 {
	position: relative;
	float: left;
	width: 340px;
	z-index: 1;
}
#musiccol1 h3 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	color: #05629b;
	font-size: 15px;
	margin-bottom: 0px;
}
#musiccol1 p {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
}
#musiccol2 p {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	width: 325px;
}
#musiccol2 p.bold {
	font-weight: 700;
}
/* FOOTER */
#footer {
	margin: 0 auto;
	margin-top: 50px;
	width: 940px;
	height: 200px;
	border-top: 2px solid #bcbcbc;
}
#footer p {
	font-family: 'Droid Sans', sans-serif;
	color: #bcbcbc;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
}
#footer a:hover {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}