/* CSS Document */

body{
	background-color:white;
	margin:0px;
	padding:0px;
	color:#666666;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 1000px;
	margin: 0 auto;
	display: block;
	background: #FFFFFF url(../img/right-panel.gif) no-repeat right bottom;
	border: 4px solid black;
	position:relative;
}
#header {
	height: 98px;
	background: url(../img/header.gif) no-repeat left top;
	width:1000px;
	text-indent:-3000em;
}
#nav {
	display:block;	
	padding-left:163px;
	height:32px;
	background: url(../img/nav-pt1.gif) no-repeat left top;
	clear:both;
}
#nav a{
	display:inline;
	float:left;
	text-indent:-3000em;
	height:32px;
	background-position: left bottom ! important;
	background-repeat: no-repeat;
}
#nav a:hover{
	background-position: left top ! important;
}

a#home {width:77px; background: url(../img/nav2-home.gif);}
a#about {width:102px; background: url(../img/nav2-about.gif);}
a#services {width:99px; background: url(../img/nav2-services.gif);}
a#programs {width:108px; background: url(../img/nav2-programs.gif);}
a#careers {width:95px; background: url(../img/nav2-careers.gif);}
a#partners {width:101px; background: url(../img/nav2-partners.gif);}
a#resources {width:115px; background: url(../img/nav2-resources.gif);}
a#contact {width:140px; background: url(../img/nav2-contact.gif);}

#leftcolumn {
	width: 224px;
	height: 540px;
	background: #FFFFFF url(../img/left-panel.gif) no-repeat left top;	
	float: left;
	display: block;
}
#content {
	width: 606px;
	float: left;
	display: block;
	padding-top:30px;
	line-height: 20px;
	padding-bottom: 40px;
}
#content a{
	color:black;
	text-decoration:underline;
}
#content a:hover{
	color:blue;
	text-decoration:none;
}
#content p, 
#content h1,
#content ol,
#content ul,
#content hr{
	margin-bottom:12px;
}
#content ul,
#content ol{
	margin-left:30px;
}
#content h1,
#content h2{
	color:black;
	font-weight:bold;
	font-size:16px;
}
#content h1{
	font-size: 30px ! important;
	font-family: "Arial Narrow", Arial;
	margin-bottom:20px;
}
#content img{
	max-width:606px;
}
#content hr{
	border:none 0px white;
	border-top:solid 1px #cccccc ! important;
	height:1px ! important;
	clear:both ! important;
}
#rightcolumn {
	width: 170px;
	height:200px;
	float: left;
	display: block;
}
#menu {
	margin-top:30px;
}
#menu b{
	margin-left:18px;
	margin-bottom:18px;
	display:block;
	font-weight:normal;
}
#menu a,
#menu a:link{
	color: #000000;
	padding: 12px 0px 12px 28px;
	border-bottom: solid 3px #bbbbbb;
	margin-left:18px;
	margin-bottom:6px;
	width:156px;
	display:block;
	background: #cccccc url(../img/menu-grey.gif) no-repeat left center;
	font-size: 12px ! important;
	font-weight: bold;
	line-height:18px;
}
#menu a:hover{
	color: #ffffff;
	background:#666666 url(../img/menu-b-over.gif) no-repeat left center;
	border-bottom: solid 3px #000000;
}
#menu a.current{
	background:#666666 url(../img/menu-b-over.gif) no-repeat left center;
}
#menu br, #menu hr, #nav br, #nav hr {display:none;}

#paypal input{
	float:left;
	margin-left:12px;
}
#footer {
	margin-left:45px;
	color: #999999;
	text-transform: uppercase;
	padding: 15px 0px 40px 0px;
	border-top:solid 1px #dddddd;
	line-height:20px;
	width:750px;
	font-size:12px ! important;
}
#footer a {
	color: #999999;
	text-decoration:none;
}
#footer a:hover {
	color: #000000;
	text-decoration:underline;
	background: #faedb8;
}
.picborder,
.picleft,
.picright{
	border:solid 3px #efefef;
	max-width:598px;
	padding:2px;
	background:white;
}
.picleft {
	float: left;
	margin-right: 12px;
}
.picright {
	float: right;
	margin-left: 12px;
}
#details {
	border-top:dotted 1px #cccccc;
	width:606px;
	margin-top:20px;
	table-layout: fixed;
	background-color: #F9F9F9;
	margin-bottom:20px;
}
#details td{
	font-size:12px;
	padding: 5px;
	border-bottom:dotted 1px #cccccc;
	vertical-align: top;
	cursor:default;
	color:black;
}
#details td b{
	text-align:right;
	display:block;
}
#news{
	width:184px;
 	background-color:#f5f5f5;
  	font-size:12px;
	margin-top:18px;
	margin-left:18px;
}
#news li{
	padding: 6px 6px 6px 28px;
	margin-left:0px;
	list-style-type: none;
	background: url(../img/menu-still.gif) no-repeat left 7px;
}
#news li a,
#news a{
	color:#333333;
	text-decoration:none;
}
#news li a:hover,
#news a:hover{
	color:black;
	text-decoration:underline;
}
#news h2{
	background-color:#cccccc;
	font-weight:bold;
	color:black;
	font-size:12px;
	padding:6px;
	margin:0px ! important; 
	text-align: left;
}