@charset "UTF-8";
/* CSS Document */

body {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	line-height: 1.5em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.thrCol #container {
	margin: 0;
	text-align: left;
}

.thrCol #branding {
	background-image: url(images/biplane_logo_tagline.jpg);
	height: 118px;
	width: 780px;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4591CD;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	margin-right: 0px;
}
.thrCol #branding p {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	right: 20px;
	position: absolute;
	text-align: center;
}
.thrCol #branding a {
	color: #000000;
	text-decoration: underline;
}


  .thrCol #mainNav {
	width: 630px;
	height: 26px;
	background: url(images/tab_menus_all.gif);
	margin: 10px auto;
	padding: 0;
	position: relative;
}
	
  .thrCol #mainNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 1;
	text-indent: 10px;
}
  
 .thrCol #mainNav li, #mainNav a {
	height: 26px;
	display: block;
	list-style-image: none;
	list-style-type: none;
}

  #home {left: 0; width: 104px;}
  #about {left: 105px; width: 104px;}
  #employers {left: 209px; width: 104px;}  
  #job_seekers {left: 313px; width: 104px;}
  #demo {left: 417px; width: 104px;}
  #contact {left: 521px; width: 104px;}


 .thrCol #mainNav #home a:hover {
    background: transparent url(images/tab_menus_all.gif)
    0 -27px no-repeat;}
 .thrCol #mainNav #about a:hover {
    background: transparent url(images/tab_menus_all.gif)
    -105px -27px no-repeat;}
  #employers a:hover {
    background: transparent url(images/tab_menus_all.gif)
    -209px -27px no-repeat;}
  #job_seekers a:hover {
    background: transparent url(images/tab_menus_all.gif)
    -313px -27px no-repeat;}
  #demo a:hover {
    background: transparent url(images/tab_menus_all.gif)
    -417px -27px no-repeat;}
   #contact a:hover {
    background: transparent url(images/tab_menus_all.gif)
    -521px -27px no-repeat;}

.thrCol #pageTop {
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}

.thrCol #pageTop p a:link, a:visited {
	color: #FF0000;
}

.thrCol #pageTop p a:hover, a:active {
	text-decoration: underline;
	color: #B50937;
}

.employers {
	float:left;
	width: 45%;
	padding: 10px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #4591CD;
	font-weight: normal;
	margin-top: 0px;
}
.seekers {
	float: right;
	width: 45%;
	padding: 10px;
}

.thrCol #leftContent {
	float: left; /* since this element is floated, a width must be given */
	width: 28%;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
}

.thrCol #leftContent p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

.thrCol #leftContent ol {
	text-indent: 15px;
	list-style-type: lower-alpha;
	list-style-position: inside;
}

.thrCol #middleContent {
	width: 28%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	margin: 0px;
	background-image: url(images/dotted_line.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.thrCol #middleContent p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

.thrCol #rightContent {
	float: right; /* since this element is floated, a width must be given */
	width: 28%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/dotted_line.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.thrCol #rightContent p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	/*margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	*/
	margin: 0px;
}
#rightContent li {
	padding-right: 20px;
	padding-top: 10px;
}

.thrCol #footer {
	clear: both;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.thrCol #footer a:link, a:visited {
	text-decoration:none;
	color: #666;
}

.thrCol #footer a:hover {
	text-decoration:underline;
	color:#B50937
}
.thrCol #footer a:active {
	text-decoration:underline;
	color:#C30
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*#footer a:visited {
	text-decoration: underline;
	color: #F66;
}*/
	

ul {
	list-style-image: url(images/red_disc.jpg);
	line-height: 1.5em;
	list-style-position: outside;
	padding-bottom: 10px;
	padding-top: 0px;
	text-indent: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #B50937;
	margin: 0;
	font-weight: normal;
	height: 1em;
	padding-bottom: 10px;
	line-height: 1em;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #83893A;
	margin: 0;
	height: 1em;
	vertical-align: text-top;
	padding-left: 10px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #069;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #069;
	height: 1em;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

.floatleft {/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.floattright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
strong {
	font-style: normal;
	font-weight: bold;
}
/*#rollovers {
	position: absolute;
top: 21px;
left: 810px; 
display: block;
background-image: url(images/navcontact.gif);
}*/
#pricing {
	clear: both;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
}
#pricing p {
	padding: 10px;
	margin: 10px;
	border: 1px solid #B50937;
}
.pricing {
	font-size:14px;
	font-weight: bold;
}
.homefloattright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
/* float: right;
margin-left: 8px;
margin-top: 150px; */
position:absolute;
right:100px;
top:229px;
text-align:right;
}

