﻿@charset "utf-8";
/* CSS Document */
html, body{						/* DIFFERENT BROWSERS HAVE DIFFERNT STANDARDS */
	margin:0px;
	padding:0px;
}
body{
	background-color:#FFF;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
html, body, p, span, input, textarea, select, div, td, th, ul, ol, li, a{
	font-family:Arial, Helvetica, sans-serif;
}
p, span, td, th, input, textarea, select, div, ul, ol, li, a{
	font-size:12px;
	color:#000;
}
/********************************************************************/
/*********************** Classes ************************************/
/********************************************************************/
.bigbut{
	display:block;
	position:relative;
	float:left;
	height:28px;
	padding:7px 30px 0px 30px;
	margin-right:10px;
	border:solid 1px #333;
	text-align:center;
	background-image:url(../images/sbut.gif);
	background-repeat:repeat-x;
	background-position:top left;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;
}
.bigbut:hover{
	text-decoration:none;
	background-image:url(../images/sbut-over.gif);
}
.smalltext{
	display:block;
	position:relative;
	float:left;
	width:900px;
	color:#666;
	margin-left:95px;
}
.ad-block {
	display:block;
	position:relative;
	float:left;
	width:375px;
	height:300px;
	margin-top:10px;
}
.fulltime, .parttime, .freelance{
	display:block;
	font-size:10px;
	float:left;
	color:#FFF;
	background-color:#000;
	padding:3px;
	width:70px;
	text-align:center;
	margin-right:20px;
	margin-bottom:3px;
}
.fulltime{
	background-color:#990;
}
.parttime{
	background-color:#069;
}
.freelance{
	background-color:#996;
}

.message {
 color:red;
}
/********************************************************************/
/*********************** LAY OUT ************************************/
/********************************************************************/
#main{
	display:block;
	margin:auto;				/* CENTERS AN BLOCK ELEMENT */
	width:980px;
}
#header{
	display:block;
	float:left;
	width:980px;
	position:relative;			/* PRESERVES WHITESPACE IN CONTAINER DIV */
	height:50px;
}
#headerlogo{
	display:block;
	position:relative;
	float:left;
	width:235px;
	height:50px;				/* dimensions of the logo file */
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}
#headerlinks{
	display:block;
	position:relative;
	float:left;
	width:745px;				/* 980 - 235px */
	height:35px;				/* 35px height + 15 px padding */
	text-align:right;
	padding-top:15px;
}
#headerlinks a{
	color:#000;
}
#headerlinks, #headerlinks a{
	font-size:12px;
}
#tabs{
	display:block;
	position:relative;
	float:left;
	width:960px;				/* 980px - 20px padding */
	height:45px;
	background-image:url(../images/tabshadow.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-left:20px;
}
#tabs a, #tabs span{
	display:block;
	position:relative;
	float:left;
	margin-right:10px;
	background-image:url(../images/tab.gif);
	background-repeat:repeat-x;
	margin-top:15px;
	padding:10px 20px 0px 20px;;
	height:20px;
}
#tabs span{
	background-image:none;
	background-color:#FFF;
	border:solid 1px #CCC;
	border-bottom:none;
	color:#3366cc;
}
#middle{
	display:block;
	position:relative;
	float:left;
	width:950px;
	background-color:#FFF;
	border:1px solid #CCC;
	border-top:none;
	padding:15px;
}
#searchbox{
	display:block;
	position:relative;
	float:left;
	width:950px;
	background-image:url(../images/searchback.gif);
	background-repeat:no-repeat;
	height:100px;
	
}
#search{
	display:block;
	position:relative;
	left:50px;
	top:32px;
	width:900px;
}
#q{
	display:block;
	position:relative;
	float:left;
	width:300px;
	height:30px;
	font-size:20px;
	padding-top:5px;
	padding-left:5px;
	border:solid 1px #999;
	margin-right:10px;
	color:#333;
}
#postbut{
	margin-left:200px;
}
#colone {
	display:block;
	position:relative;
	float:left;
	width:750px;
	margin-top:10px;
	border:solid 1px #CCC;
}
#coltwo {
	display:block;
	position:relative;
	float:left;
	width:195px;
	margin-top:10px;
	text-align:right;
}
#mycontent{
	display:block;
	position:relative;
	float:left;
	width:730px;
	margin-top:10px;
	padding-left:20px;
}
#mycontent h1{
	font-size:18px;
	color:#C90;
	width:100%;
	margin-top:20px;
	border-bottom:solid 1px #C90;
}
#mycontent ul, #mycontent ol{
	padding:0px;
	margin:0px;
}
#mycontent li{
	list-style-type:none;
	
	margin-bottom:20px;
}
#typecon{
	display:block;
	float:left;
	position:relative;
	width:100%;
	margin-bottom:30px;
}
#footer{
	display:block;
	position:relative;
	float:left;
	width:980px;
	margin-top:20px;
	text-align:center;
	font-size:10px;
	padding-bottom:50px;
}
#footer a{
	font-size:10px;
	color:#666;
}
