/*---------------------------------------------------------------------------------

Theme Name: Better Languages Theme
Theme URI: http://www.attitudedesign.co.uk/
Description: Better Languages bespoke theme developed by Attitude Design
Version: 2
Author: Matt Davies
Author URI: http://www.attitudedesign.co.uk/

---------------------------------------------------------------------------------*/

.gmap {
	padding:20px 0;
}
.gmap iframe {
	margin-bottom:5px;
}


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

/*

From Old Design 

*/

.lefthand_colomn {
	float: left;
	width: 40%;
	margin: 0 8% 0 0;
}

.righthand_colomn {
	float: right;
	width: 40%;
}

.righthand_colomn_small {
	float: right;
	width: 40%;
	margin: 0 0 0 20px;
}

.righthand_colomn_comments {
	width: 40%;
	float: right;
	text-align: right;
}

.righthand_colomn_comments a{
	color: #B2C7D3;
}

.righthand_colomn_comments a:hover{
	color: #D14F50;
}

.lefthand_colomn_large {
	float: left;
	width: 660px;
}

.lefthand_colomn_small {
	float: left;
	width: 210px;
	margin: 0 20px 0 0;
}

.righthand_colomn_large {
	float: right;
	width: 660px;
}

.righthand_colomn_large_halfleft {
	float: left;
	width: 320px;
	margin: 0 20px 0 0;
}

.righthand_colomn_large_halfright {
	float: right;
	width: 320px;
}

.righthand_colomn_large .small_left {
	float: left;
	width: 120px;
	margin: 0 20px 0 0;
}

.righthand_colomn_large .large_right {
	float: left;
	width: 520px;
}

.smalltextunder {
	margin-bottom: 0;
}

.smalltext{
	font-size: 80%;
	color: #B2C7D3;
	font-style:italic;
}

.thirdscontainer {
	width: 570px;
	margin: 10px 0 0 0;
}	

.righthand_colomnthird {
	width: 170px;
	float: left;
	margin: 0 20px 0 0;
}

.righthand_colomnthirdend {
	width: 184px;
	float: left;
	margin: 0;
}

.righthand_colomnthird p{
	font-size: 90%;
	color: #000;
	padding: 0 0 8px 0;
	margin: 0;
}

.righthand_colomnthirdend p{
	font-size: 90%;
	font-size: 90%;
	color: #000;
	padding: 0 0 8px 0;
	margin: 0;
}

.righthand_colomnthird img{
	margin: 0 0 20px 0;

}

.righthand_colomnthirdend img{
	margin: 0 0 20px 0;

}

.lineabove {
	margin: 6px 0 0 0;
	font-size: 90%;
}

.entry_header_holder {
	margin-bottom:20px;
}

.entry {
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}

.post {
	margin-bottom:20px !important;
}



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;
}
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;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

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

/*
body {font:13px/1.22;*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
---------------------------------------------------------------------------------*/



/* base.css, part of YUI's CSS Foundation */
h1 {
	font-size: 130%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size: 110%;
	padding: 0;
	margin: 0;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size: 80%;  
}

h1{
	margin: 2em 0 .5em 0;
	padding: 0;
}

h2{
	/* top & bottom margin based on font size */
	padding: 0;
	margin: 1.2em 0 .5em 0;
}


h1,h2 {
	color: #2B3B4F;
	font-weight: bold;

}

h3,h4,h5,h6 {
	color: #455a75;
	/*text-transform:uppercase;*/
	font-weight: normal;
	margin: 0.8em 0 .5em 0;
}

strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight: bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #fff;
	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:0.4em;
}
ol {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}

ul {
	padding: 0 0 0 10px;
}

ul li {
	list-style-type: disc;
}

.cf-ol {
	list-style-type: none;
}

.linklove {
	display: none;
}

li {
	/*giving UL's LIs generated disc markers*/
	font-size: 80%;
	padding: 0 0 5px 6px;
	color: #5C6E87;

}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
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, code {
	/*so things don't run into each other*/
	padding: 0;
	margin: 0 0 0 0;
	color: #5C6E87;
	font-size: 80%;
	font-weight: normal;

}


a:link		{ color: #D14F50; text-decoration: none;}
a:visited	{ color: #D14F50; text-decoration: none;}
a:hover		{ color: #5C6E87; text-decoration: none; text-decoration: underline;}
a:active	{ color: #D14F50; text-decoration: none;}

#content a{
	text-decoration: underline;
}

/*---------------------------------------------------------------------------------
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: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
   	
    background-color: #DDE2EA;
/*
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat x;
	background-position: left top;
*/
}


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

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


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


/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/
.pagewidth{
	width: 90%;
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	min-width: 800px;
	/*border:1px solid red;*/
}

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

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

.hr {
	width: 100%;
	height: 1px;
	border-top: solid 1px #D2D2D2;
	margin: 10px 0 10px 0;
	float: left;
}

.large {
	font-size: 115%;
	color:#D14F50;

}

.grey {
	color: #9A9A94;
}


.spacer {
	width: 100%;
	margin: 20px 0 20px 0;
	height: 10px;
}

.lightdivider {
	width:100%;
	background:#ECF0F9;
	overflow:hidden;
	height:10px;
}

.darkdivider {
	width:100%;
	overflow:hidden;
	height:10px;
	background: #C3CAD6;
}

/*---------------------------------------------------------------------------------
Layout Styles
---------------------------------------------------------------------------------*/
#page{
	background: url('images/bg.gif') top right no-repeat #fff;
	margin: 0 0 10px 0;
	padding: 15px 30px 30px 30px;
}


/* Header */

.header {
	background: URL('images/top-back.gif') repeat-x  #425A72;
	text-align:right;
	width:100%;
}

.logo {
	float:left;
	padding:21px 0px 15px;
}

.header-right {
	float:right;
	margin-top:20px;
	color: #FFF;
}


.lang_chooser, .header_call {
	text-align:right;
}

.lang_chooser {
	font-size:0.7em;
}

.header_call {
	font-size:0.8em;
}
/*---------------------------------------------------------------------------------
Navigation -*/


#navigation {
	background: URL('images/nav-back.gif') repeat-x top left #69312f;
	background-repeat:repeat-x;
	width: 100%;
	float:left;
	margin:0;
	padding:0;
}

#navigation a {
	color: #D8DAD3;
	margin: 0 16px 0 0;
	border-bottom: none;
}

#navigation a:hover {
		color: #FFF;
}

#navigation ul, #navigation li {
	float:left;
	list-style-type: none;
	margin:0;
	padding:0;
}
#navigation li {
	/*background: url('images/navright.gif') right top no-repeat;*/
	list-style-type:none;
	padding-top:8px; /*this is the padding for the whole bar */
	padding-bottom:8px; /*this is the padding for the whole bar */
}

#navigation .current_page_item a, #navigation .current_page_parent a , #navigation .current_page_ancestor   a {
	background: URL('images/navleft.jpg') left no-repeat;
	color: #4E576E;
	margin: 0 8px 0 0; /* right */
	border-bottom: none;
	padding:8px 0 8px 10px; /*top, bottom, left */
}

#navigation .current_page_item a:hover, #navigation .current_page_parent a:hover, #navigation .current_page_ancestor   a:hover {
	color: #4E576E !important;
}
#navigation .current_page_item, #navigation .current_page_parent, #navigation .current_page_ancestor  {
	background: URL('images/navright.jpg') right no-repeat;
	color: #90a5b8;
	margin: 0 5px 0 0; /*right!! */
	border-bottom: none;
	padding:8px 3px 8px 0; /*top & bottom */
}

/* ROTATING HEADER */

#rotating_header_holder {
	background: URL('images/contact_back.gif') bottom repeat-x #fff;
	padding:17px 0 37px 0;
	width: 100%;
	float: left;
}


#pagemessage h1, #pagemessage h3 {
	padding:0;margin:0;
	text-transform: uppercase;
}

#pagemessage h1 {
	font-size:2em;
	padding:4px 0 0 0;
}

#rotating_header h3 {
	font-size:1.2em;
	padding-left:4px;
}

#pagemessage {
	background:#FFFFFF url(images/message/random.php) no-repeat scroll right top;
	display:block;
	float:left;
	margin:10px 0 0;
	padding:0;
	width:100%;
	min-height:130px; /*would be 135 however, 5px is used to move text down, see 396 */
	margin:0;
	padding: 5px 0 0px 1%;
}

#pagemessage h2 {
	margin: 4px 0 0 0;
	padding: 0;
	color: #4B5A73;
	font-weight: normal;
	
}
/*---------------------------------------------------------------------------------
Header -*/

/* NOT USED


#language_bar {
	margin: 15px 0 4px 0;
	
}

#language_bar p {
	color: #D6E3ED;
	padding: 0;
	margin: 0;
	font-size: 70%;
	text-align: right;
}

#language_bar a {
	color: #D6E3ED;
}

#language_bar a:hover {
	color: #FFF;
}


#header {
	padding: 12px 0 0 0;
	margin: 0;
	float: left;
	width: 100%;
}

#header .left {
	float: left;
}

#header .right {
	width: 200px;
	float: right;
}

#header .right p{
	padding: 0;
	margin: 0;
}

#header .right p.tel {
	color: #f81833;
	font-size: 140%;
	padding: 0;
}

*/
#home_pagemessage {
	background: URL('images/message_back.gif') bottom repeat-x #fff;
	padding-bottom:5px;
}
#message_message {
	width: 100%;
	background: url('images/header_image.jpg') top no-repeat;
	padding-top:15px;
	text-align:center;
	font-size:1.1em;
}

#message_message a,#message_message img {
	border:0;
}

#message_message h1 {
	padding:0; margin:0;
	font-size:1.3em;
	text-transform:uppercase;
	font-weight: normal;
}

#message_contact {
	background: URL('images/mes_left_back.gif') repeat-x  #6B3030;
	margin-top:20px;
	margin-bottom:20px;
}

#mes_con_right, #mes_con_left {
	padding:5px;
	text-transform:uppercase;
	color:#FFF;
	margin:0px;
}

#mes_con_left {
	float:left;
	background: URL('images/mes_left_back.gif') repeat-x;
}

#mes_con_right {
	float: right;
	background: URL('images/mes_right_back.gif') repeat-x;
	padding:5px 2%;
}

#mes_con_left a, #mes_con_right a {
	color:#FFF;
}

#mes_con_right a:hover {
	color:#FFF;
	text-decoration:underline;
}

#home_tests {
	background:URL('images/home_testi_back.gif') repeat-x #DDE2EA;
}
 

/* CONTACT */

#contact_main {
	background: URL('images/contact_back2.gif') top repeat-x #DDE2E9;
	margin:0;
	padding:0;
}

#contact_main h1 {
	font-size:1.2em;
	padding:0;
	margin:20px 0;
	float: left;
	text-transform:uppercase;
}

#contact_main h2 {
	font-size:0.9em;
	padding:0;
	margin:0 0 20px 0;
	text-transform:uppercase;
}





/* DEBUG 
#sidebar_container, #main_content {
	border:2px solid red;
} 

.trans_sect {
	border:1px solid #00FF00;
}

div {border:1px solid #000;}

*/


/* MAIN CONTENT [WHOLE] */

#whole_content {
	background: URL('images/footer_back.gif') repeat-x top left #DDE2EA;
	padding-bottom:50px;
	padding-top: 10px;
	float: left;
	width: 100%;
}

#whole_content h1,h2,h3 {

	text-transform: uppercase;
}
#whole_content h1,h3 {
	padding-bottom:10px;
	font-weight:bold;
}

#whole_content h1 {
	padding-bottom:10px;
}




.bottom_message {
	background:URL('images/home_bot_mess_back.gif') repeat-x top left #17172B;
	font-size:1.8em;
	padding:10px;
	margin:20px 0 15px 0 ;
}
.bottom_message p {
	margin:0px;padding:0px;
}
.bottom_message a {
	color:#FFF;
}
.bottom_message a:hover {
	text-decoration:underline;
	color:#FFF;
}


/* MAIN CONTENT [WITH SIDEBAR] */

#main_content {
	width:78%;
	float:right;
}

#whole_content h1 {
	font-size:1.1em;
	padding-bottom:5px;
	padding-top:0;
	margin: 10px 0 0;
	color: #2B3B4F;
}

#main_content_l {
	width:78%;
	float:left;
}

#main_content_l .subtitle {
	text-transform:uppercase;
}

/* SIDEBAR */

#sidebar_container {
	width:20%;
	float:left;
}

#sidebar_container_r {
	width:20%;
	float:right;
}

#sidebar_container li, #sidebar_container_r li {
	list-style: none;
	font-size:90%;
	padding:0px 0 8px 0;
	margin:0px;
}

#sidebar_container ul, #sidebar_container_r ul {
	padding:5px 0 5px 0;
	margin:0;
}
#sidebar_container #submenu .current_page_item a, #sidebar_container_r #submenu .current_page_item a {
	color: #55576E;
}


#sidebar_container #submenu .current_page_item ul li a, #sidebar_container_r #submenu .current_page_item ul li a {
	color: #D14F50;
}


/* SPECIALIST STYLES */

	/* Translation Services */
	.trans_sect {
		padding-left:60px;
		margin-bottom:10px;
		margin-left:10px;
		width:230px;
		min-height:50px;
		float:left;
		font-size:0.8em;
	}
	.trans_sect h4 {
		color:#D14F50;
		padding:0;margin:0;
		font-weight:bolder;
	}
	.trans_sect p {
		padding:5px 0;margin:0;
		font-size:1em;
	}
	#whole_content .entry {
		/*margin-bottom:20px;*/
	}
	
	
	/* Blog */
	.post .entry p object{
		padding: 10px 0 10px 0;
	}
	.entry p {
		padding: 0 0 5px 0;
	}
	
	/*page parents */
	.parent_sect {
		margin-bottom:10px;
		margin-left:10px;
		width:290px;
		min-height:50px;
		float:left;
		font-size:0.8em;
	}
	.parent_sect h4 {
		color:#D14F50;
		padding:0;margin:0;
		font-weight:bolder;
	}
	.parent_sect p {
		padding:5px 0;margin:0;
		font-size:1em;
	}
	

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

#footer {
	padding: 22px 0 90px 0;
	background:URL('images/footer_back.gif') repeat-x  top left #DDE2EA;
}

#footer a, #footer, #footer p {
	color: #B3B4B6;
}

.address {
	border-top: #92aeca 1px solid;
	border-bottom: #92aeca 1px solid;
	padding: 10px 0 10px 0;
	margin: 5px 0 10px;
	font-size: 120%;
	text-align: center;
}

#footer .address p {
	color: #616683;
}

#footer p {
	padding: 0;
	margin: 0;
	font-size: 70%;
}

#footer a:hover {
	color: #D14F50;
}

#footer .left {
	float: left;
	width: 20%;
}

#footer .right {
	float: right;
	width: 80%;
	text-align: right;
}

#footer ul{
	padding: 0;
	margin: 0;
	float: left;
}

#footer li{
	float: left;
	list-style-type: none;
	padding: 0 0 0 10px;
	background: none;
}

#footer .block {
	padding: 0;
	float: left;
	width: 100%;
}

#footer .footer_left {
	float: left;
	width: 600px;
}

#footer .footer_left p{
	color: #2f3e56;
}

#footer .footer_left p a{
	color: #D14F50;
}

#footer .footer_left p a:hover{
	color: #102032;
}

#footer .footer_right {
	float: right;
	width: 300px;
}

#footer .footer_left img {
	margin: 0 0 0 8px;
}
/*---------------------------------------------------------------------------------
Home -*/

#home {
	background: #FFF;
}


/* THIRDS BLOCK */

.thirds_block {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 100%;
	display: block;
}

.thirds_block .third_one .large{
	font-size: 140%;
	margin: 0 0 0px 0;
}


.thirds_block h3 {
	padding: 0;
	margin: 0 0 10px 0;
	text-transform:uppercase;
	font-size: 110%;
}

.thirds_block a {
	margin:0px;
	font-weight:bold;
	padding-bottom:3px;
	color: #D14F50;
}

.thirds_block .third_one .large{
	font-size: 140%;
	margin: 0 0 0px 0;
}
.thirds_block h4{
		margin:0px;
	}
/* --------- third one --------- */ 

	.third_one {
		width: 32%;
		float: left;
		display: block;
		margin: 0 1% 0 0;
		color: #D14F50;
		font-weight:normal;
		padding: 15px 0 0 0;

	}

	.third_one a:hover{
		color: #5C6E87;
	}

/* --------- third two --------- */

	.third_two {
		width: 31%;
		float: left;
		display: block;
		padding: 15px 1% 0px 2%;
	}

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

	.third_two li {
		padding-left:60px;
		list-style-type: none;
		margin-bottom:5px;
		min-height:50px;
	}

	.third_two p {
		font-size:1em;
		color:#70757F;
	}


/* --------- Third three --------- */

	.third_three {
		width: 28%;
		float: right;
		display: block;
		padding: 15px 2% 0px 2%;
	}

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

	.third_three li {
		list-style-type: none;
		margin:0 0 10px 0;
		padding: 0;
		min-height:50px;
	}

	.third_three h4 a {
		margin:0px;
		font-weight:bolder;
		padding-bottom:3px;
		color: #D14F50;
	}
	

	.third_three p {
		font-size:1em;
		margin-bottom:5px;
		color:#70757F;
	}

	.third_two .home_linkout {
		font-size:0.9em;
	}
	.third_three .home_linkout {
		font-size:0.9em;
	}	

	.homelink {
		font-size:0.9em;	
	}


/* second thirds */

.thirds2_block {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	display: block;
}


.third2_one, .third2_two, .third2_three {
	margin:0 2px;
}

.third2_one { width: 48%; float:left;}
.third2_two { width:25%; display:block;float:left; }
.third2_three { width:25%; display:block;float:right; }

.third2_one h1,.third2_two h1,.third2_three h1 {
	text-transform:uppercase;
	font-size:0.9em;
}
.third2_one p {
	line-height:1.3em;
}



.third2_three p { /*this is for the client/case study image border */
	padding:0 0 8px 0;
	padding-bottom:8px;
	
}

	#NewsVertical {
	width: 100%;
	height: 160px;
	display: block;
	overflow: hidden;
	position: relative;
	}

#NewsTicker{
	width:100%;
	height:160px;
	margin:0 auto;
	background: #FFF;
}

/* Ticker Vertical */
	#TickerVertical {
		width: 100%;
		height: 100px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical ul {
		padding-top:0;
		margin-top:0;
	}
	#TickerVertical li {
		width: 30%;
		color: #444444;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 0;
		float: left;
		height: 160px;
		display: inline;
	}



#content {
	background-color: #FFF;
}

#content .thirds_block .third_three ul li a{
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #5C6E87;
}



#content .twothirds{
	width: 64%;
	float: left;
}


#content .singlethird{
	width: 32%;
	float: right;
}


/*---------------------------------------------------------------------------------
Testimonials-*/

.testimonial_block {
	background: url('images/testimonials_bg.gif') bottom left no-repeat #bfd4e3;
	margin: 20px 0 0 0;
	float: left;
	width: 100%;
}

.testimonial_block p{
	padding: 15px 15px 0 15px;
	margin: 0;

}

.testimonial_block p.name{
	padding: 0 15px 15px 15px;

}



/*---------------------------------------------------------------------------------
News -*/


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

.category a {
	color: #B2C7D3;
}

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

#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 {
	margin-left:0;
	padding-left:0;
}

.archivelist li{
	border-bottom: 1px solid #D2D2D2;
	list-style:none;
	margin-left:0;
	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;
}

.block {
	padding: 20px 0 20px 0;
}

.half_left {
	width: 49%;
	margin: 0 0% 0 0;
	float: left;
}

.half_right {
	width: 50%;
	float: right;

}
.block .half_right {
	text-align: right;

}

#content .entry p {
	padding: 0 0 5px 0;
}

/*.recent h4 {
	padding: 0;
	margin:0 0 1px 0;
	font-size: 85%;

}*/

#content .recent h4 a{
	text-decoration: none;
}

#content .third_three .recent p {
	padding: 0;
	margin:0;
	font-size: 70%;
}

#content .third_three .newslink {
	margin: 10px 0 0 0;
}

#content .third_three .recent {
	margin: 0 0 8px 0;
}

#message_contact .mes_con_right a:link{
	color:#FFF;
}

.trans_children {
	margin: 30px 0 0 0;
	float: left;
}	

.endlink {
	margin: 8px 0 20px 0;
}


