* { margin:0; padding:0; }
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body
{
	background: white url(../../i/bg.png) 0 0 repeat-x;
		font-family: verdana, arial, sans-serif;
			font-size: 1em;
}

#container
{
	width: 950px;
	margin:0 auto;
	overflow: hidden;
}

#header
{
	height: 90px;

	overflow: hidden;
}

#header a.logo
{
	display: block;
	height: 90px;
	width: 351px;
	background: transparent url(../../i/logo.png) 0 0 no-repeat;
}

#header a.logo span
{
	display: none;
}

ul#nav
{
	background: transparent url(../../i/nbg.png) 0 0 repeat-x;
	padding-top: 3px;
	height: 27px;
	overflow: hidden;
	list-style-type: none;
	list-style-position: outside;
}

ul#nav li
{
	float: left;
	margin-right: 35px;
}

ul#nav li a
{
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#content
{
	margin-top: 15px;
}

#content .l
{
	float: left;
	width: 400px;
}

.l .top .guy
{
	float: left;
	height:243px;
	width:164px;
	overflow: hidden;
	background: #ccc url(../../i/guy.png) 0 0 no-repeat;
}

.l .top
{
	margin-bottom: 20px;
}

.l .top .content
{
	float: left;
	width:677px;
	margin-left: 10px;
}

h1 /* global */
{
	font-family: verdana, arial, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	color:#123751;
}

.top .content h2
{
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color:#1d53af !important;
	margin-bottom: 15px;
}

p /* global */
{ 
	margin-bottom: 15px;
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
}

#content .l  h2
{
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
	font-weight: bolder;
	color:#2975b8;
	margin-bottom: 15px;
}

a.read-more
{
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	color:#1d78a5;
}

div.article
{
	padding: 10px 0;
	border-bottom: 1px dashed #a2c5d6;
	margin-bottom: 10px;
	clear: both;
}

#content .ad
{
	float: left;
	width: 171px;
}

.fr
{ float: right; }

.fl
{ float: left; }

.bottom
{
	font-size: 0.9em;
	padding: 20px 0 0;
	margin-bottom: 20px;
}

.bottom .l
{
	float: left;
	width: 601px;
}

.bottom h2
{
	color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	border:4px solid #934e6c;
	background:  url(../../i/h2bg.png) 0 0 repeat-x;
	padding: 3px;
}

.bottom .r
{
	float: right;
	width: 221px;
}

.bottom .r .totd
{
	border:1px solid #ffe3f0;
	border-top: 0;
	background-color:#e9f7fe
	padding: 10px;
}



.bottom dl dt
{
	margin-top: 10px;
}

.bottom dl dt a
{
	text-decoration: none;
	color:#3a3a3a;
	font-size: .9em;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

.bottom dl dt a:hover
{
	color:#00a0ff;
}

.bottom dl dd
{
	color:#718f1e;
	font-size: .7em;
	font-family: verdana, arial, sans-serif;
	margin-left: 23px;
}


.menuitem
{
	float: left; 
	padding-left: 10px; 
	margin-right: 5px; 
	padding-top: 2px;
}

.menulink
{
	text-decoration: none; 
	color: #1d53ca;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}