/*
Client:		North Point Design

Author:		Scott Beatty sbeatty@northpointdesign.com
Updated:	
Notes:		Colors:
			Text - #4D4D4D
			Links - #006699
			Orange - #FC9200
			Headers - #333333

*/

/* =Global
---------------------------------------------------------------------
*/

* {
   margin: 0;
   padding: 0;
}

body { 
	background: #F4F4F4 url(/_img/bg_body.jpg) repeat-x; 
	font-size: 62.5%; 
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif; 
	color: #4D4D4D; 
	text-align: center;
}

body#home { 
	background: #F4F4F4 url(/_img/bg_body_home.jpg) repeat-x; 
}

hr { 
	display: none; 
}

#skip { 
	position: absolute; 
	text-indent: -9999px; 
	list-style: none; 
}

*+html #skip{
   position: static;
   height: 0;
}

#outer-container {
	background: url(/_img/bg_container_outer.jpg) no-repeat top center;
}

body#home #outer-container {
	background: url(/_img/bg_container_outer_home.jpg) no-repeat top center;
}

#container { 
	margin: 0 auto; 
	width: 960px; 
	text-align: left;
}

a { 
	overflow: hidden; 
	color: #006699;
}

a:hover{
	text-decoration: none;
	color: #333333;

}

/* =Header
---------------------------------------------------------------------
*/

#header{
   width: 960px;
   height: 150px;
   float: left;
}

h1 {
	float: left;
	width: 375px;
	height: 99px;
	background:url(/_img/bg_logo.png) no-repeat;
}

h1 a {
	display: block;
	width: 375px;
	height: 99px;
	text-indent: -9999px;
}
	
#meta-nav {
	float: right;
	width: 585px;
}

#meta-nav p {
	text-align: right;
	color: #CCCCCC;
	font-size: 1.3em;
	padding-top: 10px;
}

#meta-nav a {
	color: #CCCCCC;
	text-decoration: none;
	margin-right: 8px;
	padding-left: 18px;
}

#meta-nav a:hover {
	color: #FC9200;
}

#meta-nav #meta-support {
	background: url(/_img/icon_metanav_support.gif) no-repeat left center;
}

#meta-nav #meta-login {
	background: url(/_img/icon_metanav_login.gif) no-repeat left center;
}

/* =Navigation
---------------------------------------------------------------------
*/
#nav {
	clear: both;
	float: left;
	width: 960px;
	list-style:none;
}

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

/*
#nav li:hover, #nav li.hover {   
    position: static;   
}
*/
	
#nav li a {
	display:block; 
	font-size:1.5em;
	line-height: 51px;
	width: 192px;
	text-align: center;
	color: #333333; 
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	background: url(/_img/bg_nav_li_a.gif) no-repeat right center;
}
	
#nav li a:hover	{ 
	color:#006699; 
}

#nav li.current a, #nav li.current a:hover	{ 
	background:#006699; 
	color:#FFFFFF; 
}

/*
#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 180px;
   list-style: none;
   line-height: 1;
}

#nav li li{
   font-size: 1em;
   margin: 0;
   float: none;
}

#nav li ul ul{
   margin: -25px 0 0 140px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li.current li a, 
#nav li.current:hover li a, 
#nav li li a {
   width: 160px !important;
   height: auto;
   background: #006699 !important;
   color: #FFFFFF;
   text-indent: 0;
   text-transform: none;
   line-height: 1.6em;
   padding: 0 5px 0 15px;
   font-size: 1.3em;
   font-weight: normal;
}

#nav li.current li a:hover, 
#nav li li a:hover{
   background: #000000 !important;
}

#nav li li li{
   font-size: 1em;
}
*/

/* =Top Feature
---------------------------------------------------------------------
*/
#top-feature {
	clear: both;
	float: left;
	width: 960px;
	height: 151px;
	overflow: hidden;
}

body#home #top-feature {
	height: 469px;
}

#top-feature p {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #FFFFFF;
	padding-top: 20px;
	line-height: 1.4em;
}

#top-feature a {
	color: #FC9200;
}

/* =Content Wrap
---------------------------------------------------------------------
*/

#content-wrap { 
	clear: left;
	float: left;
	width: 960px;
}

/* =Content
---------------------------------------------------------------------
*/

#content { 
 	float:left; 
	width:690px;
}
 
body#oneCol #content { 
 	float:left; 
	width:960px;
}

#content h3, #content h4, #content h5, #content h6 {
	color: #333333;
	font-weight: bold;
	margin-bottom: 1em;
}

#content h3 { 
	font-size:2.4em;
	padding: 15px 0;
	border-bottom: 1px solid #C7C7C7;
}

#content h4 {
	font-size:2.2em; 
}

#content h5 {
	font-size: 2.0em;
}

#content h6 { 
	font-size:1.8em;
}


#content #text {
	padding: 10px;
}

#content p,
#content ul,
#content ol{
   margin-bottom: 1em;
   font-size: 1.5em;
   line-height: 1.3em;

}

#content ul,
#content ol{
   margin-left: 3em;
}

#content ul li{
   margin: 0;
   list-style: square;
   background:none;
   padding-left: 0;
}

#content ul ul{
	margin-left: 1em;
	font-size: 1em;
	margin-bottom: 0;
}

#content li li{

}

#content img{
   float: left;
   margin: 0 10px 5px 0;
   border: 1px solid #CCCCCC;
}

#content .more{
	clear: both;
}

/* =Home Features
---------------------------------------------------------------------
*/

#content #f-element-c {
	width: 670px;
	float: left;
	margin-bottom: 15px;
}

#content #f-element-c .f-element {
	width: 215px;
	float: left;
	display: inline;
}

#content #f-element-c .f-element h4 {
	height: 72px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#content #f-element-c .f-element h4 a {
	text-decoration: none;
	border: 0;
}

#content #f-element-c .f-element h4.f1 {
	background: url(/_img/f_element_1.jpg) no-repeat;
}

#content #f-element-c .f-element h4.f2 {
	background: url(/_img/f_element_2.jpg) no-repeat;
}

#content #f-element-c .f-element h4.f3 {
	background: url(/_img/f_element_3.jpg) no-repeat;
}

#content #f-element-c .f-element p {
	font-size: 14px;
	padding: 0 10px 0 5px;
}

#content #f-element-c .f-element p a.learnmore {
	display: block;
	width: 88px;
	height: 23px;
	background: url(/_img/btn_learnmore.jpg) no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
}

/* =Pricing
---------------------------------------------------------------------
*/
#content table.pricing { 
	width: 97%;
	margin: 15px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
}

#content table.pricing td { 
	color:#333333;  
	padding: 6px;
	border: 1px solid #CCCCCC;
	border-left: 0;
	border-top: 0;
	font-size: 1.2em;
	text-align: center;								
}

#content table.pricing td.col2 {background: #E8E8E8;}
#content table.pricing td.col3 {background: #E2E2E2;}
#content table.pricing td.col4 {background: #D8D8D8;}
#content table.pricing td.col5 {background: #D2D2D2;}

#content table.pricing td.section {  
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	background: #666666;
	color: #FFFFFF;								
}

#content table.pricing td h5 {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	font-size: 1.4em;
	color: #000000;								
}

#content table.pricing td h6 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.6em;
	color: #006699;
	font-weight: normal;							
}

#content table.pricing td span.small{ 
	font-size: .95em;							
}

#content table.pricing td.left { 
	text-align: left;							
}

#content table.pricing td img { 
	float: none;
	border: 0;
	margin: 0;
	padding: 0;								
}

#content table.pricing td a { 
	text-decoration: none; 
}

/* =Our Work
---------------------------------------------------------------------
*/

#content ul.work {
	list-style: none;
	width: 940px;
	display: block;
	overflow: hidden;
	margin: 0 0 25px 0;
}

#content ul.work li {
	list-style: none;
	float: left;
	display: inline;
	width: 225px;
	height: 255px;
	margin:	0 6px 25px 0;
	padding: 2px;
	background: #E9E9E9;
	border-bottom: 2px solid #DDDDDD;
	font-size: 12px;
}

#content ul.work li img {
	float: none;
	padding: 0;
	margin: 0 0 5px 0;
	border: 0;
	border-bottom: 2px solid #CCCCCC;
}

#content ul.work .worktitle {
	padding-left: 7px;
	font-weight: bold;
}

#content ul.work li a {
	background: url(/_img/arrow_link.gif) no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
	margin-left: 7px;
	display: block;
}


/* =Sidebar
---------------------------------------------------------------------

*/

#sidebar { 
	float:right; 
	width:260px;
	padding-top: 50px;
}

#sidebar h3 {
	color: #FFFFFF;
	font-size: 1.6em;
	line-height: 2.2em;
	text-indent: 10px;
	background: #666666;
}

#sidebar h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar #subnav, #sidebar #art-featured {
	width: 260px;
	list-style: none;
}

#sidebar #subnav li, #sidebar #art-featured li {
	list-style: none;
}

#sidebar #subnav li a, #sidebar #art-featured li a {
	display: block;
	padding: 10px 5px 10px 10px;
	font-size: 1.3em;
	line-height: 1.4em;
	text-decoration: none;
	background: #E6E6E6;
	border-bottom: 1px solid #D8D8D8;
}

#sidebar #subnav li a:hover, #sidebar #art-featured li a:hover {
	background: #F4F4F4;
}

#sidebar #subnav li.current a, #sidebar #subnav li.current a:hover, #sidebar #art-featured li.current a, #sidebar #art-featured li.current a:hover {
	color: #333333;
	background: url(/_img/bg_sidebar_li_star.gif) no-repeat left center;
	padding-left: 25px;
}

#sidebar #more-links {
	list-style: none;
	padding-top: 10px;
}

#sidebar #more-links li {
	list-style: none;
	background-position: right center;
	text-align: right;
	font-size: 1.3em;
	padding: 5px 21px 5px 10px;
}

#sidebar #more-links li#ml-rss { background: url(/_img/icon_sidebar_rss.gif) no-repeat right center }
#sidebar #more-links li#ml-form { background:url(/_img/icon_sidebar_form.gif) no-repeat right center }
#sidebar #more-links li#ml-email { background:url(/_img/icon_sidebar_email.gif) no-repeat right center }
#sidebar #more-links li#ml-call { background:url(/_img/icon_sidebar_call.gif) no-repeat right center }

#sidebar #more-links li a {
	text-decoration: none;
}

/* =Footer
---------------------------------------------------------------------
*/
#footer { 
	clear:both;
	padding: 10px 0;
	margin-bottom: 20px;
	border-top: 5px solid #E6E6E6;
}

#footer p { 
	font-size:1.2em; 
	text-align: right;
	line-height: 1.6em;
	color: #999999;
}

#footer a {
	margin: 0 6px;
}

/*  Articles
---------------------------------------------------------------------
*/
#article-box {
	padding: 10px;
}

.article {
	padding: 10px 0;
	border-top:1px solid #efefef; 
}

/* =Blog
---------------------------------------------------------------------
*/	

.blogbox{
   margin-bottom: 10px;
   padding: 15px;
   background: #F7F7F7;
   border-bottom: 1px solid #CCCCCC;
}

.blogbox:hover{
	background: #FFFFFF;
}


/* sidebar blog filter */
#sidebar #blog_list_archive,
#sidebar #blog_list_author,
#sidebar #blog_list_category{
   margin: 0 0 .5em 2em;
}

#sidebar #blog_list_archive li,
#sidebar #blog_list_author li,
#sidebar #blog_list_category li{
   margin: 0 0 .25em 1em;
   font-size: 1.2em;
   line-height: 1.5;
}

#sidebar #blog_list_archive,
#sidebar #blog_list_author li a,
#sidebar #blog_list_category li a{

}

#sidebar #blog_list_archive,
#sidebar #blog_list_author li a:hover,
#sidebar #blog_list_category li a:hover{

}

/* =Form Settings
---------------------------------------------------------------------
*/

#content form {
	margin-left: 25px;
	padding: 10px;
}

#content form legend{
	display: none;
}

#content form div {
	margin-bottom: .25em;
}

#content form p {
	font-size: 1.2em;
	padding: 0;
	margin-bottom: .5em;
}

#content form label {
	font-size: 1.2em;
}

/* --fixes-- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix 	{ display: block;}
/* End hide from IE-mac */

.mcms_stats {
	display: none;
}

/* @end */