/* 

                                          :             _            _                     :
                                          :            | | ___ _ __ (_)_   _ ___           :
                                          :         _  | |/ _ \ '_ \| | | | / __|          :
                                          :        | |_| |  __/ | | | | |_| \__ \          :
                                          :         \___/ \___|_| |_|_|\__,_|___/          :
                                          
                                          
                                                     // http://www.jenius.me //

 */

/* !! CAUTION, CODE CRAWLERS !!
   
   Under the terms of the legal contract under which this site was designed, the back end code may not be modified or copied, 
   and the author's credentials may not be removed from any part of the site without specific consent from the author, who in 
   this case is me, Jeff Escalante. I can be contacted at escalantejeff@gmail.com if you have any concerns.
   
*/


/* ----------------------------------- Reset, General Styles, Background, Title ----------------------------------- */


* {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

#container {
	width: 900px;
	margin: 30px auto;
}

/* ----------------------------------- Top Section ----------------------------------- */

#header {
	width: 580px;
	height: 89px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
}

#intro_text {
	width: 420px;
	margin-left: 355px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
	font-size: .9em;
}

/* ----------------------------------- Middle Section ----------------------------------- */

#tbox {
	font-family: Arial, sans-serif;
	font-size: .65em;
	color: #5e6e66;
	margin-left: 239px;
}

#content_container {
	width: 805px;
	height: 246px;
	margin: 5px 20px 30px 48px;
}

#slideshow {
	width: 425px;
	height: 246px;
	float: right;
}


#nav ul {
	width: 376px;
	margin-top: 0px; 
	overflow: auto;
	float: left;
}

#nav li {
	list-style-type: none;
	display: inline;
	float: left;
	margin-bottom: 0px;
}

#nav ul li a {
	display: block;
	height: 62px;
	width: 376px;
	background-position: 0 0;
	outline: 0;
}
		
#nav .apalc a {background: url(images/apalc.jpg) no-repeat;}
#nav .apalc a:hover {background-position: 0 -62px;}
	
#nav .aai a {background: url(images/aai.jpg) no-repeat;}
#nav .aai a:hover {background-position: 0 -62px;}

#nav .alc a {background: url(images/alc.jpg) no-repeat;}
#nav .alc a:hover {background-position: 0 -62px;}
	
#nav .aajc a {background: url(images/aajc.jpg) no-repeat;}
#nav .aajc a:hover {background-position: 0 -62px;}

/* ----------------------------------- Bottom Section ----------------------------------- */

#bottom_text {
	width: 845px;
	height: 95px;
	margin: 0 auto 10px auto;
}

#PDF_download a {
	float: left;
	width: 206px;
	height: 95px;
	background: url(images/pdf_image.jpg) no-repeat;
	margin-left: 113px;
	margin-right: 10px;
	opacity: .8;
}

#PDF_download a:hover {opacity: 1;}

#textbox {
	font-family: Arial, sans-serif;
	font-size: .9em;
	color: #5e6e66;
}

#enterbutton a {
	display: block;
	width: 151px;
	height: 50px;
	margin: 20px 355px;;
	background: url(images/enter_button.jpg) no-repeat;
}

#enterbutton a:hover {background-position: 0 -50px;}

/* ----------------------------------- That's All Folks! ----------------------------------- */

/* 
   Still here? Well... you must be a huge nerd. We should talk. Shoot me an email at escalantejeff@gmail.com and we
   can have a chat - about anything you so desire. Cheers, and talk to you soon!
*/
