/* css for all pages */

body{
	margin: 0px;
	font-family: Arial;
	font-size:12px;
	background-image:url("/images/background.gif");
}

#main_wrap{
	text-align:center;
	
}

#main, #top, #header {
	
	margin-left:auto;
	margin-right:auto;
}

#top{
	text-align:right;
	color:white;
	width:780px;
	background-image:url("/images/top_bg.gif");
	height:40px;
}

#top_inner{
	padding-top:10px;
	padding-right:10px;
}

#header{
	width:auto;
	background-color:#0a6593;
	height:125px;
	min-width:780px;
	text-align:center;

}

#main{
	text-align:left;
	background-color:white;
	width:780px;
}

#main_inner{
	padding:5px;
}

#header_inner{
	text-align:left;
	width:850px;
	color:white;
	margin-left:auto;
	margin-right:auto;
	background-color:#0a6593;
}

#ribbon{
	height:15px;
	background-color:#D9DADA;
}

#footer{
	text-align:center;
	color:white;
	font-size:10px;
	padding-top:4px;
	height:20px;
	background-color:#363635;
}

input.namefields { 
	width: 90px; 
	height: 20px; 
	font-size:10px;
}

input.emailfield { 
	width: 100px; 
	height: 20px; 
	font-size:10px;
}

.inline{
	display:inline;
}

.logo{
	background-image:url("/images/main_logo.gif");
	width:201px;
	height:125px;
	background-repeat: no-repeat;
	float:left;
	background-color:#0a6593;

}

#container {
	display:inline;
	position: absolute;
	width: 600px;
	height: 25px;
	padding: 0;
	margin: 0px 0 25px 0;
	background-color: #0a6593;
	}

#nav {
	position: absolute;
	left: 10px;
	list-style: none;
	margin: 0;
	margin-top:100px;
	padding: 0;
	height: 25px;
	display: inline;
	overflow: hidden;
	width: 600px;
	background-color:#0a6593;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 25px 0 0 0;
	margin-right:5px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -25px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -50px;
	}
	
#thome a  {
	width: 95px;
	background: url(/images/tab_home.gif) top left no-repeat;
	}

#tfoundation a  {
	width: 95px;
	background: url(/images/tab_foundation.gif) top left no-repeat;
	}

#talexander a  {
	width: 95px;
	background: url(/images/tab_alexander.gif) top left no-repeat;
	}
	
#tnews a  {
	width: 95px;
	background: url(/images/tab_news.gif) top left no-repeat;
	}
	
#tdonate a  {
	width: 95px;
	background: url(/images/tab_donate.gif) top left no-repeat;
	}
	
#tcontact a  {
	width: 95px;
	background: url(/images/tab_contact.gif) top left no-repeat;
	}

#clear_all{
	width:760px;
	clear:both;
}

#clear_right{
	width:520px;
	clear:both;
}

a{
	font-weight:bold;
}

a img{
	border:0px;
}
/* page-specific */

/* 2column page */

#two_left {
	float:left;
	width:210px;
}

#two_right {
	margin-top:7px;
	float:left;
	width:535px;
}

#two_divider {
	float:left;
	margin-left:5px;
	margin-right:10px;
	margin-top:20px;
	width:4px;
	height:500px;
	background-color:#ccc;
}

#two_left img{
	display:block;
	margin-bottom:20px;
}

.button_text{
	font-size:10px;
	margin-bottom:20px;
}

/* home page */
#home_topleft{
	float:left;
	width:350px;
}

#home_topright{
	margin-left:12px;
	margin-top:10px;
	float:left;
	width:166px;
	background-image:url('/images/frame_alex.png');
	background-repeat:no-repeat;
	height:238px;
}

#home_blog_box{
	background-color:#E5EDF1;
	width:510px;
	margin-top:5px;
	padding:6px;
}

.home_blog_title{
	font-size:16px;
	font-weight:bold;
}

.home_blog_title a{
	color:black;
}

.home_blog_date{
	font-size:10px;
	font-weight:bold;
}

/*testimonials*/

ul#testimonials {
	border: 1px solid #ccc;
	padding-left: 10px;
	padding-top: 10px;
	background:  #fffeb8;
	list-style-type: none;
}

