/* COLORS
======================================================================
	#c3cf1a : green (background)
	#626600	: dark green (text)
	#e11f2f	: red (link)
	#ddd	: gray (horizontal rule)
	#f3f3f3	: gray (slideshow nav)
====================================================================== */


@import url(base.css);


/* GENERAL
====================================================================== */

html, body {
	width: 100%;
	background: #c3cf1a;
}

body {
	min-width: 760px;
	color: #666;
}

p, li {
	font-size: .65em;
	line-height: 1.4;
	font-family: Arial, Verdana, sans-serif;
}

p {
	margin-top: 1.5em;
}

h1 {
	color: #fff;
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

em { font-style: italic; }

strong { font-weight: bold; }

a:link,
a:visited {
	color: #e11f2f;
}

a:hover,
a:active {
	color: #000;
}




/* CONTAINERS
====================================================================== */
#header {
	width: 100%;
	background: #fff;
	border-bottom: 2px solid #ddd;
}

#content {
	background: #fff url(../_images/slideshow_nav_bg.gif) repeat-x center bottom;
}

#footer {
	padding: 20px 0;
	color: #626600;
	overflow: auto;
}

.Inner {
	margin: 0 auto;
	width: 720px;
}
	
	
	
	
/* HEADER
====================================================================== */
#logo_aiamaine {
	margin: 20px 0 20px 37px;
}

#logo_da08 {
	margin: 20px 0 20px 30px;
}
	
	
	
	
/* CONTENT
====================================================================== */
#alt_content {
	padding: 20px 68px 65px 68px;
	font-size: 1.2em;
}

#alt_content p {
	margin-top: .65em;
}

#slideshow {
	margin-left: 42px;
}
	
	
	
/* FOOTER
====================================================================== */
#footer li {
	font-style: italic;
}

#footer h1 {
	padding-left: 68px;
}

#footer a:link,
#footer a:visited {
	color: #626600;
}

#footer a:hover,
#footer a:active {
	color: #333;
}

#sponsors {
	padding-bottom: 35px;
	overflow: auto;
}

#sponsors h1 {
	float: left;
	padding-top: 14px;
}

#sponsors li {
	float: left;
	padding-left: 70px;
}

#contributers,
#friends {
	float: left;
	margin: 0 0 20px 0;
}

#contributers h1,
#friends h1 {
	margin: 5px 35px 0 0;
}

#contributers ul,
#friends ul {
	width: 160px;
}

#contributers h1,
#friends h1,
#contributers ul,
#friends ul {
	float: left;
}

#contributers li,
#friends li {
	padding-top: 7px;
}


/* un-comment below for typical cgCraft credit colors */
#copyright {
	padding: 50px 70px 0 70px;
	clear: left;
	text-align: left;
}

#copyright a:link,
#copyright a:visited {
	margin-left: 10px;
}




/* CUSTOM CLASSES
====================================================================== */
