/*
Theme Name: GetCre8ive Inc.
Theme URI: http://www.
Description: GetCre8ive Inc.
Version: 1.0
Author: Stratforce
Author URI: http://www.stratforce.com/
Tags: fixed width, white, 960, css, xhtml

	GetCre8ive Inc.
	http://www.

	This theme was designed and built by Stratforce,
	the world�s first, only and leading search marketing firm 
	specializing in providing strategically positioned websites� 
	for enterprises.
	http://www.stratforce.com/


*/
/* ----------------------------------------- */
/* ------------- CSS Reset ----------------- */
/* ----------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {	line-height: 1;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: '';	content: none;}

/* remember to define focus styles! */
:focus {	outline: 0;}

/* remember to highlight inserts somehow! */
ins {	text-decoration: none;}
del {	text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;	border-spacing: 0;}


/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body { text-align: center; line-height: 15px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000; min-height: 25px; }

a { text-decoration: none; color: #00b7f3; }
a:hover { text-decoration: underline; }
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #383737; letter-spacing: -1px; line-height: 1em; font-weight: normal; font-family: Arial, sans-serif;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #383737; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 10px; line-height: 20px; }
strong { font-weight: bold; color: #1c1c1c; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote  { margin: 0 1.5em; padding: 0 1em; }
	blockquote p { padding-bottom: 0px; }

input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #7DD4D9; padding: 2px; color: #4e4e4e; }
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#7DD4D9; color: #3e3e3e; }
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
textarea { padding: 4px; }

img#about-image { float: left; margin: 3px 8px 8px 0px; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* ----------------------------------------- */
/* ------------- GRID Layout  -------------- */
/* ----------------------------------------- */
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha { margin-left: 0; }
.omega { margin-right: 0; }

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1 { width:60px; }
.container_16 .grid_2 { width:120px; }
.container_16 .grid_3 { width:180px; }
.container_16 .grid_4 { width:240px; }
.container_16 .grid_5 { width:300px; }
.container_16 .grid_6 { width:360px; }
.container_16 .grid_7 { width:420px; }
.container_16 .grid_8 { width:480px; }
.container_16 .grid_9 { width:540px; }
.container_16 .grid_10 { width:600px; }
.container_16 .grid_11 { width:660px; }
.container_16 .grid_12 { width:720px; }
.container_16 .grid_13 { width:780px; }
.container_16 .grid_14 { width:840px; }
.container_16 .grid_15 { width:900px; }
.container_16 .grid_16 { width:960px; }

/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1 { padding-left:60px; }
.container_16 .prefix_2 { padding-left:120px; }
.container_16 .prefix_3 { padding-left:180px; }
.container_16 .prefix_4 { padding-left:240px; }
.container_16 .prefix_5 { padding-left:300px; }
.container_16 .prefix_6 { padding-left:360px; }
.container_16 .prefix_7 { padding-left:420px; }
.container_16 .prefix_8 { padding-left:480px; }
.container_16 .prefix_9 { padding-left:540px; }
.container_16 .prefix_10 { padding-left:600px; }
.container_16 .prefix_11 { padding-left:660px; }
.container_16 .prefix_12 { padding-left:720px; }
.container_16 .prefix_13 { padding-left:780px; }
.container_16 .prefix_14 { padding-left:840px; }
.container_16 .prefix_15 { padding-left:900px; }

/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1 { padding-right:60px; }
.container_16 .suffix_2 { padding-right:120px; }
.container_16 .suffix_3 { padding-right:180px; }
.container_16 .suffix_4 { padding-right:240px; }
.container_16 .suffix_5 { padding-right:300px; }
.container_16 .suffix_6 { padding-right:360px; }
.container_16 .suffix_7 { padding-right:420px; }
.container_16 .suffix_8 { padding-right:480px; }
.container_16 .suffix_9 { padding-right:540px; }
.container_16 .suffix_10 { padding-right:600px; }
.container_16 .suffix_11 { padding-right:660px; }
.container_16 .suffix_12 { padding-right:720px; }
.container_16 .suffix_13 { padding-right:780px; }
.container_16 .suffix_14 { padding-right:840px; }
.container_16 .suffix_15 { padding-right:900px; }

/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .push_1 { left:60px; }
.container_16 .push_2 {	left:120px; }
.container_16 .push_3 { left:180px; }
.container_16 .push_4 { left:240px; }
.container_16 .push_5 { left:300px; }
.container_16 .push_6 { left:360px; }
.container_16 .push_7 { left:420px; }
.container_16 .push_8 { left:480px; }
.container_16 .push_9 { left:540px; }
.container_16 .push_10 { left:600px; }
.container_16 .push_11 { left:660px; }
.container_16 .push_12 { left:720px; }
.container_16 .push_13 { left:780px; }
.container_16 .push_14 { left:840px; }
.container_16 .push_15 { left:900px; }

/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .pull_1 { left:-60px; }
.container_16 .pull_2 { left:-120px; }
.container_16 .pull_3 { left:-180px; }
.container_16 .pull_4 { left:-240px; }
.container_16 .pull_5 { left:-300px; }
.container_16 .pull_6 { left:-360px; }
.container_16 .pull_7 { left:-420px; }
.container_16 .pull_8 { left:-480px; }
.container_16 .pull_9 { left:-540px; }
.container_16 .pull_10 { left:-600px; }
.container_16 .pull_11 { left:-660px; }
.container_16 .pull_12 { left:-720px; }
.container_16 .pull_13 { left:-780px; }
.container_16 .pull_14 { left:-840px; }
.container_16 .pull_15 { left:-900px; }

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix {	display: block; }


/* ----------------------------------------- */
/* ------------- Layout CSS ---------------- */
/* ----------------------------------------- */
/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {	font-weight:normal;}

/* branding
----------------------------------------------- */
h1#branding {	font-weight:normal;	font-size:3em;	text-align:left;	margin-bottom:0;}


/* boxes
----------------------------------------------- */
.box {	background:#ddd;	margin-bottom:20px;	padding:10px 10px 1px 10px;}
.block {	padding-top:10px;}



/* paragraphs, quotes and lists
----------------------------------------------- */
p {	margin-bottom:.5em;}
blockquote {/*	font-size:1.2em;	padding-left:1em;	border-left:4px solid #ccc;*/}
blockquote cite {  font-size:.9em;}
ul, ol {  padding-top:0;}

/* ----------------------------------------- */
/* ------------- Style CSS ---------------- */
/* ----------------------------------------- */
/* body
----------------------------------------------- */
body {
	background: #FFF;
	border: none;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

/* container
----------------------------------------------- */
.container_16 {
	background: #FFF;
	width: 960px;
	padding: 0;
}


/* anchors
----------------------------------------------- */
a, a:hover {
	text-decoration: none;
	color: #2C6EBC;
}

/*my custom styles */
.rounded{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid #FFF 1px;
	*\border: none;
}
.alignleft { float: left; }
.alignright { float: right;}
.aligncenter { text-align: center;}
.textleft { text-align: left; }
.textright { text-align: right; }
.box { background: transparent; }
.box p, .boxes p { padding-top: 5px; text-align:left; }
.box a, .boxes a{ color:#00878A; }
.shadow {
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
}
.blue {
	color:#2F3E78;
}
.red {
	color:#911D36;
}
.yellow {
	color:#947429;
}
.green {
	color: #309E9F;
}

/* header
----------------------------------------------- */
#header {
	background: url(images/header-top-bg.png) top center no-repeat;
	margin: 0;
	height: 74px;
}
	.home #header {
		height: 112px;
	}
	#header #header-left{
		background: url(images/header-left-bg.png) 0 0 no-repeat;
		margin: 0;
		padding: 0;	
	}
	#header #header-right{
		background: url(images/header-right-top-bg.png) top right no-repeat;
		margin: 0;
		padding: 0;
		position: relative;
	}
#header #logo{
	background: url(images/logo-getcre8ive.png) 10px 10px no-repeat;
	width: 295px;
	height: 73px;
	padding: 0;
	margin: 0 auto 0 20px;
	float: left;
}
	.home #header #logo{
		background: url(images/logo.png) 0 0 no-repeat;
		height: 112px;
	}
	#header #logo h1 a{
		text-indent: -9999px;
		display: block;
		height: 70px;
	}
		.home #header #logo h1 a{
			height: 112px;
		}
	#header #logo h1#branding{
		padding: .1em 0 0 0;
	}
	#header #logo h2#description {
		display: none;
	}	

#header .right{
	width: 625px;
	padding-right: 20px;
}
	#header #toprightnav{
		margin: 0;
		padding: 2px 3px;
		background: #F5F5F5;
		color: #38518E;
		text-align: center;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-right-radius: 10px;
		border: solid #FFF 1px;
		*\border: none;
	}
		#header #toprightnav span{
			color: #939393;
			padding:0 8px;
		}
		#header #toprightnav span#email{
			padding-left: 30px;
			background: url(images/email.jpg) 8px 2px no-repeat;
			border-left: solid #38518E 1px;
		}
		#header #toprightnav span#email a{
			color: #939393;
			display: inline-block;
		}
	#header .right .empty{
		height: 26px;
	}
	
/* Menu
-------------------------------------------------------------- */	
#topnav{
	color: #01888B;
	padding: 0;
	margin-bottom: 0px;
	height: 26px;
	font-size: 14px;	
}
	.home #topnav{
		border-bottom: solid #80C3C5 1px;
	}
#topnav #nav-menu{
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: -24px;
}

	#topnav ul{
		margin: 0;
		padding: 0;	
	}
	#topnav ul li{
		display: inline;
		margin: 0;
		padding: 0;	
		border-left: solid #40C9CE 1px;
	}
	#topnav ul li a{
		color: #01888B;
		font-size: 12px;
		font-weight: normal;
		padding: 4px 6px 2px 10px;
	}
	#topnav ul li.home a:hover, #topnav ul li a:hover{
		color: #40C9CE;
	}
		#topnav ul li.home, #topnav li.menu-item-type-custom{
			background: url(images/icon-home.jpg) 5px 3px no-repeat;
			border: none;
			padding-left: 15px;
		}
		#topnav ul li.home:hover {
		}		

	#topnav ul ul {
		display:none;
		position:absolute;
		top:21px;
		left:0;
		float:left;
		z-index: 9999;
	}
	#topnav ul ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		min-height: 27px;
		position: relative;
	}
	#topnav ul ul ul {
		margin: 0;
		padding: 10px 0 0 0;
		background: none;
		position:absolute;
		left:30px;
		top:20px;
		width: 220px;
		z-index: 99999;
	}
	
	#topnav ul ul a {
		background: none;
		height:auto;
		line-height:1em;
		padding: 3px 10px;
	}
	#topnav ul ul > li {
		display: block;
		min-height: 27px;
		text-align: left;
	}
	#topnav ul ul ul li {
		width: 100%;
		background: none;
	}
	#topnav ul ul ul li:hover a {
		background: transparent;
	}
	#topnav li:hover > a,
	#topnav ul ul :hover > a {
		color:#01888B;
	}
	#topnav ul li:hover > ul{
		display:block;
	}
	#topnav ul li.current_page_item > a,
	#topnav ul li.current-menu-ancestor > a,
	#topnav ul li.current-menu-item > a,
	#topnav ul li.current-menu-parent > a {
		color: #01888B;
	}
	
	* html #topnav ul li.current_page_item a,
	* html #topnav ul li.current-menu-ancestor a,
	* html #topnav ul li.current-menu-item a,
	* html #topnav ul li.current-menu-parent a,
	* html #topnav ul li a:hover {
		color:#01888B;
	}


/* banner
----------------------------------------------- */ 	
#banner{
	margin: 0;
	padding: 0;
	height: 168px;	
	border-top: solid #80C3C5 1px;
}
	#banner h2{
		text-indent: -9999px;
	}
	#banner #left{
	}
	#banner #right{
	}
	
/* content
----------------------------------------------- */ 
#content {
	background: url(images/leftcol-bg.png) top right repeat-y;
	text-align: justify;
	position: relative;
	min-height: 500px;
}
#content #leftCol{
	margin-left: 20px;	
	padding-top: 15px;
	min-height: 180px;
}
#content #rightCol{	
	padding-top: 15px;	
	width: 214px;
}	
	#content #leftCol .box{
		padding: 10px 25px 10px 10px;		
	}
	#content h3{
			margin: 0 0 5px 0;
			padding: 0;
			color: #00878A;
			font-size: 16px;
			font-weight: normal;
			letter-spacing: 0px;
		}	
			

	/* home page
	----------------------------------------------- */
	.home #banner{
		height: 320px;
		border-top: none;
	}
		.home #banner #title{
			background: none;
			width: 280px;
			left: 640px;
			top: 190px;
			height: 21px;
			text-align: left;
			padding-left: 40px;
		}
		#mainNav{
			border-bottom: solid #40C9CE 1px;
			line-height: 1.4em;
		}
			#mainNav .box{
				padding: 5px 0;
				margin-bottom: 0px;
				height: 40px;
			}
			#mainNav #left{
				background: url(images/mainNav-bg.png) 0px 15px no-repeat;
				width: 550px;				
				position: relative;
			}
				#mainNav a.customer{
					color: #666;
					width: 120px;
					display: inline-block;
					position: absolute;
					top: 0px;
					left: 25px;
					padding-top: 18px;
					padding-left: 10px;
					text-align: left;
				}					
				#mainNav a.photo{
					color: #666;
					width: 120px;
					display: inline-block;
					position: absolute;
					left: 155px;
					padding-top: 10px;
					padding-left: 10px;
					text-align: left;
					top: 0px;
				}				
				#mainNav a.form{
					color: #666;
					width: 130px;
					display: inline-block;
					position: absolute;
					left: 250px;
					padding-top: 10px;
					padding-left: 40px;
					text-align: left;
					top: 0px;
				}
                                #mainNav a.form1{
					color: #666;
					width: 130px;
					display: inline-block;
					position: absolute;
					left: 345px;
					padding-top: 10px;
					padding-left: 80px;
					text-align: left;
					top: 0px;
				}
				#mainNav a.customer:hover{
					background: url(images/arrow-down.png) 50px 0 no-repeat;
				}
				#mainNav a.photo:hover{
					background: url(images/arrow-down.png) 40px 0 no-repeat;
				}
				#mainNav a.form:hover{
					background: url(images/arrow-down.png) 90px 0 no-repeat;
				}
                                #mainNav a.form1:hover{
					background: url(images/arrow-down.png) 130px 0 no-repeat;
				}
			#mainNav #right{
				padding-top: 8px;
				padding-left: 25px;
				background: url(images/getty-images.jpg) 170px 8px no-repeat;
				text-align: left;
				width: 380px;
				position: relative;
				border-left: solid #40C9CE 1px;
			}
				#mainNav #right a{
					position: absolute;
					display: block;
					top: 7px;
					left: 170px;
					width: 200px;
					height: 36px;
					text-indent: -9999px;
				}
	
	
	.home #content {
		background: none;
	}
	.home #content #leftCol{
		background: url(images/home-left-bg.png) top left no-repeat;
		width: 500px;	
		margin-left: 0px;	
		padding-top: 0px;
		min-height: 180px;	
	}	
		.home #content #leftCol .box{
			margin-left: 20px;
			padding: 20px 25px 15px 10px;
			*\padding: 20px 25px 10px 10px;
			background: url(images/home-left-top-box-bg.png) bottom repeat-x;
			text-align: justify;
			min-height: 190px;
		}		
		
		.home #content #leftCol h4 span {
			color: #A8AFC7;
		}
		.home #content #leftCol ul{
			margin: 30px 0 0 0;
			padding: 0;
		}
		.home #content #leftCol ul li{
			margin: 4px 0 0 0;
			padding: 2px 0 2px 12px;
			display: block;
			background: url(images/left-list-bg.png) center left no-repeat;
			color:#00034E;
			letter-spacing: -1px;
		}
		.home #content #leftCol ul li a{
			color:#00034E;
		}
		
	.home #content #rightCol{
		padding-top: 0px;
		width: 460px;
	}
	.home #content #rightCol .box{
		margin: 0 0 15px 10px;
		padding: 20px 10px 10px 15px;
		text-align: justify;
		min-height: 190px;
		
	}
	#content #rightCol .box{
		text-align: left;
	}
	#content #rightCol .textwidget{
		margin-bottom: 18px;
		
	}
	 #content #rightCol .box h3{
		margin-bottom: 18px;
		text-align: left;
	}
	#content #rightCol .box h4{
		color: #00878A;
		font-size: 14px;
		margin-bottom: 0px;
		text-align: left;
	}
	.home #content #rightCol .first{
                position:relative;
		padding-right: 235px;
                background: url(images/b&w-mouse.jpg) bottom right no-repeat;
	}
        .home #content #rightCol .firstlink{
                background:none; 
                position: absolute;
                margin:0px;
                padding:0px;  
                bottom:10px;
                z-index:50;
                right: 0px; 
                text-indent: -9999px;
                width:220px;
                height: 120px;      
	}	
                .firstlink a{ 
			display: block;
			overflow: hidden;
			width:220px;
			height: 120px;
		}	
	.home #content #rightCol .light{
		margin: 0 20px 10px 13px;
		padding: 0 5px 10px 5px;
	}
	.home table{
		width: 410px;
		margin: 0 auto;
		font-size: 11px;
	}
	.home table tr, .home table td{
		margin: 0;
		padding: 0;
	}
	.home table td.label {
		vertical-align: middle;
		text-align: left;
	}
	.home table input.text{
		border: solid #7DD4D9 1px;
		margin-left: 10px;
		width: 250px;
		height: 20px;
	}
	.home table input.codeNo{
		border: solid #7DD4D9 1px;
		margin-left: 10px;
		width: 172px;
		height: 20px;
	}
		
        .home #quickQuote, .home #quickQuote tr {
		margin: 0;
		padding: 0;
		width: 410px;
	}
	/* single pages
	----------------------------------------------- */
	
	
/* Independent styles
----------------------------------------------- */	
#top {
	margin-bottom: 10px;
	padding-bottom: 3px;
	position: relative;
}
#top a{
	color: #fff;
}
#bottom {
	margin: 0 0 10px 20px;
	padding: 0;
	display: inline-block;
}
#bottom .boxes{
	margin: 0;
	padding: 0 8px;
	text-align: justify;
}
#content h3.gee{
	background:url(images/icon-gee.png) 0 2px no-repeat;
	color: #FFF;
	padding: 3px 0 0 28px;
	font-size: 14px;
	font-weight: bold;
}
#content h3.feed{
	background:url(images/icon-feed.png) 0 2px no-repeat;
	color: #FFF;
	padding: 3px 0 0 28px;
	font-size: 14px;
	font-weight: bold;
}
#content h3.arrow{
	background:url(images/icon-white-arrow.png) 0 2px no-repeat;
	color: #055B5B;
	padding: 3px 0 0 28px;
	font-size: 14px;
	font-weight: bold;
}
#content #resources{
	clear: both;
	margin: 5px 25px 20px 25px;
}
	#content #resources h3{
		font-size: 14px;
		font-weight: bold;
	}

.roundedMore, .roundedMore:hover {
	background: #00B6BC;
	color: #FFF;
	margin-top: 15px;
	*\margin-top: -5px;
	padding: 0 13px;
	font-weight: bold;
	border: solid #00B6BC 1px;
	position: absolute;
	bottom: 10px;
	right: 25px;
}
.whiteMore, .whiteMore:hover {
	background: url(images/white-arrow.png) 0 7px no-repeat;
	color: #FFF;
	padding: 0 10px;
	margin-top: 15px;
	*\margin-top: -5px;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	right: 1px;
}
.darkMore, .darkMore:hover {
	background: url(images/dark-arrow.png) 0 7px no-repeat;
	color: #055B5B;
	padding: 0 10px;
	margin-top: 15px;
	*\margin-top: -5px;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	right: 1px;
}
.half {
	width: 50%;
	float: left;
	min-height: 190px;
	position: relative;
}
.darker {
	background: #3B9E9E url(images/home-left-bottom-darkbox-bg.png) top repeat-x;
	color: #FFF;
}
.darker a{
	color: #FFF;
}
.lighter {
	background: #EDF7F7 url(images/home-left-bottom-lightbox-bg.png) top repeat-x;
	color: #636363;
}
.light{
	background: #EDF7F7 url(images/home-right-lightbox-bg.png) top repeat-x;
	color: #636363;
}
.submit{       
	float: right;
	margin-right: 80px;
	background: #00B6BC;
	color: #FFF;
	padding: 0 13px;
	font-size: 11px;
	font-weight: bold;
	border: solid #00B6BC 1px;
}
.entry-content ul.Tribullet {
	margin: 0;
	padding: 0;	
}
	.entry-content ul.Tribullet li {
		padding:3px 20px;
		background: url(images/tribullet.gif) 7px 7px no-repeat;
	}
.entry-content strong{
	
}
.entry-content blockquote.numberOne{
	background: url(images/number1.jpg) 0 5px no-repeat;
	padding-left: 25px;
}
.entry-content blockquote.numberTwo{
	background: url(images/number2.jpg) 0 5px no-repeat;
	padding-left: 25px;
}
.entry-content .formbox {
	background: #F5FBFB;
	border: solid #F5FBFB 1px;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
	width: 560px;
}
	.entry-content .formbox label {
		width: 19%;
	}
	.entry-content .formbox input.short {
		width: 30%;
	}
	.entry-content .formbox input.long, .entry-content .formbox textarea.long {
		width: 540px;
	}
	.entry-content .formbox span.wpcf7-not-valid-tip, .home span.wpcf7-not-valid-tip{
		top: -3px;
		left: 15px;
		margin: 0;
		border: none;
		background: none;
		color: #F00;
	}

/* site information
----------------------------------------------- */
#site_info {
	float: left;
	background: #FFF url(images/footer-top-border.png) top center no-repeat;
	margin: 0 auto 10px;;
	padding: 10px 0 0 0;
	display: block;
	clear: both;
}
	.home #site_info {
		margin: 10px auto 10px;;
		padding: 10px 0 0 0;
	}
#site_info .box {
	padding: 3px 0;
	margin: 0 20px;
	font-size: 95%;
	position: relative;
}
#site_info #social{
	position: absolute;
	left: 750px;
	width: 140px;
	top: -35px;
}
.home #site_info #social{
	position: absolute;
	left: 750px;
	width: 140px;
	top: 18px;
}
#site_info #footer-left{
	text-align: left;
	color: #555;
}
#site_info #footer-right{
	float: right;
	text-align: right;
	color: #555;
}
#site_info a{
	color: #555;
	font-weight: normal;
}
#site_info b{
	font-weight: normal;
	padding: 0 10px;
}
#site_info span.alignleft{
	padding-top: 5px;
}

	/* widget box on the footer
	----------------------------------------------- */	
	#site_info .widgetContainer{
		margin-top: 10px;
		padding: 0;
	}
		#site_info .widgetBox{
			width: 300px;
			float: left;
			margin: 0 5px 0 5px;
			padding: 0 0 0 10px;
			text-align: left;
		}
			#site_info .widgetBox h4{
				font-size: 14px;
				font-weight: bold;
				display: block;
			}
				
			#site_info .widgetBox span, span{
				margin-top: 10px;
				margin-right: 10px;
			}
			#site_info .widgetBox span img,  span img{
				margin-left: 2px;
				margin-top: 0px;
				vertical-align: top;
			}
			#site_info .widgetBox span .readmore, span .readmore{
				background: url(images/bullet-arrow.gif) 1px 5px no-repeat;
				color: #34427C;
				padding: 0 0 0 15px;
				text-transform: capitalize;
				font-weight: bold;
			}
			

/* custom scroll
----------------------------------------------- */
.home #mycustomscroll {
	height: 85px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0 5px 0 0;
}
.whitey{
color:#fff;
}
.textwidget p a{
  display:block;
  width:170px;
}
