/*************************************************************************
/*************************************************************************
****																															********
****		FILENAME:       css/style.css															********
****		DESCRIPTION:    CSS for innovation associates							********
****		AUTHOR:					Chip Sheppard															********
****		AUTHOR URI:			http://sheppco.com/												********
****		CREATION DATE:  07/25/2009																********
****		LAST MODIFIED:  07/26/2009																********
****																															********
/*************************************************************************
/*************************************************************************


/*  GLOBAL  --------------------------------------------------- */
body, div, p, img, ul, li, h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }

body { background-color:#ffffff; font:11px/18px Verdana, Arial, Helvetica, sans-serif; color:#000; }
img {	border: none;}

a {	color:#cc9900; text-decoration:none;}
a:hover {	color:#000; text-decoration:underline;}
a:active { outline:none; } /* get rid of those system borders being generated for A tags */

.alignright { float:right; padding:0 0 0 15px; }
.alignleft { float:left; padding:0 15px 0 0; }

blockquote { border-left:1px solid #cc9900; margin:15px 0 15px 10px; padding:0 0 15px 15px; }

/*  HEADER  --------------------------------------------------- */

#wrapper { position:relative; width:1008px; margin:7px auto; }

#header { background:url(../images/header-home.jpg) no-repeat; width:1008px; height:209px;  }
#header_ia { background:url(../images/header-grass.jpg) no-repeat; width:1008px; height:209px;  }
#header_course { background:url(../images/header-tracks.jpg) no-repeat; width:1008px; height:209px;  }
#header_faq { background:url(../images/header-reeds.jpg) no-repeat; width:1008px; height:209px;  }
#header_contact { background:url(../images/header-lights.jpg) no-repeat; width:1008px; height:209px;  }
#header_charlie { background:url(../images/header-home.jpg) no-repeat; width:1008px; height:209px;  }

h1 { font-size:22px; color:#fff; font-weight:normal; padding:157px 0 0 454px; }

/*  CONTENT   ------------------------------------------------- */

h2 { font-size:14px; margin:0; }
h3 { font-size:12px; margin:20px 0 0 0; }
h3.top { margin:0; }

#content { margin:25px 0 0 0; }
#content #left { float:left; display:inline-block; width:455px; }
#content #right { float:left; display:inline-block; width:467px; min-height:350px; border-left:1px solid #cc9900; margin:0 0 25px 25px; padding:10px 0 45px 20px }
#content #right p { margin:0 0 15px 0; }
#content #right ul { margin:5px 0 5px 20px; }

#logo { text-align:right; margin:75px 0 0 0; }

#menu { margin:46px 0 0 0; line-height:normal; }
#menu ul { float:right; list-style:none; }
#menu li { float:left; list-style:none; }
#menu li a { display:block; padding:0 6px; border-right:1px solid #cc9900; font-size:10px; font-weight:bold; }
#menu li.e a { border:none; padding:0 0 0 7px; }

.eta_logo { font-family:Georgia, Times, serif; font-weight:bold; }


/*  FOOTER   --------------------------------------------------- */

#footer { clear:both; position:relative; width:1008px; margin:25px auto; font-size:10px;}
#footer a { color:#666; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
