/*================================================================
BASE stylesheet (probably best to leave as is)

- Resets browser defaults
- Provides some basic extra classes
		- .clear
		- .clearfix
		- .hide
		- .block
- Corrects centering problem in IE 5
	
================================================================*/


/* RESET BROWSER DEFAULTS
----------------------------------------------------------------*/
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* EXTRA CLASSES EVERY CSS HACKER NEEDS
----------------------------------------------------------------*/
.clear { 
	clear: both; 
}

.clearfix:after {
	/* What's this? --> http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
.clearfix {display:inline-block;} 
	/* Hide from IE Mac \*/ 
.clearfix {display:block;}
* html .clearfix {	height: 1%;}
	/* End hide from IE Mac */ 
.hide {
	display: none; 
}
.block {
	display: block;
}

/* IE 5 Fix
----------------------------------------------------------------*/
body { 
	text-align: center; /* Hack for stoopid IE 5 */
}

div#wrapper {
	text-align: left; /* Undo stoopid IE 5 hack */
}
/* CMS standard styles
----------------------------------------------------------------*/
.nav a {
	text-decoration: none;
}
#errormsg p,
.error {
    border: 1px solid #fbc2c4!important;
    background: #fbe3e4 url(/jscripts/images/alert.gif) no-repeat center left;
	padding-left: 15px;
	color:#d12f19!important;
}
#errormsg p  {
	clear: both;
	padding: 5px 5px 5px 20px;
	margin: 5px 0!important;
	text-align: left;
	text-indent: 0;
}
.oneField img.errorIndicator {
	display: none;
}
.captcha {
	display: none!important;
}
input.submit { 
	width: auto;
	}
img.right {
	float:right;
	margin-left: 1em;
}
img.left {
	float:left;
	margin-right: 1em;
}
a.pdf {
	background: transparent url(/jscripts/images/pdficon_small.gif) no-repeat 0 0;
	padding: 1px 4px 3px 18px;
}
a.ical, a.yahoo, a.google, a.outlook {
	padding: 0 0 0 18px;
	background: transparent url(/jscripts/images/icn_ical.png) no-repeat 0 0;
}
a.yahoo {
	background-image: url(/jscripts/images/icn_yahoo.png);
}
a.google {
	background-image: url(/jscripts/images/icn_google.png);
}
a.outlook {
	background-image: url(/jscripts/images/icn_outlook.png);
}