﻿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;
}

body
{
	line-height: 1;
	color:white;
	background:black;
	font-family:Tahoma,Verdana,Helvetica,sans-serif;
	background-color:#fffac2;
	background:#fffac2 url(./images/bg_page.gif) repeat-x bottom left;
	background-attachment:fixed;
	color:#99166a;
}

#mainbox
{
	width:900px;
	margin:0px auto;
}

#header
{
	height:200px;
	background:url(./images/bg_header.gif) no-repeat top left;
}

#header a.header
{
	display:block;
	width:900px;
	height:145px;
}

#header a span
{
	position:absolute;
	left:-999em;
}

#navbar
{
	padding-left:200px;
	float:left;
	width:700px;
	height:55px;
}

#navbar li
{
	list-style-type:none;
	float:left;
	height:35px;
	margin-right:10px;
	margin:10px 10px 10px 0px;
	padding-right:10px;
	border-right:dotted 1px #ffe466;
}

#navbar li.righty
{
	border:none;
}

#navbar li a
{
	float:left;
	color:#ffe466;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
	font-family:Verdana;
	padding-top:10px;
	height:17px;
}

#contentbox
{
	float:left;
	background:#FFFAC2 url(./images/bg_directory.gif) repeat-y top left;
}
	
#sidebarnav
{
	clear:left;
	float:left;
	width:180px;
	background:#99166a url(./images/bg_directory_header.gif) no-repeat top left;
	padding:20px 7px 20px 7px;
}

#sidebarnav div
{
	width:180px;
	margin:10px auto 2px auto;
	color:#ffe66b;
	text-align:center;
	font-size:14pt;
}

#sidebarnav ul
{
	border-top:dotted 4px #ffe66b;
}

#sidebarnav li
{
	list-style-type:none;
	padding-bottom:3px;
}

#sidebarnav li a
{
	color:#ffe66b;
	text-decoration:none;
	font-size:12pt;
}

#sidebarnav li a:hover
{
	text-decoration:underline;
}

#sidebarnav a
{
	display:block;
	color:#ffe66b;
	text-decoration:none;
	font-size:14pt;
}

#content
{
	float:left;
	width:490px;
	padding:4px 10px 4px 10px;
	background:#fffac2;
}

#sidebarad
{
	float:right;
	width:190px;
}

#sidebarad a
{
	width:180px;
	display:block;
	float:right;
}

#footer
{
	clear:both;
	height:50px;
	background:transparent url(./images/bg_directory_footer.gif) no-repeat top left;
	padding-top:50px;
	text-align:center;
}

#footer a
{
	color:#99166a;
}

#admincontentbox
{
	padding:10px;
	background-color:#FFFAC2;
}

#budgetbox input[type="text"]
{
	width:50px;
}

#weddingcentral li
{
	list-style-type:none;
	float:left;
	width:220px;
	text-align:center;
	margin:4px;
	font-weight:bold;
}

.loginbox
{
	width:220px;
	float:left;
	border:1px solid #C58DB3;
	padding:4px;
	margin-right:10px;
}

.loginbox h4
{
	margin:0px;
	background-color:#C58DB3;
	color:White;
	padding:4px;
}

.loginbox label
{
	display: block;
	margin-top: 5px;
	color:#99166A;
	font-weight:bold;
	font-size:14px;
}

.loginbox .formcheckboxcontainer label
{
	display:inline;
}

.loginbox input[type="text"], input[type="password"]
{
	width:200px;
	font-size:12pt;
}