/*

Style sheet authored by niXer. nixer@ndevix.com

*/

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 { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline; }

:focus { outline: 0; }

table {
	border-collapse: separate;
	border-spacing: 0; }

td { vertical-align: middle; }

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

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

button, code, h1, h2, h3, h4, h5, h6, input, pre, select, table, td, textarea, th { font-size: 1em; }

img { border: 0; }

blockquote, dl, dd, ol, p, pre, textarea, ul, li { margin-bottom: 1.5em; }

li { list-style: square; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	font: normal 11px "lucida grande", verdana, tahoma;
	color: #000;
	line-height: 1.5; }

h1 { font-size: 2.5em; }

h2 { font-size: 1.5em; }

h3 { font-size: 1.4em; }

h4 { font-size: 1.3em; }

h5 { font-size: 1.1em; }

/* h1, h2, h3, h4, h5 { } */

input, textarea {
	width: 88px;
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #444; }
	
input.button {
	width: auto;
	height: auto;
	margin: 0;
	padding: 1px;
	background: #01a858;
	border: 1px solid #060;
	color: #fff;
	cursor: pointer; }

input.check {
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px;
	line-height: 1.5em;
	border: medium none;
	font: normal 1em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	cursor: pointer; }

select {
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif; }

textarea {
	width: 75%;
	height: auto;
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #444; }

label { 
	font: normal x-small "lucida grande", verdana, tahoma;
	cursor: pointer; }

/* 
input:focus, input:hover, select:hover, select:focus, textarea:hover, textarea:focus { background-color: #; }

input.button:focus, input.button:hover { background-color: #; }

filter: alpha(opacity=75);
opacity: 0.75;
*/

/*	----------------------------------------------
	CLASSES
	------------------------------------------- */

.row { padding: 2px 4px; }

.fineprint { font-size: 85%; }

.underline { text-decoration: underline; }

.noline { text-decoration: none; }

.caps { text-transform: capitalize; }

.widthauto, div.widthauto, input.widthauto { width: auto; }

.cursor { cursor: pointer; }

.highlight { color: #; }

/* Margins */

.center { margin: 0 auto; }

.marginnone { margin: 0; }

.bump { margin-top: 5px; }

.bumpright { margin-right: 5px; }

.bumpbottom { margin-bottom: 10px; }

/* Alignment */

.textleft, td.textleft, th.textleft, div.textleft { text-align: left; }

.textright, td.textright, th.textright, div.textright { text-align: right; }

.textcenter, td.textcenter, th.textcenter, div.textcenter { text-align: center; }

.textjustify, td.textjustify, th.textjustify, div.textjustify { text-align: justify; }

.top { vertical-align: top; }

.middle { vertical-align: middle; }

.bottom { vertical-align: bottom; }

/* Display */

.none { display: none; }

.block { display: block; }

.inline { display: inline; }

/* Float */

.clear { 
	clear: both;
	visibility: hidden; }

.floatl { 
	float: left;
	width: auto; }

.floatr { 
	float: right;
	width: auto; }

/*	----------------------------------------------
	STRUCTURE
	------------------------------------------- */
	
#header {
	background: #254da2; }

.login {
	float: right;
	padding-top: 32.5px;
	margin-right: 50px;
	color: #fff; }
	
#wrap {
	width: 990px;
	margin: 0 auto; }

.text {
	width: 760px;
	padding: 0.5in 1in;
	font: normal 1em/small "lucida grande", verdana, tahoma;
	line-height: 17px;
	color: #2f2f2f; }

.text strong { color: #060; }

#footer {
	padding: 5px;
	border-top: 2px solid #ddd;
	font: normal 11px Tahoma, "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #2f2f2f; }