/*                                     */
/*    global settings                  */
/*                                     */
body 
{
background: #201A1A; 
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin:0; 
padding:0;  
position: center; 
top:0; left:0;
}



/*                                     */
/*    menu settings                    */
/*                                     */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 135px; /* Width of Menu Items */
	border-bottom: 1px solid #ffffff;
    }

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 134px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #00A5A5;
	font-size:11px;
    line-height: 140%;
	text-decoration: none;
	background: #ffffff; /* IE6 Bug */
	padding: 6px;
	border: 1px solid #ffffff;
	border-bottom: 1px dotted #00A5A5;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #00A5A5; background: #F1F5F5;} /* Hover Styles */
		
li ul li a { padding: 6px 9px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */



/*                                     */
/* tables                          */
/*                                     */


td{
	border: none;
	padding: 0px;
	margin: 0px;
    border-width: 0;
    vertical-align: top;
}

td.col_row {background: #F0F1F2;} 
td.col_row2 {background: #ffffff;} 



/*                                     */
/***** Forms                       *****/
/*                                     */
form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

.form_control {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #ffffff;
 color: #000000;
 margin-right: 7px;
}

/*                                                             */
/* Headers                                                     */
/*                                                             */


h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
text-align: left;
align:left;
}

h1 {
font-family:  verdana, arial, georgia, helvetica, sans-serif;
font-size: 11px;
color: #3B6AAB;
line-height: 140%;
font-weight: bold;
}
h2 {
font-family:  verdana, arial, georgia, helvetica, sans-serif;
font-size: 11px;
color: #3B6AAB;
line-height: 140%;
font-weight: bold;
} 
h3 {
font-family:  verdana, arial, georgia, helvetica, sans-serif;
font-size: 11px;
color: #00A5A5;
line-height: 140%;
font-weight: bold;
}
h4 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 16px;
color: #9B74BC;
} 
h5 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #9B74BC;
} 


/*                                                               */
/* Paragraphs                                                    */
/*                                                               */

p {
    font-family: verdana, georgia, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #737373;
    text-decoration: none;
    text-align: justify;
    line-height: 170%;
    }
p.ads {
    line-height : 130%;
    font-family: verdana, arial, helvetica, sans-serif;
    color:#8A8290;
	font-size: 0.7em;
    text-decoration: none;
    text-align:justify;
}

/*                                                                  */ 
/* TEXTS  - no mouse overs                                          */ 
/*                                                                  */ 

/* main txt - same as paragraph but in pixels                       */ 
.main_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#1C1418;
	font-size:0.7em;
    text-decoration: none; 
	}

/* title_txt                                         */
.title_txt {
font-family: arial, verdana, arial, helvetica, sans-serif;
font-size: 36px;
color: #DD009D;
	}
      

/* inner text - impact 1                                             */
.inner_impact_txt {
  font-family: verdana, arial, georgia, helvetica, sans-serif;
  font-size: 11px;
 color: #2A1E1E;
	}
       
/* top header text                                                   */      
.top_header_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#800000;
	font-size: 10px;
    text-decoration: none; 
    }
      
/* contact form fill in text                                         */      
.contact_txt {
    font-family: Verdana;
    color:#000000;
	font-size:11px;
    text-decoration: none;
    text-align:left;
	}

/* lower navigation menu enclosures when different from text        */      
.lower_nav_enclosures {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#9164AE;
	font-size: 0.7em;
    text-decoration: none; 
    }

    
/*                                                                  */ 
/* LINKS - with mouse overs                                         */ 
/*                                                                  */ 
    
/* base links                                                      */

.link1 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#356991;
	font-size:11px;
    text-decoration: none;
    border-bottom:1px dotted; 
    }
a.link1:hover {color: #800000; border-bottom:1px dotted;}   

.link2 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#A53110;
	font-size:11px;
    font-weight:bold;
    text-decoration: none;
    }
a.link2:hover {color: #009900;}   
   
.link3 {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#1C1418;
	font-size:11px;
    font-weight:bold;
    text-decoration: none;
    }
a.link3:hover {color: #B8ACAC;}   

.link4 {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#1C1418;
	font-size:11px;
    font-weight:bold;
    text-decoration: none;
    }
a.link4:hover {color: #B8ACAC;} 

.link5 {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#1C1418;
	font-size:11px;
    font-weight:bold;
    text-decoration: none;
    }
a.link5:hover {color: #B8ACAC;} 

.link6 {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#1C1418;
	font-size:11px;
    font-weight:bold;
    text-decoration: none;
    }
a.link6:hover {color: #B8ACAC; border-bottom:1px dotted;} 

/* links page                                                  */
.lnks_pg {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#1C1418;
	font-size:11px;
    font-weight:bold;
    text-decoration: none; 
    }
a.lnks_pg:hover {color: #7D0543;}  

/* menu nav - if needed                                         */
.menu_nav {
    font-family: Verdana;
    color:#FFFFDF;
	font-size:11px;
    text-decoration: none;
	}
a.menu_nav:hover {color: #B8C7E6}

/* lower navigation menu - sometimes in body higher as well       */     
.lower_nav {
    font-family: Verdana;
    color:#A88CA8;
	font-size:10px;
    text-decoration: none;
	}
a.lower_nav:hover {color: #BDA3CB}  

/* lower navigation menu - sometimes in body higher as well       */     
.lower_nav_sep {
    font-family: Verdana;
    color:#5EA6A5;
	font-size:8px;
    text-decoration: none;
	}


/* client contact details                                           */ 
.contact_details {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#1C1418;
	font-size:11px;
    font-weight:bold;
    text-decoration: none; 
    }
a.contact_details:hover {color: #7D0543} 

/* head foot                                         */    
.head_foot {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#C2C6C8;
	font-size: 10px;
    text-decoration: none; 
	}
a.head_foot:hover {color: #907DA0} 

/* skip navigation link                                                 */      
.skip_nav {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#F9F7F7;
	font-size:0.7em;
    text-decoration: none; 
	border-bottom:1px dotted;
    }
a.skip_nav:hover {color: #000000}  

/* ads link                                                 */      
.ads {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#A287B7;
	font-size: 11px;
    text-decoration: none; 
   }
a.ads:hover {color: #4E988B}  

/* photo desc                                                */      
.pic_desc {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #4A9897;
	font-size: 11px;
    text-decoration: none; 
    line-height: 160%;
   }
.pic_desc2 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #3B6AAB;
	font-size: 11px;
    text-decoration: none; 
    line-height: 140%;
   }
/* ads link                                                 */      
.pic_desc_lnk {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #3B6AAB;
	font-size: 11px;
    text-decoration: none;
    border-bottom:1px dotted; 
   }
a.pic_desc_lnk:hover {color: #C43277}

.web_site_design_lnks {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#AA48D8;
	font-size:11px;
    text-decoration: none; 
	}
a.web_site_design_lnks:hover {color: #A5D663}

.web_site_design_lnks2 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #358BC1;
	font-size:11px;
    text-decoration: none; 
	}
a.web_site_design_lnks2:hover {color: #00A5A5}

.site_chks {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#D5CDCD;
	font-size:10px;
    text-decoration: none; 
	}
.nav_menu_items {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#523866;
	font-size:11px;
	}
a.nav_menu_items:hover {color: #F9F7F7}   /* specific mouse over link */

.designed_by {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#C2C6C8;
	font-size: 10px;
    text-decoration: none; 
	}
a.designed_by:hover {color: #907DA0} 
