/********************************/
/*  Default Typographic Styles  */
/********************************/
body {
	background: #f7f7f7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #444;
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Sans'), local('DroidSans'), url('/cached/images/DroidSans.ttf') format('truetype');
}
a {
	color: #08c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99359d;
}
a:hover {
	text-decoration: underline;
}
a[href	$='.pdf'] {
	padding-right: 18px;
	background: transparent url(/cached/images/icons/icon-pdf.gif) right no-repeat;
}
a[href	^='mailto:'] {
	padding-right: 18px;
	background: transparent url(/cached/images/icons/icon-mailto.gif) right no-repeat;
}
/*  Headings  */
h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
h1 {
	font-size: 2em;
	line-height: 1.3em;
	padding: 10px 0 3px 0;
	border-bottom: 2px solid #555;
	color: #333;
	clear: both;
}
h2 {
    font-size: 1.7em;
	line-height: 0.875em;
	margin: 0.875em 0 .4375em 0;
	padding-bottom: .4375em;
    font-weight: 100;
	color: #666666;
	border-bottom: 1px solid #ccc;
	clear: both;
}
h3 {
    font-size: 1.3em;
	line-height: 1.16em;
	margin: 1.16em 0 .58em 0;
	letter-spacing: -.5px;
}
h1 + * {
    border: none;
}
h1 + img 
{
    margin-top: 10px;
}
h2 + h3 {
    margin-top: 14px;
}
h3 + h4, h4 + h5 {
    margin-top: 0px;
}
h4, h5, h6 {
	line-height: 1.5em;
	margin: 1.5em 0 .75em 0;
	font-weight: bold;
	letter-spacing: normal;
}
h4 {
    font-size: 1.1em;
    color: #666;
}
h5 {
    color: #666;
}
h6 {
    color: #777;
}

/*  Body Text  */
p, address {
	line-height: 1.5em;
	margin: .75em 0 1.5em 0;
}

img {
	display: block;
}
address {
	font-style: italic;
	color: #666;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
cite {
}
blockquote {
	line-height: 1.5em;
	margin: 1.5em 2em;
	padding: 0 15px;
	font-style: italic;
	color: #666;
	border-left: 2px solid #ccc;
}
sup, sub {
	font-size: .75em;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

/***********/
/*  Lists  */

/* Basics */
ul, ol {
	line-height: 1.5em;
	margin: 1.5em 0;
}
ul {
	list-style: disc;
	padding-left: 22px;
}
ol {
	list-style: decimal;
	padding-left: 22px;
}
ul ul, ul ul ul, ol ol, ol ol ol {
	margin: 0;
	color: #555;
}
ul ol, ol ul {
	margin: 0;
}
/* Unordered Lists  */
ul ul {
	list-style: circle;
}
ul ul ul {
	list-style: square;
	color: #666;
	padding-left: 30px;
}
/* Ordered Lists  */
ol ol {
	list-style: lower-alpha;
}
ol ol ol {
	list-style: lower-roman;
	color: #666;
	padding-left: 30px;
}
/*  Definition Lists  */
dl {
	height: 100%;
}
dt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.3125em;
	color: #444;
	margin: 20px 0 5px 0;
	padding: 0;
}
dd {
	line-height: 1.5em;
	color: #555;
	border-left: 2px solid #ccc;
	margin: 10px 0 10px 25px;
	padding: 0 0 0 10px;
	color: #666;
}
/***********/
/*  Forms  */
form {
}
fieldset {
	margin: 1em 0;
	border: 1px solid #ddd;
	padding: 20px;
}
fieldset.noBorderPadding 
{
    border: none;
    padding: 0;
}
label {
	display: block;
	line-height: 1.75em;
	font-size: .9em;
	margin: 0;
	vertical-align: baseline;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
input, select {
	background: #fff;
	padding: 3px 5px;
	border: 2px solid #ccc;
	font-size: 1.05em;
	line-height: 1.3em;
	margin-bottom: .6em;
	vertical-align: baseline;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
input:focus {
	outline: 2px solid #08c;
	background-color: lightyellow;
}
input[type="radio"], input[type="checkbox"] {
	background: none;
	border: none;
	float: left;
	clear: both;
	margin: 2px 7px 0 0;
	vertical-align: baseline;
}
button, button[type="submit"], button[type="reset"] {
	padding: 7px;
	background: #c8913a url(/cached/images/36px-blended.png) repeat-x bottom;
	color: #fff;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 3px 0px;
	box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 3px 0px;
	-webkit-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
}
button[type="submit"]:hover {
	background: #f2be31 url(/cached/images/36px-blended.png) bottom repeat-x;
	color: #000;
}
button[type="submit"]:active {
	background: #47B13B url(/cached/images/36px-blended.png) bottom repeat-x;
	color: #000;
}
/* Set Input type submit style from button type submit */
input[type="submit"], input[type="reset"] {
	padding: 8px;
	border: 1px solid #aaa;
	font-size: 1.05em;
	font-family: Arial, Helvetica, sans-serif;
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f8f8f8, #ddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
	-webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.246094) 0px 0px 3px 0px;
	box-shadow: rgba(0, 0, 0, 0.246094) 0px 0px 3px 0px;
	-webkit-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	color: #444;
	text-shadow: 0px 1px 0px #fff;
}
input[type="submit"]:hover {
	background: #666;
	background: -moz-linear-gradient(top, #aaa, #666);
    background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#666));
	color: #fff;
	text-shadow: 0px -1px 0px #000;
}
input[type="submit"]:active {
	background: #666;
	background: -moz-linear-gradient(top, #666, #aaa);
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#aaa));
	color: #fff;
	text-shadow: 0px -1px 0px #000;
}
/************/
/*  Header  */
/************/
input#searchButton, input.searchButton {
	background: #c25e25;
	margin: 0 0 0 -1px;
	padding: 0 5px;
	color: #fff;
	border-radius: 0;
	border: 1px solid #aaa;
	font-size: 12px;
	letter-spacing: 0;
	height: 24px;
	text-shadow: none;
}
input#searchButton:hover, input.searchButton:hover {
	cursor: pointer;
	background: #637387;
	border: 1px solid #aaa;
	color: #fff;
}
input#searchBox, input.searchBox {
    background: #fff;
    height: 22px;
    width: 200px;
    margin: 0;
    padding: 0;
	color: #666;
	border: 1px solid #aaa; 
	float: left;
	font-size: 12px;
	line-height: 22px;
}
input[type="reset"] {
	margin-left: 20px;
}
textarea {
	background: #fff;
	border: 2px solid #ccc;
}
legend {
    font-size: 1.4em;
	margin: 0;
	line-height: 2.32em;
	background: #fff;
}
/*  Registration Form  */
form {
}
label {
	float: left;
	padding-right: 20px;
}
label.checkbox {
	clear: left;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#mainContent legend {
	border: 3px double #ddd;
	padding: 0 10px;
	margin-bottom: 15px;
}
span.required {
	color: red;
}
label.error {
	display: inline;
	color: red;
	float: right;
}

/************/
/*  Tables  */
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2em;
}
	caption {
		color: #333;
		font-size: 1.3em;
		line-height: 1.5em;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	tr {
		line-height: 1.5em;
		border-bottom: 1px solid #ccc;
	}
	tr:nth-of-type(odd) {
	    background: #f4f4f4;
	}
	tr:hover {
		background: #eaeaea;
	}
	th {
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		border-bottom: 1px solid #aaa;
		border-top: 1px solid #aaa;
		padding: 9px 10px;
		background: #eaeaea;
		text-shadow: 0px 1px 0px #fff;
	}
	td {
		padding: 8px 5px;
	}
table.vertAndHorizontal td:first-child {
	background: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-right: 2px solid #ccc;
}
/*****************************************/
/*  References, Bibliography, Footnotes  */
/*****************************************/
h2.referenceHead {
	border-top: 3px solid #eaeaea;
	border-bottom: none;
	font-size: 2.2em;
	padding: .475em 0 .475em 0;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 1px;		
}
ul.references {
	list-style: none;
	padding-left: 30px;
	text-indent: -30px;
	margin: 0 0 21px 0;
	color: #555;
	font-size:1.2em;
}
ul.references li {
	padding: 5px 0;
}
/***********/
/*  Tools  */
/***********/
.red {
    color: red;
}
p.quote {
	font-size: 1.55em;
	float: right;
	width: 200px;
	border-left: 3px solid #ccc;
	padding: 0 0 0 20px;
	margin: 0 0 0 10px;
	color: #748AB4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-style: italic;
}