/**********************************************
** 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

body {
	background: #514A48;
	color: black;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 1;
}

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

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	color: #006E8F;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/**********************************************
** IE 6 Warning
**********************************************/
.ie6Warning {
	color: #333333;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 10px 1px;
	width: 960px;
}

.ie6Warning h4 {
	background: transparent url('../images/ie6-warning.gif') no-repeat scroll 0 50%;
	color: #D13236;
	font-family: Georgia, serif;
	font-size: 23px;
	font-weight: normal;
	line-height: 40px;
	padding-left: 40px;
}

.ie6Warning-wrap {
	background: #E3E3E3 none repeat scroll 0 0;
	border-bottom: 1px solid #BBBBBB;
	text-align: left !important;
	width: 100%;
}

span.red {
	color: #D13236;
	font-weight: bold;
}

/**********************************************
** Wrapper
**********************************************/
.wrapper {
	margin: 0 auto;
	width: 950px;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000; 
}

/**********************************************
** Header
**********************************************/
#header {
	background: url('../images/gradientheader.png') repeat-x;
	height: 192px;
}

#logo {
	float: left;
	margin: 15px 30px;
}

#navigation {
	float: right;
	margin: 75px 30px;
}

#navigation li {
	float: left;
	list-style: none;
	padding: 0px 8px;
}

#navigation li a {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
}

#navigation li a:hover {
	text-decoration: underline;
}

/**********************************************
** Content
**********************************************/
#content {
	background: #FFFFFF;
	margin: 0 0 50px;
	padding: 30px;
}

/**********************************************
** Footer
**********************************************/
#social {
	float: right;
	margin: 10px 0 0 0;
}

#social li {
	float: left;
	list-style: none;
	margin: 0 2px;
}

/**********************************************
** Common
**********************************************/
.clear-both {
	clear: both;
}
