/*

	TITLE:	Golden Age
	DATE:	3-13-07

*/
/* 
 ZERO
-----------------------------------------------*/
h1, h2, h3, h4, h5, h6,
ul, li,
p, br, form, body,
img{margin: 0;	padding: 0;	border: 0;}

/*
 MAIN 
-----------------------------------------------*/
body{
	font: normal 14px/180% Georgia, 'Times New Roman';
	color: #666;
	background: #e8f0fd;
}

/* links */
a{font-weight: bold; color: #9E9E21;}
a:hover{text-decoration: none;}

/* heading */
h1{font-size: 1.3em; font-style: italic; margin: 2px 0px; padding: 5px 0px; font-family: Georgia; color: #3F6385;}
h2{font-size: 1.2em; font-style: italic; margin: 2px 0px; padding: 2px 0px; color: #3F6385;}
h3{font-size: 1.1em; margin: 2px 0px; padding: 3px 0px;}
h4{font-size: 1.0em; margin: 2px 0px; padding: 3px 0px;}
h5{font-size: .9em; margin: 2px 0px; padding: 3px 0px;}
h6{font-size: .8em;	 margin: 2px 0px; padding: 1px 0px;	font-weight: normal;}

/* para-list */
p{margin: 5px 0px; padding: 3px 0px;}


/*
 LAYOUT.
-----------------------------------------------*/

/* main BG */
body 		#containerTile{width: 100%; float: left; background: url('images/containerTile.jpg') center top repeat-y; }
body		#containerTop{width: 100%; float: left; background: url('images/containerTop.jpg') center top no-repeat; }
body		#containerBottom{width: 100%; float: left; padding: 0 0 60px 0; height: auto; min-height: 610px;_height: 610px; background: url('images/containerBottom.gif') center bottom no-repeat; }
body#home 	#containerTop{width: 100%; float: left; background: url('images/containerTop_Home.jpg') center top no-repeat; }

/* structured DIVS */
#frame{width: 780px; margin: 0 auto;}

#subCol{width: 220px; float: left; padding: 64px 23px 0 32px;}
#subCol h1#logo a{width: 100%; height: 192px; text-indent: -9999px; float: left;}
#subCol #mainNav{width: 205px; float: left; margin: 15px 10px 0 0;}
#subCol #mainNav ul{}
#subCol #mainNav li{list-style: none; border-bottom: 1px solid #e5e6ea;}
#subCol #mainNav li a{font: normal 1.1em/1.8em georgia; color: #838383; padding: 0 0 0 20px; text-decoration: none; background: url('images/arrowGray.gif') 0 4px no-repeat;}
#subCol #mainNav li a:hover{color: #0053A1; text-decoration: underline; background: url('images/arrowBlue.gif') 0 4px no-repeat;}

#subCol #sideSec{width: 180px; float: left; padding: 25px 0; font-size: .8em; line-height: 17px; font-style: italic;}

#mainCol{width: 500px; float: right;}
#mainCol #quote{
	height: 86px;
	float: right;
	font-size: 20px;
	color: #8C8840;
	font-style: italic;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#mainCol #quote b{font-weight: normal; font-style: italic; font-size: .8em;}
#mainCol #content{width: 420px; padding: 165px 40px 0 40px; float: left;}
body#internal #mainCol #content{padding: 30px 40px 0 40px;}

#footer{width: 100%; float: left; }
#footer .c{width: 440px; margin: 0 auto; padding: 0 0 10px 340px; background: url('images/footerLogo.jpg') 220px 0 no-repeat;}

/*
 MISC.
-----------------------------------------------*/
.left{float: left;}
.right{float: right;}
.black{color: #000;}
.white{color: #fff;}
.hide{display: none;}

/* clearing */
#ListOfDivs:after{
	content: '.';
	height: 0px;
	visibility: hidden;
	display: block;
	clear: both;	
}
