/*
Theme Name: Managed Comms VPN
Theme URI: http://www.attitudedesign.co.uk
Description: Bespoke Theme for Managed Comms VPN.
Version: 1
Author: Attitude Design Ltd
Author URI: http://www.attitudedesign.co.uk

*/




/*---------------------------------------------------------------------------------
GLOBAL RESET
---------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

#li-4-7items input{clear:left;display:block;float:left;}
#li-4-7items label{float:left;display:block;}
#li-4-7items label.cf-group-after span{width:100%;}

#li-4-8items input{clear:left;display:block;float:left;}
#li-4-8items label{float:left;display:block;}
#li-4-8items label.cf-group-after span{width:100%;}

#li-3-6items input{clear:left;display:block;float:left;}
#li-3-6items label{float:left;display:block;}
#li-3-6items label.cf-group-after span{width:100%;}

#li-3-7items input{clear:left;display:block;float:left;}
#li-3-7items label{float:left;display:block;}
#li-3-7items label.cf-group-after span{width:100%;}

#li-6-7items input{clear:left;display:block;float:left;}
#li-6-7items label{float:left;display:block;}
#li-6-7items label.cf-group-after span{width:100%;}

#smlp{width:200px;}


table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
/*	text-transform: uppercase;*/

}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/

p {
	color: #3f3f3f;
	margin: 0 0 0.2em 0;
	line-height: 1.4em;
}


/* base.css*/
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:128.5%; 
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0 0.2em 0;

}
h1,h2,h3,h4,h5,h6, {
	/*bringing boldness back to headers and the strong element*/
	font-weight: normal; 
	color: #2A323D;
}

strong {
	font-weight: bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight: bold;
	text-align: left;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

a:link		{ color: #e6333f; text-decoration: none;}
a:visited	{ color: #e6333f; text-decoration: none;}
a:hover		{ color: #888888; text-decoration: none;}
a:active	{ color: #e6333f; text-decoration: none;}

/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	width: 100%;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande, Geneva, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #3f3f3f;


}


/*---------------------------------------------------------------------------------
IE Hack - Only need to use in extreame cicumstances!

  voice-family: "\"}\"";
  voice-family: inherit;


html>name {
	
	}
---------------------------------------------------------------------------------*/








/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
	clear: both;
}

.page_width {
	width: 910px;
	padding: 0 30px 0 30px;
	margin: 0 auto 0 auto;
	display: block;
}

/*---------------------------------------------------------------------------------
Layout Styles
---------------------------------------------------------------------------------*/

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

#header_container {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/header_bg.gif') bottom center repeat-x #FFF;
}

#header_container .left {
	width: 440px;
	float: left;
	padding: 20px 0 20px 0;
}

#header_container .right {
	width: 178px;
	float: right;
	text-align: left;
	padding: 10px 0 10px 0;
	margin: 0;
}

#header_container .rightbut {
	width: 228px;
	float: right;
	text-align: left;
	padding: 8px 0 8px 0;
	margin: 0;
	height: 100px;
}

#header_container  .rightbut table {
	border: none;
	padding: 0;
	margin: 0;
}

#header_container  .rightbut td {
	border: none;
}

#header_container .right p{
	color: #E4363F;
	padding: 15px 0 0 0;
	margin: 0;
}

#header_container .right .tel{
	color: #E4363F;
	padding: 0;
	margin: 0;
	font-size: 22px;
}

.topbar_container {
	margin: 0;
}

.topbar {
	margin: 0 15px 0 0;
	text-align: right;
	padding: 8px 0 15px 0;
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/topbar-left.gif') bottom left no-repeat;
	display: inline;
	float: right;
}

.topbar p{
	text-align: right;
	padding: 8px 0 15px 15px;
	display: inline;
	margin: 0;
	color: #8C8C8C;
	font-size: 90%; 
}

.search {
	font-size: 90%;
	margin: 0 0 0 3px;
	color: #8C8C8C;
}

.search_but {
	font-size: 90%;
}

/*---------------------------------------------------------------------------------
Navigation-----*/

#nav_container {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/nav_bg.gif') top center repeat-x #525254;
	padding: 0;
	margin: 0;
}

#nav_content {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/nav_divider.gif') top left repeat-y;
	margin: 0;
	padding: 0 0 0 2px;
	float: left;
}

#nav_content .right p{
	padding: 6px 0 0 0;
	margin: 0;
	text-align: right;
}

#nav_container ul{
	margin: 0;
	padding: 0;
	display: block;
}

#nav_container li{
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/nav_divider.gif') top right repeat-y;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	font-weight: normal;
	display: block;
	text-transform: uppercase;

}

#nav_container a{
	padding: 6px 12px 6px 10px;
	float: left;
	color: #333333;
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/nav_up.gif') top right repeat-x #000000;
}

#nav_container a:hover{
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/nav_over.gif') bottom right repeat-x #838383;
	color: #000000;
}

#nav_container .current_page_item a{
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/nav_selected.gif') bottom right repeat-x #e7333f;
	color: #FFF;
	float: left;
}

#nav_container .current_page_parent a{
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/nav_selected.gif') bottom right repeat-x #e7333f;
	color: #FFF;
	float: left;
}

#nav_container  .current_page_ancestor a{
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/nav_selected.gif') bottom right repeat-x #e7333f;
	color: #FFF;
	float: left;
}


/*---------------------------------------------------------------------------------
Main Content-----*/

#maintop_container {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/maintop_bg.gif') top center repeat-x #47484a;
	padding: 10px 0 10px 0;
}

#mainbottom_container {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/mainbottom_bg.gif') top center repeat-x #FFF;
	padding: 10px 0 25px 0;
}

/*---------------------------------------------------------------------------------
Footer-----*/

#footer_container {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/mainbottom_bg.gif') top center repeat-x #FFF;
	padding: 20px 0 100px 0;
}

#footer_container .left {
	width: 445px;
	float: left;
}

#footer_container .right {
	width: 445px;
	float: right;
	text-align: right;
}

#footer_container p{
	font-size: 90%;
	color: #444;

}

#footer_container a{
	color: #666;
}

#footer_container a:hover{
	color: #ED1C24;
}


/*---------------------------------------------------------------------------------
Home -----*/

.home_window_container {
	width: 908px;
	background: none;
	padding: 1px;
	margin: 0 0 10px 0;
}

.home_window {
	width: 878px;
	background: #FFF;
}

.home_window_left {
	width: 648px;
	float: left;
}

.home_window_right {
	width: 220px;
	float: left;
}

.check_box_top {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/check_top.gif') top left no-repeat transparent;
	float: left;
	width: 204px;
	padding: 8px;
}

.check_box_container {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/check_bottom.gif') bottom left no-repeat transparent;
	float: left;
	width: 220px;

}

.check_box_container p{
	color: #FFF;
	font-size: 90%;
}

.check_box_container h3{
	color: #FFF;
	border: none;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 140%;
}

.check {
	border: none;
	padding: 0;
	display: block;
}

.check .left {
	border: none;
	color: #FFF;
	padding: 0;
	font-size: 90%;
	width: 60px;
	float: left;
	display: inline;
}

.check .right {
	border: none;
	float: left;
	padding: 0;
	width: 135px;
	display: inline;
}

.check .right input{
	width: 140px;
	padding: 0;
	margin: 0;
}





.check_box_top_third {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/check_top_third.gif') top left no-repeat transparent;
	float: left;
	width: 279px;
	padding: 8px;
}

.check_box_container_third {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/check_bottom_third.gif') bottom left no-repeat transparent;
	float: left;
	width: 295px;
}

.check_box_container_third p{
	color: #FFF;
	font-size: 90%;
}

.check_box_container_third h3{
	color: #FFF;
	border: none;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 140%;
}

.check_third {
	border: none;
	padding: 0;
	display: block;
}

.check_third .left {
	border: none;
	color: #FFF;
	padding: 0;
	font-size: 90%;
	width: 80px;
	float: left;
	display: inline;
}

.check_third .right {
	border: none;
	float: left;
	padding: 0;
	width: 190px;
	display: inline;
}

.check_third .right input{
	width: 190px;
	padding: 0;
	margin: 0;
}








.redhr {
	height: 1px;
	width: 100%;
	background: #e56c5f;
	margin: 2px 0 2px 0;
	padding: 0;
}

#home_flasharea {
	width: 648px;
	margin: 0 0 8px 0;
}

#home_cta {
	display: block;
	text-transform: uppercase;
}

#home_cta a {
	padding: 8px;
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/home_cta_up.gif') top left repeat-x #e4333f;
	font-size: 120%;
	color: #FFF;
	text-transform: uppercase;
}

#home_cta a:hover {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/home_cta_over.gif') top left repeat-x #e4333f;
}

.thirds_block {
	margin: 0 0 20px 0;
	width: 910px;
	float: left;
	padding: 0;
}

.thirds_block ul{
	margin: 0;
	padding: 0;
}

.third {
	width: 295px;
	margin: 0 12px 0 0;
	float: left;
}

.two_thirds {
	width: 590px;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
}

.two_thirds h1{
	padding: 0;
	margin: 0 0 0.5em 0;
}

.thirds_block li {
	float: left;
	width: 283px;
	padding: 2px 0 12px 12px;
	margin: 0 12px 0 0;
	list-style-type: none;
	text-align: center;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;

}

.third1 {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/third1.gif') center top no-repeat;
	padding-top: 110px;
}

.third1:hover {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/third1_over.gif') center top no-repeat;
}


.third2 {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/third2.gif') center top no-repeat;
	padding-top: 110px;
}

.third2:hover {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/third2_over.gif') center top no-repeat;
}

.third3 {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/third3.gif') center top no-repeat;
	padding-top: 110px;
}

.third3:hover {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/third3_over.gif') center top no-repeat;
}


.thirds_block li .third_head{
	color: #000;
	font-size: 150%;
}

.thirds_block li p{
	color: #000;
	text-align: center;
}

.thirds_block li a{
	color: #999999;
	float: left;
	width: 283px;
}

.thirds_block li a:hover{
	color: #ED1C24;
}

.thirds_block .third_end {
	float: right;
	margin: 0;
}

.home_block {
	margin: 10px 0 0px 0;
	padding: 15px 0 4px 0;
}

.home_block h2 {
	font-size: 96%;
}

.forth {
	float: left;
	width: 218px;
	margin: 0 12px 0 0;
	border-top: 1px solid #C0C0C0;
	padding: 10px 0 0 0;
}

.three_forths{
	float: left;
	width: 676px;
	margin: 0;
	border-top: 1px solid #C0C0C0;
	padding: 10px 0 0 0;
}

.link {
	padding: 0;
	margin: 0;
}

.test_forth {
	float: left;
	width: 216px;
	margin: 0 10px 0 0;
	padding: 10px 0 0 0;
	font-size: 85%;
}

.test_forth_end {
	float: left;
	width: 216px;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 85%;
}



/*---------------------------------------------------------------------------------
Inner Pages -----*/


.inner_left {
	float: left;
	width: 218px;
	margin: 0 12px 0 0;
}

.inner_right {
	float: right;
	width: 670px;
	margin: 0;
}

.inner_right h2{
	font-size: 100%;
	display: block;
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/h2_bg.gif') top left repeat-x #a2a4a7;
	color: #575757;
	padding: 6px 6px 6px 8px;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 4px 0;
	font-variant: caps;
}

 h2.mcs{
	font-size: 123.1%;
	display: block;
	background: none;
	color: #575757;
	padding: 0px;
	color: #3F3F3F;
	font-weight: normal;
	margin: 1em 0 0.2em;
	font-variant: caps;
}


.inner_right h3, h4{
	font-size: 100%;
	color: #575757;
	padding: 0 0 4px 0;
	margin: 30px 0 5px 0;
	border-bottom: #d9dadc solid 1px;
	font-variant: caps;
}


.inner_right ul li {
	padding: 0 0 3px 0;
	color: #3f3f3f;

}

#subnav {
	border-top: solid 1px #e4e5e6;
	padding: 0;
	margin: 0 0 30px 0;
}

#subnav li{
	border-bottom: solid 1px #e4e5e6;
	list-style-type: none;
	padding: 8px 0 8px 0;
	margin: 0;
	font-size: 98%;
	text-transform: uppercase;
}

#subnav li .selected{
	color: #000;
}

#subnav li ul {
	margin: 0;
	padding: 0 0 0 5px;
	border: none;
}

#subnav li ul li{
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 92%; 
	border: none;
}

.clients {
	border-top: solid 1px #e4e5e6;
	border-bottom: solid 1px #e4e5e6;
	padding: 5px;
	margin: 30px 0 0 0;
	display: block;
}


.clients h2{
	font-size: 110%;
	color: #888;
}

#homeclient div{
	margin: 0 0 0 18px;
}




.intro_area{
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/intro_bg.gif') top left repeat-x #e7e8e9;
	padding: 18px 20px 18px 20px;
	margin: 0 0 5px 0;
	float: left;
	width: 630px;
}

.intro_arealong{
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/intro_bg.gif') top left repeat-x #e7e8e9;
	margin: 0 0 5px 0;
	float: left;
	width: 100%;
}

.intro_arealong p {
	padding: 18px 20px 18px 20px;
	margin: 0;
	font-size: 150%;
}

.intro_half_left p{
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.intro_half_left {
	width: 450px;
	float: left;
	padding: 0;
	margin: 0;
}

.intro_half_left ul{
	padding: 0;
	margin: 0;
}

.intro_half_left ul li{
	border-bottom:1px solid #CDCED0;
	color:#666666;
	font-size:100%;
	list-style-image:url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/bullet_arrow.gif');
	list-style-type:circle;
	margin:0 0 5px 17px;
	padding:0 0 3px;
}

.intro_half_right {
	width: 150px;
	float: right;
	padding: 0;
	margin: 0;
}

.intro_icon {
	border: solid 1px #9b9da0;
	float: left;
	width: 142px;
}

.intro_icon img{
	padding: 1px;
}

.intro_list{
	width: 470px;
	float: right;
}

.intro_list ul{
	margin: 0;
	padding: 0;
	display: block;
}

.intro_list li{
	margin: 0 0 5px 15px;
	padding: 0;
	list-style-image: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/bullet_arrow.gif');
	list-style-type: circle;
	color: #666666;
	font-size: 96%;
	line-height: 1.4em;
	border-bottom: solid 1px #cdced0;

}

.intro_area .cta_container {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/intro_cta_bg.gif') top left no-repeat;
	margin: 20px 0 0 0;
	width: 100%;
	float: left;
}

.intro_area .cta_container .left {
	padding: 10px 6px 10px 8px;
	margin: 0;
	width: 450px;
	float: left;
}



.intro_area .cta_container .left p{
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 110%;

}

.intro_area .cta_container .left a{
	padding: 0;
	margin: 0;
	color: #FFF;
}

.intro_area .cta_container .left a:hover{
	color: #000;
}

.intro_area .cta_container .right {
	padding: 10px 6px 10px 8px;
	margin: 0;
	width: 135px;
	float: right;
}

.intro_area .cta_container .right p{
	color: #333;
	padding: 0;
	margin: 0;
}

.inner_right .half_left{
	width: 320px;
	float: left;

}

.inner_right .half_right{
	width: 320px;
	float: right;

}

#section_list {
	padding: 0;
	margin: 0 0 30px 0;
}

#section_list li {
	border-bottom: solid 1px #e4e5e6;
	list-style-type: none;
	padding: 7px 0 7px 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 90%;
}

.section {
	width: 100%;
	margin: 10px 0 10px 0;
	float: left;
}


.cta {
	display: block;
	width: 100%;
	color: #FFF;
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
	text-transform: uppercase;
}

.cta a {
	padding: 15px;
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/c2a_bg.gif') top left no-repeat #e5333f;
	font-size: 120%;
	color: #FFF;
	display: block;
	line-height: 1.5em;
}


.cta a:hover {
	background: url('http://www.vpn.co.uk/wp-content/themes/managed-comms-vpn/images/c2a_bg_over.gif') top left no-repeat #e5333f;
}


.cta .heading{
	margin: 0;
	padding: 3px 0 4px 0;
	color: #FFF;
	font-size: 120%;
	border: none;
}

.cta .text{
	margin: 0;
	padding: 3px 0 4px 0;
	color: #FFF;
	font-size: 100%;
	border: none;
}

.cta p {
	padding: 0;
	margin: 0;
}

.quickquestion {
	border-bottom: solid 1px #cdced0;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
}

.quickquestion .left{
	width: 150px;
	float: left;
}

.quickquestion .right{
	width: 500px;
	float: right;
	margin: 0 0 8px 0;
}


.datacollect {
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
}

.datacollect .left{
	width: 200px;
	float: left;
}

.datacollect .right{
	width: 450px;
	float: right;
	margin: 0 0 8px 0;
}

/*---------------------------------------------------------------------------------
Testimonials -----*/
.testimonial_block{
	border-top: 1px solid #cdced0;
	padding: 10px;
}



.testimonial_block p{
	padding: 0;
	margin: 0;
}

.testimonial_block p.name{
	padding: 10px 0 0 0;
	margin: 0;
	font-weight: bold;
}


.testimonial_block_small p{
	padding: 0;
	margin: 0;
}


.testimonial_block_small p.name{
	padding: 10px 0 0 0;
	margin: 0;
	font-weight: bold;
}


/*---------------------------------------------------------------------------------
Spans -----*/


.hr {
	width: 100%;
	border-top: 1px solid #cdced0;
	margin: 18px 0 18px 0;
}

.darkgrey {
	color: #666;
}

.black {
	color: #000;
	}
	
#top {
	margin-top: 0;
}
	
.spacer {
	height: 30px;
	background: #green;
}

.requiredfield {
	padding: 0 0 0 10px;
	color: #e2323e;
}

.red {
	color: #e2323e;
}

.telephone {
	font-size: 200%;
	color: #000;
	padding: 0;
	margin: 0;
}


/*---------------------------------------------------------------------------------
Wordpress -*/
.blog h2{
	font-size: 110%;
	display: block;
	background: none;
	color: #575757;
	padding: 0;
	margin: 10px 0 4px 0;
	font-variant: caps;
	font-weight: normal;
	width: 100%;
	float: left;
}

.date {
	text-align: right;
	width: 160px;
	float: right;
	margin: 10px 0 4px 0;
	font-size: 80%;
}

.commentmetadata {
	font-size: 80%;
}

.postlink {
	margin: 25px 0 0 0;

}

.postmetadata{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 80%;
}

#sidebar ul {
	border-top: none;
	padding: 0;
	margin: 0 0 30px 0;
}

#sidebar ul li{
	border-bottom: solid 1px #e4e5e6;
	list-style-type: none;
	padding: 8px 0 0 0;
	margin: 0 0 20px 0;
	font-size: 98%;
	text-transform: uppercase;
}

#sidebar ul li h2{
	padding: 0 0 4px 0;
	margin: 0;
	font-size: 100%;
}

#sidebar ul li .selected{
	color: #000;
}

#sidebar ul li ul {
	margin: 0;
	padding: 0 0 0 5px;
	border: none;
	border-top: solid 1px #e4e5e6;

}

#sidebar ul li ul li{
	padding: 5px 0 5px 0;
	margin: 0;
	font-size: 92%; 
	border: none;
}


.post{
	margin: 0 0 30px 0;
}

.category a {
	color: #B2C7D3;
}

.category a:hover {
	color: #E44044;
}

#content .post_title a{
	color: #5C6E87;
	text-decoration: none;
}

.post_title a:hover{
	color: #E44044;	
}

.post h3 {
	font-size:100%;
	border-bottom: none;
	margin-bottom: 2px;
}

form #comment {
width: 100%;
}

.comments_colomn_left{
	width: 320px;
	float: left;
	padding: 0 30px 0 0;
}

.comments_colomn_right{
	width: 350px;
	float: right;
}

.archivelist li{
	border-bottom: 1px solid #D2D2D2;
	padding: 5px 0 5px 0;
}

.C2A {
	margin: 10px 0 10px 0;
}

.commentlist p{
	font-size: 90%;
	padding: 2px 0 0 0;
}

.commentlist li{
	padding: 5px 0 2px 0;
}

.commentlist li .commentmetadata {
	padding: 0 0 6px 0;
}


#C2A_long{
	text-align: center;
	margin: 0 auto 0 auto;
}

#searchform {
	padding: 10px 0 10px 0; 
}

#searchform #s{
	width: 100%;
	margin: 0 0 6px 0;
}

#content .post .entry p object{
	padding: 10px 0 10px 0;
}

.postheader {
	margin: 30px 0 10px 0;
}

.postheader h2{
	margin: 0;
	padding: 0;
}

.underheaderinfo p{
	font-size: 70%;
	color: #9C9C9C;
}

.underheaderinfo .left{
	width: 49%;
	float: left;
}

.underheaderinfo .right{
	width: 49%;
	float: right;
	text-align: right;
}

.commentlist {
	padding: 0;
	margin: 0;
}

.commentlist li{
	padding: 0;
	margin: 0 0 0 30px;
}

.comment_date {
	font-size: 90%;
	color: #9C9C9C;
	margin: 0 0 4px 0;
}

.navigation {
	font-size: 100%;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
}



.alignleft {
	width: 49%;
	float: left;
}

.alignright {
	width: 49%;
	float: right;
	text-align: right;
}



.home_window_containern {background:url("/wp-content/themes/managed-comms-vpn/images/bkg.jpg") repeat scroll 0 0 transparent;height:299px;margin:0 0 10px;width:910px;}
.home_window_containern h1{margin:20px;width:540px;float:left;color:#666;}
.home_window_containern h1 strong{font-size:18px;color:#000;}


.home_window_containern .check_box_container_third{float:right;margin:20px;width:250px;}
.home_window_containern .check_box_container_third #cf2_field_2{width:140px;}
.home_window_containern .check_box_container_third #cf2_field_3{width:140px;}
.home_window_containern .check_box_container_third #cf2_field_4{width:140px;}
.home_window_containern .check_box_container_third .check_box_top_third {width:234px;height:238px;position:relative;}

.third1b{background:url("/wp-content/themes/managed-comms-vpn/images/l1.jpg") no-repeat scroll 0 0 transparent;display:block;height:60px;}
.third_headb{color:#000;font-size:13px;display:block;padding:29px 0 0 47px;}
.third2b{background:url("/wp-content/themes/managed-comms-vpn/images/l2.jpg") no-repeat scroll 0 0 transparent;display:block;height:60px;}
.third3b{background:url("/wp-content/themes/managed-comms-vpn/images/l3.jpg") no-repeat scroll 0 0 transparent;display:block;height:60px;}

.thirds_blockb{float:left;margin:0 0 20px;padding:0;width:910px;}
.thirds_blockb ul {margin:0;padding:0;}
.thirds_blockb li {padding:8px 0 10px;border-bottom:1px solid #C0C0C0;border-top:1px solid #C0C0C0;float:left;list-style-type:none;margin:0;text-align:center;width:303px;}

.homelef{padding:10px;overflow:hidden;background:url("/wp-content/themes/managed-comms-vpn/images/bkg2.jpg");height:200px;width:581px;float:left;margin:10px 18px 0 0;      }
.homelef h2{margin:0px;font-size:18px;}

.homerig{height:220px;width:289px;float:left;margin:10px 0 0 0;border:1px solid #999;}
.homerig .clients{border:0px;margin:0px;}

.homerig .clients h2 {color:#3F3F3F;font-size:18px;margin:7px;}

.home_window_containern .bigr{color:#e3333f;float:left;clear:left;margin:0px;font-size:20px;display:block;}
.home_window_containern .brebut{background:#e3333f;color:#fff;float:left;clear:left;margin:30px 0 0 20px;padding:10px;font-size:14px;display:block;width:200px;text-align:center;}
.home_window_containern .brebut:hover{text-decoration:underline;background:none repeat scroll 0 0 #666;}
.home_window_containern p{float:left;width:400px;clear:left;margin:0 0 0 0px;font-size:18px;}
.home_window_containern .check_box_top_third p{margin:0px;font-size:10px;}

.home_window_containern p.cf-sb{margin:0 0 0 10px;width:auto;.margin:-30px 0 0 0;}

.home_window_containern p.cf-sb #sendbutton2{padding:10px;margin:23px 0 0 72px;background:#ffc92b;border:0px;font-weight:bold;font-size:12px;cursor:pointer;.margin:-5px 0 0 69px;}
.home_window_containern p.cf-sb #sendbutton2:hover{background:#666;color:#fff;}

.home_window_containern #cforms2form{.margin:-20px 0 0 0;}

.home_window_containern .check_box_top_third p{font-size:12px;margin:2px 0 0 0px;}

.home_window_containern .check_box_top_third {background:url(/wp-content/themes/managed-comms-vpn/images/form-bkg.gif);}

.thirds_blockb .entry p{font-size:12px;margin:5px 0;width:560px;}
.thirds_blockb .entry p strong{font-size:14px;}

.capfo{padding:0 0 10px;.margin:0px;}

.page_widthn {display:block;margin:0 auto;padding:0 0px;width:910px;}


#qte {display:block;font-size:11pt;margin-bottom:10px;padding:10px 10px 10px 20px;}
div.scroller {height:110px;overflow:hidden;width:400px;float:left;}
.vpq{padding:5px;}
.vpq i{color:red;}

.homelef .two_thirds{margin:0px;padding:0px;}

#controls{display:none;}
.cf_hidden{.height:0px;}
#sc2{clear:left;float:left;}
#sc2 #container {height:130px;margin:0 0px 0 20px;overflow:hidden;position:relative;width:400px;}
#sc2 .item {display:block;height:150px;width:600px;}
#sc2 .testblock {color:#666666;float:left;margin:0;width:600px;}
