/* this is the style sheet that controls all of the layout of the the pages on the site. */

/* ------------------------- LAYOUT ELEMENTS ------------------------------*/

body
  {
    background: #FFFFFF;
    font-family : Verdana, Geneva, Helvetica, sans-serif;
    font-size : 11px;
    font-weight: normal;
    color: #333333;
    margin: 0px;
    padding: 0px;
  }
    
a
  {
    color: #54B7C6;
  }

a.topnav:hover
	{background: #ffffff}
	
	
a.skiplink
  {
    position:absolute;
    left:-10000px;
    height:1px;
    margin:0px;
  }
        
td  {
    font-size: 0.7em;
    color: #333333;
  }
    
#wrap
  {
    background: #ffffff;
    vertical-align: top;
    margin: 0px 15px; /* space for IE, 15 Centers pane for FF/Moz */
    width:730px;
  }
/* Center pane for FF/Moz */
div[id=wrap] 
	{ margin: 0 auto !important;
	}
    
#header
  {
    padding-left : 16px;
    vertical-align: top;
    width: 720px;
    height : 75px;
    clear : both;
  }   
      
#logo
  {
    width: 130px;
  }     
          
#topnav   
  {
    background-color :#BABFB7;
    width:730px;
    height : 27px;
    margin : 0px;
    padding : 0px;
    vertical-align : top;
    color: #ffffff;
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
    
  }

    
#content
  {
    width:728px;
    height: auto;
    vertical-align : top;
    color: #333333;
    border-top : 1px solid #FFFFFF;
    border-bottom : 1px solid #BABFB7;
    border-left : 1px solid #BABFB7;
    border-right : 1px solid #BABFB7;
    margin: 0px;
    clear : both;
  }   
   
#footer {
    width:728px;
    height: 27px;
    clear: both;
    padding-top: 6px;
    text-align: center;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 4px; font-style: normal; font-weight: bold
}
div[id=footer] {
  height: 21px !important;
}
          
.headertxtalign
  {
    width: 375px;
    padding-top: 2px;
  }     
  
.innercontent
  {
    padding-left: 10px;
  } 
  
.bread
  {
    width: 400px;
    float:left;
    padding-left: 15px;
    color: #BABFB7;
  }
  
.pagination
  {
    width: 400px;
    float:right;
    padding-right: 15px;
    text-align: right;
  } 
  
.paginationbttom
  {
    width: 400px;
    float:right;
    padding-right: 15px;
    text-align: right;
    margin-top: 8px;
    background-color: #ffffff;
  }   
    
.colorpick
  {
    float: left;
    color: #999999;
    width: 128px;
    padding-top: 10px;
  }
  
.create
  {
    width: 234px;
    float: left;
    text-align: right;
  }
  
  

 
  
   
  
  
/* ------------------------- END LAYOUT ELEMENTS ----------------------------*/ 
