﻿html {
    height:100.2%;
}

#header h2 {
 margin-top:84px;
 font-size:1.5em;
}
#header h2 span {
 font-size:1.7em;
 position:relative;
 top:3px;
 padding-left:10px;
}

.navbar-nav > li.active {
 border-radius:4px;
}


/* YY custom flyouts/dropdown (on hover, not click) */
.navbar-nav > li:hover > ul {
 display:block;
 margin-top:-4px; 
}
.dropdown-menu > li > a {
 color:#24416A;
}




#sidebar h2 {
 font-size:1.6em;
}
#sidebar h3 {
 font-size:1.1em;
 margin-top:0;
 margin-bottom:1.5em;
}
#sidebar h2 + p + p {
 font-size:1.3em;
}



form {
 font-size:90%;
}
form > div {
 clear:both;
}
form label {
 float:left;
 clear:left;
 width:35% !important;
 text-align:left !important;
}
form label.error {
 float:none;
 width:auto !important;
 margin-left:35%;
 color:red;
}

form input[type="text"],
form input[type="email"],
form select,
form textarea {
 float:left; 
 width:65% !important;
}
form textarea.form-control {
 height:5em;
}

/* SUBMIT BUTTONS */
#sidebar form input[type="submit"] {
 margin-top:1.5em;
 clear:both;
}
.contact-options form input[type="submit"] {
 margin-top:1em !important;
 float:left;
 width:65% !important;
}






form .form-control {
 padding:5px 5px;
 height:38px;
}


#content {
 padding-left:40px;
}
#content h1 {
 margin-bottom:0.5em;
}
#content p, #content ul {
 font-size:1.1em;
 line-height:1.7;
 margin-bottom:1.1em;
}


#footer {
 clear:both;
 border-top:3px solid #24416A;
 margin-top:1em;
 padding-top:1em;
}


/* contact us page icons? */
.contact-options { margin: 50px;}
.contact-options h2 > span { margin-left:-52px; width:50px; font-size:100%; }
.contact-options form { max-width:35em; }
