@charset "UTF-8";
/* Colors in logo */
/*
Red - R=190, G=30, B=45 (#BE1E2D)
Blue - R=28, G=117, B=188 (#1C75BC)
Black - R=35, G=31, B=32 (#231F20)
*/
* {
	margin: 0px;
	padding: 0px;
}
.donor {
	border: 1px dotted #999;
	padding: 10px;
	margin-bottom: 15px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #231F20;
	font-size: 11px;
}
#header {
	background-color: #1C75BC;
	height: 32px;
	padding-top: 15px;
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align:left;
	margin-top: -4px;
}

#topNav {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#topNav a {
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#topNav a:hover {
	color: #231F20;
}

#sideNav {
	float: left;
	width: 180px;
	margin: 0px;
	height: 650px;
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/one5_logo_small.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#sideNav li {
	display: block;
	margin-bottom: 8px;
}
#sideNav ul {
	list-style-type: none;
}
#sideNav ul ul li {
	margin-top: 5px;
	margin-left: 10px;
}

#sideNav a {
	color: #1C75BC;
	text-transform: uppercase;
	text-decoration: none;
}
#sideNav a:hover{
	color: #BE1E2D;
	text-decoration: none;
}

#sideNav a:visited{
	/*color: #666666;*/
	text-decoration: none;
}

.sideNavSelected {
	text-transform: uppercase;
	font-weight: bold;
	color: #BE1E2D;
	text-decoration: none;
}
#mainContent {
	float: right;
	margin-left: 20px;
	width: 689px;
	min-height:700px;
	display: inline;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	padding-left: 10px;
	background-image: url(../images/haiti_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#mainContent h1 {
	padding-top: 15px;
}
#leftContent {
	float: left;
	width: 340px;
	padding-right: 10px;
}
#rightContent {
	float: right;
	padding-left: 10px;
	width: 320px;
}


#footer {
	clear: both;
	padding-top: 50px;
	/*
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	*/
	height: 116px;
	background-image: url(../images/footer_background.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}
#footer a {
	color: #FFF;
}
/* Global text styles
--------------------------------*/
a:link {
	color: #BE1E2D;
	text-decoration:none;
}
a:visited {
	color: #BE1E2D;
	text-decoration:none;
}
a:hover {
	color: #1C75BC;
	text-decoration:underline;
}
a:active {
	color: #666666;
}

p {
	margin-bottom: 8px;/* */
	line-height: 16px;
}
#mainContent ol ,ul   {
	list-style-position: inside;
	margin-left: 10px;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h1 {
	font-size: 16px;
	color: #BE1E2D;
	font-weight: lighter;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	color: #1C75BC;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
#twitterBox {
	float: right;
	height: 300px;
	width: 250px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.videoThumb {
	width: 175px;
	padding: 10px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
#slideShow {
	width: 400px;
	height: 300px;
	background-color: #CCC;
	float: left;
}
#pullOutQuotes {
	padding: 15px;
	width: 298px;
	border: 1px solid #666;
	font-size: 12px;
	margin-top: 15px;
	background-image: url(../images/haiti_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pullOutQuotes li {
	list-style-position: outside;
	list-style-type: square;
	padding-bottom: 5px;

}
