/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#4c4c4c;
}

html { /* Force vertical scrollbar in firefox, etc to avoid page shift */
	font-size: 100%; 
	min-height: 100%; 
	margin-bottom: 1px;
	overflow-y:scroll;
}

form {
	margin:0;
	padding:0;
}

/* Font styling */

a img {
	border:none;
}
a {
	color:#d61946;
	text-decoration:none;
}
a:hover {
	color:#d61946;
	text-decoration:underline;
}
p {
	margin:0 0 20px 0;
	padding:0;
	font-size:13px;
	color:#4c4c4c;
	line-height:18px;
}
p.error {
	color:red;
	font-weight:bold;
}
p.success {
	color:green;
	font-weight:bold;
}
ul {
	color:#333;
	font-size:12px;
}
h1 small {
	font-size:11px;
	font-weight:normal;
	letter-spacing:normal;
}
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0 0 15px 0;
	color:#4c4c4c;
	font-weight:bold;
	letter-spacing:-1px;
}
h1 { font-size:24px; margin:0 0 15px 0; }
h2 { font-size:20px; margin:0 0 10px 0; }
h3 { font-size:17px; margin:0 0 10px 0; }
h4 { font-size:15px; margin:0 0 10px 0; }
h5 { font-size:14px; margin:0 0 7px 0; }
h6 { font-size:13px; margin:0 0 7px 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#4c4c4c;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#4c4c4c;
	text-decoration:underline;
}

.clearboth {
	clear:both;
}
/* Main page wrappers */

#wrapper {
	width:875px;
	margin:0 auto;
	text-align:left;
}
#footer {
	border-top:1px solid #666;
	margin-top:10px;
	padding-top:5px;
	clear:both;
}
#tickbox {
	clear:both;
}
#top {
	height:110px;
	background:url(../images/layout/dots.gif) bottom repeat-x;
}
#top #left {
	float:left;
	width:565px;
	height:100px;
}

#inner_left {
	float:left;
	width:182px;
	padding-bottom:20px;
}
#inner_center {
	margin:0 0 0 20px;
	display:inline;
	float:left;
	width:465px;
	overflow:hidden;
}
#inner_right {
	float:right;
	width:182px;
	overflow:hidden;
}

#top #right {
	float:right;
	width:300px;
	height:100px;
	text-align:right;
	overflow:hidden;
}

#homeclick {
	height:255px;
	background-color:#4d4a4b;
	margin-top:10px;
	overflow:hidden;
}

/* Top container (nav, banner, etc) */
#top #left img {
	margin:19px 0 0 0;
}

#mainnav, #mainnav li {
	margin:0;
	padding:0;
	list-style:none;
}
#mainnav {
	margin-top:13px;
}
#mainnav li {
	float:left;
	margin:0 32px 0 0;
	display:inline;
}
#mainnav li a {
	text-decoration:none;
	color:#333;
	font-size:14px;
}
#mainnav li a:hover {
	color:#999;
}
#mainnav #nomargin {
	margin-right:0;
}
#mainnav li.current a {
	color:#cc0000;
}
#top #right p, #top #right h3 {
	color:#666;
}

#top #right p {
	font-size:14px;
	margin:20px 0 20px 0;
}
#top #right h3 {
	font-size:17px;
	font-weight:normal;
	letter-spacing:normal;
}

#top #right p a {
	color: #666;
}

/* Content area */

#content {
	padding-top:10px;
	overflow:hidden;
}
#content #left {
	float:left;
	width:437px;
	padding:15px;
}
#content #right {
	width:300px;
	float:right;
	padding-top:15px;
}

/* Home page click throughs */

#homeclick p {
	color:#FFF;
	font-size:18px;
}
.click {
	float:left;
	border-right:2px solid #FFF;
	width:181px;
	height:255px;
	overflow:hidden;
}
.clicktext {
	float:right;
	height:215px;
	width:310px;
	padding:20px 0;
}
.clicktext ul, .clicktext li {
	margin:0;
	padding:0;
	list-style:none;
}
.clicktext li {
	margin-bottom:5px;
}
.clicktext li a {
	color:#FFF;
	text-decoration:none;
	font-size:18px;
}
.click a {
	display:block;
	width:171px;
	height:26px;
	background-position: top left;
	background-color:#E91D52;
	background-repeat:no-repeat;
	font-size:19px;
	color:#FFF;
	text-decoration:none;
	padding:229px 0 0 10px;
}
.click a:hover {
	color:#FFF;
}

/* Page footer */
#footer p {
	margin:0;
	padding:0;
	font-size:10px;
	color:#666;
}
p.footleft {
	float:left;
}
p.footright {
	float:right;
}
#tickbox a {
	color:#CCC;
	text-decoration:none;
}
#tickbox a:hover {
	color:#666;
}

/* Home page clients container */
#content #right h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:16px;
	font-weight:normal;
	letter-spacing:normal;
}
#content #right h1 a {
	text-decoration:none;
}
#content #right p a {
	float:left;
	display:block;
	width:259px;
	height:36px;
	background:url(../images/layout/clients.gif) no-repeat top left;
	padding:170px 0 0 5px;
	text-decoration:none;
	color:#666;
	font-size:14px;
	overflow:hidden;
	
}

/* Contact form styles */

#contact_form {
	padding: 15px 10px 15px 10px;
	width: 95%;
	font-size:13px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#contact_form .box {

	padding:3px;
	font-size:11px;
	width:55%;
	overflow:auto;
	border:1px solid #CCC;
}
#contact_form p {
	font-size:13px;
}
.fieldset {
	border: solid #CCC 1px;
	padding: 10px;
}
legend span {
	display: block;
	font-weight: bold;
	color: #666;
	font-size: 11px;
	padding-bottom: 10px;
}

label {
	display: block;
}
label span {
	width: 8em;
	margin-left: 20px;
	float: left;
}
label input, label textarea {
	width: 120px;
	font-family: inherit;
}
#submit {
	font-family: inherit;
}

/* Sub navigation */

#inner_left ul, #inner_left li {
	margin:0;
	padding:0;
	list-style:none;
}

#inner_left li {
}

#inner_left li a {
	text-decoration:none;
	color:#666;
	background: url(../images/layout/navdots.gif) repeat-x bottom;
	padding: 10px 0 10px 10px;
	width:172px;
	display:block;
	font-size:14px;
}
#inner_left li a:hover {
	color:#000;
}
#inner_left li.active a {
	background-image:none;
	background-color:#d61946;
	color:#FFF;
}

#inner_left li.active a:hover {
	color:#FFF;
}

#prop {
	float:right;
	height:300px;
	width:0;
}

/* Right column click throughs */

#inner_right div {
	margin:0 0 25px 0;
}
#inner_right div h2 {
	color:#FFF;
	font-size:16px;
	background-color: #4c4c4c;
	padding:0px 10px;
	letter-spacing:normal;
	border-bottom:2px solid #FFF;
	overflow:hidden;
	height:25px;
	padding-top:5px;
	margin-bottom:0;
}
#inner_right div p {
	margin-bottom:7px;
}
#inner_right div h2 a {
	color:#FFF;
	display:block;
	width: 162px;
	padding:0 0 0 0;
	background: #4c4c4c url(../images/layout/sidearrow.gif) no-repeat right center;
}
#inner_right div h2 a:hover {
	color:#FFF;
	text-decoration:none;
	
}

div#downloads {
	background:url(../images/layout/dots.gif) top repeat-x;
	padding:10px 0 25px 0;
}
div#downloads ul {
	margin:0 0 0 20px;
	padding:0;
}
div#downloads li {
	margin-bottom:3px;
}

/* Blog styling */

.post {
	background:url(../images/layout/dots.gif) bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:15px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
p.wp-caption-text {
	font-size:10px;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin-left:10px;
	display:inline;
	}

.alignleft {
	float: left;
	margin-right:10px;
	display:inline;
	}
/* End Images */

.metabox {
	border:1px solid #CCC;
	padding:10px;
	font-size:11px;
}
#inner_left_blog {
	float:left;
	width:182px;
	padding-bottom:20px;
}
#inner_center_blog {
	margin:0 0 0 30px;
	display:inline;
	float:left;
	width:450px;
	overflow:hidden;
}
#inner_right_blog {
	float:right;
	width:182px;
	overflow:hidden;
}
#inner_left_blog ul {
	margin:0;
	padding:0;
}
#inner_right_blog ul, #inner_right_blog li {
	margin:0;
	padding:0;
} 
#inner_right_blog li, #inner_left_blog li {
	list-style:none;
}
#inner_left_blog li h3 {
	margin-bottom:0;
}
#inner_left_blog li li {
	padding: 10px 0 10px 10px;
	background: url(../images/layout/navdots.gif) repeat-x bottom;
	color:#666;
}
#inner_left_blog li a {
	text-decoration:none;
	color:#666;
	width:172px;
	font-size:14px;
}
.comments_box {
	border:1px dotted #CCC;
	padding:10px;
	margin-bottom:20px;
}

.comments_box textarea {
	border:1px solid #CCC;
	padding:3px;
	width:420px;
}

#s {
	border:1px solid #CCC;
	padding:3px;
	width:110px;
}
#searchsubmit {
	border:1px solid #666;
	width:30px;
	padding:3px 0;
}
#wp-calendar {
	width:162px;
}


#video_left {
	float:left;
	width:440px;

}
#video_right {
	float:right;
	width:374px;
}
.category_container {
	float:left;
	width:380px;
	background: url(../images/layout/navdots.gif) repeat-x bottom;
	margin-bottom:15px;
}
.vid_thumb {
	float:left;
	width:182px;
	margin:0 10px 0 0;
	display:inline;
	overflow:hidden;
}
.vid_thumb div {
	float:left;
	width:182px;
	overflow:hidden;
	height:105px;
}

.port_cat {
	float:left;
	margin: 0 10px 10px 0;
	display:inline;
	width:223px;
}
.port_cat div {
	border-bottom:1px solid #FFF;
	width:223px;
	height:124px;
	float:left;
	overflow:hidden;
}
.port_cat p {
	width:219px;
	height:20px;
	background-color:#d91a46;
	padding:3px 0 3px 4px;
	margin:0;
	float:left;
	overflow:hidden;
}
.port_cat p a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.port_cat p a:hover {
	color:#FFF;
}

.widgettitle{
	margin-top:10px;
}

#calendar_wrap{
	padding-top:15px;
}

#calendar-2 .widgettitle{
	display:none;
}

#searchsubmit{
	width:60px;
}

.homecontent{
	background: transparent url(../images/layout/dots.gif) repeat-x scroll center top;
	margin-top:15px;
}

#hometwit{
	width:254px;
	float:right;
	margin-top:15px;
}

#hometwittop{
	width:214px;
	float:left;
	background:url(/images/twittop.jpg) top left no-repeat;
	padding:30px 15px 0px 25px;
}

ul#twit-twit, ul#twit-twit ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#twit-twit li {
	color:#4C4C4C;
	font-size:13px;
	line-height:18px;	
}

#hometwittop p{
	margin:0;
	padding:0;
	float:left;
}

#hometwitbottom{
	width:254px;
	height:97px;
	float:left;
	background:url(/images/twitbottom.jpg) top left;
}

#hometwitbottom a{
	margin:43px 0px 0px 25px;
	float:left;
	color:#3aa4ee;
	font-size:11px;
	
}

#homeclients{
	width:876px;
	float:left;
	padding-bottom:10px;
}

#homeclients h2{
	padding-left:10px;
	font-size:18px;
}