/* 

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/secPageBkg.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: 15px;
	padding-left: 58px;
	float: left;
	width: 594px;
		}
#centerImage {
	float: left;
	height: 196px;
	width: 326px;
	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;
		}
#leftContent  {
	width: 275px;
	float: left;
	padding-top: 33px;
	padding-left: 47px;
	height: 285px;
}
#mainContent {
	padding-top: 50px;
	padding-right: 35px;
	padding-left: 18px;
	float: left;
	width: 525px;
}
#mainContent p {
	padding-bottom: 13px;
}
#mainContent ul {
	list-style-type: disc;
	padding-left: 24px;
	padding-bottom: 13px;
}
#mainContent ol {
	padding-left: 28px;
}
#mainContent li {
	padding-bottom: 1px;
}

#secPageNav {
	background-image: url(../images/secPageNav.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 32px;
}


#rightCol {
	float: left;
	width: 260px;
	height: 127px;
}
#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;
}
#secPageNav ul {
	padding-top: 22px;
	list-style-type: disc;
	padding-left: 16px;
}
#secPageNav 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;
}
#secPageNav a {
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	width: 190px;
}
#secPageNav 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: #888888;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 40px;
		}
.padLeft1px { 
	padding-left: 1px;
}
#mainContent h1 {
	color: #51A043 !important;
}


#content  p {
	padding-bottom: 13px;
}


/* ---------- 3. links and navigation ---------- */

a {color: #0068AC;}
a:visited {color: #3C4C73;}
a:hover {
	color: #3C4C73;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #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;} .styled th a {
	color: #FFF;
	text-decoration: underline;
}
 