/*

Colors:
	Highlight - Orange		:	#f5933d
	Highlight - Blue  		:	#3eace0
	Light Blue 					:	#9ed5ef
	Dark Blue 					:	#005c88

*/


/* -- Overall -- */

body {
	background: #fff;
	color: #444;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.8em;
}

/* Text */

p { margin: 1em 0 0 0; }

b, strong { font-weight:bold; }
i, em { font-style:italic; }


/* Links */

a {
	color: #f5933d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* Headings */

h1, h2 {
	margin: 0.75em 0 0.25em;
	color: #005c88;
	border-bottom: 1px solid #005c88;
	font-size: 1.25em;
	font-weight: bold;
	clear: both;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	clear: both;
}
h4 {
   font-size: 1em;
   font-weight: bold;
   margin: 0 0 0.5em 0;
}

/* Tables */

th {
	font-weight: bold;
}


/* Classes */

.highlight {
	color: #f5933d;
}





/* -- Layout -- */

#header {
	height: 142px;
	overflow: hidden;
	min-width: 1000px;
}
#header #logo {
	float:left;
}
#header #adv {
	width: 477px;
	height: 120px;
	border: 2px solid #f5933d;
	margin: 10px auto 0;
}
#header #sign-in {
	float: right;
	width: 249px;
	margin: 12px 0 0;
}
#navigation {
	height: 28px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #3eace0;
	background: #9ed5ef url('../layout/images/nav_bg.gif') repeat-x center center;
	text-align: center;
}

#navigation li {
	display: inline;
	padding: 0 3px 0 0px;
	border-right: 1px solid #005c88;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#navigation li:last-child,
#navigation li.last {
	border: none;
}
#navigation a {
	font-family: 'Comic Sans MS', cursive;
	padding: 0 10px;
	color: #005c88;
	text-decoration: none;
}
#navigation a:hover,
#index #navigation #nav-home a,
#contact #navigation #nav-contact a,
#sponsors #navigation #nav-sponsors a,
#myreef #navigation #nav-my_reef a,
#new-opp #navigation #nav-place_ad a,
#signup #navigation #nav-signup a{
	background-color: #fff;
	text-decoration: none;
}
#main {
}
#footer {
	clear: both;
}
#content {
	width: 500px;
	margin: 1em auto;
	overflow: hidden;
}

#bottom {
	margin-top: 5em;
}
#bottom table {
	width: 100%;
	margin-bottom: 1em;
}
#bottom table td {
	width: 50%;
	vertical-align: top;
}

#main .boxes {
	width: 904px;
	margin: 0px auto 40px;
}
#main .container .box {
	width: 400px;
	padding: 0;
	margin: 20px 25px 0;
	_margin-left: 15px;
	_margin-right: 15px;
	border: 1px solid #9ed5ef;
	overflow: visible;
}

/* Top Login */

#top_login {
	position: relative;
	padding-top: 20px;
	padding-right: 39px;
}
#top_login button {
	position: absolute;
	right: 0;
	top: 25px;
	background: #fff url('/layout/images/go_button.png') no-repeat top left;
/*	height: 0;*/
	text-indent: -4000em;
	width: 39px;
	height: 39px;
	overflow: hidden;
	border: none;
	color: #fff;
}
#top_login input.text,
#top_login input.password {
	background: #fff url('/layout/images/bg_input.gif') no-repeat top left;
	width: 182px;
	height: 17px;
	padding: 4px;
	margin: 0 0 4px;
	border: none;
}

/* Index Only */


#main #three-search {
	overflow: hidden;
	width: 978px;
	margin: 10px auto 20px;
	_zoom: 1;
}
#main #three-search-wrapper {
	width: 978px;
}
#main #three-search .item {
	position: relative;
	top: 0;
	width: 325px;
	padding: 0;
}
#main #three-search select {
	display: block;
	width: 70%;
	margin: 0 auto;
}
#main #three-search h1 {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 39px;
	height: 0;
	border: 0;
}
#main #three-search #ima h1
{ background: url('../layout/images/heading_ima.gif') no-repeat scroll top center;}
#main #three-search #wantto h1
{ background: url('../layout/images/heading_wantto.gif') no-repeat scroll top center;}
#main #three-search #forfrom h1
{ background: url('../layout/images/heading_forfrom.gif') no-repeat scroll top center;}
#main #three-search #for h1
{ background: url('../layout/images/heading_for.gif') no-repeat scroll center 8px;}
#main #three-search #from h1
{ background: url('../layout/images/heading_from.gif') no-repeat scroll center 8px;}
#extra-search {
	overflow: hidden;
	display: none;
	position: absolute;
	top: 10px;
	left: 20%;
	width: 60%;
	background: #fff;
	border: 2px solid #eee;
	overflow: auto;
}
#extra-search .wrapper {
	padding: 5px 10px;
}
#extra-search button {
	clear:both;
/*	position: absolute;*/
/*	bottom: 20px;*/
/*	right: 20px;*/
	
}
#main #maps {
	width: 904px;
	margin: 0 auto;
}
#main #maps .map {
	height: 240px;
	width: 400px;
	padding: 0;
	margin: 0 25px;
	_margin: 0 15px;
	border: 1px solid #9ed5ef;
}
#companies {
	margin-top: 40px;
}
#companies table {
	width: 100%;
}
#companies thead th {
	border-bottom: 1px solid #3eace0;
	text-align: center;
}
#companies td {
	color: #357397;
	text-align: center;
	padding: 1em 0 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#companies td.company_name {
	text-align: left;
}
#companies a{
	color: #357397;
	text-decoration: underline;
}
#companies .jobinfo td {
	padding: 0 0 1.5em;
	color: #999;
	border-bottom: 1px solid #9ed5ef;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}
#companies .jobinfo td p {
	margin: 0;
	font-style: italic;
}
#companies .jobinfo td span {
	font-weight: bold;
	font-style: normal;
	padding-right: 3em;
}
.rating {
   display: block;
	width: 192px;
	background: url('../layout/images/fish-ratings_off.gif') no-repeat scroll center left;
	text-align: left;
	height: 28px;
}


.rating .r_5,
.rating .r1,
.rating .r1_5,
.rating .r2,
.rating .r2_5,
.rating .r3,
.rating .r3_5,
.rating .r4,
.rating .r4_5,
.rating .r5 {
	display: block;
	padding-top: 28px;
	background: url('../layout/images/fish-ratings_on.gif') no-repeat scroll top left;
	height: 0px;
	width: 100%;
	overflow: hidden;
}
.rating .r_5 	{width: 10%;}
.rating .r1		{width: 20%;}
.rating .r1_5	{width: 30%;}
.rating .r2		{width: 40%;}
.rating .r2_5 	{width: 50%;}
.rating .r3 		{width: 60%;}
.rating .r3_5 	{width: 70%;}
.rating .r4 		{width: 80%;}
.rating .r4_5 	{width: 90%;}
.rating .r5 		{width: 100%;}



/* -- My Reef -- */

#profile table, 
#listings table {
	width: 100%;
	clear: both;
}
#edit-profile {
	display: none;
	clear: both;
}

#edit-profile,
#view-profile,
#listings table {
	width: 90%;
	margin: 0 auto 1em;
}
.box-heading {
	float: left;
	position: relative;
	left: 2em;
	top: -1.5em;
	background: #9ed5ef;
	padding: 0.15em 0.45em;
	color: #005c88;
	border: 0;
	font-size:1.15em;
	font-weight: normal;
}
.listings {
	margin-bottom: 1em;
}
.listings h3 {
	font-weight: bold;
	padding: 0 0 0.25em;
}
.listings td {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.listings .label {
	color: #999;
	font-size: 10px;
}
.listings .expires {
	display: block;
	float: left;
	padding-left: 1em;
	color: #999;
	font-size: 10px;
}
.listings .actions {
	display: block;
	float: right;
}




/* -- Job Details -- */
/*.job-details h3,*/
.job-details .field {
   padding: 0 1em;
}
.job-details #time {
	color: #888;
	font-size: 0.8em;
	font-style: italic;
	margin-top: 3em;
}
.job-details #classifications {
   margin-top: 5em;
   background: #eee;
   overflow: hidden;
   padding: 0.5em 1em;
}
.job-details #classifications ul {
/*	width: 90%;
	overflow: hidden;
*/}
.job-details #classifications li {
	display: block;
	float: left;
/* width: 48%;*/
	padding-right: 2%;
	line-height: 1.35em;
	font-size: 11px;
	color: #777;
}

#rate {
	margin-top: 1em;
}

#rate table td {
	padding: 4px;
}

.copyright, .designedby {
	text-align: center;
	font-size: 10px;
	color: #aaa;
}