/**************************************************************************/
/*GENERAL FORMATTING*/

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	color: #EAE3D6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	background-color: #645045;
}

p {
	margin-bottom: 20px;
	padding: 0px;
	overflow: hidden;
}

ol, ul {
	list-style: none;
}

address {
	
}
blockquote, q  {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

label {
	float: left;
}

/* tables still need 'cellspacing="0" cellpadding="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**************************************************************************/
/*HEADERS - <h> tag styles*/

h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 124px;
	width: 395px;
	line-height: normal;
}

h2 {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #493A34;
	font-weight: bold;
	line-height: 46px;
	text-align: center;
	display: block;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EAE3D6;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #EAE3D6;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin: 0px;
	float: left;
	height: 40px;
	width: 125px;
	line-height: 40px;
	background-image: url(../images/arrow_header_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

h6 {
	font-size: 18px;
	font-weight: bold;
}


/**************************************************************************/
/*CLEARER - to be put inside expanding divs - remember toput an empty html tag inside the div to fix IE6 minimum height on empty divs*/

.clearer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}


/**************************************************************************/
/*ANCHORS - <a> tag styles*/


/*plain anchor tags are used to define dynamic links the user may put into the text*/
a:link, a:visited, a:active {
	text-decoration: none;
	color: #DF5E5E;
	font-weight: bold;
}

a:hover {
	color: #F48E8E;	
}

/*removes border on linked images*/
a img { border: none; }


/**************************************************************************/
/*LISTS - standard list style accross the site*/

.bullet_list {
	padding-left: 40px;
	list-style-position: outside;
	list-style-image: url(../images/bullet_point.gif);
}

.bullet_item {
	padding-bottom: 20px;
}

.numbered_list {
	padding-left: 40px;
	list-style-type: decimal;
	list-style-position: outside;
}

.numbered_item {
	padding-bottom: 20px;
}

/**************************************************************************/
/*TABLES - standard table style accross the site - should only be used for tabular data - it is NOT a layout tool*/

.table_style {
	width: 100%;
	margin: 0px;
	padding: 0px;	
}

.table_style .table_header, .table_style .table_cell {
	border: 1px solid #092027;
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.table_style .table_header {
	background-color: #FFFFFF;
	background-image: url(../images/table_header_grad.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #092027;
	font-weight: normal;	
}

.table_style .table_cell {
	background-color: #04171C;
}


/**************************************************************************/
/*BLOCKQUOTE - blockquote style*/

.blockquote_style {
	color: #493A34;
	font-size: 14px;
	font-weight: bold;
}


/**************************************************************************/
/*ADDRESS - address style*/

.address_style {
	
}

/**************************************************************************/
/*DATE - date style*/

.lrg_day {
	height: 50%;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 18px;
}

.lrg_month {
	float: left;
	height: 50%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
}

.sml_day {
	height: 50%;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 14px;
}

.sml_month {
	float: left;
	height: 50%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 14px;
}
