/*********************
* Globals
*********************/



#displaynone{
	display: none;
}
/*Removes the spam catch from being visible*/
#email_address_catch{
	display: none;
}

/*********************
* Structural
*********************/






/*********************
* Contact Form
*********************/

h1 {
	font-size: 22px;
}


.ftextarea{
	height: 100px;
}


#yl_contact_form p {
    margin-bottom:7px;
}
#yl_contact_form {
    margin:0 auto;
    width:173px;
}
#yl_contact_form label {margin-left:4px;}
#yl_contact_form h3{
	display: block;
	width: 173px;
	height: 50px;
	text-indent: -10000em;
	background: url(img/c-header.jpg) no-repeat;
}

#yl_contact_form fieldset{
	margin: 10px auto;
	width: 173px;
	text-align: left;
}

#yl_contact_form .ftext, #yl_contact_form .ftextarea {
	width: 173px;
}

#yl_contact_form .ftextarea{
	height: 100px;
}

#yl_contact_form #submit{
	width: 80px;
	height: 25px;
	margin-top: 6px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	background: #000000;
}

#yl_contact_form {
Padding-left: 6px;
Padding-bottom: 10px;
Padding-top: 10px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
    margin-top:0px;
    clear:left;
    text-align:left;
        background: #fff200;
            width:184px;
}
#black {
Padding-bottom: 5px;
Padding-top: 5px;
        background: #000000;
        color: #ffffff;
            text-align:center;
}

p strong{
font-size: 14px;
}


a:link {
text-decoration: underline;
}


a:hover{
text-decoration: none;
}

a:visited {
text-decoration: underline;
}


/*a:link,
a:visited{
color:#0A126E;
text-decoration:none;
}

a:hover,
a:active{
color:#2d4091;
text-decoration:underline;
}*/