/* CSS - 800yesican.com */
/* Written by Jason Reed */

/* @group Global 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,dd, dl, dt, li, ol, ul,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	line-height: 1;	font-family: inherit;	text-align: left;	vertical-align: baseline;}a img, :link img, :visited img {	border: 0;}table {	border-collapse: collapse;	border-spacing: 0;}ol, ul {	list-style: none;}q:before, q:after,blockquote:before, blockquote:after {	content: "";}

/* @end */

/* @group Global */

html {
	background: url(../images/bg_body.png) center repeat-y #8ABDED;
	height: 100%;
}

body {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333 !important;
	height: 100%;
	min-height: 100%;
}

p {
	line-height: 1.3em;
}

strong {
	font-weight: bolder;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

img {
	border: 0;
}

.red {
	color: #FF0000;
}

.errorMessage {
	font-weight: bold;
	color: #FF0000;
}

button {
	border: 1px solid #777;
	background: #5c89c7;
	color: #f7f7f7;
	padding: 0 1em;
	font-size: 11px;
}



#container {
	margin: 0 auto;
	width: 750px;
	height: 100%;
	padding: 0 5px;
}

#content {
	padding-top: 20px;
}

#content p {
	padding-right: 15px;
}

h1 {
	display: block;
	background: url(../images/bg_head.jpg) no-repeat top left;
	width: 750px;
	height: 246px;
	text-indent: -999em;
}

h2#logo {
	float: right;
	margin: 0 0 20px 20px;
	width: 280px;
	height: 30px;
	background: url(../images/bg_logo.gif) no-repeat left top;
	text-indent: -999em;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	padding: 10px 15px 10px;
	text-align: right;
}

#footer a {text-decoration: none; }

#footer a:hover {
	color: #888;
	text-decoration: underline;
}

/* @end */

/* @group Clearfix */

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix {display:inline-block;}/* Hide from IE Mac \*/.clearfix {display:block;}/* End hide from IE Mac */

/* @end */