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

body {
	background: url('/media/images/bg.gif') top left repeat;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	color: #313131;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

a {
	color: #3562ab;
}

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

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	color: #1e115e;
	text-align: center;
	background: url('/media/images/divider1.gif') no-repeat center bottom;
	padding-bottom: 25px;
}

h2 {
	font-weight: normal;
	color: #181679;
	font-size: 23px;
	margin: 0px;
}

h3 {
	font-weight: normal;
	color: #534aa5;
	margin: 0;
}

#wrapper {
	background: url('/media/images/wrapperBG.gif') top center no-repeat;
}

#innerwrapper {
	margin: 0 auto;
	width: 993px;
}

#header {
	height: 145px;
	width: 980px;
	margin: 0 auto;
}

#logo {
	float: left;
}

.tollFree {
	float: right;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 19px;
	font-size: 17px;
}

.uppercase {
	text-transform: uppercase;
}

.divider1 {
	background: url('/media/images/divider1.gif') no-repeat;
	height: 20px;
}


#content {
	/*margin-top: -5px;*/
}

#content .box {
	position: relative;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	-moz-box-shadow:    0px 0px 5px 0px #999;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow:         0px 0px 5px 0px #999;
}

#content .boxTop {
	background: url('/media/images/contentTop.png') no-repeat;
	height: 19px;
}

#content .boxCenter {
	/*background: url('/media/images/contentCenter.png') repeat-y;*/
	padding: 10px 30px;
}

#content .boxBtm {
	background: url('/media/images/contentBtm.png') no-repeat;
	height: 19px;
}

#content .box .siteLogos img {
	margin: 0 5px;
}

#content .box .siteLogos h2 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 30px;
}

#content .box .siteLogos h2 span {
	font-weight: bold;
	color: #154292;
}

#fabricLeft {
	background: url('/media/images/fabric.png') no-repeat;
	width: 101px;
	height: 319px;
	position: absolute;
	left: -99px;
	top: 100px;
}

.left {
	float: left;
	border-right: 1px solid #d0cfc9;
	width: 585px;
	padding-right: 15px;
}

.right {
	float: right;
	width: 310px;
}

.right .tenReasons ul {
	list-style: none;
	padding:0;
	margin:0;
}

.right .tenReasons ul li {
	margin: 19px 0;
}

.right .tenReasons .starburst {
	background: url('/media/images/numberBG.gif') no-repeat;
	width: 35px;
	height: 29px;
	color: white;
	float: left;
	text-align: center;
	padding-top: 6px;
	margin-right: 5px;
	margin-top: -5px;
}

.left h2 {
	text-align: center;
	font-size: 20pt;
	background: url('/media/images/divider2.gif') no-repeat center bottom;
	height: 60px;
}

.left .readMore a {
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin: 15px 0;
	padding: 10px 0;
	font-family: georgia, serif;
}

.contact-form {
	text-align:left;
}

.dyn_form {
	margin: 0;
	padding: 0;
}

.dyn_form_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313131;
}

#home_page_slidshow {
	width:528px;
}

#home_page_slidshow img {
	border:1px solid #666;
}

/****** TESTIMONIAL STYLES ******/

.customerTitle {
	background:url('/media/images/footerBG.jpg') bottom left repeat-x; #2C2768;
	padding:5px 0px 5px 10px;
	width:900px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
	text-shadow:#000 2px 2px 2px;
}

.customerComment {
	border:1px solid #CFCCBD;
	background:#DFDCD1;
	padding:10px;
	width:888px;
	margin-bottom:18px;
}

.customerName {
	position:relative;
	text-align:right;
	font-style:italic;
	font-weight:bold;
	padding-top:5px;
}

.errTop {
	border:1px solid #2C2768;
	color:#FFF;
	text-align:center;
}

/****** CONTACT FORM *******/

.conForm {
	padding-bottom:3px;
}

.conForm input {
	width:260px;
	border:1px solid #CCC;
	height:22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
}

.conForm input:focus {
	border:1px solid #2799D5;
}

.conForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	width:260px;
	border:1px solid #CCC;
	height:200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	overflow:hidden;
}

.conForm textarea:focus {
	border:1px solid #2799D5;
}

.conFormErr textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	width:260px;
	border:1px solid #FF0000;
	height:200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	overflow:hidden;
}

.conFormErr input {
	width:260px;
	border:1px solid #FF0000;
	height:22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
}

input:focus, input.ieFocusHack
{
    border-width: 1px;
    border-color: #2799D5;
    border-style: solid;
}

.subButton {
	background: url('/media/images/submitUp.jpg') left bottom;
	width:123px;
	height:31px;
	cursor: pointer; /* hand-shaped cursor */
}

.subButton:hover {
	background: url('/media/images/submitDown.jpg') left bottom;
	width:123px;
	height:31px;
	cursor: pointer; /* hand-shaped cursor */
}

/****** FOOTER BACKGROUND ******/

#footerbg {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	padding-top: 20px;
}

#blog-article-tree {
	border-right: 1px dashed #D1CDC1;
	padding-right:10px;
	font-size:14px;
}

#blog-article-tree a {
	text-decoration:none;
	font-size:14px;
}

#blog-article-tree .title {
	background: url('/media/images/footerBG.jpg') bottom center;
	color:#FFF;
	padding:10px;
	margin-bottom:20px;
	font-weight:bold;
	border:1px solid #2D68B7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	text-shadow:0px 2px 2px #000;
}

#blog-article-list {
	padding-left:10px;
   background-color: #FFFFFF;
}

#blog-article-list .title {
	background: url('/media/images/footerBG.jpg') bottom center;
	color:#FFF;
	padding:10px;
	margin-bottom:20px;
	font-weight:bold;
	border:1px solid #2D68B7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	text-shadow:0px 2px 2px #000;
}

#blog-article-list .title a {
	color:#FFF;
	text-decoration:none;
}

.blog-articles h2 a {
	text-decoration:none;
}

.blog-articles .readmore {
	text-decoration:none;
	text-transform:uppercase;
	padding-bottom:15px;
}

hr {
	border: 1px dashed #D1CDC1;
}

#data {
	font-size: 12pt;
}

.blogsearch {
	margin:0 auto;
	margin-bottom:10px;
}

.blogsearch input {
	margin:0 auto;
	width:195px;
	border:1px solid #CCC;
	height:22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
}

.blogsearch input:focus {
	border:1px solid #2799D5;
}


.blogsearch input[type="submit"] {
	background: url('/media/images/submitUp.jpg') left bottom;
	width:123px;
	height:31px;
	cursor: pointer; /* hand-shaped cursor */
	border:none;
}

.blogsearch input[type="submit"]:hover {
	background: url('/media/images/submitDown.jpg') left bottom;
	width:123px;
	height:31px;
	cursor: pointer; /* hand-shaped cursor */
}

.blog-articles .entry {
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px dashed #D1CDC1;
}

#blog-article-list h3 {
	font-size:14px;
}

/* Homepage Testimonail Box */
#hp_testimonials {
	background:url('/media/images/testimonialsBG.gif') top center;
	height:108px;
	width:409px;
	color:#FFF;
	margin-left:4px;
	margin-top:-10px;
}

#hp_testimonials_wrapper {
	padding:20px 15px 10px 20px;
}

#hp_testimonials_wrapper p {
	padding:0px 0px 5px 0px;
	margin:0px;
}

#hp_testimonials_rm {
	background:url('/media/images/readMoreBtn1.gif') top center;
	height:27px;
	width:86px;
	text-align:center;
	margin-left:299px;
}

#hp_testimonials_rm a {
	font-size:12px;
	text-decoration:none;
	color:#2D217E;
	text-shadow:0px 1px 2px #FFF;
	text-transform:uppercase;
}

/* Home Page Image Scroller */
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above
/* Container DIV */
.simply-scroll { 
	width: 100%;
	height: 90px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 90px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	margin-right:25px;
	}


#player_flash {
    background: url(/media/images/wfq-intro-image.gif) center center no-repeat;
    display: block;
    width: 530px;
    height: 350px;
    text-align: center;
}
#player_flash img {
    margin-top: 135px;
}




/*********************************************** PACKAGE PRICING ***********************************************/

#packagePricing {
	margin: 0 auto;
	width: 930px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.column {
	float: left;
	width: 183px;
}

.column2 {
	float: left;
	width: 381px;
}

.title {
	background: url('/media/images/packagesBG.gif') repeat-x;
	height: 83px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.column:hover .title, .column2:hover .title {
	background: url('/media/images/packagesBGhover.gif') repeat-x;
}

.column:hover, .column2:hover {
	position: relative;
	z-index: 10px;
	-moz-box-shadow:    0px 0px 15px 0px #000;
	-webkit-box-shadow: 0px 0px 15px 0px #000;
	box-shadow:         0px 0px 15px 0px #000;
}

.first:hover {
	-moz-box-shadow:    0px 0px 0px 0px #b2b2b2;
	-webkit-box-shadow: 0px 0px 0px 0px #b2b2b2;
	box-shadow:         0px 0px 0px 0px #b2b2b2;
}

.first:hover .title {
	background: url('/media/images/packagesBG.gif') repeat-x;
}

.medium, .large, .small {
	text-align: center;
}

.medium {
	font-size: 15px;
	padding-top: 20px;
}

.large {
	font-style: italic;
	font-size: 51px;
	top: 55px;
	*line-height: normal;
	*top: 35px;
}

.small {
	font-style: italic;
	font-size: 15px;
	top: 88px;
}

.cell {
	text-align: center;
	height: 30px;
	border-left: 1px solid #dbd5c1;
	border-bottom: 1px solid #dbd5c1;
	padding-top: 12px;
	font-size: 13px;
	color: #4e4e4e;
	background: #f9f9f9;
}

.cellBtm {
	background: #f1eee7;
	border-left: 1px solid #dbd5c1;
	border-bottom: 1px solid #dbd5c1;
	height: 61px;
	text-align: center;
	padding-top: 25px;
}

.red {
	color: #cc2e2e;
	font-size: 11px;
	font-style: italic;
	line-height: 100%;
}

.cellBorderRight {
	border-right: 1px solid #dbd5c1;
}

.checkmark {
	background: url('/media/images/checkmark.png') no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}

.tan {
	background: #ece8dc;
}

.gradient {
	background: #f5f4f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f4f3 1%, #eae7de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f5f4f3), color-stop(100%,#eae7de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f4f3 1%,#eae7de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f4f3 1%,#eae7de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f4f3 1%,#eae7de 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f4f3 1%,#eae7de 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f3', endColorstr='#eae7de',GradientType=0 ); /* IE6-9 */
}

.topleft {
}

.topright {
}

.bottomleft {
}

.bottomright {
}

.pink {
	background: #d8357e;
	color: #fff;
}

/*********************************************** END PACKAGE PRICING ***********************************************/


#meettheteam img {
	border:2px solid #C4C3C0;
	-moz-transform: scale(0.7) rotate(-3deg) translate(3px, 3px) skew(0deg, 0deg);
	-webkit-transform: scale(0.7) rotate(-3deg) translate(3px, 3px) skew(0deg, 0deg);
	-o-transform: scale(0.7) rotate(-3deg) translate(3px, 3px) skew(0deg, 0deg);
	-ms-transform: scale(0.7) rotate(-3deg) translate(3px, 3px) skew(0deg, 0deg);
	transform: scale(0.7) rotate(-3deg) translate(3px, 3px) skew(0deg, 0deg);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}


