body {
	margin: 0;
	padding: 0px;
	background: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: small;
	color: #000000;
}

img {
	border: none;
}

p {
	margin: 0 0 1em 0;
	font-size: 85%;
	line-height: 1.6em;
}

li {
	font-size: 85%;
}

ul li ul, ul li ol, ol li ul, ol li ol {
	margin: .5em 0 .5em 1.4em;
}

li li {
	font-size: 100%;
}

p.center {
	text-align: center;
}

a {
	font-size: 85%;
	color: #81673d;
}

p a, li a, td a {
	font-size: 100%;
}

a:hover {
	text-decoration: none;
	color: #9d9d9d;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em 0;
}

#header {
	width: 800px;
	height: 86px;
	margin: 0;
	padding: 0px;
}

img#logo {
	display: block;
	float: left;
	width: 312px;
	height: 86px;
}

p#headerLinks {
	float: right;
	margin-top: 40px;
	margin-right: 15px;
}

p#headerLinks a {
	text-decoration: none;
	color: #505050;
}

p#headerLinks a:hover {
	color: #9d9d9d;
}

/* :::::::::: NAVIGATION :::::::::: */

#navBox {
	min-width: 800px;
	background: #ffffff url(nav_bg.gif) bottom left repeat-x;
}

#nav {
	width: 800px;
}

#nav ul {
	float: right;
	margin: 0;
	padding: 0px;
	list-style: none;
}

#nav ul li {
	float: left;
	font-size: 100%;
}

#nav ul li a {
	display: block;
	padding: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	background: url(nav_divider.gif) center right no-repeat;
}

#nav ul li.lc a {
	background-image: none;
}


#nav ul li a:hover {
	background: #ffffff url(nav_divider.gif) center right no-repeat;
}

#nav ul li.lc a:hover {
	background: #ffffff;

}



/* :::::::::: BANNER :::::::::: */

#bannerBox {
	clear: both;
	min-width: 800px;
	height: 120px;
	background: #dadada;
	margin-top: -1px;
}

body.home #bannerBox {
	height: 272px;
}

body.about #bannerBox {
	/*background: #dadada url(../images/banner_about.jpg) top left no-repeat;*/
}

#flashArea {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 272px;
	/*background: url(../images/runner_fpo.jpg) no-repeat;*/
}

/* :::::::::: CONTENT :::::::::: */

#content {
	width: 800px;
}

#homeLeft {
	float: left;
	padding: 24px 24px 24px 84px;
	width: 398px;
}

#homeRight {
	margin: 24px 50px 24px 24px;
	width: 195px;
	float: right;
}

.feature {
	width: 195px;
	background: #ececec url(feature_bg.gif) top left repeat-y;
	margin: 0 0 1.7em 0;
}

.featureTop {
	width: 195px;
	height: 12px;
	display: block;
	background: url(feature_top.gif) no-repeat;
}

.featureBottom {
	width: 195px;
	height: 12px;
	display: block;
	background: url(feature_bottom.gif) no-repeat;
	* margin-bottom: -2px; /*IE 6 fix */
}

.feature p {
	margin: 0 10px 1em 10px;
	line-height: 1.2em;
}

.feature a,
.callout a {
	text-decoration: none;
}

.feature ul.linksList {
	margin: 0 10px;
}

.feature h3 {
	margin: 0 10px .4em 10px;
}

.callout {
	width: 250px;
	float: right;
	margin: 0 0 1em 1em;
	background: #ececec url(callout_bg.gif) top left repeat-y;
}

.calloutTop {
	width: 250px;
	height: 12px;
	display: block;
	background: url(callout_top.gif) no-repeat;
}

.calloutBottom {
	width: 250px;
	height: 12px;
	display: block;
	background: url(callout_bottom.gif) no-repeat;
	* margin-bottom: -2px; /*IE 6 fix */
}

.callout p,
.callout ul {
	margin: 0 10px 1em 10px;
}

#content h1 {
	font-size: 135%;
	color: #03528e;
	margin-bottom: 1em;
	text-transform: uppercase;
}

#content h2 {
	font-size: 120%;
	color: #03528e;
	margin-bottom: .7em;
}

#content h3 {
	font-size: 95%;
	color: #03528e;
}

#content li {
	margin-bottom: 0.4em;
}

ul.linksList {
	margin: 0;
	padding: 0px;
	list-style: none;
}

ul.linksList a {
	display: block;
}

#bodyContent {
	margin: 0 0 24px 220px;
}

#breadcrumbs {
	margin: 0 0 12px 220px;
	padding-top: 24px;
}

#breadcrumbs p {
	text-transform: lowercase;
	font-size: 80%;
}

#breadcrumbs p a {
	text-decoration: none;
	color: #505050;
}

#breadcrumbs p a:hover {
	color: #9d9d9d;
}


/* :::::::::: SIDEBAR :::::::::: */

#sidebar {
	width: 204px;
	float: left;
	background: #d4e2ed;
}

img#sidebarBase {
	display: block;
}

ul.menu {
	padding: 0;
	list-style: none;
	margin: 24px 0 0 28px;
}

ul.menu li {
	margin: 0;
	padding: 0;
}

ul.menu a.section {
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 12px 5px 8px;
}

ul.menu a {
	display: block;
	padding: 5px 12px 5px 16px;
	color: #000000;
	text-decoration: none;
	margin: 0;
}

ul.menu a:hover {
	background: #ffffff;
}


/* :::::::::: FOOTER :::::::::: */

#footer {
	background: #ffffff;
	clear: both;
	width: 800px;
	margin-bottom: 12px;
}

#footer p {
	margin: 0 0 1em 220px;
	color: #505050;
}

body.home #footer p {
	margin: 0 0 1em 84px;
}


#footer p a {
	color: #505050;
	text-decoration: none;
}

#footer p a:hover {
	color: #9d9d9d;
}

/* :::::::::: STICKY MENUS :::::::::: */

body.about a#aboutNav,
body.ata a#ataNav,
body.support a#supportNav,
body.news a#newsNav {
	background: #ffffff;
}

ul.menu {
	display: none;
}

body.about ul#aboutMenu,
body.ata ul#ataMenu,
body.support ul#supportMenu,
body.news ul#newsMenu {
	display: block;
}

body#about0 a#about0Nav,
body#about1 a#about1Nav,
body#about2 a#about2Nav,
body#about3 a#about3Nav,
body#about4 a#about4Nav,
body#ata0 a#ata0Nav,
body#ata1 a#ata1Nav,
body#ata2 a#ata2Nav,
body#ata3 a#ata3Nav,
body#ata4 a#ata4Nav,
body#ata5 a#ata5Nav,
body#ata6 a#ata6Nav,
body#ata7 a#ata7Nav,
body#ata8 a#ata8Nav,
body#ata9 a#ata9Nav,
body#ata10 a#ata10Nav,
body#ata11 a#ata11Nav,
body#ata12 a#ata12Nav,
body#ata13 a#ata13Nav {
background: #ffffff;
}


/* :::::::::: MISC ::::::::::: */

span.lead {
	color: #03528e;
	font-weight: bold;
}

hr {
	height: 1px;
	border: none;
	background: silver;
	font-size: 1px;
	margin: 12px 0;
	padding: 0;
}

#homeLeft span.lead {
	font-size: 110%;
}

.clearer {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}

#navClear {
	background: #dadada;
}

p.top {
	text-align: center;
}

img.right {
	float: right;
	margin: 0 0 12px 12px;
}

img.left {
	float: left;
	margin: 0 12px 12px 0;
}

/* :::::::::: NEWS EVENTS :::::::::: */

div.event {
	border-top: 1px solid #c4c4c4;
	clear: right;
	padding: .6em 0px 0px 0px;
	margin-top: 1em;
	* height: 1%; /*IE fix */
}

#content div.event h3 {
	margin: 0 0 .4em 0;
	/*font-family: Georgia, Times New Roman, serif;*/
	font-weight: bold;
	font-size: 110%;
}

div.eventDetails {
	width: 148px;
	margin-right: 14px;
	float: left;
}

div.eventDetails p {
	font-size: 11px;
}

div.eventDetails p.date {
	margin-top: 0px;
	font-weight: bold;
}

div.eventDesc {
	float: right;
	width: 400px;
}