	/* COLOR SCHEME

// PURPLE COLORS:
http://www.december.com/html/spec/color4.html

PURPLE: #893d97;
*/

body {
 font-family: "trebuchet MS";
 font-size: 12px;
 background-image: url('../img/wallpapers/wallpaper4.jpg');
 margin: 15px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
 text-align:center  /* Hack for IE5/Win */
}

/* WHITE BOARD TO WORK ON (initially)*/
.white_pad { 
 margin: 0px auto; /* Right and left margin widths set to "auto" */
 text-align: left; /* Counteract to IE5/Win Hack */
 background-color: white;
 width: 930px;
 min-height: 800px;
 padding: 10px
}

/* HOME > top_links */
.top_links a:link {
 font-size: 12px;
 color: #444;
 text-decoration: none
}
.top_links a:visited {
 font-size: 12px;
 color: #444;
 text-decoration: none
}
.top_links a:hover{
 font-size: 12px;
 color: #444;
 text-decoration: none
}
.top_links a:active {
 font-size: 12px;
 color: #444;
 text-decoration: none
}


.error_mes {
 color: red; 
 font-weight: normal; 
 font-size: 12px	
}

.error_mes_bold {
 color: red; 
 font-weight: bold; 
 font-size: 12px	
}

.error_mes_light {
 color: red;
 font-size: 12px	
}


/* <img scr=""> */
.text_img_float {
 float: left;
 margin: 5px;
 border: 1px solid #444	
}



/* H1, H2, H3
//////////////////////////////*/

h1 {
 font-size: 14px;	
 color: #222
}

.purple {
 font-size: 16px;
 color: #893d97;
}

h2 {
 font-size: 14px;
 color: #222
}

h3 {
 font-size: 12px;
 color: white
}

h4 {
 font-size: 12px;
 color: #555555
}

/* LINKS
////////////////////////////////////*/

a:link {
 color: #8E236B; /*MAROON*/
 font-size: 12px;
 text-decoration: underline
}
a:visited {
 color: #8E236B; /*MAROON*/
 font-size: 12px;
 text-decoration: underline
}
a:hover {
 color: #8B4789; /*ORCHID 4*/
 font-size: 12px;
 text-decoration: underline
}
a:active {
 color: #8E236B; /*MAROON*/
 font-size: 12px;
 text-decoration: underline
}



/* BREADCRUMBS
/////////////////////////////*/
	
.basic_breadcrumb {
 font-size: 12px;
 color: #444	
}	

.basic_breadcrumb a:link {
 text-decoration: none;
 color: #893d97;	
}

.basic_breadcrumb a:visited {
 text-decoration: none;
 color: #893d97;	
}
.basic_breadcrumb a:hover{
 text-decoration: underline;
 color: #893d97;	
}
.basic_breadcrumb a:active {
 text-decoration: none;
 color: #893d97;	
}


/* Forms
////////////////////////////////////*/

.texta {
 background-color: #F1F1F1;
 border: 1px solid #999;/*#94D11B;*/
 padding: 5px;
 font-size: 14px;
 font-weight: bold;
 color: purple;
 letter-spacing: 0.7px
}

.textc {
 background-color: #F1F1F1;
 border: 1px solid #999;/*#94D11B;*/
 padding: 5px;
 font-size: 12px;
 color: #333;
 letter-spacing: 0.7px
}	

.textareaa {
 background-color: #F1F1F1;
 border: 1px solid #999;/*#94D11B;*/
 padding: 5px;
 font-size: 14px;
 color: #444;
 letter-spacing: 0.7px;
  font-family: 'Lucida Grande', tahoma, arial; verdana; sans-serif;
}

.selectoptiona {
 background-color: #F1F1F1;
 border: 1px solid #999;/*#94D11B;*/
 padding: 4px;
 padding-right: 10px;
 font-size: 14px;
 font-weight: bold;
 color: #999;
 letter-spacing: 0.7px;
 width: 80px	
}

.selectoptionb {
 background-color: #F1F1F1;
 border: 1px solid #999;/*#94D11B;*/
 padding: 4px;
 padding-right: 10px;
 font-size: 14px;
 font-weight: bold;
 color: #999;
 letter-spacing: 0.7px;
 width: 200px	
}

.selectoptionc {
 background-color: #F1F1F1;
 border: 1px solid #999;/*#94D11B;*/
 padding: 4px;
 padding-right: 10px;
 font-size: 12px;
 font-weight: bold;
 color: #333;
 letter-spacing: 0.7px;
 width: 200px	
}

.selectoptionc option {
 margin-top: 5px	
}


/*Usage includes: search select option*/
.selectoptionb {
 padding-left: 3px;
 color: #444;
 line-height: 1.5
}

.checkboxa {
 border: 1px solid #94D11B;
}

.submitboxa {
 font-size: 15px;
 color: #444;	
}


/* Special Things
////////////////////////////////////*/

.lightdark {
 color: #777
}

/* Legal Small Font
////////////////////////////////////*/

.legal {
 font-size: 10px;
 color: #444 	
}


/*Legal Links!:*/
.legal a:link {
 color: #8E236B; /*MAROON*/
 font-size: 10px;
 text-decoration: underline
}
.legal a:visited {
 color: #8E236B; /*MAROON*/
 font-size: 10px;
 text-decoration: underline
}
.legal a:hover {
 color: #8B4789; /*ORCHID 4*/
 font-size: 10px;
 text-decoration: underline
}
.legal a:active {
 color: #8E236B; /*MAROON*/
 font-size: 10px;
 text-decoration: underline
}


.home_featured_ad_div_border {
 border: 4px solid green; 
 margin: 10px; 
 padding: 10px; 
 background-color: #FFFF99
}




/*
/////////////////////////*/
.footer_wrap {
  margin: 0px auto; /* Right and left margin widths set to "auto" */
  width: 950px;   
}

.footer {
 background-color: white;
 width: 930px;
 min-height: 120px;
 margin-top: 15px;
 margin-bottom: 15px;	
 padding: 10px;
}

.footer h2 {
  font-size: 14px	
}

.footer p {
 color: #444444;
 font-size: 12px	
}

/* LOVE HA!*/
.footer a:link {
 color: #88B90D;
 font-size: 12px;
 text-decoration: underline	
}

.footer a:visited {
 color: #88B90D;
 font-size: 12px;
 text-decoration: underline	
}

.footer a:hover {
 color: #88B90D
 font-size: 12px;
 text-decoration: underline	
}

.footer a:active {
 color: #88B90D
 font-size: 12px;
 text-decoration: underline	
}





