/* 

STYLE SHEET FOR IFAPA.ORG
developed by bluespace creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}



/*  --------- 2. structure  --------- */

#wrapper {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	background-image: url(../images/wrapperBkg.gif);
	background-repeat: no-repeat;
	background-position: 0px 500px;
		}
		
#masthead {
	padding-left: 47px;
	padding-top: 7px;
		}
		
#logo {
	padding-top: 28px;
	padding-left: 45px;
	float: left;
		}
#centerImage {
	float: left;
	height: 196px;
	width: 326px;
	background-image: url(../images/headerImg.jpg);
	background-position: right bottom;
	padding-top: 8px;
	background-repeat: no-repeat;
	padding-left: 48px;
}
#navBox {
	padding-bottom: 11px;
}
 
#navContainer {
	background-image: url(../images/navBkg.gif);
	margin: 0px;
	height: 43px;
	width: 846px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	background-repeat: no-repeat;
		}

#content {
	float: left;
	width: 652px;
		}
#content #leftContent {
	width: 275px;
	padding-left: 45px;
	float: left;
	padding-top: 23px;
}
#content #midContent {
	float: left;
	width: 265px;
	padding-left: 40px;
	padding-top: 23px;
}

#rightCol {
	float: left;
	width: 260px;
	height: 400px;
}
#search {
	padding-left: 15px;
	padding-top: 15px;
}
#search #searchLinks {
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
	color: #999999;
	padding-bottom: 5px;
}
#search a {
	font-size: 11px;
	color: #0068ac;
}

#search a:hover {border-bottom: none !important;}

#wrapper #rightCol #search #searchField #textfield {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	float: right;
	background-color: transparent;
	font-size: 15px;
	font-weight: normal;
	color: #55A546;
	padding-right: 2px;
	line-height: 19px;
}

#search td#searchField  {
	background-image: url(../images/searchBkg.gif);
	background-repeat: no-repeat;
	padding-right: 5px;
}
#quickLinks {
	padding-top: 33px;
	padding-left: 31px;
	background-image: url(../images/quickLinksBkg.gif);
	background-position: 0px 128px;
	background-repeat: no-repeat;
}
#quickLinks ul {
	padding-top: 22px;
	list-style-type: disc;
	padding-left: 14px;
}
#quickLinks li {
	list-style-image: url(../images/listArrowWhite.gif);
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: disc;
	list-style-position: outside;
}
#quickLinks a {
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	width: 190px;
}
#quickLinks a:hover {
	border-bottom-style: none;
	text-decoration: underline;
}

#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 11px;
	color: #888;
	padding: 15px 40px 5px 0;
		}
		
ul.list {
	list-style: disc;
	padding-left: 14px;
	padding-right: 5px;
}
#upcomingTrainings {
	background: url(../images/upcomingTrainingsBkg.gif) repeat-y;
	font-size: 12px;
}
#upcomingTrainings p {
	padding-left: 35px;
	background: url(../images/yellowArrow.gif) no-repeat 20px 3px;
	line-height: 15px;
}
#trainingScheduleTop {
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 25px;
	background: url(../images/upcomingTrainingsTopBkg.gif) repeat-y !important;
	color: #FFF;
}


#walkContent {
	padding: 20px;
	background: url(../images/sffc-bkg.gif) no-repeat;
}

#walkContent a:hover {border-bottom-style: none !important;}
#walkContent table {
	margin-bottom: 12px;
}
#walkContent table td {
	padding: 2px;
}
#walkContent table td.odd {
	background: #F2F9FF !important;
}

.sponsorText {
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: -10px;
	font-size: 14px;
	color: #1E7AB7;
	padding-top: 10px;
}


.separator {
		clear: both;
		height: 0;
		}
#content  p {
	padding-bottom: 13px;
}

.rightCallout a:hover {border-bottom: none !important; text-decoration: none !important;}

/* ---------- 3. links and navigation ---------- */

a {color: #0068AC;}
a:visited {color: #3C4C73;}
a:hover {color: #3C4C73; border-bottom: 1px solid #3C4C73;}

#navigation a:focus {outline: 0;}

		
/* ---------- 4. fonts ---------- */

ul {list-style-type: none;}

/* ---------- 5. images ---------- */

a img, a:hover img {border: none !important;}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */text-align: center;}
		
#wrapper {text-align: left;}  

