@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	min-height: 100%;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 76%;
	font-weight: normal;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 218px;
	border-bottom: solid 1px #CCC;
	margin-bottom: 16px;
	background-image: url(images/header-bg.gif);
	background-repeat: no-repeat;
}
#nav {
	float: right;
	margin-top: 72px;
	display: inline;
	clear: right;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	display: inline;
	font-size: 1.2em;
	padding-left: 20px;
	color: #8D8D8D;
}
#nav ul li a {
	text-decoration: none;
	display: inline-block;
	color: #8D8D8D;
}
#nav ul li a:hover {
	color: #B70050;
}
#nav #currentpage a {
	color: #B70050;
}
#nav a:focus, #nav a:active   {
	color: #B70050;
	outline: none;
}
img {
	border: 0px;
}
.imgLeft {
	float: left;
	display: inline;
	margin-right: 8px;
}
.imgLeftPostit {
	margin-top: -10px;
	margin-bottom: 14px;
}
.imgLogo {
	float: left;
}	
.imgRight {
	float: right;
	display: inline;
	margin-top: 0px;
}
.imgRightGirl {
	float: right;
	display: inline;
}
.imgBuzzRight {
	margin-left: 8px;
	float: right;
	display: inline;
	margin-bottom: 10px;
}
h1 {
	font-size: 3em;
	margin-bottom: 10px;
	letter-spacing: -2px;
	font-weight: bold;
	color: #5D2D1E;
}
h2 {
	font-size: 2em;
	margin-bottom: 6px;
	letter-spacing: -2px;
	font-weight: normal;
	color: #5D2D1E;
	padding-top: 10px;
}
p {
	font-size: 1em;
	line-height: 22px;
	color: #8D8D8D;
	margin-bottom: 10px;
}
a {
	color: #B70050;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#colLeft {
	width: 630px;
	float: left;
}

#colRight {
	width: 256px;
	float: right;
	background-image: url(images/sidebar-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#colRightContent {
	background-image: url(images/sidebar-top.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}
.clear {
	clear: both;
}
#footer {
	text-align: center;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	width: 900px;
	margin: 20px auto 0px auto;
	height: 120px;
	float: left;
	display: inline;
}
#footer ul {
	list-style-type: none;
	color: #8D8D8D;
	padding-top: 16px;
}
#footer ul li {
	display: inline;
	font-size: 1em;
	padding: 0 8px 0 8px;
}
#footer ul li a {
	text-decoration: none;
	color: #8D8D8D;
}
#map {
	height: 520px;
	width: 420px;
	float: right;
}
#footer ul li a:hover {
	color: #B70050;
}
#topbuttons {
	float: right;
	height: 104px;
	width: 256px;
	margin-top: 14px;
	display: inline;
}
#topbuttons img {
	float: left;
}
ul {
	list-style-position: inside;
}
ul li {
	line-height: 22px;
	margin-bottom: 8px;
	color: #8D8D8D;

}
ol {
	list-style-position: inside;
}
ol li {
	line-height: 22px;
	margin-bottom: 8px;
	color: #8D8D8D;

}
#colLeftContact {
	width: 460px;
	float: left;
}

/*FORM STYLES.............*/

.contact_form {
	margin-top: 10px;
	float: left;
	width: 370px;
	overflow: hidden;
}	
input, textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 15px;
	border: solid #CCCCCC 1px;
	padding: 6px 0 6px 0;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
label {
	text-align: left;
	width: 60px;
	padding-right: 8px;
	font-size: 10px;
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-top: 8px;
	font-weight: bold;
	color: #8D8D8D;
}
.submit {
	width: 178px;
	margin-bottom: 50px;
	background-color: #C40058;
	border: 0;
	margin-top: -4px;
	color: #FFF;
	font-size: 14px;
	margin-left: 68px;
	float: left;
	display: inline;
	clear: left;
}
.submit:hover {
	cursor: pointer;
}
.checkbox {
	height: 16px;
	width: 16px;
	margin-left: 68px;
	margin-top: -4px;
	float: left;
	display: inline;
}
.subcheck {
	margin-top: -3px;
	margin-left: 6px;
	width: 200px;
	text-align: left;
	margin-bottom: 0px;
}
em {
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
}
.suberror {
	background-color: #CCCCCC;
}
.success {
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	color: #C40058;
	margin-bottom: 20px;
}
.error {
	color: #C40058;
	margin-bottom: 20px;
	margin-left: 0px;
	font-style: normal;
	font-weight: bold;
}
div.contact_form em.error, div.contact_form form em {
	color: #C40058;
	font-style: normal;
}
div.sub_form em.error, div.sub_form form em {
	color: #C40058;
	font-style: normal;
}
.honeypot {
	margin-left: -9999px;
}
.pink {
	font-size: 2em;
	font-weight: bold;
	color: #C60750;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.buzzbutt {
	margin-bottom: 10px;
}

