/*****************************************************************
	Description: Primary stylesheet for liaac.org
	Author: 420 Design - fourtwentydesign.com
	Version: 2008 March
*****************************************************************/

html,
body { height: 100%;
 }

#wrapper { 
	min-height: 100%;
	margin: 0 auto 0 auto; }

*html #wrapper { 
	height: 100%;
	margin: 0 auto 0 auto; }

body {
	margin: 0 auto 0 auto;
	padding: 0;
	/* [disabled]font: 13px/1.6em Arial, Helvetica, sans-serif; */
	background: #eeeddb;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}
.bigger_line_height {
	line-height: normal;
}

img { 
	border: 0;
}
li {
	list-style-image: url(../images/bullet.gif);
}
#flash {
	text-align: center;
}
.flashadoodle {
	margin-left: -40px;
}
.divider {
	margin-left: 10px;
	margin-right: 10px;
}


/*	Masthead
-------------------------------------------------------------------*/
#masthead_wrap {
	
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff;
}

#masthead {
	width: 724px;
	margin: 0 auto 0 auto;
	padding: 1px 0 12px 0;
	background: #fff;
	position: relative !important; /*Must have for text rotator*/
}

#masthead h1 {
	background: #fff url(/images/logo_new.jpg) no-repeat 0 0;
	width: 221px;
	height: 140px;
	display: block;
	float: left;
}

#masthead h1 a {
	width: 221px;
	height: 140px;
	display: block;
}

#masthead h1 span {
	display: block;
	text-indent: -9999em;
}


/*	Text rotator
-------------------------------------------------------------------*/
.fade-box {
	position: absolute;
	right: 0;
	top: 35px;
	font-size: 18px;
	width: 382px;
	font: 24px Georgia, "Times New Roman", serif;
	font-style: italic;
/*	color: #611462;*/
	color: #460c32;
	text-align: center;
	vertical-align: center;
	background: #fff url(/images/bg_borderredfade.jpg) no-repeat center top;
}

.fade-box p {
	background: transparent url(/images/bg_borderredfade.jpg) no-repeat center bottom;
	padding: 0 0 15px 0;
	margin: 15px 0 0 0;
}



/*	Navigation
-------------------------------------------------------------------*/
#nav_wrap {
	width: 100%;
	height: 41px;
	margin: 0;
	padding: 0;
	background: #04315b url(/images/bg_nav.jpg) repeat-x 0 0;
}

#nav {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 12px;
}

#nav li {
	font: 13px Arial, Helvetica, sans-serif;
	display: inline;
	line-height: 44px;
	background: transparent url(/images/nav_border.jpg) no-repeat right -2px;
	padding: 6px 12px 14px 10px;
}

#nav li.last {
	padding: 6px 0 14px 10px;
	background: none;
}

#nav li a {
	color: #7f9cb3;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li.active a,
#nav li a:hover {
	color: #fff;
}
.navwrap2 {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_submenu2.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
.nav2floater {
	text-align: center;
	height: 35px;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-right: 20px;
}



/*	Main content area
-------------------------------------------------------------------*/
#content_wrap {
	background: #eeeddb;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 100px 0;
	/* for footer stick */
	position: relative;
	min-height: 100%;
	clear: both;
}

*html #content_wrap { 
	height: 100%;
	margin: 0 auto 0 auto;
	 }

#content {
	width: 724px;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
	color: #42413c;
}

#content a {
/*	color: #611462;*/
	color: #460c32;
}

#content a:hover {
	text-decoration: none;
}



/*	Footer
-------------------------------------------------------------------*/
#footer_wrap {
	position: relative;
	margin-top: -82px;
	background: transparent url(/images/bg_footer.jpg) repeat-x 0 0;
	height: 82px;
}

#footer {
	width: 724px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

p#copyright {
	color: #cfb8cf;
	font-size: 11px;
	margin: 0;
	padding: 12px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

p#copyright a { color: #cfb8cf; }

p#copyright a:hover { text-decoration: none; }

p#affiliates {
	float: right;
	margin: 0;
	padding: 8px 1px 0 0;
}

p#affiliates a.lincs {
	background: transparent url(/images/logo_lincs.jpg) no-repeat 0 0;
	width: 91px;
	height: 57px;
	display: block;
	float: left;
}

p#affiliates a.bias {
	background: transparent url(/images/logo_bias.jpg) no-repeat 0 0;
	width: 56px;
	height: 57px;
	display: block;
	float: left;
}

p#affiliates a span {
	display: none;
}




/*	Typography
-------------------------------------------------------------------*/
p#intro {
	font-size: 16px;
/*	margin: 0;
	padding: 0;*/
}

h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #174f7e;
	font-weight: normal;
}

h2 {
	color: #426f96;
	border-bottom: 1px solid #426f96;
	margin-top: 2em;
}
h3 {
	color: #426f96;
	margin-top: 1em;
	font-size: 18px;
}
h5 {
	color: #426f96;
	margin-top: 1em;
	font-size: 15px;
}


p.donation_link {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.twocol p img {
	padding: 5px;
	border: 1px solid #711371;
	float: left;
	margin: 8px 12px 0 0;
}



/*	Decorational elements
-------------------------------------------------------------------*/
div.hr {
	background: transparent url(/images/border_wide.jpg) no-repeat center center;
	border: 0;
	height: 7px;
}

div.hr hr { display: none; }



/*	3-column layout specs
-------------------------------------------------------------------*/
.threecol {
	width: 228px;
	float: left;
	margin: 0 20px 0 0;
}

.lastcol {
	margin: 0;
}

.threecol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.threecol li {
	margin: 0 0 .5em 0;
}

.threecol li.pdf {
	padding: 0 0 0 22px;
	background: transparent url(/images/icon_pdf.gif) no-repeat 0 1px;
}

.threecol li.word {
	padding: 0 0 0 22px;
	background: transparent url(/images/icon_doc.gif) no-repeat 0 1px;
}




/*	2-column layout specs
-------------------------------------------------------------------*/
.twocol {
	width: 450px;
	float: left;
	margin: 0 46px 0 0;
	overflow: hidden;
}

.twocol_sidebar {
	width: 228px;
	float: left;
}
