@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: #001B2E url(images2/bg.jpg) top center no-repeat;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 140%;
}

img {
	border: none;
}

h2 {
	font: bold 14px "Times New Roman", Times, serif;
	color: #999933;
	letter-spacing: 5px;
	text-transform: uppercase;
}

h1 {
	font: normal 26px "Times New Roman", Times, serif;
	color: #999933;
	margin: 0;
	padding: 0;
}

h3 {
	margin: 2px;
	padding: 2px;
	font: normal 18px "Times New Roman", Times, serif;
}

.clear {
	clear: both;
}

a#facebook {
	display: block;
	height: 50px;
	width: 226px;
	background: url(images2/facebook.gif) top left no-repeat;
}

a#facebook:hover {
	background-position: 0 100%;
}


#holder {
	width: 800px;
	margin: 0 auto;
	/*position: absolute;
	left: 50%;
	margin-left: -400px;*/
}

#top {
	width: 801px;
	height: 224px;
	background: url(images2/bg-top.jpg) top left no-repeat;
}

#home  a {
	width: 48px;
	height: 68px;
	display: block;
	position: absolute;
	margin: 149px 0px 0 198px;
}

#home a:hover {
	background: url(images2/home-hover.jpg) top left no-repeat;
}

#content-holder {
	background-color: #FFFFFF;
	width: 800px;
	float: left;
	background: url(images2/bg-main.gif) top left repeat-y;
}

#gray-col {
	width: 226px;
	padding: 10px;
	float: left;
	text-align: center;
}

#contribute a {
	width: 226px;
	height: 38px;
	display: block;
	background: url(images2/contribute.gif) no-repeat;
}

#contribute a:hover {
	background: url(images2/contribute-hover.gif) no-repeat;
}



#main {
	float: left;
	margin: 10px 0 10px 10px;
	width: 535px;
}

#learn-more a {
	width: 79px;
	height: 27px;
	display: block;
	background: url(images2/learn-more.gif) top left no-repeat;
}

#learn-more a:hover {
	width: 79px;
	height: 27px;
	display: block;
	background: url(images2/learn-more-hover.gif) top left no-repeat;
}

#footer2 {
	text-align: center;
	color: #fff;
	border: 0px solid #fff;
	height: 30px;
	padding-top: 10px;
	width: 800px;
	margin: 0 auto;
}

#resume-box {
	background: #fafaed url(images2/icon-resume.gif) 1% 50% no-repeat;
	width: 445px;
	height: 48px;
	border: 1px solid #eaead1;
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 75px;
}

#obj-box {
	background: #fafaed url(images2/icon-speech-bubble.gif) 1% 50% no-repeat;
	width: 445px;
	border: 1px solid #eaead1;
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 75px;
	font: italic 20px "Times New Roman", Times, serif;

}

ul#obj {
	list-style-image: url(images2/bullet-arrow.gif);
	color: #999933;
	font: normal 24px "Times New Roman", Times, serif;
}

table#gallery-table td {
	text-align: center;
	border-top: 1px solid #cccccc;
}

table#gallery-table td img {
		border: 0px solid #dddddd;
		margin: 0 0 5px 0;
}

ul#news {
	list-style: none;
	margin: 0; 
	padding: 0;
}

ul#news li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #cccccc;
}

ul#news a {
	display: block;
	padding: 25px 10px 25px 100px;
	background: url(images2/icon-news2.gif) 0% 50% no-repeat;
}

ul#news li a:hover {
	background: #eeeeee url(images2/icon-news.gif) 0% 50% no-repeat;
	color: #999933;
}

.small {
	font: italic 11px "Times New Roman", Times, serif;
	color:#666666;
}

#nav-footer a {
	color: #fff;
	text-decoration: none;
}

#nav-footer a:hover {
text-decoration: underline;
}

/* begin bottom nav */
#nav-bottom {
	width: 535px;
	height: 47px;
	background: url(images2/nav-bottom.gif) top center no-repeat;
	text-align: center;
}

#nav-bottom ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

#nav-bottom li {
	margin: 0px 0 0 0;
	padding: 0;
	float: left;
	display: inline;
	width: 170px;
	height: 50px;
	text-align: center;
	background: url(images2/nav-bottom-divider.gif) top right no-repeat;
}

#nav-bottom a {
	display: block;
	text-align: center;
	padding: 5px 0 10px 0;
	margin-top: 4px;
	font: normal 20px "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
}

#nav-bottom a:hover {
	background: url(images2/nav-bottom-hover.gif) center center no-repeat;
	color: #669900;
}
/* end bottom nav

/* begin nav */
#nav {
	height: 64px;
	float: right;
	margin: 155px 4px 0 0;
	overflow: hidden;
	border: 0px solid #fff;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#nav li { 
	padding: 0;
	float: left;
	display: inline;
}

#nav a {
	display: block;
	padding: 20px 9px 35px 9px;
	color: #fff;
	font: normal 10px "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}

#nav a:hover {
	background: url(images2/nav-hover.jpg) top center no-repeat;
}
/* end nav */

/* begin form elements */

#contact-box {
	background: #fafaed url(images2/bg-contact-box.gif) 1% 50% no-repeat;
	width: 430px;
	border: 1px solid #eaead1;
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 75px;
}

#phone-email {
	position: absolute;
	margin-left: 160px;
	border-left: 1px solid #eaead1;
	padding-left: 20px;
	line-height: 175%;
}

input {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 3px;
}

textarea {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 3px;
}

/* end form elements */
