/*
Theme Name: C4R Narrow Theme
Author: Ben Dyson
*/




/* @import "css/thickbox.css"; */ 

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:none;
	line-height:150%;
	background: #eaeaea;
	text-align:center;
	background:url("images/background_gradient.png") no-repeat scroll center top #EAEAEA;
	}
body.blank {
	background:#eaeaea;
	}	

* {
	margin: 0;
	padding: 0;
}

.alignleft { float:left; margin-right:10px; }
.alignright { float:right; margin-left:10px; }
.aligncenter { 	display: block; margin-left: auto; margin-right: auto;   }

div#branding-header{
background-image:url(images/c4r-header.jpg); 
background-repeat:no-repeat;
width:790px;
height:148px;
margin:0;
padding-left:220px;
padding-top:25px;
padding-right:140px;
color:#333333;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
line-height:130%;
font-size:12px;
}
a img {
	border: none;
}
blockquote{
	background:url(images/bg_blockquote.png) repeat-y;
	font-family:Georgia, serif;
	margin:1em 0;
	padding:0;
	font-style:normal;
	width:478px;
	}
#content blockquote p{margin:1em 0;}	
blockquote div.inner{
	background:url(images/bg_blockquoteTop.png) no-repeat 0 0;
	margin:0;
	padding-top:183px;	
	text-align:justify;
	}	
blockquote strong{
	background:#E8F0BF;
	font-weight:normal;
	}
blockquote div.inner div{
	background:url(images/bg_blockquoteBottom.png) no-repeat 0 100%;
	padding:0 36px 56px 36px;
	min-height:110px;	
	}
* html blockquote div.inner div{
	height:110px;
	}			
blockquote span{
	display:block;
	width:90px;
	color:#708a06;
	font:11px Arial, Helvetica, sans-serif;
	margin-top:10px;
	}
blockquote span iframe{display:block;padding-left:1px;border:none;background:none;}

pre{
	margin:1em 0;
	padding:10px;
	border:1px solid #84d5fa;
	background:#caecfa;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	overflow:auto;
	}

#margins {
	padding-left: 15px;
	padding-right: 15px;
}

#wrapper{
	margin:0 auto;
	/* width:832px; */
	width:980px;
	height:100%;
	text-align:left;
	position:relative;
	}

#container, #container2 {
	clear: both;
}	



#container2	{
	background: #fff url(images/sidebar_bg.jpg) right top repeat-y;
	min-height:600px;
}
#container3	{
	background:#fff;
}

#branding_left {
	float: left;
	width: 352px;
}

#branding_right {
	float: right;
	width: 450px;
	height: 130px;
	background: url(images/logo_strap.png) no-repeat 100% 0;
}

#green_strip {
	background: url(images/cre_home_middle.jpg) top left no-repeat;
	width: 787px;
	height: 243px;
	padding: 0 0 0 15px;
}

#ctabutton {
	display: block;
	width: 291px;
	height: 42px;
	text-indent: -10000px;
	background: url(images/cta.jpg) left top no-repeat;
}

#ctabutton:hover {
	background-image: url(images/cta_over.jpg);
}

#headings, .headings {
}

.calendar {
	background-repeat: no-repeat;
	float: left;
	width: 58px;
	color: #333;
	font-family: Times;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 20px;
	text-align: center;
	height: 30px;
	margin: 4px 14px 20px 0;
}
.month-1 {
	background-image: url(images/icons/b-jan.png);
}
.month-2 {
	background-image: url(images/icons/b-feb.png);
}
.month-3 {
	background-image: url(images/icons/b-mar.png);
}
.month-4 {
	background-image: url(images/icons/b-apr.png);
}
.month-5 {
	background-image: url(images/icons/b-may.png);
}
.month-6 {
	background-image: url(images/icons/b-jun.png);
}
.month-7 {
	background-image: url(images/icons/b-jul.png);
}
.month-8 {
	background-image: url(images/icons/b-aug.png);
}
.month-9 {
	background-image: url(images/icons/b-sep.png);
}
.month-10 {
	background-image: url(images/icons/b-oct.png);
}
.month-11 {
	background-image: url(images/icons/b-nov.png);
}
.month-12 {
	background-image: url(images/icons/b-dec.png);
}

#content{
	/*width:480px;*/
	width:628px;
	float:left;
	display:inline;
	padding-bottom:20px;
	margin-left:19px;
	/*overflow:hidden; */
	}

#sidebar{
	width:253px;
	float:left;
	display:inline;
	padding-top:20px;
	margin-left:40px;
	}
#contentFull{
	width:695px;
	padding:20px 0;
	margin-left:50px;
	overflow:hidden;
	}

#sidebar ul, #sidebar ol {
	list-style: none;
	padding-left: 0;
}

#footer_header {
	clear: both;
	background: url(images/bg_footer.gif) no-repeat;
	height: 55px;
}

#footer_bg {
	padding: 0 1px 20px 20px;
	margin: 0 1px;
	background-color: #262626;
	
}

#footer_bg div p {
	color: #9a9a9a;
	font-size: 0.7em;
	line-height: 180%;
	text-align: justify;
}

#footer_bg p a {
	color: #898989;
	text-decoration: underline;
}

#footer_bg p a:hover {
	color: #fff;
}

#footer_left {
	float: left;
	width: 472px;
	padding: 7px 40px 0 28px;
}

#footer_right {
	float: left;
	width: 255px;
	padding: 7px 0 0 3px;
}

/* This is a small image positioned at the top and to the left of the sidebar to cover up a gap of whitespace */

#gradient_float, #gradient_float_subpage {
	text-indent: -1000em;
	background: url(images/grey_gradient.jpg) no-repeat left top;
	width: 14px;
	height: 33px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 481px;
	left: 525px;
	z-index: 100;
}

#gradient_float_subpage {
	top: 240px;
}

#content p.postmetadata, .postmetadata {
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	font-size:0.8em !important;
	padding:5px !important;
	height:16px;
	line-height:16px;
	background-color:#f1f1f1;
	padding:3px;
	margin-bottom:1.5em;
}

.postmetadata .sociable ul {
	padding: 0;
	float: left;
}
.postmetadata .sociable li {
	padding:0;
	margin:0;
	}

.postmetadata span.comments {
	float: right;
}

a:link, a:visited, a:active {
	color: #339CCC;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #339CCC;
	text-decoration: none;
}

#content p, #contentFull p {
	font-size: 1em;
	margin:1em 0;
	color: #000;
	line-height: 150%;
	text-align: justify;
}

#content p img {
	float: left;
	margin-right: 10px;
}
#content p img.full {
	float: none;
	margin:0;
}
.left{
	float:left;
	margin-right:10px;
	}
.right{
	float:right;
	margin-left:10px;
	}	
#contentFull p.full{
	text-align:center;
}

.post + p, #headings + p, .headings + p, #headings + h3 {
	clear: both;
}

.small_text {
	font-size: 0.8em;
}


/*  headings */
h1{
	color:#FF0000; /* color:#708A06; */
	margin:.2em 0 1em 0;
	padding: 0;
	letter-spacing:-0.01em;
	}
h2, h3, h4, h5, h6{
	color:#FF0000; /* color:#708A06; */
	margin:0;
	padding: 0;
	letter-spacing:-0.01em;
}

h1{
	/*font-size: 1.4em;*/
	}
h1, h2{
	font-size:25px;
	margin-top:15px;
	line-height:130%;	
		
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
h3{
	font-size: 1.4em;
	line-height: 130%;
	
	font-family: Arial, Helvetica, sans-serif;
	}
h4{
	font-size:1.2em;
	
	font-family: Arial, Helvetica, sans-serif;
	}
h5 {
	font-size: 1.1em;
	
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
}
h6 {
	color: #777;
}


h1 a, h1 a:link, h1 a:visited, h1 a:active, h2 a, h2 a:link, h2 a:visited, h2 a:active, h3 a, h3 a:link, h3 a:visited, h3 a:active {
	color:#FF0000;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}
.headings h3, h3.top{
	padding: 0;
	margin: 0;
}
#heading_float {
	float: left;
	margin-top: -10px;
	padding: 0px 10px 10px 0;
}
#headings h1, #headings h2, #headings h3, 
.headings h1, .headings h2, .headings h3,
.blogcontent #headings h1, .blogcontent #headings h2, .blogcontent #headings h3, 
.blogcontent .headings h1, .blogcontent .headings h2, .blogcontent .headings h3{
	font-size:23px;
	line-height:120%;		
	margin:0;
	padding:0;
	}
.blogpost{
	clear:both;
	}	
	
#branding h1, #branding h4{
	text-indent: -5000px;
	background: url(images/logo.png) no-repeat;
	width: 352px;
	height: 130px;
	font-size: 1.4em;
	padding:0;
	margin:0;
}
#branding h1 a, #branding h4 a{
	display:block;
	width:350px;
	height:130px;
}	

/* // headings */

.author {
	color: #777777;
	font-size: 0.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
}



#rss {
	font-size: 0.8em;
	text-align: justify;
}

#articles {
	padding-top: 39px;
}

#reviews_padding, #rss_padding, #articles_padding, #google_padding {
	padding-bottom: 20px;
}

#google {
	padding-top: 18px;
}

#reviews {
	padding-top: 10px;
}

.sidebar_text {
	font-size: 0.85em;
	color: #777777;
	line-height: 190%;
}

.newsletter_header {
	background: url(images/bg_newsletter.gif) no-repeat 0 0;
	width: 248px;
	height: 140px;
}

.newsletter_bg {
	width: 192px;
	height: 235px;
	background: url(images/newsletter_bg.png) no-repeat;
	padding: 0 28px 0 20px;
}

#breadcrumb{
	color:#666;
	padding:10px 0 22px 0;
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#breadcrumb a{
	color: #339CCC;
	text-decoration: underline;
}
#breadcrumb a:hover{
	color: #ccc;
}

.article_images {
	float: right;
	padding-left: 30px;
}

.article_ticks {
	padding-left: 40px;
	color: #000;
	padding-bottom: 20px;
	line-height: 150%;
	list-style: none;
	background: url(images/big_bullets.jpg) 4px 4px no-repeat;
}

#newsletter_signup {
	width: 475px;
	background-image: url(images/newsletter_sign_up_bg.jpg);
	background-repeat: no-repeat;
	height: 449px;
}

#newsletter_signup_bottom {
	background-image: url(images/newsletter_sign_up_bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 83px;
	width: 410px;
	padding-left: 35px;
	padding-right: 30px;
	padding-top: 10px;
}

.newsletter_text {
	font-size: 0.8em;
	text-align: justify;
	color: #fff;
	line-height: 140%;
	padding-bottom: 8px;
}

.newsletter_text2 {
	font-size: 0.8em;
	color: #fff;
	line-height: 145%;
}

.newsletter_formtext {
	font-size: .85em;
	color: #000;
	line-height: 140%;
}

#newsletter_padding {
	padding-left: 146px;
	padding-top: 125px;
	padding-right: 30px;
}

#newsletter_form {
	padding-left: 60px;
	padding-right: 30px;
	padding-top: 28px;
}

/* Form Styles */

.form_textfield {
	width:152px;
	height:23px;
	background-color: #fff;
	border: 1px solid #878787;
	padding-left:5px;
	padding-top:5px;
	}
#searchButton:focus{
	outline-width:thin;
	outline-style:dotted;
	}

.form_Newsletter {
	width: 183px;
	height: 22px;
	background-color: #ffffa0;
	border: 1px solid;
	border-color: #878787;
	padding-left: 6px;
	padding-top: 6px;
	margin-top: 6px;
	font-size:14px;
}

.form_Newsletter_signup {
	width: 242px;
	height: 27px;
	background-color: #ffffa0;
	border: 1px solid;
	border-color: #878787;
	padding-left: 6px;
	padding-top: 8px;
	margin-top: 6px;
}

.table {
	padding: 40px;
}

.ctalink A:link {
	color: #fff;
	text-decoration: underline;
}

.ctalink A:visited {
	color: #fff;
	text-decoration: underline;
}

.ctalink A:active {
	color: #fff;
	text-decoration: underline;
}

.ctalink A:hover {
	color: #fff;
	text-decoration: none;
}

li {
	text-align: justify;
	margin:.5em 0;
}
li p{
	margin:.2em 0;
}
ul#list a {
	list-style-type: none;
	margin: 0;	
/*removes indent IE and Opera*/
	padding: 0;
/*removes indent Mozilla and NN7*/
	display: block;
	background-image: url(images/articles_bullet.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	width: 220px;
	font-size: .9em;
	color: #5d5d5d;
	text-decoration: none;
	margin-left: 2px;
}

#list a:hover {
	color: #0000ff;
	text-decoration: underline;
}

ul, ol {
	margin: 1em 10px;
	padding: 0 0 0 20px;
	line-height: 130%;
}
ul ul{
	margin: .5em 0;
}
ol li {
	padding-bottom: 10px;
	text-align: justify;
}

ol ul li {
	list-style-type: disc;
	padding-bottom: 0;
}

li#related a {
	display: block;
	text-indent: 20px;
	width: 220px;
	line-height: 200%;
	line-height: 28px;
}

li#related a:hover {
	display: block;
	text-indent: 20px;
	background-color: #d4eefc;
	width: 220px;
	line-height: 200%;
	line-height: 28px;
}

#content ol{
	margin-left:1em;
	}
#content ul ul{
	margin-left:0;
	}	


small{
	line-height:120%;
	}

/*  nav  */

	#nav{
		padding:0 2px;
		height:50px;
		border:1px solid #333;
	
	
	/*	height:68px;*/
		/*background:url(images/nav_bg.gif) no-repeat 0 0;*/
		background-color:#000000;
		}
	#navigation, #navigation li{
		margin:0;
		padding:0;
		list-style:none;
		
		}
	#navigation li{
		float:left;
		display:inline;
		}
	#nav li.page_item a{
		/* text-indent:-10000px; */
		color:#FFFFFF;
		text-decoration:none;
		margin:0 0 20px 0;
		margin-bottom:0;
		padding-top:12px;
		padding-bottom:12px;	
		padding-right:15px;
		padding-left:15px;	
		font-weight:normal;
		float:left;
		background-position:0 0;
		background-repeat:no-repeat;
		border-right:1px solid #666666;
		font-family:Helvetica, Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
		}
	#nav li.page_item a:hover{
		background-color:#333333;
		text-decoration:underline;
	
		}
	#nav li.current_page_item a, #nav li.current_page_item a:hover{
	/*	background-position:0 -136px; */
		}



/* nav */

#comments-number {
	background: url(images/empty-bubble.png) top left no-repeat;
	width: 62px;
	clear: left;
	height: 36px;
	color: #fff;
	padding: 6px 0 0 0;
	margin: 20px 15px 0 0;
	text-align: center;
	float: left;
	font-size: 1.2em;
}

#comments-heading, #respond {
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	margin: 5px 0;
	padding-top: 10px;
}

#commentlist {
	clear:both;
	list-style: none;
	padding:1em 0 0 0;
	margin: 0;
}

#commentlist li {
	padding: 3px 20px 5px 5px;	
	margin: 0 0 10px 5px;
	background:#f5f5f5 url(images/comment-top.png) left top no-repeat;		
}

#commentlist cite {
	margin-left: -5px;
	font-style: normal;
}
#commentlist cite a{
	text-decoration:none;
	color: #000;
	font-weight:normal;	
}

#commentlist .commentmetadata {
	display: block;
	font-size: .75em;
	margin: 5px 0 5px 0;
	padding: 10px 5px 0 0;	
}

#commentlist .commentmetadata a {
	color: #aaa;
	text-decoration: none;
}

#commentlist cite a:hover, #commentlist .commentmetadata a:hover {
	text-decoration: underline;
}

#commentlist p {
	font-size: .9em;
	margin-top:0 !important;
}

#commentform input, #commentform textarea {
	width: 250px;
	height: 22px;
	background-color: #ffffa0;
	border: 1px solid;
	border-color: #878787;
	padding-left: 6px;
	padding-top: 6px;
	margin-top: 6px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
#commentform textarea {
	width: 400px;
	height: 150px;
}

img.avatar { 

margin-right:10px;
}

ul.children li.comment {
list-style-type:none !important;
background:none !important; 

}

ul.children  div.commentmetadata { /* for all replies to a comment */
margin:5px 0 !important;
padding:0 !important;

}











input, textarea {
	font-size: 1.1em;
}
h3#respond {
	margin-top: 20px;
	padding: 8px 0 30px 70px;
	background: url(images/add-comment.png) left top no-repeat;
}

#commentform #commentsubmit{
	border:none;
	margin:0;
	padding:0;
	overflow:hidden;
	text-align:left;
	background:url(images/submit_comment.png) no-repeat 0 0;
	width:146px;
	height:37px;
	cursor:pointer;
	}

#content img.wp-smiley {
	float: none;
	margin: 0;
	display: inline !important;
}

div.post {
	/*background: url(images/blogbg.png) right top no-repeat;
	padding: 10px 10px 0 0;*/
}
.post h3 {
	padding-right: 30px;
}

.post-ratings img{
	vertical-align:middle;
	}

/* add ons */

#gallery{	
	width:475px;
	position:relative;
	margin:1em 0;
	}
#gallery ul, #gallery li{ 
	margin:0;
	padding:0;
	list-style:none;
	}	
#gallery ul{ 	
	width:93px;
	height:321px;
	background:#f8f6f7;	
	}
#gallery li{ 
	width:93px;
	height:79px;
	cursor:pointer;
	font-size:0px;
	}	
#gallery li.gallery1{background:url(images/bg_google1.jpg) no-repeat 0 100%;}			
#gallery li.gallery2{background:url(images/bg_google2.jpg) no-repeat 0 100%;}			
#gallery li.gallery3{background:url(images/bg_google4.jpg) no-repeat 0 100%;}			
#gallery li.gallery4{background:url(images/bg_google5.jpg) no-repeat 0 100%;}			
#gallery li img{ 
	margin-top:5px;
	}			
#content #gallery p{ 
	margin:0;
	position:absolute;
	top:0;
	left:99px;
	width:377px;
	background:#f8f6f7;
	text-align:left;
	line-height:120%;
	display:none;
	}		
#content #gallery p img{ 
	float:none;
	margin:5px;
	}			
#gallery a:focus, #gallery a:active{ 
	outline:none;
}			
#content #gallery p span{ 
	display:block;
	height:23px;
	line-height:23px;
	padding:0 5px;
	font-size:11px;
	text-align:center;
	}		
	
#content ol#cta{
	margin-left:0;
	}
#cta, #cta li{
	margin:0;
	padding:0;
	list-style:none;
	}
#cta{
	margin:1em 0;
	position:relative;
	width:475px;
	height:500px;
	text-align:left;
	background: url(images/bg_cta.png) no-repeat 0 0;
	}		
#cta li{
	position:absolute;
	left:15px;
	width:320px;
	height:76px;
	padding:28px 106px 9px 30px;
	overflow:hidden;
	text-align:left;
	font-size:.9em;
	line-height:120%;
	}	
#cta li a{	
	}	
	
#cta li.one{top:18px;}
#cta li.two{top:177px;width:340px;}
#cta li.three{top:330px;}			

#newsletterBox{
	display:none;
	}

#sideButton{
	position:fixed;
	left:817px;
	top:169px;
	margin:0;
	text-indent:-8000px;
	overflow:hidden;
	display:none;	
	}
#sideButton a{
	display:block;
	width:24px;
	height:156px;
	}	
#sideButton a.kampyle{
	height:156px;
	background:url(images/kampyle.png) no-repeat 0 0;	
	}		
#sideButton a.livechat{
	width:42px;
	height:99px;
	background:url(images/btn_livechat.png) no-repeat 0 0;	
	}		
			
	
#search_header{
	}		
#search_header form, .search{
	background:url(images/bg_search.png) no-repeat 0 0;
	margin:0;
	padding:0 9px;
	margin-bottom:35px;
	height:48px;
	}
#search_header form input, .search input{
	margin:0;
	margin-top:9px;
	font-size:14px;
	}	
#search_header button, .search button{
	border:0;
	text-align:left;
	text-indent:-8000px;
	overflow:hidden;
	width:50px;
	height:30px;
	background:url(images/search_submit_small.png) no-repeat 0 0;
	margin-left:5px;
	margin-top:9px;
	cursor:pointer;
	vertical-align:top;
	}
.search input{
	width:390px;
	border: 1px solid #878787;
	}
.search{
	background:url(images/bg_search2.png) no-repeat 0 0;
	margin:0;
	}			

ul.error{
	padding:0;
	margin:1em 0;
	}
ul.error li{
	margin:.5em 0 1.5em 0;
	padding:0 0 0 25px;
	list-style:none;
	background:url(images/icon_error.png) no-repeat 0 2px;
	}
ul.error li strong{
	display:block;
	margin-bottom:.5em;
	font-size:.9em;
	}	
ul.globe{
	padding:0;
	margin:1em 0;	
	}
ul.globe li{
	margin:.5em 0;
	padding:0 0 0 25px;
	list-style:none;
	background:url(images/icon_globe.png) no-repeat 0 3px;
	}	
	
ul.tick{
	padding:0;
	margin:1em 0;	
	}
ul.tick li{
	margin:.5em 0;
	padding:0 0 0 30px;
	list-style:none;
	background:url(images/bg_newsletterTick.png) no-repeat 0 0;
	min-height:30px;
	}		
* html ul.tick li{height:30px;}			
ul.tick ul li{
	list-style:disc;
	background:none;
	padding:0 0 0 15px;
	}		
	
span.author{
	display:none;
	}
	
.ddsg-wrapper{
	clear:both;
	}
	
#contact, #contact li{
	margin:0;
	padding:0;
	list-style:none;
	}
#contact{
	clear:both;
	}	
#contact li{
	margin:1em 0;
	position:relative;
	width:475px;
	height:180px;
	padding-top:51px;
	overflow:hidden;	
	}
#contact1{	
	background:url(images/bg_london.png) no-repeat 0 0;
	}	
#contact2{	
	background:url(images/bg_newyork.png) no-repeat 0 0;
	}		
#contact3{	
	background:url(images/bg_tokyo.png) no-repeat 0 0;
	}			
#contact li p{
	margin:0 30px 1em 30px;
	line-height:120%;
	text-align:left;
	}	
#contact li p.first{	
	}

#contentFull #contact{
	height:231px;
	position:relative;
	margin-bottom:1em;
	background:url(images/bg_contacts.png) no-repeat 0 0;	
	}	
#contentFull #contact li#contact1, #contentFull #contact li#contact2{
	position:absolute;
	top:0;
	left:14px;		
	background:none;
	width:240px;	
	padding-top:47px;
	}
#contentFull #contact li#contact2{
	left:366px;	
	}	
#contentFull #contact3{
	display:none;
	}
#contentFull #contact li p{
	margin:0;
	}		

.newsletter{
	background:url(images/bg_newsletter.png) no-repeat 0 0;
	width:240px;
	padding-top:102px;
	margin:1.5em 0;
	}	
#TB_ajaxContent .newsletter{
	margin:0;
	padding-top:90px;
	background:url(images/bg_newsletter2.png) no-repeat 0 0;
	}		
#TB_ajaxContent p{
	padding:0 24px 25px 24px;
	}			
.newsletter h4{
	display:none;
	}	
.newsletter ul, .newsletter li{
	font-size:11px;
	list-style:none;
	margin:0;
	padding:0;
	}	
.newsletter ul{
	margin-left:24px;
	width:192px;
	}		
.newsletter li{
	background:url(images/bg_newsletterUl.png) repeat-y;
	font-size:11px;
	padding:0 12px;
	margin:0;
	}	
.newsletter li.last{
	background:url(images/bg_newsletterUlBottom.png) no-repeat 0 100%;
	padding-bottom:55px;
	}	
.newsletter li span{
	display:block;
	padding:5px 0 0 30px;
	background:url(images/bg_newsletterTick.png) no-repeat 0 3px;
	}			
.newsletter p{
	font-size:11px;
	color:#586b21;
	background:url(images/bg_newsletterBottom.png) no-repeat 0 100%;
	margin:0;	
	padding:0 24px 25px 24px;
	line-height:130%;
	text-align:justify;
	}	
.newsletter form{
	margin:0 24px 1em 24px;
	}	
.newsletter .close a{
	background:url(images/ico_close.gif) no-repeat 0 50%;
	padding-left:25px;
	}	
		
	
	
#service1, #service2{
	height:111px;
	line-height:90%;
}
#service1{background:url(images/bg_services1.png) no-repeat 0 0;}			
#service2{background:url(images/bg_services2.png) no-repeat 0 0;}			
#service1 span, #service2 span{
	display:block;
	padding-left:185px;	
	color:#000;
	font-size:18px;	
	}				
#service1 em, #service2 em{
	padding-top:28px;
	color:#000;
	display:block;
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	}			
#digg{
	line-height:100%;
	float:right;
	margin:0 0 0 20px;
	}		

#servicesForm{
	width:240px;
	background:url(images/bg_servicesForm.png) no-repeat 0 0;
	padding-top:200px;	
	line-height:100%;
	}	
#servicesForm fieldset{
	margin:0;
	border:none;
	padding:0 10px 10px 10px;
	font-size:12px;
	background:url(images/bg_servicesFormBottom.png) no-repeat 0 100%;	
	}	
#servicesForm legend{
	display:none;
	}
#servicesForm p{
	margin:0;
	padding-top:10px;
	clear:both;
	}
#servicesForm p.alt{
	background:url(images/bg_servicesDel.png) no-repeat 0 8px;
	}				
#servicesForm label{
	display:block;
	margin-bottom:3px;
	}	
#servicesForm p.alt label{
	padding-top:8px;	
	}	
#servicesForm input, #servicesForm textarea{
	border:1px solid #ccc;
	width:208px;
	padding:8px 4px;
	font-size:14px;
	overflow:hidden;
	}
#servicesForm textarea{
	height:50px;
	}												
#servicesForm p.checkbox input{
	float:left;
	display:inline;
	vertical-align:bottom;
	width:auto;
	border:none;
	padding:0;
	}			
#servicesForm p.checkbox label{
	float:left;
	display:inline;
	width:185px;
	margin-left:5px;
	margin-top:-2px;
	margin-bottom:0;	
	}	
#servicesForm button{
	text-indent:-8000px;
	overflow:hidden;
	background:url(images/btn_submitApplication.png) no-repeat 0 0;
	height:37px;
	width:218px;
	cursor:pointer;
	border:none;
	text-align:left;
	padding:0;
	}	
	
ul.itemList,
ul.itemList li, 
ul.itemList2,
ul.itemList2 li{
	margin:0;
	padding:0;
	list-style:none;
	} 
ul.itemList, ul.itemList2{
	margin:1em 0;
	border-top:1px dotted #d1d1d1;
	}
ul.itemList li, ul.itemList2 li{
	clear:both;
	padding:1em 0;
	line-height:150%;
	border-bottom:1px dotted #d1d1d1;
	}
ul.itemList li h4, ul.itemList2 li h4{
	padding:0 0 .5em 0;
	margin-top:0;
	}
#content ul.itemList li p, #content ul.itemList2 li p{
	margin-top:0;
	}	
ul.itemList li .image, ul.itemList2 li .image{
	float:left;
	display:inline;
	width:120px;
	}
ul.itemList li .description, ul.itemList2 li .description{
	float:left;
	display:inline;
	width:350px;
	}	
ul.itemList2 li .image{width:170px;}
ul.itemList2 li .description{width:300px;}	

.blankFull{
	padding:20px;
	text-align:center;
	}
	
.notification{
	background:#caec64 url(images/bg_notification.png) repeat-x;
	border:1px solid #515e28;
	padding:10px 20px;
	color:#000;
	margin:1em 0;
	text-align:justify;
	}
#searchResults iframe{
	width:480px;
	overflow:hidden;
	}	

.delicious-blogbadge-line{margin:0;}
.delicious-blogbadge-line a{text-decoration:none;}
.delicious-blogbadge-line .post-count-label-before{color:#b1b1b1;margin-left:5px;}
.delicious-blogbadge-line .post-count-label-after{color:#b1b1b1;margin-right:5px;}
.delicious-blogbadge-line .post-count{color:#fff;font-weight:bold;background:#00f;border:2px solid #00f;margin:5px 0;padding:2px 0;}

ul.logos, ul.logos li{
	margin:0;
	padding:0;
	list-style:none;
	}
ul.logos{
	border:1px solid #b0b0b0;
	background:#ccc;
	padding:20px 0;
	margin:1em 0;
	}	
ul.logos li{
	margin:.5em 0 .5em 50px;
	}	
div.logos{
	padding:1em 20px;
	background:#caf05a url(images/bg_logos.png) repeat-x;
	border:1px solid #545c3a;
	}

.bio{
	margin:1em 0;
	background:#fff url(images/bg_bio.png) no-repeat 0 100%;
	padding:.5em 15px;
	border:1px solid #898989;
	text-align:justify;
	}
	
.video{
	text-align:center;
	z-index:0;
	}	
.video object{
	z-index:0;
	}	

#content p.caption, #contentFull p.caption{
	margin-top:0;
	font-size:11px;
	text-align:center;
}

form.apply{
	margin:1em 0;
	background:#b0d441 url(images/bg_applyForm.png) no-repeat 50% 0;
	border:1px solid #545c3a;
	line-height:130%;
	padding-top:50px;
	padding-bottom:10px;
	}	
.apply .col{
	width:49%;
	float:left;
	padding:10px 0;
	}	
.apply .submit{
	clear:both;	
	}	
.apply .error{
	display:block;
	font-size:13px;
	color:#900;
	font-weight:bold;
	}
#contentFull .apply p.success{
	clear:both;
	padding:10px 15px;
	margin:1em 15px;
	background:#D5EF86;
	}	
#contentFull .apply p{
	padding-left:15px;
	line-height:130%;
	text-align:left;
	margin:.5em 0;
	}		
.apply label{
	display:block;
	margin-top:8px;
	font-size:14px;
	}	
.apply label span{
	color:#3b4e0c;
	}		
.apply input, .apply textarea{
	width:300px;
	height:22px;
	background:#ffffa0;
	border:1px solid #878787;
	font-size:14px;	
	padding-left:6px;
	padding-top:6px;	
	}		
.apply textarea{
	height:60px;
	overflow:auto;
	}	
.apply p.submit, #contentFull.apply p.submit{
	clear:both;
	margin:0;
	padding:.2em 0;
	}
.apply button{
	float:left;
	clear:both;
	border:none;
	background:url(images/btn_apply.png) no-repeat 0 0;
	padding:0;
	margin:0;
	text-indent:-8000px;
	overflow:hidden;
	width:191px;
	height:42px;	
	margin-left:240px;
	cursor:pointer;		
	}				
	
#guarantee1{
	width:695px;
	padding-top:125px;
	padding-bottom:30px;	
	background:url(images/bg_guarantee1.jpg) no-repeat 0 0;
	border-bottom:1px solid #615e3f;
	margin-bottom:1em;
	}	
#guarantee2{
	width:695px;
	padding-top:110px;
	background:url(images/bg_guarantee2.jpg) no-repeat 0 0;	
	margin-bottom:1em;
	}		
#guarantee2 .sig{
	text-indent:-8000px;
	height:91px;
	background:url(images/bg_guarantee2_2.jpg) no-repeat 0 100%;		
	}		
#guarantee1 p, #guarantee2 p{	
	margin:.5em 30px;
	line-height:120%;	
	}	
.bookmarkable #google, 
.bookmarkable #newsletter, 
.bookmarkable #branding_right{
	display:none;
}	


/* clearfix */

	#container2:after, .headings:after, #headings:after, #contact:after, .fixed:after, .fixed li:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	#container2, .headings, #headings, #contact, .fixed, .fixed li{
		display:block;
		}
	/*  \*/
	 .headings, #headings, #contact, .fixed, .fixed li{
		min-height:1%;
		}
	* html #container2, * html .headings, * html #headings, * html #contact, .fixed, .fixed li{
		height:1%;
		}

/* // clearfix */	
	
#branding, #branding_left, #branding_right { 
background-color:#FFFFFF;
}
		
div.navigation a { 
font-size:12px;

}


div#sidebar ul a {
font-size:12px;
text-decoration:none;
text-align:left;
line-height:100%;

}

div#sidebar ul a:hover {
text-decoration:underline;


}

p.wp-caption-text { 
display:none;
}

/*==== WIDGETS ===== */

li.widget {
list-style-type:none;
}

.widget h2 { 
color:#000000;
font-size:16px;
}

div.big-yellow-link {
display:block;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
background-color:#FFFFCC;
font-size:1.3em;
color:#FF0000;
margin-top:10px;
padding:10px;
text-align:center; 

}

div.big-yellow-link a {
color:#FF0000;
text-decoration:underline;
}

div.big-yellow-link a:hover {
color:#CC0000;
text-decoration:underline;
}

div.latest {
padding:5px 10px;
border:1px solid #FF0000;
background-color:#FFFFCC;
margin-bottom:10px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

div.latest h3 { 
color:#FF0000;
}


/* ====== FOOTER DETAILS  ======== */ 
div.footer-quarter, div.footer-half, div.footer-social-badge {
float:left;



}

div.footer-social-badge {
witdth:190px;
margin:0 20px 0 0;
}


div#footer-content div.footer-quarter {
width:225px;
margin:0 20px 0 0;
}

div#footer-content div.footer-half {
width:480px;
margin-right:0;
padding-top:60px;


}



/* ======= FORM ============= */ 
div#SidebarForm {

border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

}

div#SidebarForm p {
line-height:110%;

}
div#SidebarForm div.FormElement { 
margin-bottom:10px;
}

div#SidebarForm label { 
display:block;
margin-bottom:0px;
font-size:0.9em;
}


div#SidebarForm input.text {

/*
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #999999;
font-size:16px;
padding:5px;
*/

background:none repeat scroll 0 0 #FFFFFF;
border:3px solid #3E94DC;
font-size:14px;
margin-bottom:5px;
padding:5px;
width:200px;
}


div#SidebarForm select { 
font-size:14px;
width:220px;

}


/*====== LATEST =========== */

div.latest {
padding:5px 10px;
border:1px solid #FF0000;
background-color:#FFFFCC;
margin-bottom:10px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

div.latest h3 { 
color:#FF0000;
}


/*====== ISSUES =========== */ 
div.issue-tab {
height:150px;

border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
margin:0 10px 20px 10px;

border-top-right-radius:20px;
-moz-border-radius-topright:20px;
-webkit-border-top-right-radius:20px;
border-bottom-right-radius:20px;
-moz-border-radius-bottomright:20px;
-webkit-border-bottom-right-radius:20px;

}


div.issue-tab h2 {
border:none;
border-bottom-right-radius:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-bottom-right-radius:0px;

}
div.issue-tab h2 a {
text-decoration:none;

}
