/*H Three Events - Your Uniquely Elegant Event Planners
Designed and Coded by Austin Scott (AustinMScott@gmail.com)
###CSS RESET###*/
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
BODY
{
	line-height: 1;
	color: black;
	background: white;
}
OL, UL
{
	list-style: none;
}
/*
tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: separate;
	border-spacing: 0;
}
CAPTION, TH, TD
{
	text-align: left;
	font-weight: normal;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: "";
}
BLOCKQUOTE, Q
{
	quotes: "" "";
}
/*###CSS RESET ABOVE###*/
* HTML #myGallery, * HTML #myGallerySet, * HTML #event_photo
{
	height: 226px;
}
IMG, DIV, A
{
	behavior: url(iepngfix.htc);
}
BODY
{
	text-align: center;
	margin: 0;
	padding: 0;
	background: #BCBCBC url(../images/background_gradient.png) repeat-y scroll center top;
}
#container
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header
{
	height: 124px;
	background: #355F91 url(../images/header_gradient.png) repeat-x bottom;
}
#logo
{
	top: 3px;
	left: 30px;
	position: relative;
}
#event_photo
{
	height: 226px;
	background: #000;
	min-height: 226px;
}
/*Navigation*/
#nav
{
	height: 69px;
	background: #000 url(../images/menu_gradient.gif) repeat-x;
	margin: 0 0 0 0px;
	padding: 0 0 0 128px;
}
#nav IMG
{
	border: none;
}
#nav LI
{
	display: inline;
	list-style: none;
}
#nav LI A
{
	float: left;
	display: block;
	width: 124px;
	height: 64px;
}
#nav LI A:hover
{
	visibility: visible;
}
#nav LI A:hover IMG
{
	visibility: visible;
}
#nav LI A:hover IMG
{
	visibility: hidden;
/*hide from IE5.0/win*/
}
#nav LI A IMG
{
	border: none;
/*for IE6*/
}
/*Navigation Menu Items*/
#home
{
	background: url(../images/menu/home.png) no-repeat left bottom;
}
#services
{
	background: url(../images/menu/services.png) no-repeat left bottom;
}
#gallery
{
	background: url(../images/menu/gallery.png) no-repeat left bottom;
}
#press
{
	background: url(../images/menu/press.png) no-repeat left bottom;
}
#aboutus
{
	background: url(../images/menu/about_us.png) no-repeat left bottom;
}
#contact
{
	background: url(../images/menu/contact.png) no-repeat left bottom;
}
/*Navigation Hover Menu*/
.anylinkcss
{
	position: absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font: normal 17px Garamond, "Times New Roman";
	line-height: 30px;
	z-index: 100;
	width: 150px;
	background: url(../images/menu_bg.png) no-repeat;
	margin: 5px 0px;
	height: 200px;
}
.anylinkcss A
{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 5px;
	text-decoration: none;
	text-indent: 5px;
	color: white;
}
.anylinkcss A:hover
{
/*hover background color*/
	font-weight: bold;
}
/*Begin Rounded Corners and Content Area*/
#r-box LI
{
	margin: 10px 2px 10px 61px;
	list-style-type: circle;
}
/*Content Area*/
#content
{
	background: #FFF url(../images/content_gradient.gif) repeat-x;
	width: 900px;
	padding: 30px;
}
#content H1
{
	font-size: 2em;
	font-family: Garamond, Cambria, "Times New Roman", sans-serif;
	color: #D49C01;
	font-weight: bold;
	height: 38px;
	line-height: normal;
}
#content P
{
	margin: 20px;
	font-family: Cambria, "Times New Roman", Courier, Arial;
}
/*Rounded Content Area*/
#left
{
	width: 40%;
	float: left;
}
#right
{
	float: right;
	width: 60%;
	margin: 0px;
}
#r-box
{
	background-color: #000;
	color: #FFF;
	line-height: 20px;
	width: 851px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0px auto;
	padding: 24px;
	overflow: hidden;
	display: inline-block;
}
#r-box
{
	display: block;
}
.clearing
{
	height: 0;
	clear: both;
}
/*Footer*/
#footer-orange-outer
{
/*Extends the orange line across the full width of the browser*/
	background-color: #8D571E;
	width: 100%;
}
#footer-orange-inner
{
/*Establishes the width of the orange line and styles it*/
	width: 960px;
	background-color: #5B5B5B;
	margin: 0 auto;
	text-align: center;
	height: 3px;
}
#footer-grey-outer
{
/*Extends the grey background across the full width of the browser*/
	background-color: #666666;
	width: 100%;
}
#footer-grey-inner
{
/*Establishes the width of the grey footer and styles it*/
	width: 930px;
	margin: 0 auto;
	color: #DDDDDD;
	line-height: 0px;
	font-size: 0.8em;
	text-align: center;
	padding: 15px 15px 19px;
}
#footer-grey-inner H2
{
/*The template includes several headings (H2s) that do not display in standard browsers.  They improve site accessibility by titling lists of links -- for example, the list of Frequently Used Tools in the header. NOTE: This expalins why there is not a standard H2 style.  Rather, H2 is styled for different purposes in different divs*/
	display: none;
}
#footer-grey-inner UL LI
{
/*Turns off the bullets that are typically found in an unordered list and displays the list horizontally rather than vertically (the default)*/
	list-style: none;
	display: inline;
	margin-right: 10px;
}
#footer-grey-inner A
{
/*Styles the links in the footer*/
	color: #DDDDDD;
	padding-bottom: 2px;
}
#footer-grey-inner A:hover
{
	color: #FFFFFF;
	padding-bottom: 2px;
}
/*####PAGE SPECIFIC CSS###
About US*/
.aboutus_photo IMG
{
	width: 370px;
	display: block;
	margin: 41px auto 0;
}
/*Press List*/
UL.presslist LI A
{
	text-decoration: none;
}
UL.presslist
{
	text-decoration: none;
}
UL.presslist LI
{
}
