body
{
	text-align: center;
	font-family: Arial, Univers, sans-serif;
	color:#000;
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
	/*top right bottom left*/
}

/*//FONTS//*/

body a
{
	text-decoration: none;
	border-bottom:1px dotted #148414;
	color:#148414;
}
body a:hover
{
	text-decoration: none;
	border-bottom:1px dotted #707070;
	color: #707070;
}
.footerText
{
	color: #fff;
	font-size: 11px;
}
.footerText a
{
	color: #fff;
}
.footerText a:hover
{
	color:#ED7906;
}
h1
{
	font-size: 26px;
	color: #707070;
	font-family: Georgia, Times New Roman, serif;
	line-height: 32px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h2
{
	color: #148414;
	font-size: 16px;
	font-family: Arial, Univers, sans-serif;
	
}
h3
{
	color: #707070;
	font-size: 14px;
	font-family: Arial, Univers, sans-serif;
	 padding-top:8px;
}
h4
{
	color: #707070;
	font-size: 12px;
	font-family: Arial, Univers, sans-serif;
	font-weight: bold;
	padding:0;
	margin:0;
}

/*//END OF FONTS//*/




/*//MISC//*/
.invisible
{
	display: none;
}
.clear
{
	clear: both;
}
.minheight
{
	height: 310px;
	float: left;
}
img 
{
	border: none;
}
ul
{
	padding: 0;
	margin: 0 0 0 15px;
	list-style-image:url("images/greendot.gif");
}
li
{
	margin: 0 0 12px 0;
}
.tight li
{
	margin: 0 0 0px 0;
}

/*//END OF MISC//*/

/*//MENU//*/
.menutext
{
	color: #fff;
	font-size: 14px;
}
.menu li
{
	background: url(images/menu_button1.gif); 
	background-repeat: no-repeat; 
}


/*//NAMED DIVS//*/

#container
{
	width: 880px;
	margin: 0 auto 20px auto;
	border: 1pt solid #fff;
	background: url(images/bkg.jpg); 
	background-repeat: no-repeat; 
}

#header
{
	width: 920px;
	margin: 55px auto 0 auto;
	text-align: left;
}

#logo
{
	float: left;
	padding-right: 60px;
}
#accredited_logos
{
	float: left;
	width: 180px;
}
#accredited_logos a
{
	border: none;
}
#main
{
	clear: both;
	text-align: left;
	margin: 60px 0 0 0;
	position:relative;
}

#content_home
{
	float: left;
	width: 515px;
	margin: 27px 0 0 142px;
	text-align: center;
}
#content
{
	float: left;
	width: 515px;
	margin: 0px;
	padding-left: 142px;
	text-align: left;
}
#content_team
{
	float: left;
	margin: 0px;
	padding-left: 142px;
	text-align: left;
}
.textwrap_image
{
	background: url(images/textwrap_image.gif); 
	background-repeat: no-repeat; 
	width: 111px;
	height: 120px;
	float: right;
}
.content_text
{
	padding: 3px 0 0 0;
}
#menu_right
{
	float: right;
	margin: 166px 0 0 0px;
}


#footer
{
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding:0px;
	text-align: center;
}
#int_button
{
	width: 127px;
	height: 25px;	
	text-align: center;
	margin: 8px 0 8px 0;
}
#int_button a 
{
	width: 127px;
	height: 22px;	
	background: url(images/menu_button1int.gif) no-repeat; 
	color:#fff; 
	line-height:25px; 
	text-decoration:none;
	font:normal 13px Arial, Univers, sans-serif;	
	display:block;
	border: 0;
	padding-top: 3px;
}
#int_button a:hover
{
	width: 127px;
	height: 22px;		
	padding-top: 3px;
	background: url(images/menu_button2int.gif) no-repeat; 
	color:#000;
	text-decoration:none;	border: 0;
}
#company_formations_form
{
	margin: 20px 0 0 0;
}
#company_formations_form input, #company_formations_form textarea
{
	font-size: 12px;
	width: 280px;
	font-family: Arial, Univers, sans-serif;	
	background-color: #e2e2e2;
	border: 0;
	padding: 3px;
}

.form_block
{
	margin: 0px 0 20px 0;
	border: 1pt solid #ccc;
	padding: 5px 20px 5px 20px;
}
.form_left
{
	float: left;
	width: 160px;
	font-size: 12px;
}
.form_right
{
	float: left;
	width: 280px;
	font-size: 12px;
}
.form_row
{
	margin: 8px 0 8px 0;
}
/*//END OF NAMED DIVS//*/
#popupmenu 
{ 
	position:relative;
	width: 250px;
}

.team_member
{
	border: 1pt solid #dbe7db;
	padding: 10px;
	width: 140px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.team_email a
{
	font-size: 11px;
}

.error { color:red }
#company_formations_form input.error { color:black; border:1px solid red; background-color:yellow; }