/* CSS Document */

html, body, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote,
#navigation ul, #navigation ol, #navigation li
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
    font-family: Arial, Helvetica, sans-serif;
    background: #444 url(../images/bg.gif) top repeat-x;
}

body
{
    font-size: 12px;
}

.clear
{
    clear: both;
    font-size: 0;
    height: 0;
}

.center
{
    text-align: center;
    margin: 0 auto;
}

a
{
    color: #1d1d1d;
}

/******************* Typography *******************************/

h1, h2, h3, h4, h5
{
    color: #1c1c1c;
    padding-top: 8px;
    padding-bottom: 10px;
    font-weight: normal;
}

h1
{
    font-size: 22px;	
}

h2
{
    font-size: 20px;
}

h3
{
    font-size: 18px;
}

h4
{
    font-size: 16px;
}

h5
{
    font-size: 14px;
}

h6
{
    font-size: 13px;
    font-weight: bold;
    color: #ed8f00;
}

p
{
    color: #1d1d1d;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 6px;
    padding-bottom: 14px;
    line-height: 1.5;
    padding-right: 65px;
}

/********************* Layout Divs *********************************/

#main-wrapper
{
    width: 844px;
    margin: 0 auto;
}

#logo
{
    float: left;
    width: 300px;
    height: 90px;
    padding-top:8px;
    padding-left: 16px;
}

#logo a{
    color:#ffffff;
    text-decoration:none;
}

#branding{
    font-size:14px;
    color:#fc9a04;
    font-style: italic;
    margin-top: 24px;
    text-align: center;
    font-weight: bold;
}
#logo a span{
    font-size:20px;
    color:#fc9a04;
}
.message{
    font-size:14px;
    color:#fc9a04;
    font-style: italic;
    font-size:  10pt;
    margin-top: 0px;
    padding-left: 40px;
    font-weight: bold;
}

#navigation
{
    float: right;
    width: 445px;
    height: 49px;
    padding-right: 0px;
    padding-top: 43px;
}

#navigation ul li
{
    float:left;
    list-style-image:url(../images/arrow.gif);
    margin-right:30px;
}

#navigation ul li a
{
    display:block;
    color:#fff;
    text-decoration:none;
    font-size:20px;
}

#navigation ul li a span
{
    color:#fc9a04;
    font-size:14px;
}


#home a:hover, #writing_samples a:hover, #about a:hover,
#blog a:hover, #contact_us a:hover  {
    text-decoration: none;
    color:           #fc9a04;
}

#banner
{
    width: 844px;
    height: 236px;
}

#content-wrapper
{
    width: 844px;
    background-color: #f8f7ee;
    padding-top: 20px;
}

#content-left
{
    float: left;
    width: 235px;
    padding-top: 15px;
}

#content-right
{
    float: right;
    width: 609px;
}

#content-bot
{
    width: 844px;
    height: 11px;
    background: url(../images/content-bot-bg.gif) no-repeat;
    font-size: 0;
}

#footer
{
    color: #fff;
    font-size: 11px;
}



/********************** Main Content Styles ****************************/

/*
#content-right ul
{
    padding: 5px 30px 20px 30px;
}

#content-right ul li
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1d1d1d;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 22px;
    background: url(../images/list-arrow.gif) left no-repeat;
    list-style: none;
}
*/

#content-right img.news-more
{
    padding-bottom: 20px;
}

/**************************** Footer Styles ********************************/

#footer a
{
    color: #fff;
}

#footer-left
{
    float: left;
    width: 400px;
    height: 30px;
    line-height: 30px;
    padding-left: 18px;
}

#footer-right
{
    float: right;
    width: 320px;
    height: 30px;
    line-height: 30px;
    padding-right: 18px;
    text-align: right;
    font-size: 8px;
}
#content-right ul li p img {
	text-align: left;
	float: left;
	padding-right: 8px;
	padding-top: 8px;
}
#single_column_indent {
	padding-left: 24px;
}
.less_space {
	margin-top: -9px;
	padding-top: 0px;
}
