* { padding: 0; margin: 0; }

body { font-size: small; font-family: Tahoma; }
fieldset { border: 0 }
img { vertical-align: bottom; border: 0; }
ul { list-style-type: none; margin-bottom: 2px; }
p { margin-bottom: 1em; line-height: 1.2em; font-size:0.90em }
a { color: #000; }
a:hover { text-decoration: none; }
hr { display: none; }
.box { padding: 2px; }
.date { font-weight: bold; color: #EB8000; }
.reset { padding: 0; margin: 0; }
.hr { background: #9b9b9b repeat-x; height: 1px; margin-bottom: 1em; clear: both; }
.clear { clear: both; }

#mainWrapper
{
    /*background: #fff url('/images/layout/background.png') 0 0 repeat-x;*/
    overflow: auto;    
}

#footerWrapper
{
    background-color: #9a9a9a;
    overflow: auto;
    margin-top: 1em;
}

#siteWrapper, #footer
{
    width: 355px;
    margin: 0 auto;
    background-color: #fff;
}

/*********** HEADER ***********/
#header
{
    margin-top: 5px;
}

#logo
{
    background:#FFFFFF url(/images/layout/headerLogo.png) no-repeat scroll 0 0;
    float:left;
    height:56px;
    width:355px;
    cursor:pointer;
	border-bottom:1px solid #C41425;
}

#hilites
{
	clear: both;
	background: #46ABDD url(/images/layout/blue4_bg.jpg) repeat-x scroll left top;
}

#hilites img
{
	width: 90px;
	height: 90px;
	margin: 2px;
}

#hilites li
{
	float: none;
	clear: both;
}

#hilites dl
{
	border: 1px #fff solid;
	height: 94px;
}

#hilites dl dd, 
#hilites dl dt
{
	float: none;
}
#hilites dl dd.thumbnails
{
	float: left;
}

#hilites dl dt
{
	display: block;
	color: #007191;
	font-weight: bold;
}

#hilites dl dd a
{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

#logo a
{ 
    height:112px;
    padding-top: -42px;
    display: block;
    color: #ffffff;
}


#content
{
    margin-right: 20px;
}

#content h2 .right_corner
{
    background: transparent url('/images/layout/header.png') right 0 no-repeat;
    width: 10px;
    height: 40px;
    float: right;
}

#content h3
{
    font-size: 1.1em;
}

#content .introlink
{
    text-decoration: none;
    color: #000;
}

#content .introlink:hover
{
    text-decoration: underline;
    color: #000;
}

.more
{
    color: #eb8000;
    display: block;
    text-align: right;
    padding-right: 20px;
    background: transparent url('/images/layout/more_arrow.gif') top right no-repeat;
}

.more_category
{
    float: left;
    clear: left;
    padding-right: 20px;
    margin: 2em;
    font-weight: bold;
    background: transparent url('/images/layout/more_arrow.gif') top right no-repeat;
}

/* center column */
#mainColumn
{
    float: left;
    display: inline;
    margin-left: 20px;
    width: 464px;
}

#articleWrapper
{
    float: left;
    width: 355px;
}


#article h1
{
    font-size: 1.2em;
}

#article h3
{
    font-size: 1em;
}

#article #articleInfo
{
    margin-bottom: 1em;
    margin-top: 1em;
    font-weight: bold;
}

#article #articleInfo span#date,
#article #articleInfo span#author
{
	font-weight: normal;
}

#articlesBox h2
{
	font-size:1.1em;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

#articlesBox h2 a
{
	color: #333333;
	text-decoration: underline;
}

.author
{
	text-decoration: underline
}
