

/* Declare body first of all */

body {
background:#fff;
font:normal 62.5% 'Lucida Grande',Verdana,sans-serif;
text-align:center;
background:#85a;
}

/* Wireframing - use border:1px to place borders around all div elements during development, but be aware that you'll need to change sidebar width to 306px to allow for the border widths */

div {
margin:0;
padding:0;
border:0px solid #F00;
}

/* ---------------
   Layout elements
   --------------- */

/* Masthead and descendants */

#masthead {
height:151px;
background:url(images/balloon_sidec.gif) repeat;
}

/* High Flyers Logo */
#masthead img {
margin:0 0 0 300px;
}

/* Purple line */

#orange_line {
background:#FA1;
line-height: 200%;
text-align:left;
}

/* Container - needed only for faux background */

#container {
width:760px;
margin:20px auto 20px auto;
background:#fff;
}


/* The main column and descendants */

#mainCol {
float:right;
width:560px;
font-size:1.1em;
line-height:150%;
color:#85A;
background:#fff;
text-align:right;
}

#mainCol ul {
list-style:none;
margin:10px 0 10px 0;
padding:0;
}

#mainCol li {
display:inline;
margin:0 10px 0 0;
padding:0;
line-height:200%;
}
#mainCol li a:link, #mainCol li a:visited {
text-decoration:none;
font-size:0.9em;
font-weight:bold;
color:#fa1;
}
#mainCol li a:hover {
color:#85a;
}

/* Highlighting the current page */
#home #mainCol a.home { 
border-bottom:3px solid #FFE86C;
}

#mainCol p {
width:510px;
}

/* The left column and descendants */

#sidebar {
float:left;
width:200px;
background:#fff url(images/side_balloons_opaque.gif) repeat-y;
text-align:left;
}

/* The footer and descendants */

#footer {
clear:both;
height:10em;
min-height:110px;
font-size:0.9em;
line-height:150%;
background-color:#85a;
text-align:right;
}

#footer img {
float:left;
margin:10px 112px 60px 56px;
}

#footer ul {
list-style:none;
margin:10px 0 0 0;
padding:0;
}
#footer li {
display:inline;
margin:0 10px 0 0;
padding:0;
line-height:160%;
}

/*text*/

#text {
float: left;
margin: 5px;
text-align:left;
background:#fff;
width:510px;
color: #85a;
line-height:150%;
}

#text ul {
list-style:disc;
padding:2px;
margin: 10px;
}

#text li {
display:vertical;
padding:2px;
margin: 10px;
line-height: 150%;
}

#text ol {
display:vertical;
padding:5px;
margin: 10px;
}

#text img {
border: 1px;
}

#footer li a:link, #footer li a:visited {
text-decoration:none;
font-weight:bold;
color:#fa1;
font-size:1em;
}
#footer li a:hover {
color:#FFF;
}

#footer p {
margin:0 0 3px 0;
}

/* ----------------------------
   All headings and versions of 
   ---------------------------- */

h2, h3 {
color:#85a;
}
h2 {
margin-top:40px;
font-size:1.6em;
}
h3 {
margin-top:30px;
font-size:1.5em;	
}
h4 {
margin:560px 0 10px 15px;
font-size:1.3em;
color:#85a;
}
h5 {
margin:0px 0 10px 15px;
font-size:1.05em;
color:#85a;
line-height:100%;
}
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
color:#FFF;
}

/*h6 just on special occasions page*/
h6 {
margin:1450px 0 10px 15px;
font-size:1.3em;
color:#85a;
}





/* ---------------------
   Other common elements 
   --------------------- */

abbr {
	
}

/* Turn off borders on image links */
img {
border:0;
}

/* Link states */

a:link {
color:#85a;
	
}
a:visited {
color:#85a;
}
a:hover {
text-decoration:none;
}
a:active {
	
}

/* ------------
   Unique Items 
   ------------*/

.date {
	
}

/* -------------
   Form elements 
   -------------*/

form {
margin:0;
padding:0;
}

fieldset {
border:0;
margin:10px 0 10px 56px;
padding:0;	
}

label {
font-weight:bold;
color:#FFE86C;
}

input.submit {
margin:0 0 30px 56px;
}



