@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#upcoming #container
{
	background: #000000;
	border: none;
	text-align:center;
}

.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#home #navigation {
	float: left;
	width: 264px;
	background-image: url(../images/home_nav_bg_02.jpg);
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#flashcontent2 {
	/*float: right;*/
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#navigation ul {
	list-style-type: none;
	text-align: right;
	padding: 0px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
}
#navigation a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 1px;
	font-size: 20px;
}

#navigation a:hover
{
	color:#5ac1f6;	
}

#menu
{	position:relative;
	z-index:99;
	bottom: 175px;
	width:800px;
	margin:auto;
}

#menu ul {
	list-style-type: none;
	text-align: right;
	padding: 0px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
}
#biography #menu a, 
#philosophy #menu a, 
#charity #menu a,
#corporate #menu a{
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 1px;
	font-size: 14px;
}

#weddings #menu a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 1px;
	font-size: 14px;
}

#corporate #menu a,
#classy #menu a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 1px;
	font-size: 13px;
}

#biography #menu a:hover,
#philosophy #menu a:hover,
#charity #menu a:hover,
#weddings #menu a:hover,
#corporate #menu a:hover,
#classy #menu a:hover
{
	text-decoration:underline;
}


a img
{
	border-width:0px;
	border-style:none;
}

#bioContent {
	position: absolute;
	z-index: 2;
	top: 120px;
	font-size:11px;
	
	/* any IE */
	top: expression('115px');
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 35px;
	width: 545px;
}

#bioContent p
{
	margin:0px 0px 12px 0px;	
	padding:0px;
}

#philoContent {
	position:absolute;
	z-index: 2;
	top: 112px;
	
	/* any IE */
	top: expression('115px');
	color: #1481ae;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 40px;
	width: 720px;

}

#philoContent em {
	font-weight: bold;
	color: #FFF;
}

#philoContent strong {
	color: #FFF;
}

#contactContent {
	background-color: #000;
	color: #FFF;
	font-size: 16px;
	text-align: left;
	/*background-image: url(../images/contact_bg_07.jpg);*/
	background-repeat: no-repeat;
	padding: 10px;
	padding-left:200px;
}

#contactContent a
{
	color:#ffffff;
	text-decoration:none;
}

#contactContent a:hover
{
	text-decoration:underline;	
}

#contactSubscribe
{
	float:left;
	padding:10px;
}

.centerBlack {
	background-color: #000;
	text-align: center;
}

.centerBold
{
	text-align:center;
	font-weight:bold;
}


/* Special Pages */
#specialContent {
	position: absolute;
	z-index: 2;
	top: 65px;
	
	/* any IE */
	top: expression('65px');
	color: #fff;
	padding-left: 15px;
	width:785px;
}

#weddings #specialContent
{
	color:#656666;	
}

#specialContent #leftImage
{
	float:left;	
	margin-right:20px;
}

#specialContent #copy2
{
	text-align:center;	
}

#specialContent #images div
{
	/*display:inline-block;*/
	float:left;
	padding:0px;
	margin-right:4px;
	text-align:center;
	font-size:10px;
}

#footerNavigation
{
	
	position:relative;
	font-size: 10px;
	color:#FFF;
	bottom:170px;
}

#upcoming #footerNavigation
{
	bottom: 0px;
}

#home #footerNavigation, #contact #footerNavigation
{
	bottom:10px;
}

#footerNavigation p
{
	padding-top:10px;
	line-height:15px;
}

#footerNavigation a, #gallery a
{
	color:#FFF;
	text-decoration:none;
}

#footerNavigation a:hover, #gallery a:hover
{
	text-decoration:underline;
}


#subscribe
{
	color:#FFF;	
	font-size:12px;
}


#intro
{
	color:#ffffff;	
}

#intro a
{
	color:#ffffff;
	text-decoration:none;
}

#intro a:hover
{
	text-decoration:underline;	
}
  	
	
#home #navigation 
{
   _width: 261px;
}


