@charset "UTF-8";
body  {
	font-family:Verdana, Geneva, sans-serif;
	/*background: #28416e url(../images/bkgnd_new.gif) top left repeat-x;*/
	background: #365683 url(../images/bkgnd1_new.jpg) top left repeat-x;
	background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
}
.thrColFixHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #siteWrapper { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #header {
	/*background: #fff;*/
	border-bottom:thin solid #666;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
} 
.thrColFixHdr #header  img {
	vertical-align:bottom;	
}
.thrColFixHdr #header h1 {
	font-size:20px;

	line-height:24px;

	font-weight:normal;

	font-style:italic;

	color:#004275;

	padding:15px 0 10px 0;

	margin:0;
}
h1 {

font-size: 20px;

line-height: 24px;

font-style: italic;

color: #004275;

padding-top: 15px;

padding-right: 0pt;

padding-bottom: 10px;

padding-left: 0pt;

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

}

h2	{

	font-family:Verdana, Geneva, sans-serif;

	font-size:15px;

	line-height:18px;

	color: #004275;

	text-transform:uppercase;

	margin:0;

	padding:5px 0 2px 0;

}

h3	{

	font-size:14px;

	margin:0;

	padding:5px 0 3px 0;
	
	color: #004275;

}

h4	{

	font-family:Verdana, Geneva, sans-serif;

	line-height:16px;

	color:#979899;

	text-transform:uppercase;

	margin:0;

	padding:5px 0 2px 0;

	font-weight:normal;

}

h5	{

	font-style:italic;

	padding:0;

	margin:0;

	border-bottom:1px solid #aeaeae;

	font-weight:normal;

	line-height:33px;

	color:#004275;

}

h5 a	{

	font-family:Verdana, Geneva, sans-serif;

	color:#979899;

}

h6  

{

	font-family:Verdana, Geneva, sans-serif;

	line-height:16px;

	color:#707070;

	background-color:#f0f0f0;

	text-transform:uppercase;

	margin:0;

	padding:5px 0 5px 5px;

	font-weight:normal;

}

a	{

	/*color:#004275;*/
	color:#333;

	font-style:normal;

	text-decoration:none;

}

a:hover	{

	color:#979899;

	font-style:normal;

	text-decoration:underline;

}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar1 h3 {
	border-bottom:0.5px solid #666;
	background-color:#FFCC00;
	color:#666666;
	padding:2px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 ul {
	font: .85em/1.5em Verdana, Geneva, sans-serif;
}
.thrColFixHdr #sidebar2 h3 {
	color:#FFF;
	background-color:#036;
	width:200px;
	text-align:center;	
	margin-top:10px;
}
#sidebar2 .island h3 {
	color:#FFF;
	background-color:#036;
	width:200px;
	text-align:center;
	margin-top:10px;
}
#sidebar2 img {
	border:none;
}
.island {
	width:188px;
	margin:0;
	padding:5px;
	background-color:#eeeeee;
	color:#333;
	font-size:80%;
	line-height:1.5em;
	border: solid thin #999;
}
.island img {
	text-align:center;
	margin:0 auto;
	border:none;
}
.noBorder img {
	border:none;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 235px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;	/*width:500px;*/
	
} 
.thrColFixHdr #mainContent p {
	color:#333;
	font: .85em/1.5em Verdana, Geneva, sans-serif;
}
.thrColFixHdr #mainContent img {
	border:none;
}
.thrColFixHdr #mainContent ul {
	color: #333333;
	font-size: .85em;
	line-height:1.5em;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0c222d url(../images/bkgnd_footer.jpg) top left repeat;
	text-align:center;
	font-size:85%;
	border-top:thin solid #666;
	clear:both;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#eeeeee;
}
.thrColFixHdr #footer a:link {
	color:#eeeeee;
	text-decoration:none;
}
.thrColFixHdr #footer a:hover {
	color:#FFC;
	text-decoration:underline;
}
.thrColFixHdr #footer a:visited {
	color:#eeeeee;
	text-decoration:none;
}
	
.thrColFixHdr ol { 
	color: #666;
	font-size: 13px;
	line-height:1.5em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 {
	list-style-image:none;
	}

a {

color: #333;

font-style: normal;

text-decoration: none;

}

a:hover {

color: #666;

font-style: normal;

text-decoration: underline;

}

#left_nav ul {
	list-style:none;
}

#left_nav a {

color: #777777;

display: block;

padding-top: 5px;

padding-right: 0pt;

padding-bottom: 5px;

padding-left: 15px;

border-top-width: 3px;

border-top-style: solid;

border-top-color: #ffffff;

border-bottom-width: 3px;

border-bottom-style: solid;

border-bottom-color: #ffffff;

}

#left_nav a#live:hover {

background-color: #cce4f3;

color: #777777;

}
#tagLine {
	width: 375px;
	float:left;
	font-size:95%;
	font-style:italic;
	padding-top:15px;
	padding-bottom:15px;
	margin:0;
	letter-spacing:1px;
	color:#666;
}
#top_nav {
	width:550px;
	padding-top:15px;
	padding-bottom:15px;
	margin:0 0 0 400px;
	font-size:85%;
	text-align:right;
	font-weight:normal;
	letter-spacing:1px;
	color:666;
}

#top_content {
	border-bottom:thin solid #666;
	margin-top:25px;
}

#top_content a {

color:#666;

text-decoration: none;

}

#top_content a:hover {

color: #004275;

text-decoration: none;

}
#fifty {
	font-size:12px;
	padding-bottom:5px;
}
#fifty img {
	border:none;
	text-align:center;
}
#ciw {
	border-top:0.5px solid #666;
	font-size:12px;
	padding-top:7px;
}
#ciw img {
	border:none;
	text-align:center;
}
#hosting {
	border-top:0.5px solid #666;
	font-size:12px;
	padding-top:7px;
}
#hosting img {
	border:none;
}
#iwa {
	text-align:center;
}
#iwa img {
	border:none;
}
#template_sites {
	border-top:0.5px solid #666;
	font-size:12px;
	padding-top:7px;
}
#template_sites img {
	border:none;
}
#pricing {
	font-size:12px;
}
#pricing td {
	font-size:100%;
}
#pricing th {
	text-align:right;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

/*a {color:#000;}
a:hover {text-decoration:none;}
a:visited {color:#000;}*/

/* slides styling */

.photo {width:635px; text-align:left; position:relative; margin:0 auto;}

.photo ul.topic {padding:0; margin:0; list-style:none; width:635px; height:auto; position:relative; z-index:10;}

.photo ul.topic li {display:block; width:125px; height:31px; float:left;}
.photo ul.topic li a.set {display:block; font-size:11px; width:124px; height:30px; text-align:center; line-height:30px; color:#000; text-decoration:none; border:1px solid #fff; border-width:1px 1px 0 0; background:#ccc; font-family:verdana, arial, sans-serif;}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li.active a
{color:#000; background:#bbb;}

.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{color:#fff; background:#aaa;}

.photo ul.topic li.active ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:375px; background:#ddd; width:464px; padding:40px 60px; border:20px solid #bbb; z-index:1;}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:375px; background:#ddd; width:464px; padding:40px 60px; border:20px solid #aaa; z-index:100;}

.photo ul.topic li ul li
{display:inline; width:112px; height:87px; float:left; border:1px solid #fff; margin:1px;}

.photo ul.topic li ul li a
{display:block; width:110px; height:85px; cursor:default; float:left; text-decoration:none; background:#444; border:1px solid #888;}

.photo ul.topic li ul li a img
{display:block; width:100px; height:75px; border:5px solid #eee;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-50px; top:-32px; width:200px; height:150px; border-color:#fff;}

#quoteTable {
float:left;
	font-size: 11px;
	padding:5px;
	width:500px;
}
#quoteTable th{
	font-size: 12px;
	text-align:right;
	font-weight:bold;
	font-style:italic;
}
#quoteTable td{
	padding:5px;
	}
.question {
	font-weight:bold;
}
.answer {
	font-style:italic;
}
.title {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	background-color:#000033;
	font-weight:bold;
	font-size:100%;
}
#pricing th, .title {
}
.package {
	color:#CC0000;
	font-size:110%;
}
.family {
	text-align:center;
}
.emphasis {
	font-style:italic;
}
.picRight {
	float:right;
	text-align:right;
	padding:0;
}
#contactForm {
	padding:0;
	margin:0;
	width:100%;
}
#constantContact {
	width:500px;
	padding:0;
	margin:0;
}
.standout {
	color:#900;
	font-weight:bold;
}
.standout a:link {
	color:#900;
	font-weight:bold;
}

/* Dynamic Drive CSS Horizontal Menu */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
list-style: none;
}


p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

/* End Horizontal Menu */
.affiliateLinks {
	list-style:none;	
}
/* Begin Photo Container */
.a, .a:visited {color:#000;}
#photoContainer {position:relative; width:600px; height:700px; background:#888; border:1px solid #000; margin:10px auto;}
#photoContainer b {font-weight:normal; width:600px; text-align:center; position:absolute; bottom:250px; left:0; color:#eee; font-family:tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif; letter-spacing:1px; line-height:1.7em; z-index:1;}

a.gallery, a.gallery:visited {display:inline; color:#000; text-decoration:none; border:1px solid #000; width:75px; height:75px; float:left; margin:7px 21px; position:relative; cursor:default;}

a.slidea {background:url(../images/portfolio/thumbs/ncwp01.jpg);}
a.slideb {background:url(../images/portfolio/thumbs/ncwp02.jpg);}
a.slidec {background:url(../images/portfolio/thumbs/ncwp03.jpg);}
a.slided {background:url(../images/portfolio/thumbs/ncwp04.jpg);}
a.slidee {background:url(../images/portfolio/thumbs/ncwp05.jpg);}
a.slidef {background:url(../images/portfolio/thumbs/ncwp06.jpg);}
a.slideg {background:url(../images/portfolio/thumbs/ncwp11.jpg);}
a.slideh {background:url(../images/portfolio/thumbs/ncwp12.jpg);}
a.slidei {background:url(../images/portfolio/thumbs/ncwp09.jpg);}
a.slidej {background:url(../images/portfolio/thumbs/ncwp10.jpg);}

a.gallery span {visibility:hidden; display:block; position:absolute; width:580px; height:500px; top:189px; left:9px; color:#000; background:#ccc; text-align:center; border:1px solid #fff; font-family:tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif; letter-spacing:1px; cursor:default;}

a.slidea span {left:-13px; top:180px;}
a.slideb span {left:-132px; top:180px;}
a.slidec span {left:-251px; top:180px;}
a.slided span {left:-370px; top:180px;}
a.slidee span {left:-489px; top:180px;}
a.slidef span {left:-13px; top:89px;}
a.slideg span {left:-132px; top:89px;}
a.slideh span {left:-251px; top:89px;}
a.slidei span {left:-370px; top:89px;}
a.slidej span {left:-489px; top:89px;}

a.gallery:hover {white-space:normal; border:1px solid #fff; z-index:100;}

a.gallery:hover span {visibility:visible; z-index:100;}

a.gallery:hover span img {margin:10px; border:1px solid #000; position:relative; z-index:100;}

a.gallery:active, a.gallery:focus {border:1px solid #c00; z-index:10;}

a.gallery:active span, a.gallery:focus span {visibility:visible; z-index:10;}

a.gallery:active span img, a.gallery:focus span img {border:1px solid #000; position:relative; margin:10px; z-index:10;}
/* End Photo Container */

/* Constant Contact */

.cc_form_basic_MainTable{border:0px;}
.cc_form_basic_DisplayTitle{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;}
.cc_form_basic_DisplayMain{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #F0F0F0;
	padding-right: 5px;
	padding-left: 5px;}
.cc_form_basic_Button{
    font-family: Arial, Helvetica, sans-serif;}
#content_wrapper_grey {
	clear:both;
	overflow:hidden;
	width:950px;
	height:533px;
	min-height:533px;
	margin:15px auto 0 auto;
	background-color:#FFF
	text-align:center;
	}
.services {
overflow:hidden;
width:650px;
background:url(../images/services_bkgnd.jpg) top right no-repeat;
height:160px;
min-height:150px;
padding:0;
margin:0;
}
.services p {
	padding:0;
	margin: 5px 15px 0 225px;
	font-size:90%;
}
.services h3 {
	padding:0;
	margin: 20px 0 0 225px;
}
.services img {
	float:left;
	text-align:left;
	padding:0;
	margin:0;
	border:none;
}
#bottomContent {
	float:left;
	overflow:auto;
	background-color:#eeeeee;
	width:930px;
	display:block;
	padding:10px;
}
#bottomContent h3 {
	text-align:center;
}
.linkColumn {
	float:left;
	width:220px;
	text-align:left;
	padding:0;
	margin:0 0 0 10px;
}
.linkColumn h3 {
	text-align:center;
	padding:5px 0 0 0;
	}
#bottomContent ul {
	list-style:none;	
}
#bottomContent li {
	padding:5px 0 7px 0;
	border-bottom:thin dotted #999;
}
.learnmore {
	float:left;
	width:150px;
	padding:0;
	margin:0 50%;
	text-align:center;
}
.tile_block {
	float:left;
	width: 200px;
	height:200px;
	padding:0;
	margin: 20px 0 0 20px;
}
.tile_block img {
	border:none;
}
#socialMedia {
	float:right;
	width:375px;
	height:45px;
	min-height:45px;
	margin:0 0 24px 0;
	padding:0;
	text-align:right;
}
#socialMedia img {
	border:none;
}
#constantContact {
	float:right;
	width:225px;
	padding:0;
	margin:25px 25px 0 0;
}
.designAward {
float:right;
width:98px;
margin:0 0 6px 6px;
border:none;	
}
