* { margin: 0; padding: 0; }
 
p { margin: .75em; }

html, body
{
    height: 100%;
}

body
{
    text-align: center;
    font-family: Tahoma, 'Arial', Sans-Serif;
    font-size: 8pt;
}

#main { background: #022f52; letter-spacing: 0em}

img { border: 0; display: block; }

a { text-decoration: none; }

li { list-style-type: none; }

#page { 
    text-align:center; 
    width: 980px;
    margin: auto;
    height: 100%;
}

#header
{     
    height: 345px;              
    background: #022f52;
}

#sec-header
{     
    height: 127px;              
    background: #022f52;
    background: url('../images/sec_header_image.gif') repeat-y #FFF;
}

#facebook
{
    position: relative;
    top: 68px;
    left: 860px;
}

#middle_header
{
    height: 206px;
    background: url('../images/center_bg.gif') repeat-y #FFF;
}

#brownsep
{
    background: #cc9966;
    height: 12px;
}

#navigation
{
   background: #cc9966;
   text-align: left;
   height: 46px;     
}   

#home_left
{
    float: left;
    width: 522px; 
}
#home_right
{
    float: right;
    width: 448px;
    height: 206px;
    background: url('../images/image_pam.jpg') no-repeat;    
}

#menu
{
    clear: both;
}

#menu li { float: left; list-style-type: none;}
#menu li a {
    margin: 0;
    padding: 0;
    display: block;
    height: 46px;
    background: url('../images/menu.gif') no-repeat;
    text-indent: -9999px; /* to hide text */
    overflow: hidden;
    text-decoration:none;
    font-weight: bold;
}
li#menu_home a {
    left: 0;
    width: 81px;
    background-position: 0 0;
}
li#menu_business a {
    left: 81px;
    width: 174px;
    background-position: -81px 0;
}

li#menu_funded a {
    left: 255px;
    width: 172px;
    background-position: -255px 0;
}

li#menu_success a {
    left: 427px;
    width: 163px;
    background-position: -427px 0;
}

li#menu_contact a {
    left: 590px;
    width: 123px;
    background-position: -590px 0;
}

li#menu_resources a {
    left: 713px;
    width: 178px;
    background-position: -713px 0;
}

li#menu_faq a {
    left: 891px;
    width: 89px;
    background-position: -891px 0;
}

#content
{
    float: left;
    width: 266px;
    margin: 33px 0 0 23px;
    
}
#left-nav
{
    float: right;
    width: 233px;
    margin-top: 32px;
}

.bullet-info
{
    padding-top: 2px;
    padding-left: 2px;
}

#successful
{
    position: relative;
    top: 174px;
    left: 272px;
}

.leftside
{
    width: 421px; 
    background: #022f52;
    border-top: 1px solid #FFF; 
    border-bottom: 1px solid #FFF; 
    border-left: 2px solid #FFF; 
    text-align: left; 
    vertical-align: top; 
    padding: 8px 0 0 18px;
}

.rightside
{
    border-top: 1px solid #FFF; 
    border-bottom: 1px solid #FFF;
}

h1
{
    font-size: 10pt;
    color: #cc9966;
    font-weight: bold;
}

.white
{
    color: white;
    padding: 2px 0 0 2px;
}

#content-wrapper
{
    text-align: left;
    min-height: 516px;
    height: auto !important;
    height: 516px;
    background: url('../images/content_area.gif') repeat-y #FFF;
}

#bottom
{
    clear: both;
    height: 40px;   
}

#content_left
{
    width: 221px;
    float: left;
}   

#content_right
{
    width: 759px;
    background: #FFF;
    float: right;
}

#content_right_sec
{
    width: 750px;
    float: right;
    padding-left: 2px;
    padding-right: 2px;
} 

.clear-both
{
    clear: both;   
}

h2
{
    font-size: 10.5pt;
    font-weight: bold;
}

.newstitle
{
    text-align: center;
    margin-top: 15px;
}

.centered
{
    text-align: center;
}

#top_content_area
{
    height: 199px;
    background: url('../images/top_emp_bg.gif') no-repeat #2b506d;
}

#top_content_area_left
{
    float: left;
    width: 440px;
    margin-top: 12px;
    margin-left: 15px;
}

#top_content_area_right
{
    float: right;
    width: 282px;
    margin-top: 12px;
    margin-left: 13px;
    padding-right: 5px;
}

#infosession
{
    width: 273px;
    color: #fff;
}
.infosess
{
    background: #788fa2;
    border: 1px solid #2b506d;
    padding-left: 5px;
}
.infosessri
{
    background: #788fa2;
    height: 21px;
    border: 1px solid #2b506d;  
    text-align: center;
    width: 86px;
}

h3
{
    font-size: 10.5pt;   
    color: #788fa2;
    font-weight: bold;
}

#bottom_content_area
{
    min-height: 316px;
    height: auto !important;
    height: 316px;
}

#bottom_content_left
{
    float: left;
    width: 235px;
    min-height: 316px;
    height: auto !important;
    height: 316px;
    margin-bottom: 4px;
    padding: 7px 0 0 4px;
    border-right: 1px solid #2b506d;
}

#bottom_content_right
{
    float: right;
    width: 501px;
    padding: 7px 0 0 17px;
}

hr
{
    color: #b4c1cc;
    width: 456px;
    margin: 0;
    text-align: left;
}


.lefttbllist
{
    vertical-align: top;
    width: 220px;
}
.righttbllist
{
    vertical-align: top;    
}

.bluish
{
    color: #2b506d;
}

#sec_middle_header
{
    height: 206px;
}

#sec_left{
    height: 100%;
    width: 220px;                   
    border-right: 1px solid #FFFFFF;
    background: #b4c1cc;
    float: left;
    text-align: left;
}

#quicklinks
{
    padding-left: 22px;
    padding-top: 12px;
}

#quicklinks a
{
    color: black;
}

#sec_right
{
    float: right;
}