  
/*/ ----------------------------------------------------------------------------
// Global Body Styling
// ----------------------------------------------------------------------------*/
body
{
	margin: 0px;
	outline: none;
	background:url('../images/contentbg.jpg');
	
	
	font-family: Trebuchet MS;
        font-size:14px;
        color:#f1f1f1;
        text-align:center;
}

.topadvertisement
{
        
}

h1
{
  font-size:25px;
  font-weight:100;
  margin-bottom:20px;
  margin-top:20px;
}

h2
{
  font-size:18px;
  font-weight:100;
  margin-bottom:20px;
  margin-top:20px;
}
.structureseo
{

}
div#container
{
          background:url('../images/bg.jpg') repeat-x;
          text-align:left;
}

#logo
{
     width:300px;
     height:45px;
     background:url('../images/logo.png') no-repeat;    
     margin-top:10px;
     float:left;
     cursor:pointer;
}
div#headerbar
{
        height:64px;
        background:url('../images/topheader.jpg');
        text-align:left;
}
div#subheaderbar
{
        height:52px;
        background:url('../images/subheader.jpg');
        
        color:#ffffff;
        
}

         div.innerpage
         {
                width:1100px;
                margin:0 auto;
                text-align:left;
         }


        /* ----------------------------------------------------------------------------
        // Global Default Element Styling
        // ----------------------------------------------------------------------------*/
        html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
        {
                margin:0;
                padding:0;
                border: 0;
	        outline: 0;
        }

        img, body, html 
        {
                border:0 none;
        }
        
        a,a:link,a:visited,a:active 
        {
                color:#f1f1f1;
                text-decoration:none;
                outline:none;
        }
        
        a
        {
        	text-decoration: none;
        	color: #3393C8;
        }
        
        p
        {
                margin-bottom:10px;
        }
        a:hover
        {
        	text-decoration: underline;
        }
        .clear
        {
                clear:left;
                height:0px;
        }
        
        address, caption, cite, code, dfn, em, strong, th, var
        {
                font-style:normal;
                font-weight:normal;
        }
        
        ol, ul 
        {
                list-style-image:none;
                list-style-position:outside;
                list-style-type:none;
        }
        
        caption, th 
        {
                text-align:left;
        }
        
        input
        {
                padding:3px;
        }


/*/ ----------------------------------------------------------------------------
// Content Styling
// ----------------------------------------------------------------------------*/
div#body
{
        text-align:left;
}

         div#body div#innerpage
         {
                width:1100px;
                margin:0 auto;
                text-align:left;
         }
                  
         div#headerpersonwrap
         {
                width:860px;
                margin:0 auto;      
         }
         div#headerperson
         {
                position:absolute;
                z-index:3;
                width:101px;
                height:291px;
                background:url('../images/person.png') no-repeat;
                margin-left:730px;
                margin-top:-100px;
                display:none;
         }

         
         div#headerNav
         {
                height:115px;
                width:860px;
                margin:0 auto; 
         }
        
                div#headerNav div.headerButton
                {
                     height:14px;
                     cursor:pointer;
                     z-index:2;
                }
                
                div#headerGroup
                {
                        width:175px;   
                        margin-right:70px;
                        float:right;
                        display:inline;
                }
div#footer
{
      padding:25px;
      background:#0da2d6;
}


        div#footer p
        {
                
                margin:5px;
        }
        
      
.sideButtonsHeader
{
        font-size:16px;
        color:#403a1d;
        margin-right:10px;
        margin-top:20px;
        margin-bottom:15px;
}
.sideButtons
{
        padding:7px;
        margin:5px;
        background-color:#DCC9A2;
        border:1px solid #1D1912;
        color:#1D1912;
}
        .sideButtons:hover
        {
                background-color:#d4cba5;
        }
#credit
{
        text-align:right;
        padding-right:10px;
}


