/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NORMALIZERS
*/

* {
	margin: 0;
	padding: 0;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	border: none;
	color: #515151;
}

a:focus {
  outline: none; /* Removes dotted outline caused by FireFox */
}

/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article, section {  
    display: block;  
}



/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HEAD TAGS
*/

html {
	background: url('/images/background.png') repeat;
	
}

body {
	
}

h2 {
	margin: 20px 20px 0;
	font-size: 27px;
}

h3 {
	padding: 10px 20px 15px;
	font-size: 25px;
	font-weight: normal;
}


h4 {
	font-size: 21px;
	font-weight: normal;
	padding-top: 3px;
}

h5 {
	font-size: 21px;
	font-weight: normal;
	display: block;
}

h5 a, h6 a {
	text-decoration: none;
	color: #33678d;
}

.portfolio h5 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
}

h6 {
	font-size: 18px;
	margin: 20px 0 10px;
}


p {
	line-height: 1.9em;
	font-size: 14px;
	font-weight: normal;
}

a {
	
}

a:hover {
	color: #33678d;
}



/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CONTAINERS
*/

#mastHead {
	background: url('/images/masthead_bg.png') repeat-x;
	height: 202px;
	width: 100%;
}

#adminControl {
	background: url('/images/admin_background.png') repeat-x;
	height: 55px;
	width: 100%;
	
}

.container {
	width: 960px;
	margin: 0 auto;
}

#main-content {
	width: 960px;
	margin: -40px 0 0;	
	-moz-box-shadow: 0px 0px 30px #565656;
	-webkit-box-shadow: 0px 0px 30px #565656;
	box-shadow: 0px 0px 30px #565656;
	float: left;

}

#main-top {
	background: url('/images/main_top.png') no-repeat;
	width: 960px;
	height: 24px;
	float: left;
}

#main-center {
	background: url('/images/main_center.png') repeat-y;
	width: 960px;
	float: left;
}

#main-bottom {
	background: url('/images/main_bottom.png') no-repeat;
	width: 960px;
	height: 24px;
	float: left;
}

.generic_container {
	margin: 0 15px;
}



/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Branding
*/

.branding {
	position: relative;
}

h1 a {
	background: url('/images/logo.png') no-repeat;
	display: block;
	height: 59px;
	width: 280px;
	position: absolute;
	top: 45px;
	left: 30px;
	text-indent: -9999px;
}

.branding ul {
	list-style: none;
	position: absolute;
	right: 0;
	top: 60px;
}

.branding ul li {
	float: left;
	display: inline;
	margin: 0 10px;
}

.branding ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	background: #383838;
	text-align: center;
	display: block;
	padding: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	font-weight: bold;
}




/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Gallery
*/

#loopedSlider {
	margin-left: 18px;	
}

.galleryContainer {
	width:922px;
	height:332px;
	overflow:hidden;
	position:relative;
}

.slides {
	position:absolute;
	top:0;
	left:0;
	list-style: none;
	width: 922px;
	height: 332px;
}

.slides li {
	height: 332px;
}

#loopedSlider #controls {
	list-style: none;	
}

#loopedSlider #controls li {
	float: left;
	margin: 10px 5px;
}

#loopedSlider #controls li a{
	display: block;
	background: url(/images/gallery/gallery_nonactive.gif);
	height: 14px;
	width: 13px;
	overflow: hidden;
	text-indent: -9999px;
}

#loopedSlider #controls li.current a{
	display: block;
	background: url(/images/gallery/gallery_active.gif);
	height: 14px;
	width: 13px;
	overflow: hidden;
}




/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Index What can we do
*/

.enlist {
	background: url('/images/button.png') no-repeat;
	display: block;
	height: 35px;
	width: 165px;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	float: right;
	margin-right: 20px;
}

.enlist:hover {
	color: #33678d;
}

#index_do {
	margin: 40px 17px 0;	
	list-style: none;
}

#index_do li{
	padding: 0 0 40px;
}

#index_do .title {
	float: left;
	display: inline;
	width: 200px;
}

#index_do .content {
	float: right;
	display: inline;
	width: 700px;
}



/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Footer
*/


footer {
	color: #515151;
	margin: 10px 0;
	line-height: 1.2em;
	position: relative;
	padding-bottom: 20px;
}

footer p{
	line-height: 1.2em;
}

footer span{
	display: block
}

footer .contact{
	position: absolute;
	left: 0;
	font-size: 12px;
}

footer .copyright{
	position: absolute;
	right: 0;
	text-align: right;
	padding-right: 35px;
	background: url(/images/footer_logo.gif) no-repeat right;
}

footer .phone, footer .companyName {
	font-size: 14px;
}

footer .email, footer .companyRights {
	font-size: 12px;
}

footer .social {
	text-align: center;
	margin: 10px;
	padding-top: 5px;
}




/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Contact
*/

#contact_left {
	float: left;
	width: 600px;
}

#contact_right{
	float: right;
	width: 310px;
	height: 200px;
	margin-right: 20px;
}

.contact_info {
	list-style: none;
}

.contact_info li{
	color: #515151;
	margin: 20px 10px;
	padding-left: 25px;
	height: 21px;
}

.contact_info li.phone{
	background: url('/images/phone_icon.png') no-repeat;
}

.contact_info li.email{
	background: url('/images/mail_icon.png') no-repeat;
}



/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Blog
*/

.blog_post {
	margin: 30px 20px 30px;
}

.comment_post {
	margin: 0px 20px;
	border-bottom:1px dashed #B1AFA1;
	background: #eae6d5;
	padding: 0;
}

.blog_title, .comment_title {
	float: left;
	width: 300px;
	display: inline;
}

.comment_title, .comment_contents {
	padding: 10px;
}

.blog_title p, .comment_title p {
	font-size: 11px;
	margin: 0;
}

.blog_title p {
	margin-bottom: 10px;
}

.blog_contents, .comment_contents {
	float: right;
	width: 600px;
	display: inline;
}

.blog_contents .ui-autocomplete-input {
	padding: 5px;
	font-size: 14px;
	font-style: normal;
}

.comment_contents {
	width: 580px;
	background: #F3F0E2;
	min-height: 50px;
}

.blog_contents p, .comment_contents p {
	line-height: 1.5em;
	margin-bottom: 15px;
}

.comment_contents p {
	margin-top: 5px;
}

.blog_contents img {
	padding: 10px;
	border: 1px dashed #b1afa1;
	margin: 20px 0;
	background: #f3f0e2;
	max-width: 580px;
	height: auto;
}

.hr {
	width: 100%;
	background: url('/images/rule.png') no-repeat center bottom;
	height: 30px;
	padding-top: 20px;
	display: block;
}

.blog_contents .code_block {
	padding: 10px;
	border: 1px dashed #b1afa1;
	margin: 20px 0;
	background: #f3f0e2 url('/images/codeblock.png') top right no-repeat;
}

.blog_contents .code_block p{
	line-height: normal;
	margin: 0;
	font-family: Courier New, monospace !important;
	font-size: 13px;
}

.blog_contents blockquote {
	background: url('/images/quotes.png') no-repeat 5px 10px;
	padding: 20px 0 10px 70px;
	min-height: 20px;
	border-top: 1px dashed #b1afa1;
	border-bottom: 1px dashed #b1afa1;
	margin: 30px 0;
}

.noComment {
	margin-left: 20px;
}

.confirm_comment {
	margin: 0 20px;
	color: green;
}

#comment_form{
	width: 75%;
	margin-left: 5px;
}


.viewAllPosts {
	margin: 0 3px 0 20px;
	display: block;
	height: 31px;
	width: 140px;
	text-decoration: none;
	background: url('/images/blue_button.png') no-repeat;
	line-height: 31px;
	color: #cadbe7;
	text-align: center;
	font-size: 14px;
}

.viewAllPosts:hover {
	color: #fff;
}

.viewPosts {
	margin: 10px 40px;
	list-style-position: inside;
}

.viewPosts li{
	font-size: 14px;
	margin-bottom: 10px;
}

.viewPosts a{
	font-size: 17px;
}


/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Resources
*/

.resource_content {
	float: left;
	display: inline;
	margin-left: 20px;
}

.resource_content ul {
	list-style: none;
	width: 291px;
}

.resource_content ul li a{
	padding: 5px;
	display: block;
	font-size: 14px;
}

.resource_content ul li a:hover{
	background: #f3f0e2;
}

.resource_content .hr {
	width: 291px;
	background: url('/images/resources_rule.png') no-repeat center bottom;
	height: 30px;
	padding-top: 20px;
	display: block;
}



/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Portfolio
*/

.portfolio {
	margin: 20px;
}

.portfolio ul {
	list-style: none;
}

.portfolio ul li {
	float: left;
	display: inline;
}

.portfolio ul li a{
	text-decoration: none;
	border: 1px solid #B1AFA1;
}

.boxgrid{  
    width: 284px;  
    height: 150px;  
    margin:10px;  
    float:left; 
	display: inline; 
    background:#161613;  
    overflow: hidden;  
    position: relative;  
}  
.boxgrid img {  
    position: absolute;  
    top: 0;  
    left: 0;  
    border: 0;  
}

.boxcaption {  
	display: block;
    float: left;  
    position: absolute;  
    background: #000;  
    height: 150px;
	padding: 3px 10px 0;
    width: 93%; 
 	top: 100px;
    opacity: .8;  
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
    /* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  
 }

a .boxcaption strong {
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #33678d;
	margin-bottom: 3px;
	height: 16px;
}

 
.caption .boxcaption {  
    top: 150px;  
    left: 0;  
}

.portfolio a {
	font-size: 12px;
	color: #33678d;
}

.portfolio a:hover {
	color: #2f76aa;
}

.portfolio_container {
	margin: 30px 20px 30px;
}

.portfolio_details {
	float: left;
	width: 300px;
	display: inline;
}

.portfolio_details .details{
	margin-top: 20px;
}

.portfolio_details .hr {
	width: 100%;
	background: url('/images/rule_300.png') no-repeat center bottom;
	height: 30px;
	display: block;
}

.portfolio_details .details strong{
	color: #2f76aa;
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.portfolio_details .details p{
	margin-bottom: 15px;
}

.portfolio_details .details p.desc{
	line-height: 1.4em;
	margin-top: 5px;
}

.portfolio_contents {
	float: right;
	width: 600px;
	display: inline;
}

.portfolio_contents img{
	border: 1px solid #B1AFA1;
	margin-bottom: 20px;
}



/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Services
*/

.services {
	list-style: none;
	margin: 10px;
}

.services h4{
	padding: 25px 0 0 75px;
	height: 40px;
	display: block;
}

.services h4.branding{
	background: url('/images/branding_icon.png') no-repeat;	
}

.services h4.print{
	background: url('/images/print_icon.gif') no-repeat;	
}

.services h4.web{
	background: url('/images/web_icon.gif') no-repeat;	
}

.services h4.other{
	background: url('/images/other_icon.png') no-repeat;	
}

.services li {
	width: 450px;
	margin: 10px;
	float: left;
	display: inline;
}


.services li p {
	line-height: 1.5;
	margin: 0 0 10px;
}

.services .services_list {
	margin: 10px 0;
}

.services .services_list ul {
	width: 50%;
	display: inline;
	float: left;
	list-style: square inside;
	position: relative;
}

.services li ul li {
	margin: 4px 0;
	font-size: 13px;
	width: 210px;
	background: url('/images/list_item.png') no-repeat 0 2px;
	padding-left: 15px;
}




/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FAQs
*/


.faqs {
	float: left;
	display: inline;
	margin: 20px 20px 0;
}

.faqs h5 {
	color: #33678d;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}

.faqs p {
	margin-bottom: 20px;
	line-height: 1.4em;
}




/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Admin
*/

#admin_form{
	width: 85%;
	margin-left: 5px;
}

#error {
	margin-left: 20px;
	margin-bottom: 20px;
}

#error p strong{
	color: red;
}

#error ul {
	margin-left: 20px;
	font-size: 13px;
}

.delete_verify {
	font-size: 18px;
	color: red;
}

#admin_login {
	float: left;
	margin: 30px 0 0 10px;
	width: 400px;
}

#adminControl #adminPages {
	margin: 15px 10px 0 30px;
	float: left;
	display: inline;
}

#adminControl #adminPages a {
	background: #33678d;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 13px;
	color: #9ab6c9;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	margin-right: 10px;
}

#adminControl #adminPages a:hover {
	background: #2f76aa;
	color: #fff;
}

#adminControl #adminUser {
	list-style: none;
	margin: 15px 30px 0 0;
	float: right;
	display: right;
}

#adminControl #adminUser li {
	color: #9ab6c9;
	font-size: 13px;
	float: left;
	margin-left: 20px;
}

#adminControl #adminUser li.userID {
	padding-top: 5px;
}


#adminControl #adminUser a.logout {
	float: right;
	display: inline;
	background: #33678d;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 13px;
	color: #9ab6c9;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

#adminControl #adminUser a.logout:hover {
	background: #2f76aa;
	color: #fff;
}

.adminTable .edit { width: 18%; }
.adminTable .comments { width: 10%; }
.adminTable .numberItem { width: 3%; }
.adminTable .date { width: 20%; }

.adminTable {
	margin: 20px;
	width: 95%;
}

.adminTable th{
	font-weight: normal;
	background: #33678d;
	color: #9ab6c9;
	text-align: left;
}

.adminTable td, .adminTable th{
	padding: 5px;
	font-size: 13px;
}

.adminTable a {
	text-decoration: none;
	margin: 0 5px;
	color: #515151;
	padding: 5px;
}

.adminTable a:hover {
	color: #33678d;
}

.adminButton {
	color: #515151;
	background: url('/images/button.png') no-repeat;
	display: block;
	height: 35px;
	width: 165px;
	font-size: 15px;
	line-height: 35px;
	text-align: center;
	margin-left: 15px;
	text-decoration: none;
}



/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Generics
*/

.clear {
	clear: both;
	display: block;
}


/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FORMS
*/

.wufoo .submit {
	color: #515151;
	background: url('/images/button.png') no-repeat;
	display: block;
	height: 35px;
	width: 165px;
	font-size: 15px;
}

.errors {
	color: red;
}