/* 
Website: http://Angeliaonline.com
Name: Angelia Online
Description: Core layout/font/navigation styles
Version: Alpha
Author: Jefte Puente
Author URI: http://www.artemisit.com
Comments: This document styles the following items:
			The layout elements of the page; Header, footer, navigation, body, page and content divs. 
		  	Font styles for paragraphs, page titles, headlines, tables, lists.
		  	Color, Size, Positioning styles for all navigation.
				>> Page specific styles are in pageStyles.css
				>> IE specific styles are located in ie.css
		  		>> Form styles are located in cssform.css
*/

/*** Body Styles ***/
* { margin:0; padding:0;}
body {background: #478BCA url('images/bg_body.jpg') repeat-x; height: 100%; margin: 0 auto; font-size: 62.5%; font-family: Lucida Sans Unicode, Lucida Grande, Sans-serif; color: #fff; } /* This percentage sets 1.0em to 10px. */
.pageTitle { float: left; width: 580px; margin: 0 0 15px 0; border-bottom: 1px solid #ccc; padding-top: 0px; text-align: left; color: #3e4f9d; padding-bottom: 5px; font-weight: bold;}
.pageTitleFull{ float: left; width: 825px; margin: 0 0 15px 0; border-bottom: 1px solid #ccc; padding-top: 0px; text-align: left; color: #3e4f9d; padding-bottom: 5px; font-weight: bold;}
.pageTitle h2, .pageTitleFull h2 { margin: 0; padding: 0; line-height: 1.0em;}

#page { padding: 0; margin: 0 auto; width: 980px; overflow: hidden; background: url('images/bg_contentmid.gif') repeat-y; }
#header { width: 100%; height: 168px; padding: 0; no-repeat top right; background: url('images/bg_header.jpg') no-repeat;} 
#header a#logo { float: left; border: none; height: 119px; width: 300px; }
#content { float: left; width: 980px; padding: 0; overflow: visible; background: url('images/bg_hometextbtm.jpg') no-repeat bottom left;}
#content_inner {float: left; width: 465px; padding: 95px 60px 30px 55px; background: url('images/bg_hometexttop.jpg') no-repeat;} 

.right_col { float: right; width: 350px; margin: 0px 0 0 0; }
.right_col h3 { background: url('images/nav_bg.gif') top left; width: 185px; padding: 2px 8px; font-size: 1.4em; color: #fff; }
#right_col_inner { padding: 10px; margin: 18px 0 0 0; }
#right_col_inner p {line-height: 1.3em; font-size: 1.1em; margin-left: 80px; }
#right_col_inner a img { border: none; }


/*** Heading Styles ***/
h1 { display: none; } 
h2 { margin: 0; font-size: 1.6em; font-weight: bold; letter-spacing: -1px;}
h3 { margin: 0; font-size: 1.4em; letter-spacing: -1px; margin-bottom: 5px;} 
h4 { margin: 0; font-size: 1.2em; margin-bottom: 5px; font-weight: bold; } 
h5 { margin: 0; font-size: 1.0em; margin-bottom: 2px; font-weight: bold; }


/*** Table Styles - Tables are for tabular data ***/
table {clear: left; border-collapse: collapse; margin-top: 5px; margin-bottom: 40px; width: auto;}
table table { margin-bottom: 0; margin-top: 0px;  }
table td {padding: 5px; }
table p { font-size: 1.1em; line-height: 1.2em; }
table a, table a:visited { color: #fff; text-decoration: none; }
tr.altrow { background-color: #f2f2f2; }

/*** Lists ***/
#content ul { font-size: 1.4em; margin: 5px 0 0 40px; list-style-position: outside; }
ul#indent li { margin-left: 50px; }
li { margin: 0 0 10px 0; }
ol { font-size: 1.1em; margin: 0; width: 110px; padding-left: 30px; }
ol li { padding: 0; margin: 0 0 0 0; list-style-position: outside;}

/*** Content/Copy Styles ***/
p { font-size: 1.4em; color: #fff; line-height: 200%; margin: 0; padding-bottom: 20px; }
.indent {margin-left: 40px;}
.indent2x {margin-left: 80px;}
.indent3x {margin-left: 120px;}
.clear { clear: both; }
blockquote { font-size: 1.4em; float: left; width: 265px; font-weight: italic; border: 1px solid #72A6D6; background: #5A97CE url('images/bg_quote.gif'); padding: 35px 110px 35px 100px; margin: 0 0 30px 0;}

/*** Link Styles ***/
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #c3ddff; }

/*** Inconsistant HR styling across browsers forces the use of a div with this class in lieu of the hr tag ***/
.hr { width: 100%; height: 1px; margin: 0 0 12px 0px; padding: 0; border-top: 1px solid #7BABD9; }

/*** Navigation - Uses an unordered list and styles them as buttons 
	 This nav supports rounded buttons and drop-down menus.								***/

	/* Main Nav */
	
		/* Main Nav Container */
		#navcontainer1 {
			width: 500px;
			padding: 0;
			float: left;
			margin: 0px 0 0 580px;
		}

		#nav1 {
			float: left;
			font-size: 1.0em;
			line-height: normal;
			letter-spacing: 1;
			margin: 0;
			}
			
		#nav1 ul {
			height: 28px;
			width: 825px;
			float: left;
			margin: 0;
			padding: 0px;
			list-style: none; 
			background: url('images/nav_bg.gif') top left; 
			
		}
		#nav1 li {
			float: left;
			position: relative;
			margin: 0;
			padding:0;
		}
		#nav1 a {
			float: left;
			/* url('images/nav_frontcap.png') no-repeat left top;*/
			margin: 0px 5px 0 0;
			padding: 2px 6px 3px 6px; /* The space between the left side of the tab and the text. */
			text-decoration:none;
			color: #fff; 
			font-weight: normal; 
			font-size: 1.1em; 
			
		}
		#nav1 a:hover {
			background: #14498D; color: #fff;
		}
	/* Dropdowns - http://www.htmldog.com/articles/suckerfish/dropdowns/ */

		/* Applies to all sub-levels */
		#nav_dropdown1, #nav_dropdown1 ul { float: left; height: 18px; padding: 0; margin: 0; list-style: none; line-height: 1; }
		
		/* 1st Level List Items */
		#nav_dropdown1 li { float: left; }
		
		/* 2nd Level List - UL */
		#nav_dropdown1 ul { float: left; background: #E6E6E6; height: 28px; font-size: 0.85em;}
		
			/* Using left instead of display to hide menus because display: none isn't read by screen readers */
			#nav_dropdown1 li ul { position: absolute; left: -999em; }
		
		/* 2nd Level List elements - LI */
		#nav_dropdown1 ul li { float: left; }
		
		/* 2nd Level List elements - A */
		#nav_dropdown1 ul li a { margin: 1px 0 0 0;	padding: 7px 8px 7px 8px; background: #e6e6e6; color: #848484; }
		#nav_dropdown1 ul li a:hover { color: #535354; }	
			#nav_dropdown1 ul li a span {  padding: 2px 6px;}
			#nav_dropdown1 ul li a:hover span { background: #cdcdcd;  padding: 2px 6px;}
		
		/* 3rd Level List - UL - This bit moves list items off the page using negative left margin */
		#nav_dropdown1 li:hover ul ul, #nav_dropdown1 li.sfhover ul ul { left: -999em; }
		
		/* This brings the list items back on screen and into view upon hover
		Note usage of .sfhover, a class required and called by the javascript function
		that handles :hover attributes so that IE will properly :hover on a LI element	*/
		#nav_dropdown1 li:hover ul, #nav_dropdown1 li.sfhover ul { left: 0px; top: 29px; } /* All dropdowns */
		
		/* Special Class For showing bg-image w/arrow for 3rd level items */
		#nav_dropdown1 .nav_has_level3 { background-image: url('images/dot_arrow.png');
			background-position: top right;
		}
		#nav_dropdown1 .nav_has_level3:hover { background-image: url('images/dot_arrow_up.png');
			background-position: top right;
		}	


	/* Top Right Hand Nav Menu */
	ul#topnavcontainer {
		display: block;
		float: right;
		height: 15px;
		white-space: nowrap;
		padding: 0px;
		margin-top: 20px;
		margin-bottom: 0px;
		color: #888888;
		text-align: right;
		margin-right: 0px;
	}
	#topnavcontainer li { font-size: 1.1em; float: left; display: block; list-style-type: none; padding-left: 3px; padding-right: 3px; border-right: 1px solid #a48c37; }
	#topnavcontainer a:link, #topnavcontainer a:visited { padding: 3px; color: #888; }
	#topnavcontainer a:hover { color: #333; }
		/* Hides the ending pipe character */
		#topnavcontainer #topnav_nopipe { padding-right: 10px; border-right: none; }
		#topnavcontainer #topnav_login { display: block; border-right: none; padding: 0; margin: 0;}
		
	/* Footer Nav */
	#footer { float: left; color: #062043; margin: 0; height: 60px; margin: 0; width: 980px; text-align: center; padding: 27px 5px 0 5px; background: #478BCA; }
	#footer p { font-size: 1.1em; float: left; color: #062043; }
	#footer a { color: #062043; padding: 2px 4px; margin: 0 5px; text-decoration: none;}
	#footer a:visited { color: #062043; }
	#footer a:hover { color: #fff; }
	#footercenter { float: left; margin-right: 460px; }
	
/*** Images & Alignments
	Using 'class="alignright"' on an image will align the image to the right. 
	And using 'class="centered', will of course center the image. This is much
	better than using align="center", being much more futureproof (and valid)       ***/
#header img { border: 0; }
img.centered { display: block; margin-left: auto; margin-right: auto;}
img.alignright { margin-left: 15px; margin-right: 15px;	}
img.alignleft { margin-right: 15px; margin-bottom: 15px;}
.alignright { float: right; }
.alignleft { float: left;}


/*** Hacks - May become outdated when/if IE ships with proper CSS support ***/

	/* The infamous "clear div" or "spacer div" hack. An empty div placed below
		floated divs that clears the floats, so that content can continue to flow 
		below the clear. http://www.complexspiral.com/publications/containing-floats/ 

		Update: Use of overflow:hidden in combination with a totally floated layout and position:relative now replaces this hack. 				*/
		div.spacer { clear: both; }

/*** Misc Styles ***/

#flashContainer { display: block; width: auto; float: left; margin-left: 80px; margin-top: 20px; }
#flashContainer object { float: left;  }