@charset "UTF-8";
/* Resets browser defaults and provides base element styles */

/* = Global Reset 
------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote,
fieldset, form, label, legend, caption, table, tr, th, td {
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: 20px;
	font-family: inherit;
	font-size: 100%;
	text-decoration: none;
}

table {float:left;}

ol, ul {
	list-style: none;
}

/* = Base element Styles
------------------------------------------------- */

body
{
	color: #6F9FB8;
	font-family: Arial, Verdana, 'MS Sans-Serif';
	font-size: 70%;
	background: url(/images/bg.gif) #383a36 repeat-x top left;
	line-height: 10px;
	height: 100%;
}
h1, h2, h3, h4, h5, h6{color: #9C9996; font-size: 160%; margin: 10px 0 0 0;}
h2{}
h3{}
h4{}
h5{}
h6{}
/* alternative heading style */
.alt{
	color: #06C;
}

p{
}
blockquote{margin: 20px;}

ul{margin: 10px 0 10px 20px; list-style-type: disc;}
ol{margin: 10px 0 10px 25px; list-style-type: decimal;}
li{list-style: url(/images/bullet.gif)}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: collapse;}
thead{}
tfoot{}
th{
	border: solid 0px #336699;
	padding: 3px;
}
tr{}
td{border: solid 0px #336699;padding: 3px;}

th.center,td.center{text-align: center;}
th.right,td.right{text-align: right;}
th.left,td.left{text-align: left;}

form{margin: 10px 0;}
fieldset{}
legend{}
label{vertical-align: top;}
input, .input, .inputDisabled, .inputArea, textarea {
     margin:1px 0 1px 0;
     font-family:Arial, verdana;
	 font-size: 100%;
     background: #fefefe url(/_img/input-bg.gif) bottom left repeat-x;
     border: solid 2px #dce6e9;
     padding: 5px;
}
select, .select{float:left;padding:1px 0 1px 0;margin-top: 6px;}
.inputDisabled{background-color:#FAFAFA;color:#646464;padding:2px;}
.radio{width:auto;cursor: pointer;border: 0; background: transparent;float: left;}
label, .label{
	text-align: left;
	color:#069;
	background-color: #FFF;
	font-size: 100%;
	line-height: 40px;
}
.btn {
    background: #d96a88 url(/_img/button-bg.gif) bottom left repeat-x;
    border: 2px #ddd solid;
    color: #fff; 
    padding: 4px 6px;
    width: auto;
    cursor: pointer;
    text-decoration: none;
}

/** provide width classes to stack onto inputs **/
.ten{width:10%;}
.fifteen{
	width:1px;
	background-color: #C7D0AB;
	height: 100px;
	margin-bottom: 0px;
	margin-right: 7px;
	float: left;
	margin-left: 5px;
	margin-top: 40px;
}
.twenty{width:20%;}
.twentyfive{width:25%;}
.thirty{
	width:15%;
	position: inherit;
	right: auto;
	float: right;
}
.thirtyfive{
}
.forty{width:40%;}
.fortyfive{width:45%;}
.fifty{width:50%;}
.fiftyfive{width:55%;}
.sixty{width:60%;}
.sixtyfive{
	width:480px;
	float: left;
	vertical-align: middle;
	margin-top: 40px;
}
.seventy{
	width:150px;
}
.seventyfive{width:75%;}
.eighty{width:80%;}
.eightyfive{width:85%;}
.ninety{width:90%;}
.ninetyfive{width:95%;}
.hundred{
	width:100%;
	position: relative;
}

em{}

/* The below provides a default hr style along with a cross browser method with consideration for disabled styles */
hr{
	height: 1px;
	color: #D7EBE2;
	margin-top: 40px;
	width: 1028px;
	bottom: 15px;
	float: left;
}
div.hr{margin: 5px 0px; border: none; border-top: 1px solid #ccc;}
div.hr hr{display:none;}

a{
	color: #83A0B9;
	line-height: 12px;
}
a:hover{
	text-decoration: none;
	color: #03C;
}

/** To remove dotted outline on links **/
a{outline-style:none;}
a:active, a:focus {
	outline: 0 !important;
	line-height: 10px;
}


img{vertical-align: bottom;}

/* = Independent Styles
------------------------------------------------- */

.floatLeft{float: left;}
.floatRight{float: right;}
.clr{clear: both;}
.clrsml{clear: both;line-height:1px;height:1px;}
.standoutText{color: #3366cc;}
.sml{font-size:85%;}
.hide{display: none;}
.vmiddle{vertical-align: middle;}
.body2 {
	line-height: 12px;
}
white {
	color: #FFF;
}
.white {
	color: #FFF;
	line-height: 20px;
}


