/* GENERAL CSS */
* {
	outline: none;
}

img {
	border-style: none;
}

h1, h2, h3, h4 {
	margin: 0 0 0 0;
	font-weight: normal;
}

a {
	color: #2b4754;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.block {
	display: block;
}

a.ulink {
	text-decoration: underline;
}

a.ulink:hover {
	text-decoration: none;
}

a.bold {
	font-weight: bold;
}

p.pg {
	margin: 0 0 15px 0;
}

p.pg30 {
	margin: 0 0 30px 0;
}

p.green {
	color: #96cb93;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

div.clear {
	clear: both;
}

/* -- Page Layout -- */
body {
	margin: 0 0 0 0;
   font-family: Arial, Helvetica;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	background: #FFFFFF url(images/body_bg.jpg) repeat-x top left;
	width: 100%;
	height: 100%;
}

#page {
	height: 1853px;
	width: 100%;
	background: transparent url(images/page_bg.jpg) no-repeat top center;
	min-width: 960px;
	margin: 0 auto 0 auto;
	display: table;
}

#content {
	width: 960px;
	height: 1853px;
	margin: 0 auto 0 auto;
	display: table;
	padding: 0 0 0 0;
}

/* -- Navigation -- */
#nav {
	height: 150px;
	width: 500px;
	padding: 44px 0 0 456px;
}

#nav-title h1 {
	font-size: 24px;
	color: #bcbdc0;
	line-height: 28px;
}

#nav-copy h2 {
	font-size: 18px;
	line-height: 22px;
}

/* -- Hero Section, Logo Slider, and Hero Sidebar -- */
#hero {
	height: 393px;
	overflow: hidden;
}

#hero-side {
	float: right;
	width: 328px;
	font-size: 18px;
	padding: 30px 0 0 0;
}

#hero-side .title {
	padding: 0 0 0 5px;
}

#hero-side .title h3 {
	display: block;
	width: 330px;
	height: 60px;
	color: #02a3d3;
	font-size: 20px;
}

#reasons {
	height: 128px;
}

#reasons .reason {
	padding: 0 0 6px 5px;
	margin: 0 0 5px 0;
	width: 318px;
	color: #54544a;
}

#reasons .border {
	border-bottom: 1px solid #bdbdc0;
}

#hero-side .button h3 {
	display: block;
	color: #18a3d4;
	padding: 0 27px 0 27px;
	width: 255px;
	font-size: 21px;
	line-height: 26px;
	text-align: center;
}

/* -- Pre-Main Section -- */
#pre-main {
	height: 216px;
	padding: 0;
	width: 950px;
	color: #bbeffe;
}

#pre-main a {
	color: #bbeffe;
	text-decoration: underline;
}

#pre-main a:hover {
	text-decoration: none;
}

#pre-main .left {
	float: left;
	width: 450px;
	padding-left: 10px;
}

#pre-main .right {
	float: right;
	width: 425px;
}

#client-pic {
	float: left;
	width: 90px;
	padding: 0 14px 0 0;
}

#client-copy {
	width: 425px;
	font-size: 14px;
	line-height: 17px;
}

/* -- Main Left/Accordion -- */
#main {
	height: 715px;
}

#main .left {
	width: 480px;
	float: left;
}

#pre-accordion {
	font-weight: bold;
	width: 420px;
	height: 53px;
	padding: 0 0 0 18px;
	color: #d2d1d1;
}

#post-accordion {
	width: 415px;
	height: 100px;
	padding: 0 0 0 15px;
	color: #d2d1d1;
}

#accordion {
	width: 440px;
	height: 500px;
	padding: 0 0 0 0;
}

#accordion h3 {
	display: block;
	width: 440px;
}

#accordion h3.ui-state-default {
	margin-bottom: 2px;
}

#accordion h3 a {
	display: block;
	padding: 24px 100px 0 20px;
	width: 320px;
	height: 44px;
}

#accordion h3.ui-state-active a {
	height: 34px;
}

#accordion h3.ui-state-active a#accordion-3, #accordion h3.ui-state-active a#accordion-4 {
	height: 50px;
}

#accordion h3 a#accordion-1 {
	background: transparent url(images/accordion_1.png) no-repeat;
}

#accordion h3 a#accordion-2 {
	background: transparent url(images/accordion_2.png) no-repeat;
}

#accordion h3 a#accordion-3 {
	background: transparent url(images/accordion_3.png) no-repeat;
	padding: 14px 215px 0 20px;
	width: 205px;
	height: 56px;
}

#accordion h3 a#accordion-4 {
	background: transparent url(images/accordion_4.png) no-repeat;
	padding: 14px 215px 0 20px;
	width: 205px;
	height: 56px;
}

#accordion h3 a#accordion-5 {
	background: transparent url(images/accordion_5.png) no-repeat;
}

#accordion h3 a#accordion-6 {
	background: transparent url(images/accordion_6.png) no-repeat;
}

#accordion h3 a:hover {
	text-decoration: none;
}

#accordion h3 a span.package {
	color: #02a3d3;
	font-size: 18px;
	font-weight: bold;
}

#accordion .package-copy {
	font-style: italic;
	font-size: 14px;
	color: #abaaaa;
	line-height: 18px;
	background: transparent url(images/accordion_copy_bg.png) repeat;
	padding: 0 29px 15px 20px;
	width: 390px;
	overflow: hidden;
	position: relative;
	left: 1px;
	margin-bottom: 2px;
}

/* -- Main Right/Contact -- */
#main .right {
	width: 458px;
	float: right;
	padding-left: 22px;
}

/* -- Pre-Footer/Twitter Feed */
#pre-footer {
	padding: 0 0 0 10px;
	height: 129px;
	position: relative;
}

.twitted {
	width: 100%;
	height: 110px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

.twitted ul#twitter_update_list {
	padding: 13px 0 0 0;
}

.twitted ul#twitter_update_list li {
	float: left;
	width: 250px;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
}

.twitted ul#twitter_update_list li {
	margin-right: 43px;
}

.twitted ul#twitter_update_list li.lastTweet {
	margin-right: 0;
}

#twitter ul#twitter_update_list li span, #twitter ul#twitter_update_list li span a {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}

#twitter ul#twitter_update_list li span a:hover {
	text-decoration: underline;
}

#twitter ul#twitter_update_list li a {
	color: #04a6d5;
	font-size: 12px;
	line-height: 18px;
}

#twitter ul#twitter_update_list li a:hover {
	text-decoration: none;
}

#twitter-link {
	position: absolute;
	top: -28px;
	left: 825px;
}

#twitter-link a {
	display: block;
	height: 144px;
	width: 140px;
	background: transparent url(images/twitter.png) no-repeat center top;
}

#twitter-link a:hover {
	background: transparent url(images/twitter.png) no-repeat center bottom;
}

/* -- FOOTER -- */
#footer {
	padding: 0 0 0 0;
	height: 150px;
	color: #929292;
}

#footer a {
	color: #929292;
}

#blackwave-logo {
	height: 98px;
	width: 273px;
	float: left;
}

#blackwave-logo a {
	display: block;
	height: 98px;
	width: 273px;
	background: transparent url(images/blackwave_logo.png) no-repeat center top;
}

#blackwave-logo a:hover {
	background: transparent url(images/blackwave_logo.png) no-repeat center bottom;
}

#footer-right {
	height: 130px;
	width: 680px;
	float: right;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0 0 0;
}

/* -- POST FOOTER & Contact Info -- */
#post-footer {
	color: #5c5b5b;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
