﻿/*
 * Reset
 */

/* resets CSS to default values */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/*
 * Elements
 */
 
body {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	/*font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	color: #46463A;
	font-size: 15px;
}

h1 {
	font-family: Helvetica, Arial, san-serif;
	font-size: 40px;
}

h2 {
	font-family: Helvetica, Arial, san-serif;
	font-size: 34px;
	color: #033B6C;
}

h3 {
	font-family: Helvetica, Arial, san-serif;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-family: Helvetica, Arial, san-serif;
	font-size: 24px;
	color: #033B6C;
}

p {
	line-height: 140%;
	letter-spacing: .06em;
	margin-bottom: 10px;
	word-spacing: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
	margin-left: 40px;
	font-weight: bold;
	font-size: 17px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	list-style-image: none;
	margin-left: 40px;
	font-weight: bold;
	font-size: 17px;
}

ul.disclaimer {
	font-weight: normal;
	font-size: 14px;
}

ul.line-standard  {
	line-height: 1.15em;
}

li {
	padding-bottom: 5px;
}

#mnuMain li {
	padding-bottom: 0px;
}
 


/*
 * Fonts - imported fonts
 */
 
 
/*
 * Layout
 */
 
#top {
	background-color: #033B6C;
	height: 25px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	width: 100%;
}

#top-inner {
	padding: 3px 0px 0px 0px;
	margin: 0 auto;
	width: 940px;
	height: 20px;
	text-align: right;
	position: relative;
	color: #FFFFFF;
	font-size: 13px;
}

#header {
	background-color: #E6E6DD;
	height: 120px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	width: 100%;
	background-image: url('../Images/Header-Background-H120.png');
	background-repeat: repeat-x;
}

#header-inner {
	padding: 0px;
	margin: 0 auto;
	width: 940px;
	height: 120px;
	text-align: left;
	position: relative;
}

#header-navigation {
	margin: 0px;
	position: absolute;
	top: 48px;
	right: -20px;
}

#pagebody01 {
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	background-image: url('../Images/shadow01a.jpg');
	background-repeat: repeat-x;
	width: 100%;
}

#pagebody01-no-padding {
	margin: 0 auto;
	padding: 0px;
	background-image: url('../Images/shadow01a.jpg');
	background-repeat: repeat-x;
	width: 100%;
}

#pagebody01-inner {
	padding: 0px;
	margin: 0 auto;
	width: 940px;
	text-align: left;
	position: relative;
}

#pagebody03-inner {
	background-position: -3px;
	padding: 0px;
	margin: 0 auto;
	width: 940px;
	text-align: left;
	position: relative;
	overflow: hidden;
	background-image: url('../Images/pagebody03-inner.png');
	background-repeat: repeat-y;
}

#pagebody04-inner {
	background-position: 200px;
	padding: 0px;
	margin: 0 auto;
	width: 940px;
	text-align: left;
	position: relative;
	overflow: hidden;
	background-image: url('../Images/pagebody04-inner.png');
	background-repeat: repeat-y;
}

#pagebody02 {
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	background-color: #46463A;
	width: 100%;
	background-image: url('../Images/shadow01b.jpg');
	background-repeat: repeat-x;
}

#pagebody02-no-background-image {
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	background-color: #46463A;
	width: 100%;
}

#pagebody02-inner {
	padding: 0px;
	margin: 0 auto;
	width: 940px;
	text-align: left;
	position: relative;
	color: #FFFFFF;
}

#pagebody03-left {
	margin: 20px 0px 0px 0px;
	float: left;
	width: 575px; /*height: 300px;*/
	position: relative;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}

#pagebody03-right {
	margin: 20px 0px 0px 0px;
	float: left;
	width: 290px; /*height: 300px;*/
	position: relative;
	color: #46463A;
	padding-right: 10px;
	padding-left: 20px;
}

#pagebody04-left {
	margin: 20px 0px 0px 0px;
	float: left;
	width: 575px; /*height: 300px;*/
	position: relative;
	color: #46463A;
	padding-right: 20px;
	padding-left: 20px;
}

#pagebody04-right {
	margin: 20px 0px 0px 0px;
	float: left;
	width: 290px; /*height: 300px;*/
	position: relative;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 20px;
}

#footer01 {
	background-color: #E6E6DD;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	width: 100%;
}

#footer02 {
	background-color: #E6E6DD;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	background-image: url('../Images/shadow01b.jpg');
	background-repeat: repeat-x;
	width: 100%;
}

#footer-inner {
	padding: 0px;
	margin: 0 auto;
	width: 940px;
	text-align: center;
}

#bottom {
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url('../Images/shadow01a.jpg');
	background-repeat: repeat-x;
}

.about-us-left {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}

.about-us-right {
	padding: 8px 0px 0px 0px;
	float: left;
	width: 340px;
	margin: 0px 0px 0px 20px;
}

.contact-form-fieldset {
	padding: 10px 10px 10px 10px;
	border: 1px solid #FFFFFF;
	margin-top: 30px;
}

.contact-form-fieldset p {
	font-size: 18px;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
}

.contact-form-field {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	/*background-color: #46463A;*/
}

.contact-form-label {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFD2;
	/*height: 20px;*/
}
.contact-form-label-error {
	font-size: 12px;
	font-weight: bold;
	color: #E6E6DD;
	/*height: 20px;*/
}

.contact-form-list {
	margin-top: 5px;
	margin-bottom: 8px;
}

.contact-form-text {
	margin-top: 5px;
	margin-bottom: 8px;
	width: 98%;
	color: #000000;
}

.contact-form-text-body {
	margin-top: 5px;
	margin-bottom: 8px;
	width: 98%;
	color: #000000;
	height: 150px;
}

.pagebody-left-panel {
	float: left;
	width: 400px;
	position: relative;
} 

.home-services-left {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

.home-services-middle {
	float: left;
	margin-left: 42px;
	margin-right: 0px;
}

.services-top-left {
	/*border: 1px solid #FFFFFF; */
	float: left;
	width: 415px;
	position: relative;
	/*height: 375px;*/
}

.services-top-right {
	float: left;
	width: 475px;
	height: 375px;
	position: relative;
	/*border: 1px solid #FFFFFF;*/
	margin-left: 40px;
}

.half-section {
	float: left;
	width: 470px;
	position: relative;
}


.panel-HomePage-services {
	padding: 10px 15px 10px 20px;
	color: #000000;
	line-height: normal;
	font-family: Arial, sans-serif;
	font-size: 15px;
	word-spacing: normal;
	letter-spacing: normal;
}

.panel-HomePage-services-webdesign {
	font-family: Georgia, 'Times New Roman' , Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #990404;
	background-image: url('../Images/icon-webdesign.gif');
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 5px;
}

.panel-HomePage-services-webdevelopment {
	font-family: Georgia, 'Times New Roman' , Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #990404;
	background-image: url('../Images/icon-development.gif');
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 5px;
}

.panel-HomePage-services-webmarketing {
	font-family: Georgia, 'Times New Roman' , Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #990404;
	background-image: url('../Images/icon-marketing.gif');
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 5px;
}

.panel-WebDesign-moneyback {
	/*font-family: Georgia, 'Times New Roman' , Times, serif;*/
	font-size: 20px;
	font-weight: bold;
	color: #990404;
	background-image: url('../Images/icon-webdesign.gif');
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 5px;
}

.panel-money-back-left {
	float: left;
	width: 120px;
}

.panel-money-back-right {
	float: left;
	width: 700px;
}

#FacebookLikeBox
{
	background-color: #FFFFFF;
	width: 285px;
}

/*
 * Classes
 */

.bold {
	font-weight: bold;
}

.bold-none {
	font-weight: normal;
}

.button-lets-get-started-home {
	border-style: none;
	position: absolute;
	top: 300px;
	left: 0px;
}

.button-lets-get-started-services {
	border-style: none;
	position: absolute; /*top: 330px;*/
	left: 0px;
	margin-top: 10px;
}

.button-learn-more-home {
	border-style: none;
	position: absolute; /*top: 283px;*/
	left: -1px;
	margin-top: 10px;
}

.clear-top {
	clear: both;
}

.center {
	text-align: center;
}

.color01 {
	Color: #FFFFD2;
}

.color02 {
	Color: #46463A;
}

.color03 {
	Color: #797964;
}

.color04 {
	Color: #ACAC8E;
}

.color05 {
	Color: #033B6C;
}

.color06 {
	Color: #990404;
}

.color07 {
	Color: #CCCCBC;
}

.color08 {
	Color: #E6E6DD;
}

.contact-panel-title {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFD2;
	margin-bottom: 15px;
}

.download-text {
	font-weight: bold;
	padding-top: 12px;
}

.float-left {
	float: left;
}

.font-normal {
	word-spacing: normal;
	letter-spacing: normal;
}

.font-size-12px {
	font-size: 12px;
}

.font-size-18px {
	font-size: 18px;
}

.font-size-20px {
	font-size: 20px;
}

.font-size-22px {
	font-size: 22px;
}

.font-size-28px {
	font-size: 28px;
}

.font-size-30px {
	font-size: 30px;
}

.font-size-44px {
	font-size: 44px;
}

.font-size-50px {
	font-size: 50px;
}

.font-size-55px {
	font-size: 55px;
}

.font-size-60px {
	font-size: 60px;
}

.font-size-70px {
	font-size: 70px;
}

.font-size-75px {
	font-size: 75px !important;
}

.image-about-us-jeff {
	position: absolute;
	top: 20px;
	left: 27px;
}

.interested-title {
	font-weight: normal;
	font-size: 40px;
	color: #FFFFD2;
	word-spacing: normal;
	letter-spacing: normal;
}

.margin-bottom-10px {
	margin-bottom: 10px;
}

.margin-bottom-15px {
	margin-bottom: 15px;
}

.margin-bottom-20px {
	margin-bottom: 20px;
}

.margin-bottom-30px {
	margin-bottom: 30px;
}

.margin-no-bottom {
	margin-bottom: 0px;
}

.margin-no-top {
	margin-top: 0px;
}

.margin-no-bottom-top {
	margin-bottom: 0px;
	margin-top: 0px;
}

.margin-padding-no-top-no-bottom {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.margin-top-10px {
	margin-top: 10px;
}

.margin-top-15px {
	margin-top: 15px;
}

.margin-top-20px {
	margin-top: 20px;
}

.no-background-image {
	background-image: none;
	background-repeat: inherit;
}

.panel-quote {
	font-family: Georgia, 'Times New Roman' , Times, serif;
}

.quote-block {
	font-size: 17px;
}

.quote-signature-block {
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 110px;
}


.web-shanty-title {
	font-weight: bold;
	font-size: 26px;
	color: #033B6C;
	word-spacing: normal;
	letter-spacing: normal;
}


/*
 * Links
 */
 
a:link, a:visited {
	text-decoration: none;
	border-bottom-color: #990404;
	color: #990404;
}

a:hover {
	border-bottom-color: #990404;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #990404;
}

#mnuMain a:hover {
	border-style: none;
}
 
#top a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#top a:hover {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.image-link a:hover {
	border-style: none;
	text-decoration: none;
}

/*
 * Menu
 */
 
.menu-main {
	background-color: #E6E6DD;
	font-family: 'Trebuchet MS' , Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #990404;
	font-weight: bold;
	margin-right: 20px;
}

.menu-main a {
	color: #990404;
}

.menu-main a:hover {
	color: #033B6C;
	background-color: #FFFFD2;
}

.level1 {
	padding: 0px 20px 0px 20px;
	font-size: 20px;
	font-weight: bold;
}

.level2 {
	padding: 4px 5px 4px 5px;
	font-size: 16px;
	background-color: #CCCCBC;
	font-family: 'Trebuchet MS' , Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #033B6C;
}

.level3 {
	padding: 4px 5px 4px 5px;
	font-size: 14px;
	background-color: #CCCCBC;
	font-family: 'Trebuchet MS' , Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #033B6C;
}

.menuSelected {
	color: #033B6C;
}

.menuHoverstyle {
	border-bottom-style: none;
}
 

/*
 * Portfolio Rotator
 */
 
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin-left: 15px;
}

/*--Window/Masking Styles--*/
.window {
	border: 10px solid #033B6C;
	height: 300px;
	width: 500px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	margin-top: 5px;
}

.image_reel {
	position: absolute;
	top: 0; left: 0;
}

.image_reel img {
	float: left;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 191px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../Images/Rotator/paging_bg.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}

.paging a.active {
	font-weight: bold; /*background: #920000;*/
	border: 1px solid #46463A;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFFFD2;
	color: #033B6C;
}

.paging a:hover {
	font-weight: bold;
}

.position-relative {
	position: relative;
}


