@charset "UTF-8";

/* CSS RESET 
Css Reset removes default spacing in browsers, it allows you to have better control of your design.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
a {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS Document */

body {
	font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FFFFFF;	
	background-image: url(images/grad_back.png);
	background-repeat: repeat-x;
	position: absolute;
}
.underline {
	text-decoration:underline;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.img {
	float:left;
}

/* Top Navigation Bar */

.horiz_menu {
	height: 40px;
	width: 1000px;
	font-size: 1em;
	letter-spacing: 0.25em;
	position: absolute;
	top: 0px;
	left: 80px;
	border-left: 1px solid #003366;
	border-bottom: 2px solid #000000;
	z-index: 20;
 }
.horiz_menu ul {
	width: 100%;
	float: left;
	background-position: center center;
	margin-top: 0px;
}
.horiz_menu ul li {
	display: inline;
}
.horiz_menu ul li a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #003366;
	padding: 14px 30px;
}
.horiz_menu ul li a:visited {
	color: #FFFFFF;
}
.horiz_menu ul li a:hover, .horiz_menu ul li .current {
	color: #FFFFFF!important; /*text color of selected and active item*/
	/*shift text down 1px for selected and active item*/
	background-image: url(images/btn_down.png);
	background-repeat: repeat-x;
	line-height: 1.2em;
}


/* All-Purpose Text Box */

.timeline {
line-height: .5em;
}
#textbox {
	float: right;
	position: absolute;
	height: 403px;
	width: 470px;
	left: 290px;
	top: 60px;
	overflow: scroll;
	background-image: url(images/textbox_transparent.png);
	text-align: left;
	line-height: 1.5em;
	padding: 10px 0px;
	z-index: 30;
}
#textbox a:link, #textbox a:visited {
	color: #FFFFFF;
}
#textbox a:hover {
	color: #0033CC;	
}
#textbox a:active {
	color: #CC0000;	
}
#textbox li {
	font-size: 1em;
	text-indent: 60px;
}
#textbox h1 {
	font-size: 2em;
	line-height:1em;
	background-color: #0033CC;
	margin-top: 1em;
	padding-top: .15em;
	padding-bottom: .15em;
	letter-spacing: .5em;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	
}
#textbox h2 {
	font-size: 2em;
	line-height: 1em;
	padding-top: .5em;
	padding-bottom: 1em;
	padding-left: 40px;
	padding-right: 20px;
}
#textbox h3 {
	font-size: 2em;
	background-color: #0033CC;
	letter-spacing: 0.1em;
	padding: 5px 20px;
	margin-top: 2em;
	font-weight: lighter;
	font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#textbox h4 {
	font-size: 1.5em;
	font-weight: bold;
	padding-top: .75em;
	padding-left: 40px;
	padding-right: 20px;
	padding-bottom: .25em;
}
#textbox h5 {
	font-size: 1.25em;
	font-weight: bold;
	padding-bottom: 1em;
	padding-left: 40px;
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .25em;
}
#textbox h6 {
	font-size: 1.25em;
	font-weight: bold;
	padding-top: 1em;
	padding-left: 40px;
	padding-right: 20px;
}
#textbox p {
	font-size: 1.25em;
	line-height: 1.5em;
	padding-top: 1em;
	padding-bottom: 0em;	
	padding-left: 40px;
	padding-right: 20px;
}
#recipe {
	background-color: #0033CC;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-top: 3em;
}
#recipe p {
	font-size: 1em;
	padding-top: 1em;
}
/* Background Decoration */

#stars {
	height: 400px;
	width: 1024px;
	background-image: url(images/stars.png);
	background-repeat: no-repeat;
	margin-left: 12px;
	position: absolute;
	left: 0px;
	top: 40px;
	z-index: -10;
}

#spotlight {
	height: 186px;
	width: 776px;
	background-image: url(images/textbox_shadow.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 126px;
	top: 330px;
	z-index: 20;
}

#logo_big {
	height: 433px;
	width: 776px;
	background-image: url(images/logo_large.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 126px;
	top: 83px;
	z-index: 30;
}

#logo {
	height: 204px;
	width: 150px;
	position: absolute;
	left: 130px;
	top: 120px;
	z-index: 30;
}


/* Micro Site Navigation */

#micro_bar {
	width: 107px;
	position: absolute;
	left: 10px;
	top: 210px;
	z-index: 20;
}
#micro_bar_text {
	width: 60px;
	position: absolute;
	left: 34px;
	top: 270px;
	z-index: 40;
}
.micro {
	height: 52px;
	width: 107px;
	float:left;
	padding-bottom: 10px;
}
.micro a:hover {
	padding: 0px;
}
.micro a img.over {
	position: fixed;
	left: -999999px;
	top: 0px;
} /* hide the star image by making its height and width 0 */
.micro a:hover img.over {
	position: relative;
	top: -53px;
	left: 0px;
	border: none;
} /* make the srar image appear in the same space as the frame at right when the visitor hovers over one of the image in left column */

#micro_head {
	height: 52px;
	width: 90px;
	font-size: 0.8em;
	float: left;
	padding-right: 20px;
	color: #0033CC;
}
#micro_head p {
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
	padding-left: 20px;
}
#micro_text {
	height: 52px;
	float:left;
	padding-bottom: 10px;
}
#micro_text p {
	line-height:1.25em;
	font-size: 1em;
	text-align: center;
	margin-top: 0px;
	color:#FFFFFF;
}


/* Copyright and Designer Credits */

#copyright {
	width: 1024px;
	height: 40px;
	position: absolute;
	top: 517px;
	left: 0;
	color: #0033CC;
	font-size: .8em;
	text-align: center;
	z-index: 20;
}
#copyright a:link, a:visited {
	color: #CC0000;
}
#copyright a:hover {
	color: #0033CC;
}
#copyright a:active {
	color: #FF9900;	
}
.top {
	text-align:right;
}
