/* 
    Document   : style2
    Created on : Mar 15, 2011, 3:39:06 PM
    Author     : eric
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{

    font-family: Trebuchet MS,Helvetica,sans-serif;
    color: #333333;
}
a{
	text-decoration:none;
	color: inherit;
}

a:hover{
	/*color: #58a618;*/
        color: #3866b3;
}

a img{
    border: medium none;
}
#wrapper{
    	margin: auto;
	width: 960px;
}

#header{

    height: 100px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#icon_container{

    float: left;
}

#navigation_container{

    float: right;
}

#navigation_container a{

    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding: 5px;
}

#clear{

    clear: both;
}

#mid_content{

}

#sub_navigation{

    float: left;
    width: 260px;
}

#sub_navigation ul{

    margin-top: 19px;
    margin-bottom: 19px;
    font-size: 18px;
    font-weight: normal;
    padding: 0px;
    list-style-type:none;
}

#content_container{

    float: left;
    width: 700px;
    text-shadow: white 0px 1px 0px;
}

#horz_border{

    border-top: 1px solid #999999;
    width: 960px;
}

#footer{

    margin-top: 50px;
}