* {
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

body {
	background:#C9DCEB;
}

a {
	color:#577DA1;
}

a:hover {
	text-decoration:none;
}

a img {
	border:none;
}

h1, h2, h3, h4 {
	margin:10px 0;
}

h1 {
	font-size:250%;
	color:#577DA1;
	font-family:"Lucida Bright", Verdana, Arial;
	font-weight:normal;
}

h2 {
	font-size:160%;
	color:#577DA1;
}

h3 {
	font-size:140%;
	color:#577DA1
}

p {
	font-size:110%;
	line-height:160%;
	color:#090909;
	margin:10px 0;
}

#content ul {
	margin:10px;
	padding-left:20px;
}

#content ul li {
	line-height:160%;
	font-size:110%;

}

#content blockquote {
	margin:15px 30px;
	background:#DCE5EC;
	padding:5px 10px;
	line-height:150%;
}

strong {
	color:#577DA1;
}


.clear {
	clear:both;
}





#container {
	width:990px;
	margin:0 auto;
}


#header {
	background:url(images/bg-top.jpg) no-repeat;
	height:285px;
}
#header-inner {
	width:714px;
	margin:0 0 0 138px;
	padding-top:80px;
	/*background:#fff;*/
}

#top-nav {
	height:43px;
	background:#577DA1 url(images/bg-top-nav.jpg) no-repeat;
}

#top-nav ul {
	list-style-type:none;
	padding:10px 0 0 12px;
}
#top-nav ul li {
	display:inline;
	text-indent:-9999px;
	height:12px;
}
#top-nav ul li a {
	color:#ffffff;
}

#content {
	background:url(images/bg-content.jpg) repeat-y;
	min-height:423px;
}

.left {
	float:left;
	margin:0 10px 5px 0;
}

.right {
	float:right;
	margin:0 0 5px 10px;
}

/*accordion*/

#verticle_container {
      margin: 20px auto 20px auto;
      /*min-height: 500px;*/
    }


.accordion_toggle {
			display: block;
			height: 30px;
			/*width: 680px;*/
			background: #DCE5EC;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #577DA1;
			border-bottom: 1px solid #577DA1;
			cursor: pointer;
			margin: 0 0 0 0;
		}
.accordion_toggle:hover {
	background:#577DA1;
	color:#fff;
}		
		
.accordion_toggle_active {
			background: #577DA1;
			color: #ffffff;
			border-bottom: 1px solid #DCE5EC;
		}
		
.accordion_content {
			background-color: #ffffff;
			border:1px solid #DCE5EC;
			margin-bottom:5px;
			overflow: hidden;
		}
			
		
.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}

/*end of accordion*/

/*form styling*/
#first {
	display:none;
}
label {
	width:150px;
	float:left;
	margin:10px 20px 10px 0;
}
input, textarea {
	float:left;
	width:250px;
	margin:10px 0 10px 10px;
}

#Submit {
	width:100px;
	margin-left:180px;
}

#sidebar{
	width:150px;
	background:#DDE5EC;
	float:left;
	margin-left:145px;
}
#sidebar img {
	margin:0 0 0 15px;
}
#sidebar .caption {
	font-size:80%;
	color:#577DA1;
	padding:0 15px 0 20px;
	margin-top:0;
}
#sidebar #offer {
	margin:0 0 10px 0;
}
#main-content {
	width:500px;
	background:#FFF;
	float:left;
	margin-left:35px;
	min-height:350px;
}

h1.home {
	text-indent:-9999px;
	background:url(images/massage-text.gif) no-repeat;
	height:68px;
	width:341px;
	margin-top:0px;
}
.link {
	font-size:100%;
	color:#577DA1;
}
#footer {
	background:#577DA1;
	width:714px;
	margin-left:138px;	
}
#footer-nav {
	list-style-type:none;
	text-align:center;
	padding:20px 0;
}
#footer-nav li {
	display:inline;
	margin:0 10px;
}
#footer-nav li a {
	color:#FFFFFF;
}
#footer p {
	text-align:center;
	margin:0;
	padding:0 0 10px 0;
}
#footer a {
	color:#FFFFFF;
}

