/*
Title:      Thumper Media sample styles for screen media
Author:     Tzipora Ginzberg, ThumperMedia.com
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, arial, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #bbb;
	background: #121212; 
	}
	
/* ----------[ links ]---------- */

a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
}
a img {
	border: 0;
	border-bottom: none;
}

/* -----[ common elements ]----- */

p {
	margin: 1em 0;
	padding: 0;
}
h1 {
	font-family: Verdana, sans-serif;
	font-size:140%;
	font-weight: bold;
	margin: 1em 0;
	color: #68f;
	}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #eee;
	}
h3 {
	font-family: Verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h4 {
	font-family: Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
ul {
	font-size: 90%;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
/* -----[ layout structure ]----- */	

#wrap {
	width: 844px;
	margin: 10px auto;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	text-align: left;
	background: #222 url(../img/ACEstripe2.jpg) repeat-y top left;
}
body#index div#wrap {
	background: #222 url(../img/ACE_landing.jpg) top left;
	height: 584px;
}

#main {
	margin: 0;
	padding: 20px 20px 0 130px;
	text-align: right;
	background: url(../img/ACEtop2.jpg) no-repeat top left;
}

/* ---------[ content ]--------- */

#content {
/*	margin: 20px; */
	margin: 0;
/*	width: 638px; */
	padding: 1em 2em 1em 1em;
	color: #aaa;
	background: #222; 
	text-align: left;
/*	border: 1px solid #fff; */
}

/* --------[ navigation ]-------- */

#navbar {
	margin: 0;
/*	padding: 120px 20px 15px 130px; */
	padding: 15px 20px 15px 130px;
	clear: both;
/*	border: 1px solid #fff; */
	background: url(../img/ACEbottom3.jpg) no-repeat bottom left;
}
#nav {
/*	width: 638px; */
	margin: 0;
	padding: .25em 0 2px;
	list-style: none;
/*	background: url(../img/GreyFade.jpg) repeat-x top left; */
	font-size: 100%;
	text-align: center;
/*	border: 1px solid #fff; */
}
#nav li {
	margin: 0;
	padding: 120px 0 0;
	display: inline;
}
#nav a {
	color: #fff;
	text-decoration: none;
/*	background: #ddd url(../img/GreyFade.gif) repeat-x top left; */
	margin: 0;
	padding: .3em 3em;
	border-left: 1px solid #555;
/*	border-top: 1px solid #999; */
	border-right: 1px solid #111;
	border-bottom: none;
}
#nav a:hover,
#nav a:active {
	color: #68f;
}
#nav a.active:link, 
#nav a.active:visited {
	background: #444;
}
#nav a.active {
	color: #fff;
}
#nav a.active:link,
#nav a.active:visited {
	position: relative;
	z-index: 102;
}
/* #nav a:active {
	background:transparent url(../img/nurse_select.jpg) no-repeat bottom center; 
}
#nav a:link #projectsButton, 
#nav a:hover #projectsButton {
	background: url(../img/nurse_static.jpg) no-repeat 0 50%;
} */

/* ---------[ footer ]--------- */

#footer {
	margin: 30px 0 10px;
	padding: 0;
	font-size: 90%;
}
/* ---------[ classes ]--------- */

.contact, .textlink {
	line-height: 1.3em;
}
.copyright, .contact, .textlink {
	margin: 0;
	padding: 0 10px;
	font-size: 80%;
	text-align: center;
}	
.copyright a,
.contact a,
.textlink a {
	text-decoration: none;
	border-bottom: none;
	color: #ccc;
}
.required {
	color: #c63;
}
.left {
	margin: 0;
	padding: 10px 10px 0 0;
	float: left;
}
.right {
	margin: 0;
	padding: 10px 10px 0 10px;
	float: right;
}

/* --------[ projects ]-------- */

.featured {
	float: left;
	margin: 0 0 1em;
}
.featured h2 {
	float: right;
	width: 545px;
	margin: 0 0 .5em;
}
.featured p {
	margin-left: 115px;
}
.featured img {
	margin: 0px 15px 5px 0px;
	float: left;
}
.featured a img {
	padding: 5px;
	background: #666;
/*	border: 1px solid #68f; */
}
.featured a:hover img {
	padding: 5px;
	background: #999;
/*	border: 1px solid #f90; */
}
.jump {
	font-size: 90%;
	color: #68f;
}

/* ---------[ IE hacks ]--------- */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}
html>body { /* be nice to Opera */
	font-size: small;
}
#wrap {
	width: 844px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 844px;
}
html>body #wrap { /* be nice to Opera */
	width: 844px;
}
