/*
      Created by Mark Potampa of markpotampa.com
	  
	  E-Mail: markpotampa@att.net
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: "Arial", san-serif;
 font-size: 13px;
 background: #192F34;
/*  background: url(../../images/bg_home.png) repeat-x; */
}


/* Basic styles */

p {
    color: #ECDFA8;
    font-weight: normal;
    font: 12px "Arial", san-serif;
	line-height: 19px;
    margin-top: 0.8em;
}


a {
    color: #FF6209;
    text-decoration:none;
}
a:hover {
    color:#FF6209;
    text-decoration:underline;
}


/* Supplemental styles */

.linktext1 {
    text-transform: lowercase;
    font: 9px "Arial", san-serif;
	font-style: italic;
	font-weight: bold;
    color: #FF6209;
    padding-top: 0px;
    line-height: 16px;
    padding-bottom: 0px;
}

.linktext1 a {
    color: #B1953A;
    
}

.linktext1 a:hover {
    color:#FFFFFF;
    text-decoration:underline;    
}


/* page layout */


#wrapper { 
 margin: 0 auto;
 width: 943px;
}

#header {
 width: 481px;
 color: #333;
 height: 158px;
 padding: 0px 0px 0px 0px;
 margin: 10px 0px 20px 235px;
 text-align: center;
 background: url(../../images/main_header.png) no-repeat;
}



#navigation {
 width: 943px;
 height: 32px;
 color: #ffffff;
 text-align: center;
 font-size: 11px;
 padding: 0px;
 margin: 5px 0px 0px 0px;
 position: relative;
 /* border: solid 1px #ffffff; */

}

#navigation a {
    color: #FEC77C;
    text-decoration:none;
}
#navigation a:hover {
    color:#FFFFFF;
    text-decoration:underline;
}




#banner {

 width: 943px;
 height: 303px;
 padding: 0px;
 margin: 5px 0px 0px 0px;
 position: relative;
 background: url(../../images/mainpage_banner.jpg) no-repeat;
 /* border: solid 1px #ffffff; */
 

}




#content { 
 width: 943px;
 color: #333;
 
 margin: 10px 0px 0px 0px;
 padding: 0px;
 position: relative;
 /* border: solid 1px #ffffff; */
 
}

#footer { 
 width: 943px;
 height: auto;
 color: #ECDFA8;
 margin: 30px 0px 0px 0px;
 padding: 0px;
 text-align: center;
 font-size: 10px;
 position: relative;
 /* border: solid 1px #ffffff; */
 
}


.icon_pdf {
 padding-left: 10px;
 padding-top: 30px;
 padding-bottom: 10px;
 
 height: 28px;
 width: 28px;
 

}









