/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0px 20px 0px;
	background: #F5F5F5;
}

body, th, td, input, textarea {
/*	
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
*/
	font: 11px verdana, sans-serif; color:#494442;
	
}



h1, h2, h3 {
	margin-top: 1.5em;
	/*font-family: Georgia, "Times New Roman", Times, serif;color: #26ADE4;*/
	
}

h1 {
	/*letter-spacing: -.075em;
	font-size: 3em;*/
	font-size:116%;margin-bottom:5px;margin-top:15px;font-weight:bold;

}


h2, .componentheading {
	letter-spacing: -.05em;
	/*font-size: 1.8em;
color: #8D8E85;*/
	font-size:130%;
font-weight:bold;
		

}

h3 {
	/*font-size: 1em;*/
	font-size:108%;
}

ul, ol {
	margin-top: 1.5em;
	line-height: 1.2em;
	font-size: 1.1em;
}

td {
	font-size: 1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #BE2A67;
}

a:hover {
	border: none;
	/*background: #B8D03B;*/
	color: #2b83c4;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #626456;

}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	border-bottom: 1px dotted #B8D03B;
	color: #B8D03B;

}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 770px;
	height: 50px;
	margin: 0 auto;
}

#menu {
	float: left;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	
display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 10px 20px 0 20px;
	background: #E9EED0;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #8C8F7D;

}

#menu a:hover {
	background: #DDE6AB;
	color: #2C2E22;
}

#menu .current_page_item a {
	background: #B8D03B url(images/img01.gif) no-repeat;
	color: #FFFFFF;
}

#search {
	float: right;
	width: 160px;
	padding-top: 7px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
}

#search #x {
	width: 80px;
}

/* breadcrumb */

#breadcrumb
{
	position:relative;
	top:10px;
font-weight:normal;
}
/* Logo */

div#logo {
	width: 770px;
	height: 80px;
	background: #26ADE4;
	margin: 0 auto;
	border: 1px solid #B8D03B;
}
#img
{
position:relative;
top:5px;
left:5px;
height:46px;
width:304px;	
background: #26ADE4 url(images/adam_ae_logo_right_balance.png) 0 0 no-repeat;

}
/*

#logo {
	width: 978px;
	margin: 0 auto;
	height: 90px;
	background: #FFFFFF url(images/top.png) left bottom;
	border: 1px solid #B8D03B;
}
*/
#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 30px 5px 0 20px;
}

#logo h2 {
	padding: 45px 0 0 0;
	font-style: italic;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: 1.2em;
	font-weight:normal;
	/*color: #C2C5B1;*/

}

#headertext
{
	text-align:center;
	font-size: 1.4em;
	color: #BE2A67;
	font-weight:bold;
margin-bottom:10px;
}
/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
	background: #FFFFFF;
	border: 1px solid #B8D03B;
	border-top: none;
}

/* Content */

#content {
	float: right;
	width: 620px;
	padding: 20px 10px 0 10px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	font-size: 2.4em;
}

.post .entry {
	padding-bottom: 30px;
}

.post .meta {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #CFCFCF;
}

.post .meta a {
	color: #CFCFCF;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h3 {
	margin: 0;
}

#recent-posts p {
	margin: 0 0 1.5em 0;
	font-size: .9em;
}

/* Sidebars */

.sidebar {
	float: left;
	background: url(images/img03.gif) repeat-y;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
	width: 30px;
	padding: 25px 10px 0 11px;
}

#sidebar2 {
	width: 110px;
	padding: 25px 0 0 11px;
}

#sidebar2 li ul {
	line-height: normal;
	background: url(images/img04.gif) repeat-x;
}

#sidebar2 li li {
	padding: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
}

/* Footer */

#footer {
	text-align: center;
	font-size: .8em;
}

/* Joomla-specific Styles */
.menu li, #form-login li {
	line-height: 1em !important;
	margin-bottom: 1em !important;
}

ul.menu {
	padding: 7px 0;
	border-bottom: 1px dashed #ccc;
}

fieldset.input {
	padding: 5px;
}

label {
	font-weight: bold;
}


div.search {
	margin-bottom: 10px;
}

td.buttonheading img {
	border: 0;
}

.contentpaneopen td {
	padding: 0 10px;
}

table.blog {
	margin-top: 10px;
	
}

.contentheading {
	font-weight: bold;
}

td.buttonheading {
	padding: 0 !important;
}
.language
{
	position:relative;
	
	top:-30px;
	right:20px;
}
#aboutUs
{
	float:right;
	width:290px;
}
#headers
{
	margin-bottom:20px;
	color:#B2D33E;
	margin-left:10px;
}
#headerMedia
{
	color:#26ADE4;
	margin-left:20px;
}
#press
{
	width:320px;
}
ul
{
padding: 0px 0px 0px 0px;


}
li
{
padding: 0px 0px 0px 0px;

}
.dateItems
{
	margin-left:30px;
}
.dateItem
{
	padding-top:10px;
	margin-bottom:-10px;
	font-size:102%;
	font-weight:bold;
}
.newsdate
{
	font-size:102%;
	font-weight:bold;
}
.underline
{
	height:30px;
	border-bottom: 1px dashed #ccc;
}
#searchBox
{
	float:left;
	padding-top:10px;
	padding-left:6px;
}