/*-  Base styles
----------------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

img {
	border: 0;
}

body {
	background: #fff;
	font: normal 12px "Lucida Grande", "Verdana", sans-serif;
	line-height: 1.5em;
	color: #333;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 218%;
	margin-bottom: 15px;	
	color: #ce0316;
}

h2 {
	font-size: 164%;
	margin-bottom: 20px;	
	color: #ce0316;
}

h3 {
	font-size: 125%;
	margin: 15px 0;
	color: #222;	
}

h4 {
	font-size: 118%;
	margin-bottom: 15px;
}

a:link, a:visited {
	color: #212181;
}

/*-  Navigation
----------------------------------------------------------------------*/

#nav_wrapper {
	background: #fff url(/img/nav_bg.gif) top left repeat-x;
	height: 39px;
}

#nav {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	color: #fff;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(/img/global/admin-nav-li-bg.gif) no-repeat top right;
}
#nav a {
	float: left;
	padding: 7px 11px;
	text-decoration: none;
	color: #fff;
}
#nav a:hover, #nav a.active {
	color: #fff;
	background: #222;
}


/*-  Structure
----------------------------------------------------------------------*/
#content_wrapper {
	width: 750px;
	margin: 0 auto;
}

#top {
	background: #fff url(/img/top_drawing_bg.jpg) right -5px no-repeat;
	height: 130px;
}

#content {
	margin-top: 20px;
}

#copy {
	float: left;
	width: 495px;
}

#sidebar {
	float: right;
	width: 223px;
	padding-top: 35px;
	font-size: 90%;
}

#sidebar a:link,
#sidebar a:visited {
	color: #ce0316;
}

#footer {
	padding-top: 30px;
	margin-bottom: 15px;
	height: 109px;
}

#footer_nav {
	float: left;
	width: 520px;
}

#footer_content {
	float: right;
	width: 220px;
	color: #aaa;
	font-size: 11px;
	text-align: right;
	padding-top: 20px;
	line-height: 1.2em;
}

/*-  Client Vault / FTP Login Area
----------------------------------------------------------------------*/
#vault_ftp {
	background: #fff top right no-repeat;
	height: 305px;
	position: relative;
}

#client_vault {
	position: absolute;
	top: 215px;
	left: 250px;
	color: #fff;
	font-size: 10px;
}

#client_vault select {
	font-size: 10px;
	margin-bottom: 9px;
}

#vault_ftp input.button {
	margin-bottom: 6px;
	font-size: 90%;
}

#client_vault a:link,
#client_vault a:visited {
	color: #9d9de4;
}

#ftp {
	position: absolute;
	top: 185px;
	left: 680px;
	
	font-size: 80%;
}

#ftp_public {
	position: absolute;
	top: 0px;
	right: -200px;
	float: right;
}

#ftp_public a:link,
#ftp_public a:visited {
	color: #007d31;
}

input.text {
	width: 180px;
}

/*-  front page
----------------------------------------------------------------------*/
#front_cut_loose {
	width: 805px;
	height: 332px;
	background: #fff url(/img/cut_loose.jpg) top left no-repeat;
	position: relative;
}

#front_cut_loose a {
	position: absolute;
	top: 255px;
	left: 16px;
	width: 200px;
	height: 50px;
}

table.front_grid {
	margin: 1.5em 0 1em 0;
}

table.front_grid td {
	padding: 1em 0.4em 0 0.4em;
}

table.front_grid tr.top td {
	border-bottom: solid 1px #e2e2e2;
}

table.front_grid td.left,
table.front_grid td.middle {
	border-right: solid 1px #e2e2e2;
}

table.front_grid h4 {
	color: #ce0316;
}

table.front_grid p {
	margin-top: 1em;
}

table.front_grid select, 
table.front_grid input {
	display: block;
	margin: 0.4em 0;
	font-size: 80%;
}

#open_house_banner {
	margin-top: 1em;
	width: 750px;
	height: 125px;
	background: #fff url(/img/open_house_banner.png) top left no-repeat;
	position: relative;
}

#open_house_banner a.rsvp {
	position: absolute;
	width: 100px;
	height: 20px;
	top: 94px;
	left: 300px;
}

#open_house_banner a.view_invite {
	position: absolute;
	width: 120px;
	height: 40px;
	top: 27px;
	left: 620px;
}

/*-  forms
----------------------------------------------------------------------*/
fieldset { 
  border: 0;
  margin-top: 20px;
  margin-bottom:20px; 
  font-size:11px; 
/*  color:#AFBAB7;*/
}

legend { 
	font-weight: bold;
  margin:8px 0 1px 0;
  _margin-left: -6px;
  padding:0;
/*  color:#374C53;*/
  display: block;
}


/*-  Lists
----------------------------------------------------------------------*/
ul.decorate {
	margin-bottom: 10px;
	margin-left: 15px;
}

ul.decorate li {
	list-style: none;
	padding-left: 13px;
	background: url(/img/red_tri.gif) no-repeat 0 4px;
}

#sidebar ul {
	margin-bottom: 25px;
}

#sidebar ul li {
	list-style: none;
	padding-left: 13px;
	background: url(/img/blue_tri.gif) no-repeat 0 5px;
}

/*-  tables
----------------------------------------------------------------------*/

#order_tbl {
	margin-top: 20px;
}

#order_tbl th {
	background-color: #666;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	padding: 1px;
}

#order_tbl td {
	padding: 5px 3px;
	border-bottom: solid 1px #ddd;
}

/*-  Misc
----------------------------------------------------------------------*/
#featured_partner h4 {
	margin-top: 20px;
	margin-bottom: 2px;
}

.masthead {
	margin-top: -10px;
	margin-bottom: 15px;
}

.light {
	color: #999;
}

sup {
	color: #c00;
	font-size: 110%;
}

label {
	color: #0b61b8;
	display: block;
	margin-top: 1.6em;
	margin-bottom: 2px;
}

form#rsvp input.text {
	padding: 2px;
	width: 250px;
}