/* std.css */

/* FONT FAMILIES
	font-family: 'Lucida Grande', 'Trebuchet MS', Lucida, Verdana, sans-serif;
	font-family: 'Adobe Garamond Pro', Garamond, Georgia, 'Times New Roman', serif;
	font-family: 'Andale Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
*/
* { margin:0; padding:0; }
html { font-size:100%; }
body {
	background: #fff;
	color: #000;
	font-size:11px;
	font-family: 'Lucida Grande', 'Trebuchet MS', Lucida, Verdana, sans-serif;
	border-bottom:1px solid #ccc;
	}
a, a:link, a:visited {
	text-decoration:none;
	color: #066;
	}
abbr { border-bottom: 1px dotted #600; }
blockquote {
	}
br.clear { clear: both; }
code {
	font-size:12px;
	font-family: 'Andale Mono', 'Courier New', Courier, monospace;
	color: #333;
	padding: 2px;
	}

dd { font-size: 10px;
	margin:0 0 0 5px;
	padding:0;
	}
dl { width:90%; }
dt {
	font-weight: bold;
	margin:5px 0 0 0;
	padding:0;
	line-height:1;
	}
em { font-style: italic; }

/*
	*** FORM ELEMENTS ***
*/
form {
	text-align: left;
}
form p, form li {
	font-size: 11px;
	color: #333;
	padding:0;margin:0;
}
form table { border:0; }
form * td, form * th { border:0; }
fieldset {
	margin-top: 1em;
	border: 1px solid #adc;
	padding:5px;
}
h3.formXhead { font-size:13px; letter-spacing:0.1em; background:#eee;}
input {
	color: #333;
	padding: 2px;
	border: 1px solid #adc;
	background: #f0f0f0;
	}
input.required { font-size:120%; border:2px solid #d99; }
input.button {
	color: #000;
	padding: 1px 3px;
	border: 2px outset #ccc;
	background: #f0f0f0;
}
input.button:hover {
	background: #adc;
}
input.button:active {
	border:inset;
}
label { font-weight: bold; }
form legend {
	font-weight: bold;
	color: #fff;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	border: 1px solid #000;
	padding: 1px 5px;
	background: #555;
}
option, select {
	font-size:10px;
	color: #333;
	}
textarea {
	color: #222;
	padding: 1px;
	font-size: 11px;
	border: 1px solid #adc;
	background: #f0f0f0;
}
textarea.required { border:2px solid #d99; }
/* end of form elements */

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	font-family: 'Lucida Grande', 'Trebuchet MS', Lucida, Verdana, sans-serif;
	margin:0; padding:0;
	font-weight:bold;
	color:#033;
	}

h1 { font-size: 24px; letter-spacing:0.1em; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }
hr {
	width:80%;
	border:0; padding:0;
	margin: 5px auto;
	text-align:center;
	color:#dcc;
}
img { border:0; }
p {
	font-family: 'Lucida Grande', 'Trebuchet MS', Lucida, Verdana, sans-serif;
	color: #000;
	font-size:11px;
	}
strong { font-weight: bold; }
/*
	*** TABLES ***
*/
table {
	border: 2px solid #bbb;
	padding:0;
	margin: 3px 0px 3px 0px;
	border-spacing:0;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	}
td, th { padding:2px 4px; border: 1px solid #ccc; }

ul li {
    list-style-position: outside;
    background: transparent url(/assets/images/graphics/ul.gif) center left no-repeat;
    list-style-type:none;
    padding: 3px 0 3px 10px;
    line-height:normal;
    font-size:1em;
    }