/***** General Styles ******/

.clear {
	clear:both;
}

body {
    margin-bottom:10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background:#333 url(../img/bkgd.jpg) no-repeat;
	font-size:11px;
	font-weight:normal;
	color:#4f4f4f;	
}

ol {
	list-style-type:decimal;
	margin:0px 0px 20px 40px;
	font-size:11px;
	font-weight:normal;
	color:#4f4f4f;
	line-height:18px;
}

blockquote {
	margin-left:20px;
	border-left:3px solid #999;
	font-size:11px;
	font-weight:normal;
	color:#4f4f4f;
	margin-bottom:25px;
	line-height:18px;
	padding-left:10px;
	font-style:italic;
}

p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#4f4f4f;
	margin-bottom:25px;
	line-height:24px;
}

h1 {
    font-family: "Arial", Arial, sans-serif;
	font-size:23px;
	font-weight:normal;
	color:#4f4f4f;
	margin-bottom:20px;
	line-height:36px;
}

h1 small {
	font-size:20px;
	display:block;
}

h2 {
    font-family: "Arial", Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#3366cc;
	margin-bottom:10px;
}

h3 {
	font-size:18px;
	font-weight:normal;
	color:#3366cc;
	margin-bottom:5px;
}

h4 {
	font-size:11px;
	color:#4f4f4f;
	line-height:18px;
}

h5 {
	font-size:10px;
	font-weight:normal;
	color:#4f4f4f;
	margin-bottom:10px;
}

h6 {
	font-size:14px;
	font-weight:normal;
	color:#cccccc;
	margin:5px 0 5px 0px;
	text-align:center;
}

a:link, a:active, a:visited {

	font-size:11px;
	font-weight:normal;
	color:#3366cc;
	line-height:18px;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.alignleft {
	float:left;
	margin:10px 15px 10px 0px;
}

.alignright {
	float:right;
	margin:10px 0px 10px 15px;	
}

/***** Header Styles ******/

#header-wrap {
	margin:0px auto;
	width:900px;
	padding:15px;
	overflow:hidden;
}

#header {
	width:900px;
	height:100px;
	position:relative;
}

#logo {
	float:left;
	margin:0 0 0 0; !important
}

/***** Navigation Styles *****/

#nav{
    font-family: "Impact", Impact, sans-serif;
	float:right;
	list-style-type: none;
	position:absolute;
	right:0;
	top:70px;
}

#nav li{
	float:left;
}

#nav li a:link, #nav li a:visited, #nav li a:active  {
	display:block;
	text-decoration: none;
	text-align:right;
	font-size: 24px;
	color:#333;
	margin:0px 15px;
}

#nav li a:hover, #nav li.selected a {
	color:#fff;
}

/***** Drop Down Menu Styles *****/

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}
 
#nav li ul a:link, #nav li ul a:visited, #nav li ul a:active  {	
	text-decoration: none;
	font-size: 18px;
	color:#333;
	margin:10px 0 0 0;
	background-color: #96c0e6;
	padding: 0 10px 10px 10px;	
} 

#nav li ul a:hover, #nav li ul.selected a {
	color:#fff;
}
 
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
 
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

/***** Drop Down Panel ******/

#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
z-index:1;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
background: black;
color: white;
padding: 10px;
width: 880px;
margin: 0px auto;
}

#dropdownpanel .control{ /*Div containing panel button*/
border-top: 5px solid black;
margin: 0px auto;
width: 900px;
color: white;
font-weight: bold;
text-align: center;
background: transparent url("../img/panel.gif") 90% center no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 21px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 21px; /* 21px + 3px should equal height of "panel.gif" */
}

/***** Featured Area Styles ******/

#featured {
	width:900px;
	margin:0px auto 0px auto;
	border-bottom:1px solid #cdcdcd;	
}

#featured-alt {
	width:900px;
	height:350px;
	margin:0px auto 0px auto;
	padding-bottom:15px;
	border-bottom:1px solid #cdcdcd;	
}

/***** Main Content Styles ******/

#main {
	margin:0px auto;
	width:900px;
	overflow:hidden;
    position: relative;
}

#main img {
    margin: 0 15px 5px 0;
}

#tagline-center {
	width:900px;
    background-color: #fff;
	margin:0 auto 15px auto;
	padding:10px 0px;
	text-align:center;
}

#tagline-right {
	width:880px;
    background-color: #fff;
	margin:0 auto 15px auto;
	padding:10px 10px;
	text-align:right;
}

#tagline-center h1, #tagline-right h1 {margin:0;}

.cufon {
	margin:3px 0px; !important 		/* Tagline Line-Height Fix For Cufon Font Replacement */
}

.column_home {
	width:270px;
    height: 245px;
    background-color: #fff;
	padding: 10px 10px 5px 10px;
	float:left;
	margin-right:18px;
}

.contact_home {
    height: 400px;
	border-right:0;
	margin-right:0;
	padding-right:5px;
    position: absolute;
    top: 0;
    right: 0;
}

.column_small {
	width:270px;
    background-color: #fff;
	padding: 15px 10px 5px 10px;
	float:left;
	margin-right:15px;
}

.column_medium {
	width:570px;
    background-color: #fff;
	float:left;
	margin-right:15px;
	padding: 15px 15px 0 15px;
}

.column_large {
	width:875px;
	background-color: #fff;
	float:left;
	margin-right: 15px;
	padding: 15px 15px 0 15px;
}

.column_last {
	margin-right:0;
	padding-right:5px;
}

.visit_portfolio:link, .visit_portfolio:active, .visit_portfolio:visited, .visit_portfolio:hover {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	padding:3px 7px;
	border:1px solid #cdcdcd;
	float:right;
	color:#4f4f4f;
	margin-right:15px;	
}

#blog_entries .excerpt {
	margin-bottom:25px;	
	border-bottom:1px solid #cdcdcd;
}

#blog_entries_last {
	margin-bottom:0;
}

.excerpt h1 {
	margin-bottom:10px;
}

.excerpt h1 a:link, .excerpt h1 a:active, .excerpt h1 a:visited {
	font-size:24px;
	font-weight:normal;
	color:#404040;
	line-height:24px;
}

.excerpt h1 a:hover {
	color:#a40d0d;
	text-decoration:none;
}

.excerpt .snippet {
	font-size:11px;
	font-weight:normal;
	color:#404040;
	margin-bottom:25px;
	line-height:22px;
}

.excerpt .snippet img {
	float:left;
	margin:0px 15px 0px 0px;
}

.excerpt .meta, .excerpt .meta a {
	font-size:10px;
	margin-bottom:10px;	
}

.excerpt {
	margin-bottom:25px;
}

.pagination {
	float:right;
}

.pagination li {
	display:inline;
	list-style:none;
}

.pagination li a:link, .pagination li a:active, .pagination li a:visited {
	background:#ffffff;
	border:1px solid #cdcdcd;
	padding:4px;
	color:#a40d0d;
}

.pagination li a:hover, .pagination li.current a:link, .pagination li.current a:active, .pagination li.current a:visited {
	background:#a40d0d;
	color:#eaeaea;
	text-decoration:none;
}

.business-details p {
	margin-bottom:5px;	
}

/***** Services Styles ****/
.packages {
	font-size: 16px;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	vertical-align: middle;
	padding: 10px 15px 10px 15px;
}

.colheader {
	text-align: left;
	border-bottom: 1px #666 solid;
	vertical-align: middle;
	padding-right: 20px;
}

.row {
	padding: 10px;
	border-bottom: 1px #666 solid;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	line-height: 15px;
}

.row a:link, .row a:active, .row a:hover {
	font-size: 14px;
}

.highlight {
	background-color: #E5F2F9;
}

.leftb {
	border-left: 1px #666 solid;
}

.rightb {
	border-right: 1px #666 solid;
}

.service {
	width:865px;
	clear:both;
	margin-bottom:25px;
	overflow:hidden;
}

.service .image {
	float:left;
	width:220px;
}

.service .description {
	float:left;
	width:630px;
	padding:0 0 0 15px;
}

.service p {
	margin-bottom:0px;
}

/***** Team Styles ****/

.team {
	margin:0;
	list-style:none;
}

.team li {
	width:270px;
	float:left;
	margin:0 0 0 0; !important
}

.team li img {
	margin:5px 0px;
	width:270px;
}

.team li h3 a:link, .portfolio li h3 a:active, .portfolio li h3 a:visited {
	font-size:20px;
	font-weight:normal;
	color:#404040;
}

.team li h3 a:hover {
	color:#a40d0d;
	margin-bottom:15px;
	text-decoration:none;
}

/**** Form Styles ****/

input#name, input#email, input#url {
	background:#ffffff;
	border:1px solid #cdcdcd;
	padding:4px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	width:200px;
	margin:5px 0 15px;
}

input#submit {
	background:#ffffff;
	border:1px solid #cdcdcd;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#3366cc;
	margin:15px 0 15px 0;
}

input#submit:hover {
	background:#3366cc;
	border:1px solid #cdcdcd;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#eaeaea;
	cursor:pointer;
}

textarea#comment, textarea#message {
	background:#ffffff;
	border:1px solid #cdcdcd;
	padding:4px;
	width:500px;
	height:150px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}

/**** Homepage Form Styles ****/

input#name2, input#email2, input#url2 {
	background:#ffffff;
	border:1px solid #cdcdcd;
	padding:4px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	width:200px;
}

textarea#comment2, textarea#message2 {
	background:#ffffff;
	border:1px solid #cdcdcd;
	padding:4px;
	margin:5px 0 0 0;
	width:240px;
	height:100px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}

/****** Sub Navigation Styles *****/

ul.subnav {
	list-style:none;
	margin:25px 0px 25px 0px ;
}

ul.subnav li {
	border-top:1px solid #d4d7dd;
	height:30px;
	width:270px;
	padding:0px;
	margin:0;
}

ul.subnav li.last {
	border-bottom:1px solid #d4d7dd;
}

ul.subnav li a:link, ul.subnav li a:active, ul.subnav li a:visited {
	text-decoration:none;
	color:#414141;
	width:255px;
	display:block;
	padding:5px 5px 5px 10px;
	margin:0;
}

ul.subnav li a:hover {
	background:#fafafa;
	color:#a40d0d;
}

/***** Adblock Styles *****/

ul.adblock {
	margin:20px 0px 20px 0px;
}

ul.adblock li {
	display:inline;
}

#main ul.adblock li img {
	padding:0px;
	border:0px;
	margin:3px;
	opacity:1;
}

#main ul.adblock li img:hover {
	opacity:0.8;
}

/***** Footer Styles ******/

#footer {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;	
	width:900px;
	margin:20px auto 0px auto;
	height:10px;
	padding:15px 0px;
	color:#ccc;
	border-top:1px solid #ccc;
}

#copyright {
	font-size:10px;
	font-weight:normal;
	width:450px;
	float:left;
}

#footer_navigation {
	list-style:none;
	width:450px;
	float:right;
	margin:-5px;
	padding:0px;
	text-align:right;
}

#footer_navigation li {
	display:inline;
	padding:0px;	
}

#footer_navigation li a:link, #footer_navigation li a:active, #footer_navigation li a:visited {
	text-decoration:none;
	margin:0px 5px;	
	font-size:10px;	
	padding:0px;
	color:#ccc;
}

#footer_navigation li a:hover {
	color:#3366cc;
}
