body, h1, h2, h4, h5, h6, a, span,
ul, td {
	color:#6D6F71;
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif; 
    font-size: 18px;
    padding: 0px 20px 0px 20px;
    line-height: 1.5;
    }
    
body {
     margin: 0px; }
    
p {
	color:#6D6F71;
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif; 
    font-size: 18px;
    padding: 0px;
    padding-left: 35px;
    line-height: 1.5;
    }

li  {
    margin-left: 35px;
     }
    
h2 {
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #807B32;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 35px;
 }
 
 
h3 {
   color:#807B32;
   font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
   font-size:20px;
   font-weight:400;
   padding-left: 35px;
   }

a.pagelink { 
    font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #807B32;
    font-size: 18px;
    line-height: 18px;
    padding: 0px;}
      
#positions
  {
    padding-bottom: 15px;
  }
 

#positions ul
           {
           display:inline-block;
           list-style: none;
           }

  /* float & allow room for the widest item */
#positions li
           {
           list-style: none;
           float: left;
	       padding-bottom: 5px;
           padding-left: 5px;
           }

.clear     {clear: both;}



.requiredfields { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #FF0000; 
    }

    
.disclaimer {
  color:#6D6F71;
  width: 650px;
  font-size: 13px; 
  padding-top:20px;
  line-height:17px;
  text-align:justify;
  }

  
footer {
        background-color:#3C3C3C;
        position:relative;
        width:725px;
  }
  
#footer_menu {
             background-color:#2F2F2F;
             position:relative;
            width:100%;
             }
             
#footer_nav {
            max-width:750px;
            margin:0px auto;
            font-size:12px;
            font-family: Arial, Helvetica, sans-serif;
            }
            
#footer_nav ul {
            padding:0px;
            }
            
            
#section_container {
             max-width:1080px;
             margin:0px auto;
             padding: 0px;
             line-height:.75;
             }
            
#sections { position:absolute;
            width:100%;
            background-color:#3C3C3C;
            }
           
#footer_menu ul {
             font-family: Arial, Helvetica, sans-serif; 
             list-style-type:none;
             margin-right:10px;
             }
             
#footer_menu li {
             display:inline-block;
             padding:9px;
             font-family: Arial, Helvetica, sans-serif; 
             }
             
#footer_menu a {
             color:#A7A7A7; 
             font-family: 'Arimo', Arial, Helvetica, sans-serif;            
             font-size:14px;
             text-decoration:none;
             }
             
#footer_menu a:hover {
             color:#A7A7A7; 
             font-family: 'Arimo', Arial, Helvetica, sans-serif;            
             font-size:14px;
             text-decoration:underline;
             }
             
#footer_menu a:visited {
             color:#A7A7A7; 
             font-family: 'Arimo', Arial, Helvetica, sans-serif;            
             font-size:14px;
             text-decoration:none;
             }             
            
#copyright {
           margin-top:-50px;
           float:right;
           width:25%;
           margin-right:10%;
           }
           
.border {
        border-top: 1px solid #b3b3b2;
        width: 100%;
        margin-left: 35px;
}
           
/* SMG Standard buttons  */

input[type=button],input[type=submit] {
        font-family: Verdana, verdana,arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-color: black;
        text-decoration: none;
        padding: 2px 10px 3px;
        display: inline;
        background: #FFF url(/images/button.png) repeat-x bottom;
        border: solid;
        border-color: #999;
        border-width: 1px;
        cursor: pointer;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 1px 1px 1px 0px rgba(5,5,5,.1);
        height: 25px;
        background-color: #fbfbfb;
        -moz-outline:0 none;
        outline:0 none;
        color: #000;
}

input[type=button]:hover,input[type=submit]:hover {
        font-family: Verdana, verdana,arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-color: black;
        padding: 2px 10px 3px;
        display: inline;
        background: #FFF url(/images/button.png) repeat-x bottom;
        border: solid;
        border-color: #999;
        border-width: 1px;
        cursor: pointer;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 0px 0px 1px 1px rgba(5,5,5,.1);
        height: 25px;
        background-color: #fbfbfb;
        color: #000;
}

/* End of SMG Standard buttons  */