#main
{
    width: 100%;
    padding: 0 15px 0 15px;
}

#heading
{
    color: #034798;
    font-size: 14px;
    margin: 20px 0;
    text-align: left;
}

job
{   font-size: 80%;
    font-style: italic;
    margin: 0 0 0 0;
}

h1
{   font-size: 140%;
    line-height: 100%;
    font-weight: bold;
    text-align: center;
    color:#034798; 
    margin: 0 0 0 0; 
}

h2 
{   font-size: 120%;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 0 0; 
}

h3
{   font-size: 100%;
    font-weight: bold;
    margin: 0 0 0 0; 
}

h4
{   font-size: 100%;
    margin: 0 0 0 0; 
}

#ad1
{
    background-color: #ffffff;
    width: 700px;
    color: #728536;
    font-size: 12px;
    font-style: italic;
    margin: 0 21px 10px 0;
}

#ad1 img
{
    display: none;
}

#ad1 blockquote
{
    font-weight: bold;
    margin: 0 0 5px 0;
}

#speaker
{
    width: 230px;
}

#ad2
{
    float: left;
    background-color: #ffffff;
    width: 160px;
    height: 300px;
    text-align: center;
    margin-bottom: 20px;
}

#ad2 img
{
    display: none;
}

.clear { clear: both; }
.clear_left { clear: left; }
.clear_right { clear: right; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	text-align:justify;
}

#quote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	line-height: 1.3em;
	color:#728536;
	margin:-125px 0px 0px 275px;
	width:425px;
}

#aboutquote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	line-height: 1.3em;
	color:#728536;
	padding:15px 15px 15px 15px;
	width:650px;
}

ul#joblist li {
	list-style: none;
}

.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#990000;
}

#midbg {
	width: 750px;
	height:auto;
	border: 1px solid #000000;
}

#footer {
	margin: 1em 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	width: 750px;
	padding:10px 0px 10px 0px;
	background-color:#004890;
	border:1px solid #000000;
}
#footer a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
#footer a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}

#logo {
	float: right;
	margin-top: -5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#adimg {
	float: middle;
	margin: 15px;
	width: 692px;
}

strong.c4 {
	color: #fffff;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #004890;
}

.divider {
	height: 2px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #004890;
}
a {
	color: #004890;
	text-decoration: none;
}
a:hover {
	color: #C10B42;
}

#nav {
	margin: 0 auto;
        padding: .4em 0em .1em 0em;
	height: 1.4em;
        width: 750px;
        font-size: 1.2em;
        font-color: #ffffff;
}

#nav ul {
	margin: 0;
	padding: 0;
	font-color: #004890;
	font-size: 1em;
        list-style: none;
}


#nav ul li {
	margin: 0 0em;
	padding: 0;
	float: left;
}

#nav ul li a {
	margin: 0;
	padding: .25em .35em .25em .35em;
	color: #ffffff;
	background-color: #004890;
        text-decoration: none;
}

#postings
{
    border: solid 1px #e8eaf1;
    border-collapse: collapse;
}

#postings caption
{
    color: #034798;
    text-align: left;
    margin-top: 5px;
    padding-bottom: 2px;
}

#postings div
{
    float: right;
    color: Gray;
}

#postings th
{
    color: #ffffff;
    background-color: #034798;
    text-transform: uppercase;
    font-size: 10px;
    padding-left: 10px;
}

#postings td
{
    font-size: 11px;
    padding-left: 10px;
}

#postings tr.even { background-color: #ffffff; }
#postings tr.odd { background-color: #E8EAF1; }

#postings td.post_title { width: 200px; }
#postings td.post_location { width: 90px; }
#postings td.post_company { width: 200px; }

#postings td.empty
{
    width: 490px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

#search_bar
{
    float: left;
}

#search_bar form
{
    width: 180px;
    margin-bottom: 20px;
}

#search_bar form h2
{
    color: #034798;
    font-weight: bold;
    font-size: 14px;
}

#search_bar form label
{
    display: block;
    color: #034798;
    text-transform: uppercase;
    font-size: .8em;
}

#search_bar input
{
    width: 160px;
    font-size: .8em;
}

#search_bar select
{
    width: 163px;
    font-size: .8em;
}

input#submit
{
    float: right;
    width: 60px;
    margin: 10px 20px 0 0;
}

#posting
{
    float: left;
    width: 530px;
    margin-top: 15px;
}

#posting h2
{
    color: #034798;
    font-size: 15px;
    margin: 0 0 5px 10px;
}

#description
{
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #cccccc;
}

#posting_logo
{
    float: right;
    margin-top: 5px;
    text-align: center;
}

#description label
{
    float: left;
    width: 150px;
    font-size: 11px;
    font-weight: bold;
}

#description div.info
{
    float: left;
    width: 300px;
    margin-bottom: 30px;
}

#description div.shorten
{
    width: 150px;
}

#back_button
{
    display: block;
    float: right;
    background-color: #eeeeee;
    padding: 3px 5px;
    border: solid 1px Black;
}

span.c7 

{   font-size: 90%;
    font-style: italic; 
}

td.c3

{   background-color: #004890
}
strong.c2 
{   text-decoration: underline
}
hr.c1 
{   color: #004890; 
    text-align: center
}
tr.c1 
{   background-color: #EEEEEE
}


h1 a {
	margin: .2em 0;
	padding: .2em 0;
	color: #004890;
	text-decoration: none;
        text-align: center;
}

h1 a:hover {
	margin: .2em 0;
	padding: .2em 0;
	color: #C10B42;
	text-decoration: none;
         text-align: center;
}


#loginout {
	margin: 0 auto;
	padding: .5em 0;
	width: 750px;
	font-size: .7em;
	text-align: right;
	text-transform: lowercase;
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	background: #FFFFFF;
}

#wrapper {
	margin: 0em auto;
	padding: 0;
	width: 748px;
	font-size: 12px;
	border: 1px solid #000000;
}

#middle {
	margin: 1;
	padding: 1em;
	width: 63%;
	float: right;
}

#listings {
	margin: .5em;
	padding: 1em;
	float: left;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}

ul#list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	color: #333333;
}

.bookmark_titles {
	font-weight: bold;
}

.clear {
	clear: both;
}

div.c2 {
         text-align: center;

}

#facebook {
		position: absolute:
                top: 400px;
                right: 100px;
                border: 1px solid #fff;
}

