﻿/**************************
	Body Elements
**************************/

h2
{
    font-family:Century Gothic;
    font-size:16px;
    font-weight:bold;
    margin-bottom:50px;
    *-margin-bottom:20px;
    *margin-bottom:20px;
}

body
{
    font-size:12px;
    font-family:Arial;
    color:#333333;
}

/**************************
	Main Content Area
**************************/

#mainContent
{
    margin-top:60px;
}


/*********** Left Side *************/


#leftContent
{
    float:left;
    width:660px;
}

#leftContent h3
{
    margin:20px 0;
    font-family:Century Gothic;
    font-size:16px;
    font-weight:bold;
}

#leftTop
{
    float:left;
    width:435px;
}

#leftTop p
{
    margin:35px 0;
    padding:0;
    line-height:18px;
}

#rightTop
{
    float:left;
    width:225px;
}

#rightTop img
{
    margin-top:30px;
}

#leftSep
{
    clear:both;
    width:660px;
    text-align:center;
    height:16px;    
}

#leftBottom p, #midBottom p, #rightBottom p
{
	clear: both;
	float: left;
    margin:15px 0 60px 0;
    padding:0;
}

#leftBottom
{
    clear:both;
    float:left;
    width:162px;
    margin:0;
    padding:0 29px;
}

#leftBottomTop
{
}

#leftBottomBottom
{
    display:none;
}

#midBottom
{
    float:left;
    width:162px;
    margin:0;
    padding:0 29px;
}

#midBottomTop
{
}

#midBottomLeft
{
    display:none;
}

#midBottomRight
{
    display:none;
}

#midBottomBottom
{
    display:none;
}

#rightBottom
{
    float:left;
    width:162px;
    margin:0;
    padding:0 29px;
}

#rightBottomTop
{
}

#rightBottomBottom
{
    display:none;
}

/*********** Right Side *************/

#rightContent
{
    float:left;
    width:299px;
    border-left:1px solid #ccc;
}

#rightContent h3
{
    margin:20px 0;
    font-family:Century Gothic;
    font-size:16px;
    font-weight:bold;
}

.rightBox
{
    width:269px;
    padding:0 15px;
}

.rightBox a.title, .rightBoxBottom a.title
{
    color:#00608F;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
}

.rightBoxTop
{
    width:269px;
    padding:0 15px;
}

.rightBoxLeft
{
    float:left;
    height:80px;
    text-align:left;
    padding-left:15px;
}

.rightBoxRight
{
    float:left;
    width:184px;
    padding:0 15px;
}

.rightBoxBottom
{
    clear:both;
    margin:0 0 0 85px;
    padding:0 15px;
    width:184px;
}

#flashBanner
{
    display:none;
}

#flashWrap
{
    display:none;
}


/**************************
	Blog List Inner Page
**************************/


.rightBoxRight .sf_postTitle a
{
    color:#618FAF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}

.rightBoxRight ul.sf_postListing
{
    float:left;
    width:184px;
    margin:0 0 20px 0;
}

.sf_postDate
{
}

.sf_readMore
{
}

.sf_postComments
{
}

.sf_postAuthor
{
}

.sf_postCategory
{
}

.sf_postTags
{
}

.sf_postContent
{
}