/* NOTES
*/
/* HEADER
---------------------------------------------------- */
#header,
#userLinks,
#navMenu {
	display: none;
}
/* FOOTER
---------------------------------------------------- */
#footer {
}
#footer p {
}
#footer p a {
	font-family: sans-serif;
}
#footer ul {
	display: none;
}
/* HOMEPAGE SECTIONS
---------------------------------------------------- */
/* OTHER WIDGETS */
/* CONTENT PAGES
---------------------------------------------------- */
#content {
}
#content h1 {
	font-size: 2.2em;
	padding-bottom: .5em;
}
#content h2 {
	font-size: 1.8em;
	padding-bottom: .5em;
}
#content h3 {
	font-size: 1.5em;
	padding-bottom: .5em;
}
/* =====================================================================
      GLOBAL LAYOUT AND PRESENTATION
    ===================================================================== */
/* EMBEDDED FONTS
---------------------------------------------------- */
/* DEFAULT PRESENTATION
---------------------------------------------------- */
body, td, th {
	font-size: 11pt;
	line-height: 16pt;
	color: #222;
}
body, form, p {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 3em;
	line-height: 1.1em;
	margin: 0;
	padding: 0 0 1em;
	text-transform: uppercase;
}
h2 {
	font-size: 2em;
	line-height: 1.1em;
	margin: 0;
	padding: 0 0 1em;
}
h3 {
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 0;
	padding: 0 0 .5em;
}
a {
	color: #2749aa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin: 0;
	list-style-type: square;
	padding: 0 0 0 1.5em;
}
li {
	margin: 0;
	padding: .2em 0;
}
/* IMAGES */
img {
	border: 0 none;
}
/* TABLES */
#content table {
	border-collapse:collapse;
	border-spacing:0px;
}
#content td,
#content th {
	padding:3px 5px;
	vertical-align:top;
}
#content td {
	text-align:left;
}
#content th {
	font-weight:bold;
	text-align:center;
}
/* FORMS */
input, 
select, 
option, 
textarea {
	 font-size: 10pt;
}
input,
textarea {
	border-top: 1px solid #bbb;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}
input:hover,
textarea:hover {
	border-color: #999 #bbb #bbb #aaa;
	background-position: left -4px;
}
textarea {
	 height:100px;
}
select {
}
input[type=checkbox],
input[type=radio] {
	 border: 0 none;
	 width: auto;
}
input[type=button],
input[type=submit],
a.button,
span.button {
	background: #cdf !important;
	border: 0 none;
	border-radius: 0;
	color: #000 !important;
	cursor: pointer;
	display: inline-block !important;
	font-size: 13pt;
	padding: 10px !important;
	text-align: left;
	width: 250px !important;
}
input[type=button]:hover,
input[type=submit]:hover,
a.button:hover,
span.button:hover {
	background: #cdf;
	text-decoration: none;
}
input[type=button]:active,
input[type=submit]:active {
}
textarea:disabled, select:disabled, input:disabled {
	background: #eee;
	border: 1px solid #ddd;
	color: #999;
}
/* Success and warning notices from form events */
div.notices {
	font-size:1.2em;
	margin:1em 0;
}
div.notices .success {
	color:#22ae22;
}
div.notices .warning {
	color:#ff0000;
}
/* PAGE-SPECIFIC STYLES
---------------------------------------------------- */
/* Oh, alright. */
