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

@import url(reset.css);

#container
{
	width:100%;
	min-height:100%;
}

* html #container
{
	height:100%;
}

/* IE7 Only */
*:first-child+html #container
{
	margin-left:-1px;
}

body
{
	background:	 url(../images/background.gif) repeat-y center top;
}

.wrapperHome
{
	background:url(../images/background-frame.gif) repeat-x bottom;
	height:457px;
}

.wrapper
{
	background:url(../images/background-frame.gif) repeat-x top;
	height:102px;
}

#header
{
	background:url(../images/background-header.gif) repeat-y top center;
	width:100%;
	height:103px;
	margin:0px auto;
	position:relative;
}

/* IE7 Only */
*:first-child+html #header
{
	margin-left:1px;
}

#logo
{
	height:93px;
	position:absolute;
	top:0px;
	left:0px;
}

#menu
{
	background:url(../images/background-menu.gif) repeat-x;
	width:441px;
	height:31px;
	position:relative;
	top:37px;
	float:right;
}

#splash_index_frame
{
	width:100%;
	height:353px;
	margin:0px auto;
	position:relative;
	background-image:url(../images/splash-index.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.splash_image
{
	position:absolute;
	right:0;
	top:-31px;
}

.splash_slogan
{
	padding:80px 0 0 31px;
}

#slogan
{
	position:absolute;
	left:101px;
}

.splash_btn a
{
	background:url(../images/splash_button.gif) no-repeat;
	display:block;
	height:35px;
	margin:33px 0 0;
	text-indent:-9999px;
	width:240px;
}

.splash_btn a:hover
{
	background-position:0 -35px;
}

#subpage-divider
{
	background:#294C66;
	height:10px;
}

#contact_panel
{
	width:272px;
	height:62px;
	position:absolute;
	top:212px;
	left:0px;
}

#contact_panel_subpage
{
	width:269px;
	height:62px;
	position:absolute;
	top:24px;
	left:0px;
}

#splash_index
{
	width:960px;
	height:353px;
	margin:0px auto;
	position:relative;
}

#feature_menu
{
	width:960px;
	height:30px;
	margin:0px auto;
	position:relative;
	text-align:right;
	padding-top:10px;
}

#splash_sub_frame
{
	width:100%;
	height:108px;
	margin:0px auto;
	position:relative;
	background-image:url(../images/splash-sub.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#splash_sub
{
	width:960px;
	height:108px;
	margin:0px auto;
	position:relative;
}

#frame
{
	width:960px;
	height:auto;
	margin:0px auto;
	position:relative;
	padding-bottom:74px; /*sticky footer*/
}

.feature_menu
{
	width:960px;
	height:32px;
	margin:0 auto;
	padding-top:8px;
}

.feature_menu p
{
	color:#f5fcff;
	font-weight:bold;
	font-size:12px;
}

#content
{
	width:960px;
	height:auto; /*AUTO*/
	position:relative;
	overflow:auto;
}

#contentleft
{
	width:655px;
	height:auto;
	position:relative;
	float:left;
	text-align:justify;
	border-right:1px solid #c4e6f3;
	padding-right:30px;
	padding-top:30px;
	margin-bottom:22px;
	padding-bottom:20px;
}

.contentleft-item
{
	width:590px;
	position:relative;
	overflow:visible;
	float:left;
	margin-top:38px;
}

.contentleft-item-line
{
	width:653px;
	position:relative;
	overflow:auto;
	text-align:justify;
	float:left;
}

.services
{
	margin:	45px 0 0 0;
}

.services li
{
	float:left;
	text-decoration:none;
	list-style:none;
	height:107px;
	overflow:hidden;
}

.services li a
{
	display:block;
	height:107px;
	width:129px;
	text-indent:-9999px;
}

.services li.how a:hover, .services li.what a:hover, .services li.results a:hover
{
	background-position:bottom;
}

.services li.how a
{
	background:url(../images/services_how.jpg) no-repeat;
}

.services li.what a
{
	background:url(../images/services_what.jpg) no-repeat;
}

.services li.results a
{
	background:url(../images/services_results.jpg) no-repeat;
}

.clients li
{
	list-style:none;
	float:left;
	margin:0 10px 5px 0;
}

.clients li.end
{
	margin:0;
}

.title
{
	font-weight: normal;
	color:#183144;
	font-style: normal;
	font-size:22px;
	line-height:normal;
	font-family: 'DeliciousBold', sans-serif;
	margin-bottom:20px;
	width:300px;
}

#title
{
	height:40px;
	overflow:hidden;	
}

.subtitle
{
	font-weight: normal;
	color:#183144;
	font-style: normal;
	font-size:19px;
	line-height:normal;
	font-family: 'DeliciousBold', sans-serif;
	margin-bottom:14px;
	line-height:12px;
}

.intro
{
	border-top:1px solid #a4d8e9;
	border-bottom:1px solid #a4d8e9;
	color:#244c59;
	font-size:14px;
	line-height:26px;
	font-weight:normal;
	padding:10px 0;
	margin:0 0 32px;
}

.intro p, .intro ul li
{
	color:#244c59;
	font-size:14px;
	line-height:26px;
	font-weight:normal;
}

.map
{
	margin:20px 0 40px;
}

.textHome
{
	text-align:left;
	width:445px;
}

.textHome p
{
	color:#244c59;
	line-height:22px;
}

#contentright
{
	width:258px;
	height:auto;
	position:relative;
	float:right;
	text-align:left;
	padding-top:30px;
	padding-bottom:14px;
}

.submenu
{
	display:inline;
	float:right;
}

.submenu li
{
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	list-style:none;
	font-size:12px;
	margin:0 20px 0 0;
	line-height:30px;
}

.submenu li a
{
	color:#183144;
	text-decoration:none;
}

#contentright .subtitle
{
	padding-top:24px;
}

#footer
{
	width:100%;
	height:254px;
	margin:-74px auto; /*sticky footer*/
	background-image:url(../images/background-footer.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	position:relative;
}

#footercontent
{
	width:960px;
	height:74px;
	margin:0px auto;
	position:relative;
}

#footertop
{
	width:960px;
	height:51px;
	text-align:left;
	position:relative;
	overflow:hidden;
}

#footerbottom
{
	width:960px;
	height:27px;
	padding-top:16px;
	text-align:left;
	position:relative;
	overflow:hidden;
}

/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/

.left
{
	float:left;
}

.right
{
	float:right;
}

.clear
{
	clear:both;
}

.contentleft-item .left
{
	width:160px;
	position:relative;
	margin-right:18px;
}

.contentleft-item .right
{
	position:relative;
	width:412px;
}

.bullet li
{
	width:563px;
	background-image:url(../images/bullet-square.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	list-style-type:none;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666666;
	padding-bottom:8px;
}

.bullet li.last
{
	padding-bottom:0px;
}

.buttons
{
	float:right;
	padding-top:12px;
}

.border
{
	border:1px solid #0086c7;
	padding:0px;
}

.contact-left
{
	width:50%;
	float:left;
	padding:0px;
}

.contact-item
{
	padding-top:6px;
	font-size:12px;
	padding-bottom:0px;
}

input.textfield
{
	width:305px;
	height:20px;
	background-color:#ffffff;
	border:1px solid #9e9e9e;
	float:left;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8f8f8f;
	padding:5px 3px 0px 3px;
}

textarea.textarea
{
	width:645px;
	height:80px;
	background-color:#ffffff;
	border:1px solid #9e9e9e;
	float:left;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8f8f8f;
	padding:5px 3px 0px 3px;
	overflow:hidden;
}

.contact-item
{
	padding:0;
}

.contactpanel
{
	background:#294C66;
	width:653px;
	height:40px;
}

.line
{
	width:100%;
	height:auto;
	border-bottom:1px solid #0086c7;
	text-align:right;
	margin-bottom:25px;
	padding-bottom:3px;
	padding-top:20px;
}

#specials-panel
{
	width:568px;
	height:auto;
	padding:10px;
	background-color:#7b878f;
	border:1px solid #4c555b;
	overflow:visible;
}

.intro-bullets
{
	position:relative;
	float:left;
	width:590px;
}

ul.intro-bullets-list
{
	width:295px;
	position:relative;
	float:left;
}

.intro-bullets-list li
{
	list-style-type:none;
	color:#404040;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:10px;
	background-image:url(../images/bullet-tick.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:265px;
	padding-left:30px;
	line-height:22px;
}

/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/

.text_line, .text_line a, .text_line a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0086c7;
	text-decoration:none;
}

.text_line a:hover
{
	color:#71cffd;
}

p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#404040;
	padding-bottom:18px;
	text-align:justify;

}

p a, p a:visited
{
	text-decoration:underline;
	color:#294C66;
}

p a:hover
{
	text-decoration:none;
}

.feature_menu_text, .feature_menu_text a, .feature_menu_text a:visited
{
	color:#fbc317;
	text-decoration:none;
	font-weight:bold;
}

.feature_menu_text a:hover
{
	color:#ffffff;
	font-weight:bold;
}

.footer_text
{
	padding:0;
	margin:0;
	color:#a0d3ef;
	line-height:51px;
}

.footer_text a, .footer_text a:visited
{
	color:#cecece;
	text-decoration:none;
	margin:0 19px 0 0;
}

.footer_text a:hover
{
	color:#ffffff;
}

.copryright_text
{
	color:#888484;
	font-size:11px;
}

.copryright_text a, .copryright_text a:visited
{
	color:#888484;
	font-size:11px;
	text-decoration:none;
}

.copryright_text a:hover
{
	color:#ffffff;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#294C66;
	border-bottom:1px solid #C0E4EF;
	padding:10px 0 10px;
	margin:0 0 10px;
}

h5
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e2472d;
	padding-bottom:10px;
}

h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	padding-bottom:3px;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0079cf;
}

h2.underline
{
	width:100%;
	border-bottom:1px solid #c4e6f3;
	padding-bottom:14px;
	margin-bottom:14px;
}

h6
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#e2472d;
	width:100%;
	border-bottom:1px solid #c4e6f3;
	padding-bottom:8px;
	margin-bottom:8px;
	padding-top:10px;
}

.white-text
{
	color:#ffffff;
	padding:0px;
}

.red-text
{
	color:#900;
}

.green-text
{
	color:#093;
}

.white-text a, .white-text a:visited
{
	color:#fbc317;
	text-decoration:none;
}

.white-text a:hover
{
	color:#fde088;
	text-decoration:none;
}

.bullet-content li
{
	background: url(../images/bullet.gif) no-repeat left 7px;
	color:#404040;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	padding:0 0 0 20px;
	margin:0 0 10px;
}

/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
ul#nav
{
	background:url(../images/background-nav.gif);
}

ul#nav li
{
	float:left;
	list-style-type:none;
}

ul#nav li a
{
	height:31px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	outline:none;
}

li#navHome a, li#navServices a, li#navClients a, li#navAbout a, li#navContact a
{
	background:url(../images/background-nav.gif);
}

li#navHome a
{
	background-position:0 0;
	width:41px;
	left:0px;
}

li#navHome a:hover
{
	background-position:0 -31px;
}

body#pageHome li#navHome a
{
	background-position:0 -31px;
}

li#navServices a
{
	background-position:-76px 0;
	width:61px;
	left:76px;
}

li#navServices a:hover
{
	background-position:-76px -31px;
}

body#pageServices li#navServices a
{
	background-position:-76px -31px;
}

li#navClients a
{
	background-position:-171px 0;
	width:51px;
	left:171px;
}

li#navClients a:hover
{
	background-position:-171px -31px;
}

body#pageClients li#navClients a
{
	background-position:-171px -31px;
}

li#navAbout a
{
	background-position:-256px 0;
	width:70px;
	left:256px;
}

li#navAbout a:hover
{
	background-position:-256px -31px;
}

body#pageAbout li#navAbout a
{
	background-position:-256px -31px;
}

li#navContact a
{
	background-position:-359px 0;
	width:81px;
	left:359px;
}

li#navContact a:hover
{
	background-position:-359px -31px;
}

body#pageContact li#navContact a
{
	background-position:-359px -31px;
}

