/* BODY AND FONTS: =body
----------------------------------------------- */
	* { 
	 margin: 0; 
	 padding: 0; 
	 text-align: left;
	 font-size: 100%;
	}

	html { 
	 background: #E4E4E4 url(images/bg.gif) repeat-x center top;
	}

	body{
	 background: #E4E4E4 url(images/bg.gif) repeat-x center top;
	 height:100%;
	 margin:0px;
	 padding:0px;
	} 

	body, tr, td, input, select, textarea { 
	 font:small/150% Arial, Tahoma, Verdana, Helvetica, sans-serif;
	 color: #221E1F;	 
	}

	div.container {
	 background: #ffffff url(images/container-bg.gif) no-repeat center top;
	 width: 770px; 
	 margin: 0px auto 0px auto;
	 padding: 0px;
	 position: relative; 	
	}
	
       .printonly {
         display:none;
       }
   	
	
/* CONTAINER: =Wrap
----------------------------------------------- */

	.parentWrap{
	   background: #ffffff url(images/parentBG.gif) repeat-y center top;
	   position:relative;
	   width:770px;
	   color:#2D2A28;
	   margin: 0px auto 0px auto;
	   padding: 0px;
	} 

	/* Hides from IE-mac \*/
	* html .parentWrap {height: 1%;}
	/* End hide from IE-mac */

	.parentWrap:after {
	   content: "."; 
	   display: block; 
	   height: 0; 
	   clear: both; 
	   visibility: hidden;
	}
	
	.contentWrap{
	   position:relative;
	   float:left;
	   display:inline;
	   clear:both;
	   text-align: left;
	}
	
	div.header { 
	   height: 122px; 
	   margin: 0px;
	}	

	
/* HEADLINES AND PARAGRAPHS: =headlines
----------------------------------------------- */			

	h1 { 
	   font-size: 220%;
	   line-height: 110%;
	   color: #186943;
	}
	
	h2 { 
	   margin: 0px;
	   padding: 0px;
	   font-size: 130%; 
	   color: #990033;
	   text-transform: uppercase;
	}
	
	h3 { 
	   margin: 18px 0px 10px 0px;
	   padding: 0px;
	   font-size: 105%;
	}


	p {
	   margin: 8px 0px 18px 0px;
	   padding: 0px;
	   line-height: 125%;
	}
	
	small {
	   font-size: 85%;
	   line-height: 95%;
	}  
	
	blockquote {
	   background: #F1F1F2;
	   padding: 20px;
	   margin: 10px 0px;
	} 
	
	.teal {
	   color: #016C78;
	   font-weight: bold;
	}
	
	.burgundy {
	   color: #902748;
	   font-weight: bold;
	   font-size: 105%;
	}	
	
		
  /**----Unordered List Styles--------------------------------------------------*/
  
     
       ul {
	 list-style-position: outside;
	 list-style-type: square;
       }       
       
       ul li{
         margin:0px 0px 0px 14px;
         padding:0px 0px 4px 0px; 

       } 
       
       ol li{
         margin:0px 0px 0px 14px;
         padding:0px;
         line-height:130%;       
       }       
      
	/** ul#columns{
   	   margin: 0px;
	   padding: 0px; 
	   clear: both;
	   width: 464px; 
	}

	ul#columns li {
	   float:left;
	   display:inline;
	   padding:0px 0px 4px 10px;
	   margin: 0px; 
	   width: 222px;
           background: url(images/bullet.gif) no-repeat left 6px;	   
	} */
	
	.column1, .column2  {
	   width: 220px;
	   float: left;
	   clear:none;
	   display:inline;
	   position:relative;
	   margin: 0px;
  	   padding: 0px 0px 4px 8px;
	}
	
	
        ul.homeArrows{
           list-style-type: none;
 	   list-style-image: none;        
           margin:0px;
           padding:0px;
        } 
          
      
        ul.homeArrows li{      
           margin:0px;
           padding:0px 0px 10px 28px;
           background: url(images/home_arrow.gif) no-repeat left top;
        } 	
	
      
  /**/

	hr{ 
	   color: #C9C2AD;
	   border: 0px;
	   height: 1px;
           clear: both;	   
	}	
	
	
/* HEADER BAR: =header
----------------------------------------------- */
			
	.header h1 { 
	   position: absolute; 
	   top: 0px; 
	   left: 10px; 
	   font-size: 100%;	   
	 }
	
	.header h1,
	.header h1 span { 
	   background: transparent url(images/logo.gif) no-repeat; 
	   width: 296px; 
	   height: 122px; 
	}
	
	.header h1 a, 
	.header h1 a:hover{ 
	   color: #ffffff;
	   text-decoration: none;
	}
	
	div.callAction {
	   float: right;
	   width: 180px;
	   background: #902748 url(images/callAction_top.gif) no-repeat center top;
	   margin: 0px 10px 0px 0px;
	}
	
	div.callAction p{
	   color: #ffffff;
	   text-align: center;
	   font-weight: bold;
	   font-size: 90%;
	   padding: 8px 0px 4px 0px;
	   margin: 0px;
	}	
	
	div.callAction h4{
	   background: #ffffff url(images/callAction_bottom.gif) no-repeat center top;
	   width: 180px;
	   color: #3B3B3B;
	   font-size: 105%;
	   padding: 16px 0px 0px 0px;
	   margin: 0px;
	}	
	
	div.tagline { 
	   padding: 2px 10px 10px 10px;
	   margin: 0px;
	   height: 138px;
	}	
	
	div.tagline h1 { 
	   position: absolute;
	   width: 496px;
	   top: 22px;
	   left: 0px;
	   padding: 0px 254px 0px 26px;
	   margin: 0px;
	   text-align: left;
	   line-height: 140%;
	   font-size: 18px;
	   color: #ffffff;
	   z-index: 3;
	   font-weight: normal;
	}
	
	div.tagline h1 span.line1 { 
	   font-size: 20px;
	   color: #ffffff;
	   font-weight: bold;
	}	

	div.titlebar { 
	   padding: 8px 10px 0px 10px;
	   margin: 0px 0px 10px 0px;
	   background: url(images/titlebar_top.gif) no-repeat center top;
	}
	
	div.titlebar h1 { 
	   background: url(images/titlebar_bottom.gif) no-repeat center bottom;	   
	   width: 706px;
	   padding: 0px 22px 6px 22px;
	   margin: 0px;
	   text-align: left;
	   line-height: 140%;
	   font-size: 180%;
	   color: #ffffff;
	   z-index: 3;
	   font-weight: normal;
	}
	

	
/* LINKS: =links
----------------------------------------------- */
	
	a { 
	   text-decoration: underline; 
	   color: #006C77; 
	   font-weight: bold;
	}
	
	a:hover	{ 
	   color: #0198A8;
	}
	
	a img { 
	   border: none; 
	}
	
	h4 a { 
	   font-weight: bold; 
	}	
		
		
/* CONTENT/COLUMNS: =contentWrap class
----------------------------------------------- */
			

	/* BASE CONTENT COLUMN (middle between subnav and photos): =baseContent	
	----------------------------------------------- */
	#baseContent {
	   width:464px;
	   background: url(images/basecontentBG.gif) repeat-y top left;
	   line-height:normal;
	   margin: 0px 0px 0px 10px;
	   clear:none;
	   padding: 0px 25px 6px 25px;
	}

        #baseContent ul{
           list-style-position: outside;       
           margin:0px 0px 10px 0px;
           padding:0;
        }
              
        #baseContent ul li ul{
           margin:0px 0px 0px 0px;        
        }
       
        #baseContent ol{
           margin: 0px 0px 10px 0px;
           padding:0;
           font-size:100%;
        }
              
        #baseContent ol li ul{
           margin:0px 0px 0px 0px; 
        }
       
          
	
	/* RIGHT COLUMN: =rightColumn	
	----------------------------------------------- */
	div#rightColumn { 
	   margin: 0px 10px 0px 0px;
	   padding: 0px;
	   width: 196px;
	   clear:none;
	}	
		
	div#rightColumn div.padding {
	   background: url(images/rightBG.jpg) repeat-x top right;
	   padding: 16px 20px 50px 20px;	   
	   width: 196px;	   
	}

	div#rightColumn img {
	   padding: 0px 0px 6px 0px;	   	   
	}
	
	div#rightColumn h3 {
	   padding: 0px 0px 4px 0px;
	   margin: 0px;
	   color: #912849;
	   text-align: left;
	   font-size: 105%;
	   line-height: 120%;
	} 
	
	div#rightColumn h3 a,
	div#rightColumn h3 a:visited {
	   color: #912849;
	   text-decoration: underline;
	} 
	
	div#rightColumn h3 a:hover {
	   text-decoration: underline;
	   color: #731533;
	}	
	
	div#rightColumn p{
	   padding: 0px 0px 12px 0px;
	   margin: 0px;
	   color: #231F20;
	   text-align: left;
	}
	
        div#rightColumn p a,
        div#rightColumn p a:visited {
         text-decoration: none;
        } 
       
        div#rightColumn ul {
	 list-style-type: circle;
	 list-style-position: outside;
	 margin: 0px 0px 8px 0px;
        } 	
	
        div#rightColumn ul li,
        div#rightColumn ol li {
         margin:0px 0px 2px 16px; 
         line-height: 130%;
       }  
       
        div#rightColumn ul li a,
        div#rightColumn ol li a {
         font-weight: normal;
         text-decoration:none;
       }        
	
       

/* NAVIGATION: =nav
----------------------------------------------- */
	div#navigation { 
	   background: url(images/nav_top.gif) no-repeat top center;
	   width: 750px;
	   overflow: hidden; 	   
	   line-height:normal;
	   margin: 3px 0px 0px 0px;
	   padding: 0px 10px 24px 10px;
	}
	
	#navigation ul { 
	  background: url(images/nav_bottom.gif) no-repeat bottom center;
	  width: 718px;
	  padding: 0px 16px;
	  list-style-type: none;
	  list-style:none;
	  float: left;
	}
	
	#navigation li	{ 
	   float:left; 
	   margin: 0px; 
	   padding: 0px; 
	   list-style-type: none;
	   border-right: 1px solid #CCCCCC;
	   border-left: 1px solid #F5F5F5;
	}
	
	#navigation a 	{	
	  float:left; 
	  display:block; 
	  width:.1em; 
	  padding: 7px 12px 9px 12px; 
	  text-decoration:none; 
	  white-space: nowrap; 
	  color: #3B3B3B;
	  font-weight: bold;
	  font-size: 96%;
	}
	
	#navigation > ul a	{ width:auto; }
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#navigation a 		{ float:none; }
	/* End IE5-Mac hack */
	
	#navigation li.current { 
	   background: url(images/nav_active-l.gif) no-repeat left 5px;
	   padding: 0px; 	   
	}
	
	#navigation .current a{ 
	   color: #912849;
	   padding: 7px 12px 9px 12px;
	}

	#navigation .current a:link:hover,
	#navigation .current a:visited:hover{ 
	   border-bottom: 4px solid #902748;
	}
	
	#navigation a:link:hover,
	#navigation a:visited:hover { 
	   border-bottom: 4px solid #006F7B;
	   padding: 7px 12px 5px 12px;
	}
		 
	
	
/* FOOTER: =footer
----------------------------------------------- */
	div#footer { 
	   background: #E4E4E4 url(images/footerBG.jpg) no-repeat center top;
	   width: 100%;
	   margin: 0px; 
	   padding: 0px;
    	   float:left;
    	   display:inline;
    	   clear:both;			   
	}
	
	#footer div#contact { 
	   width: 160px;
	   color: #231F20; 
	   margin: 0px 0px 0px 10px; 
	   padding: 28px 10px;
 	   text-align: left; 
	   position:relative;
	   float:left;
	   display:inline;
	   clear: none;
	}
	
	#footer div#copyright { 
	   width: 550px;
	   color: #231F20; 
	   margin: 0px 10px 0px 0px; 
	   padding: 28px 10px;
	   font-size: 90%;
	   line-height: 122%;
 	   text-align: left; 
	   position:relative;
	   float:left;
	   display:inline;
	   clear: none;
	}	
	
	#footer p { 
	   color: #ffffff;
	   padding: 0px;
	   margin: 0px;
 	   text-align: left; 
	   position: relative; 	   
	}
	
	#footer div#copyright p{ 
	   text-align: right; 
	}	
	
	#footer p a {  
	   color: #ffffff;
	   font-weight: bold;
	   text-decoration: none;
	}
	
	#footer p.credit { 
	   margin: 0px;
	   padding: 36px 0px 0px 0px;
	   text-align: right;	   
	}
	
	#footer p.credit a,
	#footer p.credit a:visited,
	#footer p.credit a:hover{  
	   color: #787878;
	   font-weight: normal;
	   text-decoration: underline;
	   font-size: 90%;
	}	
	

/* FORM: =form
----------------------------------------------- */

   	
	fieldset {
	    margin: 10px 0px 10px 0px;
	    padding: 0px 18px 6px 18px;
	    width: 420px;
	}	

	fieldset p {
	   margin: 8px 0px 8px 0px;
	}

	legend {
	   font-size: 110%;
	   padding: 0px 0px 6px 0px;
	   font-weight: normal;
	   color: #40403A;
	}

	label {
	   width: 110px;
	   margin: 0px;
	   padding: 2px 4px 0px 0px;
	   text-align: right;
	   float: left;
	   font-weight: bold;
	   font-size: 90%;
	}

	label.checkbox,
	label.br {
	   clear: both;
	   padding: 2px 4px;
	   text-align: left;
	} 

	label a{
	   color: #8F3F28;
	   font-size: 95%;
	   font-weight: normal;
	}

	.required { 
	   color: #CC0000; 
	}

	input, select {
	   font-size: 90%;
	   text-align: left;
	   padding: 0px 2px 2px 2px;
	}

	input.submit {
	   test-align: center;
	   padding: 0px 3px;
	}

	textarea { 
	   text-align: left;
	   margin: 0px;
	   padding: 0px;   
	}


/* REPLACE FIXES: =replace
----------------------------------------------- */	
	
	/* 
	 * Image replacement using the Gilder/Levin IR technique 
	 * http://www.ryznardesign.com/pages/web_page_coding/gilder_levin_ir_mac/gilder_levin_ir_mac_2.html
	 */		
	.replace { 
		position: relative;
		/* hide overflow: hidden from mac ie5 \*/
		overflow: hidden;
		
		/* end hide from mac ie5 */
	}
	.replace span {
		display: block;
		position: absolute;
		top: 0px; left: 0px;
		z-index:1; /*for Opera 5 and 6*/
	 }
	.replace a { display:block; cursor: pointer; }
	a.replace { cursor: pointer; }
	
	
	/*
	 * "How To Clear Floats Without Structural Markup" -
	 * http://www.positioniseverything.net/easyclearing.html
	 */
	 .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	 .clearfix 		{ display: inline-block; }  


	/* Holly Hack Targets IE Win only \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End Holly Hack */
	
