/********************************************
   AUTHOR:  			Eric Bourland 
   WEBSITE:   			http://ebwebwork.com/
     	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/*COMMONLY USED SELECTORS----------------- */

/* font variants
----------------- */

.bold	{
font-weight:bold !important;
}

.oblique	{
font-style:oblique !important;
}

.italic	{
font-style:italic !important;
}

.underline	{
text-decoration:underline;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666666;
	padding-top: 3px;
}

.maroon	{
color:#8e3227 !important;
}


/* FLOATS, CLEARS, ALIGNS, BORDERS, PADDING, WIDTH GOVERNORS
----------------- */
.float-left	{
float:left;
}

.float-right	{
float:right;
}

.float-left-img	{
float:left;
margin: 0 20px 20px 0;
}

.float-right-img	{
float:right;
margin: 0 0 20px 20px;
}

.clear-both	{
clear:both;
}

.clear-none	{
clear:none;
}

.clear-left	{
clear:left;
}

.clear-right	{
clear:right;
}

.align-left	{
text-align:left;
}

.align-right	{
text-align:right;
}

.align-center	{
text-align:center;
}
	
.border0	{
border:0 !important;
}

.border1	{
border:1px solid #000 !important;
}

.padding10	{
padding:1em;
}

.padding20	{
padding:2em;
}


/* WIDTHS
----------------- */
.width100px	{
width:100px;
}

.width125px	{
width:125px;
}

.width150px	{
width:150px;
}

.width175px	{
width:175px;
}

.width200px	{
width:200px;
}

.width225px	{
width:225px;
}

.width250px	{
width:250px;
}

.width275px	{
width:275px;
}

.width300px	{
width:300px;
}

.width325px	{
width:325px;
}

.width350px	{
width:350px;
}

.width375px	{
width:375px;
}

.width400px	{
width:400px;
}

.width425px	{
width:425px;
}


/* HR
----------------- */

hr	{
width: 120px;
height:1px;
line-height:1px;
text-align:center;
margin: 25px auto;
color:#3a5169;
clear:both;
}

/*W3C
----------------- */



 .w3cbutton3 {
  margin: 0 0 1em 1em;
  border: 2px ridge #fff;
  font: bold 10px helvetica,arial,sans-serif;
  float:right;
}
.w3cbutton3 a {
  display: block;
}
.w3cbutton3 a:link,
.w3cbutton3 a:visited,
.w3cbutton3 a:hover {
  background-color: #b2cde0;
  color: #000;
  text-decoration: none;
}
.w3cbutton3 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}


/* FORM ELEMENTS
----------------- */



.Submit	{	
	background: url(/img/submit.gif) no-repeat top left; 
	width: 104px;
	height: 24px;
	color: 000000;
	font: bold 10px Verdana, Arial, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	border: none;
	margin: 6px 0px;
	padding: 0px 0px 2px 0px;
	}
	
	
.SubmitOn	{	
	background: url(/img/submiton.gif) no-repeat top left; 
	width: 104px;
	height: 24px;
	color: 000000;
	font: bold 10px Verdana, Arial, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	border: none;
	margin: 6px 0px;
	padding: 0px 0px 2px 0px;
	}



fieldset{
margin:12px 12px 18px;
padding-left:6px;
border:1px solid #004080;
color:#006699;
}


fieldset fieldset{
border:1px solid #9ea190;
margin:17px 14px;
}


label {
	font-weight:bold;
	margin:5px 3px 0 0;
	text-align:right;
	float:left;
}


legend{
font-size:1.2em;
padding:0 12px;
font-weight:900;
}


fieldset fieldset legend{
font-size: 1em;
color:#1a2129;
padding:0 18px;
margin-left:75px;
}


textarea {
	width:300px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #CFCED3;
	height:100px;
	display:block;
	color:#777;
}




input.submitbutton{
background-color:#006699;
color:#FFF;
background-image:none;
font-weight:900;
	border: 1px solid #eaeaea;
margin:0 0 0 200px;
}


.left_checkbox	{
float:left;
width:10px;
padding:5px;
}

.right_checkbox	{
float:right;
width:auto;
padding:5px;
}

.brownbox	{
background-color: #f5f3ed;
border: 1px solid #ece9d8;
padding: 10px;
font: 12px arial,helvetica,verdana,sans-serif;
margin: 15px 0 0 0;
}

.brownbox a	{
color: #84a669;

}