/*  
Name: Haiti Site Style Sheet
Site URL: http://aidtohaiti.com
Description: Site to promote awareness about the situation in Haiti
	     and to provide knowledge and an means to help end the
	     extreme poverty rampant throughout the country.
Version: 1.0.3
Author: Tina Pila 
Created: 11/24/07
*/





/* ******************************************
	   Begin Typography & Colors
   ****************************************** */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: #000000;
	text-align: center;
	background-color: #000000;
	margin: 20px auto;
	padding-top: 0;
	width: 775px;
	}

#content {
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0;
	width: 775px;
	border: 1px solid #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
	}

a:active {
	color: #e8e8e8;
	text-decoration: underline;
	}

a:visited {
	color:#e8e8e8;
	text-decoration: underline;
	}

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

a:hover img, a:link img {
	border:none;
	}

h1 {
	border-right-style: double; 
	border-right-color: #5e5e5e; 
	border-right-width: 3px;
	border-top-style: dashed; 
	border-top-color: #808080; 
	border-top-width: 2px;
	text-align: right;
	}

h2 {
	border-left-style: double; 
	border-left-color: #5e5e5e; 
	border-left-width: 3px;
	border-top-style: dashed; 
	border-top-color: #808080; 
	border-top-width: 2px;
	text-align: left;
	}

h3 {
	border-bottom-style: solid; 
	border-bottom-color: #808080; 
	border-bottom-width: 2px;
	text-align:center;
	}

h4{
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	font: Sans-Serif;
	letter-spacing:2px;
	}

h5 {
	border-left-style: double; 
	border-left-color: #5e5e5e; 
	border-left-width: 3px;
	border-top-style: dashed; 
	border-top-color: #808080; 
	border-top-width: 2px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	font: 1em Sans-Serif;
	letter-spacing:2px;
	line-height: 1.7em;
	}

h1, h2, h3 {
	font-weight: bold;
	text-transform: uppercase;
	font: 1.2em Sans-Serif;
	letter-spacing:2px;
	line-height: 3em;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


/* ***************************************************
		End Typography & Colors
		     Begin Images
   *************************************************** */

a img {
	border: none;
	}


/* ******************************************
		    End Images
		Begin Navigation
   ****************************************** */

/* Navigation */

#navigation {
	text-align: left;
	width: 100%;
	height: 38px;
	}

#template_nav {
	height: 38px;
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 0px;
	}


ul.dropdown {
	width: auto;
	list-style: none;
	white-space: nowrap;
	position: static;
	top: 0px;
	left: 125px;
	padding: 0px 0px 0px 0px;
	margin: 3px;
	color: #000000;
	background-color: #000000;
	}

li.nav_image {
	float: left;
	position: relative;
	list-style: none;
	z-index: 10000;
	margin-left: 0px;
	}

li ul.dropdown {
	display: none;
	text-align: left;
	list-style: none;
	z-index: 5;
	font-size: 11pt;
	line-height: 12px;
	text-decoration: none;
	font-weight: bold;
	}

li>ul {
	top: auto;
	left: auto;
	}

LI:hover UL.dropdown, LI.over UL.dropdown {
	display: block;
	}

#nav {
	position: absolute;
	left: 10px;
	top: 175px;
	text-align:left;
	width:130px;
	font-weight:bold;
	font-size: 1.3em;
	padding: 0px 0px 0px 0px;
	list-style: none;
	margin-left: 0;
	padding-left: 0em;
	text-indent: -.1em;
  }

#nav a, li {
	color:#FFFFFF;
	width:auto;
	margin-bottom:1px;
	display:block;
	background-color: #000000;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left:5px;
	padding-right:1px;
  }

.test {
	border: 2px solid #c0c0c0;
	}

#nav a:hover {
	color:#FFFFFF;
	text-decoration: overline underline;
	filter:alpha(opacity=80);
	width:auto;
	margin-bottom:1px;
	display:block;
	background-color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left:5px;
	padding-right:1px;
	border: none;
  }

#menu {
	list-style: none;
	margin-left: 0;
	padding-left: 0em;
	text-indent: -1em;
	position: absolute;
	left: 5px;
	top: 135px;
	padding: 0px 0px 0px 0px;
	}

/* ******************************************
		End Navigation
   ****************************************** */


