body {
  font-family: "Century Gothic"; 
}


/*********************************
fonts
*********************************/
a {
	text-decoration:none;
	color:#829614;
}
p, ul, dl {
	font-size:14px;
	line-height:19px;
}

#home p, #home ul, #home dl {
	font-size:14px;
}

p {
	line-height:22px;
}

#page p {
	line-height:20px;
}
.pageContent h2 {
	color:#bb4d28;
	font-size:16px;
	border-bottom:1px solid #000;
	text-transform:lowercase;
	font-family:;
	font-weight:bold;
}
.pageContent a {
	text-decoration:underline;
}
td {
	vertical-align:top;
}


/*********************************
structure
*********************************/
.contentWrapper {
	padding:25px 0;
}
.container {
	width:835px;
}


/*********************************
header
*********************************/

#header h1 a span {
	display:none;
}
#header h1 a {
	display:block;
	background:url(images/accel_logo_medium.jpg) top left no-repeat;
	width:379px;
	height:92px;
}

/*********************************
footer
*********************************/
#footer {
	clear:both;
	padding-top:80px;
	text-align:center;
}
#footer p {
	font-size:11px;
}

/*********************************
globalnav
*********************************/
.globalNav {
}
.globalNav ul {
	margin:0;
	padding:0;
}
.globalNav li {
	list-style:none;
	font-size:14px;
}
.globalNav a {
	display:block;
	color:#8e9025;
	font-family:;
	font-size:15px;
	font-weight:normal;
	line-height:22px;
	text-transform:lowercase;
}

.globalNav li a:hover {
	color:#979a01;
	font-weight:bold;
}
.globalNav a.selected, .globalNav li.current_page_item a {
	color:#bb4d28;
	font-weight:bold;
}
.globalNav ul ul {
	padding-left:20px;
	margin-bottom:0;
}


/*********************************
section nav
*********************************/
#preview {
	float:right;
	width:250px;
}
#preview a.thumb {
	display:block;
}
#preview a.thumb img {
}
#preview dt {
	margin:5px 0;
}
#preview dd {
	margin:0;
}


.sectionNav {
	height:30px;
	margin:20px 0 20px;
	padding:0;
}
.sectionNav li {
	list-style:none;
	float:left;
	margin-right:10px;
}
.sectionNav li.selected a {
	font-weight:bold;
	text-decoration:underline;
}


.sectionContent p {
	margin:0 0 20px;
}
.sectionContent h4 {
	margin:0;
	font-weight:bold;
}
.sectionContent {
	margin-bottom:30px;
}

/*pages*/




.sidebar {
	width:150px;
	float:right;
}
.sidebar .pageImage {
	display:block;
	margin:10px auto 40px;
}

.promote {
	padding:5px;
	margin:0 0 40px 0;
}
.sidebar a.promoteLogo img {
	display:block;
	margin:0 auto 5px auto;
	float:none;
}
.sidebar .promote p {
	margin:0 0 5px 0;
	color:#666;
}
.sidebar .promote em {
	font-style:normal;
	margin:0;
	display:block;
}

.promote h3 {
	font-size:14px;
	margin:0 0 5px 0;
	font-weight:bold;
	color:#666;
}
.promote br {
	margin:0;
	padding:0;
	display:none;
}
/*********************************
misc
*********************************/
/*single page images*/
.fullImage img {
	display:block;
	
}
* html .fullImage img {
	width:95%;
}


/*newsletter*/

.newsLetter form {
	padding:10px;
	/*
	border:1px solid #829614;
	*/
	background:url('images/nl.jpg') center no-repeat;
	text-align:center;
}


/*list of links on the homepage*/
.homeLinks {
	margin:20px 0;
}
.homeLinks dd {
	padding:0;
	margin:0;
}

img.img {
	display:block;
	margin:20px auto;
	float:none;
}
img.img-right {
	float:right;
	margin:0px 0 20px 20px;
}

.Red {
	color:#a80000;
}

/*********************************
Client List
*********************************/
table.clientList {
	width:100%;
}
table.clientList td {
	padding:5px;
}
table.clientList td.excerpt {
	width:40%;
	vertical-align:middle;
}
table.clientList td.logo {
	width:60%;
	text-align:right;
	padding-right:50px;
}
table.clientList td.logo img {
}

#Youth table.clientList td.excerpt {
	width:60%;
}
#Youth table.clientList td.logo {
	width:40%;
}
#Youth table.clientList td.excerpt p {
	margin:0 0 5px;
}
#Youth table.clientList td.excerpt h3 {
	margin:0;
	font-weight:bold;
	font-size:14px;
}



p.nomargin {
	margin-bottom:0;
}
.contactform label {
	float:left;
}
.contactform input {}
/*ie 6 */
* html .globalNav a {
	height:100%;
}
* html .globalNav.span-6 {
	width:210px;
}
#single  {

}



.contactform table td {
	border:0;
	padding:10px 10px 10px 0;
}
.contactform input {
	border:1px solid #bbb;
	padding:2px;
}
.contactform textarea {
	width:90%;
	height:100px;
}