@charset "UTF-8";

/* Some of this code came through the Dreamweaver template. All the rest, I coded myself */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CF9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CF9;
	font-size: 0.0001px;
}
#menu, #MenuBar1 {
	font-size: 15px;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; 
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #306;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFFFFF; 
	padding: 0 5px 5px 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header HR {
    height:3px;
    width:98.5%;
	color: #EEA644;
    background: #EEA644;
    margin: 3px 5px 10px 5px;  
   }
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#banner {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 10px 0px 10px;
	background: none ;
}
#menu {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 10px 0px 10px;
	height: 37px;
	background: url(../template/images/menu_bg1.jpg) top left repeat-x;
}
#mainContent {
	padding: 0 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 5px 0 5px;
	background: #FFFFFF;
}
#mainContent h1{
	text-align: center;
	color: #C9F;
	font-size: 25px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent h2{
	text-align: left;
	color: #C9F;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent h2 HR{
    height: 1px;
    width: 95%;
	color: #C9F;
    background: #C9F;
    margin: 3px 0px 0px 0px;  
}
#mainContent h5{
	text-align: center;
	color: #C33;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent p{
	text-align: left;
	color: #666;
	font-size: 13px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent a:link, #mainContent a:visited{
	color: #C00;
	font-size: 13px;
	text-decoration:none;
}
#mainContent a:hover, #mainContent a:active{
	color: #C00;
	font-size: 13px;
	background-color:#FCC;
	text-decoration:none;
}
.focus_center { /**this is used for the Mission Statement section**/
	color: #F90;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-top: -20px;
	margin-bottom: -20px;
}
#mainContent ul{
	text-align: left;
	color: #666;
	font-size: 13px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent ol{
	text-align: left;
	color: #666;
	font-size: 13px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
#focus_bullets {
	color:#F30;
	font-size:15px;
	list-style:none;
	line-height: 30px;
	margin-left: 50px;
}
#focus_bullets a:link, #focus_bullets a:visited {
	font-size:15px;
	color:#F30;
	line-height: 30px;
	text-decoration:none;
}
#focus_bullets a:hover, #focus_bullets a:active {
	font-size:15px;
	color:#609;
	line-height: 30px;
	background-color:#FFF;
	text-decoration:none;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px 10px 0 10px;
	color: #FFF;
	background: url(../template/images/footer.jpg) top left;
	background-repeat:no-repeat;
	height: 40px;
	text-align: center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#blog h2{
	text-align: left;
	color: #F63;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#blog h2 HR{
    height: 1px;
    width: 95%;
	color: #F63;
    background: #C9F;
    margin: 3px 0px 0px 0px;  
}
#wing_logo {
	float:right;
	margin: 10px 10px 0 0;
}
#contact_form {
	font-size: 14px;
	color: #C36;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}


/* ************************************
***************************************
** BUTTONS AND MORE AND MORE BUTTONS **
***************************************
**************************************/

#arrow_right {
	margin:0 2px 0 0;
}
#arrow_right a:link, #arrow_right a:visited {
	float:right;
	width:33px;
	height:31px;
	z-index:1;
	background-image:url(../images/buttons/arrow_right.jpg);
	background-position: bottom left;
}
#arrow_right a:hover, #arrow_right a:active {
	background-image:url(../images/buttons/arrow_right.jpg);
	background-position: top left;
}
#arrow_left {
	margin:0 43px 0 0;
}
#arrow_left a:link, #arrow_left a:visited {
	float:right;
	width:33px;
	height:31px;
	z-index:1;
	background-image:url(../images/buttons/arrow_left.jpg);
	background-position: bottom left;
}
#arrow_left a:hover, #arrow_left a:active {
	background-image:url(../images/buttons/arrow_left.jpg);
	background-position: top left;
}
#arrow_rightu {
	margin:0 2px 0 0;
}
#arrow_rightu a:link, #arrow_rightu a:visited {
	float:right;
	width:33px;
	height:31px;
	z-index:1;
	background-image:url(../images/buttons/arrow_rightu.jpg);
	background-position: bottom left;
}
#arrow_rightu a:hover, #arrow_rightu a:active {
	background-image:url(../images/buttons/arrow_rightu.jpg);
	background-position: top left;
}
#arrow_leftu {
	margin:0 43px 0 0;
}
#arrow_leftu a:link, #arrow_leftu a:visited {
	float:right;
	width:33px;
	height:31px;
	z-index:1;
	background-image:url(../images/buttons/arrow_leftu.jpg);
	background-position: bottom left;
}
#arrow_leftu a:hover, #arrow_leftu a:active {
	background-image:url(../images/buttons/arrow_leftu.jpg);
	background-position: top left;
}
#buttons {
	padding-bottom: 10px;
}
#button_area {
	padding-bottom: 100px;
}
#about_button {
	margin:0 0 0px 150px;
}
#about_button a:link, #about_button a:visited {
	float:left;
	background-image:url(../images/buttons/button_about.jpg);
	background-position: top left;
	width:83px;
	height:83px;
	z-index:1;
}
#about_button a:hover,#about_button a:active {
	background-image:url(../images/buttons/button_about.jpg);
	background-position: bottom left;
}
#branches_button {
	margin:0 0 0 150px;
}
#branches_button a:link, #branches_button a:visited {
	float:left;
	background-image:url(../images/buttons/button_branches.jpg);
	background-position: top left;
	width:83px;
	height:83px;
	z-index:1;
}
#branches_button a:hover, #branches_button a:active {
	background-image:url(../images/buttons/button_branches.jpg);
	background-position: bottom left;
}
#wings_button {
	margin:0 0 0 150px;
}
#wings_button a:link, #wings_button a:visited {
	float:left;
	background-image:url(../images/buttons/button_wings.jpg);
	background-position: top left;
	width:83px;
	height:83px;
	z-index:1;
}
#wings_button a:hover, #wings_button a:active {
	background-image:url(../images/buttons/button_wings.jpg);
	background-position: bottom left;
}
#contact_button {
	margin:0 0 0 150px;
}
#contact_button a:link, #contact_button a:visited {
	float:left;
	background-image:url(../images/buttons/button_contact.jpg);
	background-position: top left;
	width:83px;
	height:83px;
	z-index:1;
}
#contact_button a:hover, #contact_button a:active {
	background-image:url(../images/buttons/button_contact.jpg);
	background-position: bottom left;
}
#inspirations_button {
	margin:0 0 0 150px;
}
#inspirations_button a:link, #inspirations_button a:visited {
	float:left;
	background-image:url(../images/buttons/button_inspirations.jpg);
	background-position: top left;
	width:83px;
	height:83px;
	z-index:1;
}
#inspirations_button a:hover, #inspirations_button a:active {
	background-image:url(../images/buttons/button_inspirations.jpg);
	background-position: bottom left;
}

#square_button_label {
	margin:25px 0 0 0;
}
#square_button_label {
	float:left;
	width:400px;
	height:40px;
	z-index:1;
}
#square_button_label {
	text-align: left;
	padding: 0 0 0 20px;
	text-decoration:none;
	color: #C33;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#square_button_label a:link, #square_button_label a:visited {
	text-align: left;
	padding: 0 0 0 20px;
	text-decoration:none;
	color: #C33;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#square_button_label a:hover, #square_button_label a:active {
	text-align: left;
	padding: 0 0 0 20px;
	text-decoration:underline;
	color: #900;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}



