/*
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 {
	font: normal small Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 9pt;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	color: #11A6D4;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
}

ol li {
}

a {
	color: #EA672E;
}

a:hover {
	text-decoration: none;
	color: #11A6D4;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: url(../img/img03.gif) repeat-x;
}

.boxed .title {
	height: 29px;
	padding: 11px 0 0 27px;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
}

/* Header */

#header {
	background: url(../img/Expert.png) no-repeat;
	width: 90%;
	height: 110px;
	margin: 0 auto;
	margin-bottom: 20px;
	min-width: 950px;
}
* html #header{width: 950px;}

/* Header > Logo */

#logo {
	float: left;
	padding: 35px 0 0 0;
	margin-left: 120px;
	font-size: 200%;
	font-weight: bold;
}

#logo h1 {
	text-transform: uppercase;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #888;
	font-size: 70%;
	width: 400px;
	display: block;
}

/* Header > Top Menu */

#topmenu {
	margin: 0 auto;
	width: 90%;
}

.menu-handler{
	border-bottom: 1px solid #888;
	width: 100%;
	margin-top: -77px;
	position: relative;
	float: right;
	padding-bottom: 30px;
}

/* Content */

#content {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	min-width: 950px;
}

* html #content{width: 950px;}


/* Content > Sidebar > Updates */

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	width: 80%;
	margin: 0 auto 2em auto;
	min-width: 950px;
	padding: 15px;
}
* html #footer{width: 950px;}

#footer #me{
    text-align: center;
}
/* Footer > Legal */

#footer #legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	font-size: x-small;
}

#footer #legal a {
	font-weight: bold;
}

/* Footer > Links */

#footer #links {
	border-top: 1px solid #CCCCCC;
	padding: 10px;
	text-align: center;
}

.clear {
	clear: both;
}
/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging a {
background-repeat: no-repeat;
text-decoration: none;
}

div.paging a.first {
background-image: url(../img/first.png);
background-position: left 4px;
padding-left: 20px;
}
div.paging a.prev {
background-image: url(../img/prev.png);
background-position: left 4px;
padding-left: 12px;
}
div.paging a.next {
background-image: url(../img/next.png);
background-position: right 4px;
padding-right: 12px;
}
div.paging a.last {
background-image: url(../img/last.png);
background-position: right 4px;
padding-right: 20px;
}
.crumbs {
margin-bottom: 30px;
}

