@charset "utf-8";
/* CSS Document 

	Author: Andrew Rossi
	Company: Real Art Design Group
	Version: 1.0
	Date: October 15, 2008
	
	This is the css for CareerMe.org

*/


/*--------------------------------------------------------STRUCTURE --*/
* {
	margin: 0;
	padding: 0;
}

body {	
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 0%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

object {
	outline:none;
}

div#wrapper {
	width: 938px;
	height: auto;
	margin: 0 auto;
}

div#header {
	width: 938px;
	height: 90px;
}

div#nav {
	margin: 0;
	padding: 0;
	width: 100%;
	border-width: 1px 0;
}

div#spacer {
	width: 938px;
	height: 12px;
}

div#content {
	width: 938px;
	height: auto;
}

div#flasharea {
	width: 938px;
	height: 400px;
}

div#subnav {
	width:238px;
	minheight: 92px;
	float: left;
}

div#mainarea {
	width: 687px;
	height: auto;
	float: right;
	background-color: #fff;
	border: 1px solid #ddd;
}

div#searcharea, div#searchresultsarea {
	width: 687px;
	height: auto;
	float: right;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 15px;
}

div#belowflash {
	width: 938px;
	height: 190px;
	margin-bottom: 25px;
}

div#footer {
	float: left;
	width: 980px;
	height: 30px;
	background:url(../images/footer_arrow.gif) 0 0 no-repeat;
	margin: 25px 0 0 -15px;
	padding: 20px 0 30px 0;
}

/*------------------------------------------------- ROLLOVER STATE PRELOADER --*/
div#rolloverPreloader1 {
	background-image: url(../images/vnav_over.gif);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}

div#rolloverPreloader2 {
	background-image: url(../images/nav_second_over.gif);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}

div#rolloverPreloader3 {
	background-image: url(../images/nav_over.gif);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}

/*---------------------------------------------------------------- MAP POPUP --*/

div#map {
	width: 350px;
	height: 247px;
	display: none;
	z-index: 1;
	float: left;
	position: absolute;
	margin:0;
	padding:0;
	clear: both;
	background-color: #fff;
}

div#strip {
	width: 350px;
	height: auto;
	background-color: #333;
}

div#strip a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/*------------------------------------------------------------------- HEADER --*/
div#logo {
	margin-top: 10px;
	float: left;
}

div#logo a:link img, div#logo a:visited img{
	border: none;
}

div#topRight {
	float: right;
	margin-top: 5px;
}

span.name {
	font-weight: bold;
	margin-right: 6px;
}

span.searchTitle {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 6px;
	color: #3f4b68;
	font-weight: bold;
	font-size: 10px;
}

input.searchbox {
	border: 1px solid #8996bd;
	height: 16px;
	margin: 0;
	padding: 0;
}

input.gobutton {
	background: url(../images/search_btn.gif) 0 0 no-repeat;
	border: none;
	width: 16px;
	height: 18px;
	margin: 0;
	padding: 0;
}

div#topRight a {
	color: #d00000;
}

div#sponsors {
	float:right;
}

div#sponsors ul li a img{
	border: none;
}

div#sponsors ul li a {
	outline: none;
}

div#sponsors ul {
	list-style-type: none;
}

div#sponsors ul li {
	display: inline;
	margin: 5px 0 0 30px;
}


/*---------------------------------------------------------------------- NAV --*/


table {
	border: none;
	border-width: 0;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

td#nav1{
	background: url(../images/nav_locbg.gif) 0 0 repeat-x;
}

td#inbetween {
	background: url(../images/nav_inbetween.gif) 0 0 repeat-x;
	width: 3px;
}

td#nav3, td#nav4, td#nav5, td#nav6 {
	background: url(../images/nav_down.gif) 0 0 repeat-x;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 49px;
	width: auto;
}

td#nav1:hover {
	cursor: pointer;
}

td#nav2.currentLocation {
	background: url(../images/nav_second_over.gif) 0 0 no-repeat;
}

td#nav3.currentLocation, td#nav4.currentLocation, td#nav5.currentLocation, td#nav6.currentLocation {
	background: url(../images/nav_over.gif) 0 0 repeat-x;
} 

td#nav2 {
	background: url(../images/nav_second_down.gif) 0 0 no-repeat;
	padding: 0 0 0 0;
	margin: 0;
	height: 49px;
	width: 188px;
}

td#nav2:hover {
	background: url(../images/nav_second_over.gif) 0 0 no-repeat;
	padding: 0 0 0 0;
	margin: 0;
	height: 49px;
	width: 188px;
}



td#nav3:hover, td#nav4:hover, td#nav5:hover, td#nav6:hover {
	background: url(../images/nav_over.gif) 0 0 repeat-x;
	padding: 0 0 0 0;
	margin: 0;
	height: 49px;
}

td p {
	margin-left: 10px;
	padding: 0;
	margin-top: 0px;
}

td#nav2 p {
	padding-left: 25px;
}

td#nav1 p a, td#nav2 p a, td#nav3 p a, td#nav4 p a, td#nav5 p a, td#nav6 p a, td.currentLocation p{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-decoration:none;
	outline: none;
}

.currentLocation p{
	cursor: default;
}

td#nav1 p a span.location {
	font-size: 12px;
}

/*------------------------------------------------------------------- SUBNAV --*/

ul.vnav, .vnav ul {
	margin: 0 0 0 -4px;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

ul.vnav li {
	display: block;
	background:url(../images/vnav_down.gif) left top no-repeat;
	padding: 3px 4px 0 4px;
	height: 30px;	
}

ul.vnav li.currentSubNavLocation {
	background:url(../images/vnav_here.gif) left top no-repeat;
}

ul.vnav li.currentSubNavLocation span {
	margin-left: 13px;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #666;
	background: url(../images/subnav_arrow.gif) 0px 4px no-repeat;
	padding-left: 7px;
}

ul.vnav li#vnav:hover{
	background:url(../images/vnav_over.gif) left top no-repeat;
	cursor: pointer;	
}

ul.vnav li span a{
	margin-left: 10px;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-right: 47%;
	outline: none;
}

/*------------------------------------------------------ SEARCH RESULTS AREA --*/
div#searchcol1{
	float:left;
	width: 427px;
	height: 181px;
	background:url(../images/searchbox_bg.gif) repeat-x top left;
}

div#searchcol2{
	float:right;
	width: 260px;
	height: 181px;
	background:url(../images/searchoptions_bg.gif) repeat-x top left;
}

div#searchTabs {
	margin: 20px 0 0 15px;
}

div#searchTabs li {
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
}

div#search1 form, div#search2 form {
	display: block;
	position: relative;
}

div#checkcol1 {
	float:left;
	padding: 0 0 0 25px;
}

div#checkcol2 {
	float:right;
	padding: 0 20px 0 0;
}

div#checkcol1 label, div#checkcol2 label {
	margin: -1px 0 0 2px;
}

div#singleResult {
	width:674px;
	height: 114px;
	background: url(../images/searchresults_bg.gif) repeat-x top left;
	border-bottom: 1px solid #ccc; 
}

div#result {
	width: 674px;
	min-height: 114px;
	margin: 0 0 10px 6px;
	background:url(../images/searchresults_bg.gif) repeat-x bottom left;
	border-bottom: 1px solid #e0e0e0;
	
}

div#result table {
	margin-top: 25px;
}

.searchBoxTitle {
	margin: 10px 0 0 15px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
}

.searchBoxSubTitle {
	margin: 10px 0 0 15px;
	color: #fff;
}

.searchSmallHeader {
	background-color: black;
	width: 100px;
	color: white;
	text-transform: uppercase;
	margin: 15px 0 0 15px;
	height: 16px;
	padding: 2px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif;
}


.tabsearchfield {
	width: 295px;
	height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: none;
	padding: none;
}

.tabsearchbutton {
	width: 82px;
	height: 24px;
	background:url(../images/searchresults_btn.gif) top left no-repeat;
	border: none;
	margin: none;
	padding: none;
	position: absolute;
	top: 2px;
	right: 0;
	cursor: pointer;
}

.advsearchbutton {
	width: 107px;
	height: 15px;
	background:url(../images/advanced_search.gif) top left no-repeat;
	border: none;
	margin: 12px 0 0 0;
	cursor: pointer;
}

.advsearchtitle {
	border-bottom: 1px solid #ccc;
	width: 210px;
	text-transform: uppercase;
	color: #666;
	margin: 25px 0 10px 21px;
	padding: 0 0 5px 5px;
}

.advcheckbox {
	width: 14px;
	height: 14px;
	margin: 0 0 6px 0;
	padding: 0;
	vertical-align: top;
}

.resultNumber {
	font-size: 12px;
	font-weight: bold;
	color: #555;
}

.resultPhoto {
	border: 1px solid #737373;
}

img.featuredImage {
	margin: 0 0 0 5px;
}

.resultTitle {
	font-size: 12px;
	font-weight: bold;
	color: #ff6100;
	margin: 0 0 5px 0;
}

.resultFieldList a, .resultFieldList a:visited, a.blueArrow{
	color: #0059ac
}

.resultDescription, .resultFieldList, .resultContact {
	color: #666;
	margin: 0 0 5px 0;
	font-size: 9px;
}

a.blueArrow {
	background: url(../images/belowFlashArrow.gif) no-repeat top left;
	padding: 0 0 0 15px;
	text-decoration: none;
}

.resultContact a.links, .resultContact a:visited.links {
	color: #666;
	text-decoration: underline;
}



/*------------------------------------------------------------- CONTENT AREA --*/
div#col1 {
	float:left;
	width: 453px;
	height: auto;
}

div#col2 {
	float:right;
	width: 229px;
	margin-right: 5px;
	height: auto;
}

div#col3 {
	float:right;
	width: 687px;
	height: auto;
}

p.smallHeader {
	background-color: black;
	width: 122px;
	color: white;
	text-transform: uppercase;
	margin: 15px 0 0 12px;
	height: 16px;
	padding: 2px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif;
}

p.largeHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a9100;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0 0 15px;
}

p.col1subHeader {
	font-weight: bold;
	color: #666;
	margin: 15px 0 0 15px;
	font-size: 11px;
}

p.copy {
	margin: 5px 0 0 15px;
	line-height: 1.7em;
	width: 400px;
}
p.copy br { line-height: 5px; }

p img.large {
	margin: 15px 0 0 15px;
	border: 1px solid #666;
	margin-bottom: 15px;
}

p.col2subHeader {
	margin: 20px 0 0 15px;
	font-size: 12px;
	font-weight: bold;
	color: #ff6100;
}

p img.small {
	margin: 15px 0 0 15px;
	border: 1px solid #666;
}

p.desc {
	margin: 8px 0 0 15px;
	width: 210px;
	color: #666;
	font-size: 10px;
	line-height: 1.7em;
}

span.title {
	color: #666;
	font-weight: bold;
}

a.cat {
	color: #0059ac;
}

a.web, a.email {
	color: #666;
}

a.email {
	text-decoration: none;
}

/*-------------------------------------------------------- BELOW FLASH AREA --*/
div#arrowspacer{
	width: 938px;
	height: 8px;
	background:url(../images/home_arrow.gif) 0 0 no-repeat;
}

table#whiteBlueBlock {
	background-color: #fff;
	width: 938px;
	height: 135px;
}

td.homeInBetweenTop {
	background: url(../images/belowFlashInbetweenTop.gif) 0 0 no-repeat;
	width: 5px;
	height: 135px;
}

tr.top {
	height: 135px;
}

tr.bottom {
	height: 62px;
	background: url(../images/belowFlashBg.gif) 0 0 repeat-x;
}

td.homeInBetweenBottom {
	background: url(../images/belowFlashInbetweenBottom.gif) 0 0 no-repeat;
	width: 5px;
	height: 62px;
}

span.belowFlashCol1, span.belowFlashCol1B {
	float: left;
	text-align: left;
}

span.belowFlashCol2B {
	float: right;
	text-align: right;
	width: 122px;
}

p.bigWhite {
	color: #fff;
	font-family: "Verdana";
	font-size: 24px;
	height: 62px;
}

p.medWhite {
	color: #fff;
	font-family: "Verdana";
	font-size: 24px;
	height: 62px;
}

span.belowFlashCol2B p.smallWhite {
	height: 12px;
	margin: 0;
	padding: 0;
}

p.smallWhite {
	color: #fff;
	font-family: "Verdana";
	font-size: 10px;
	font-weight: bold;
	margin: 1px 5px 0 0;
	padding: 0;
}

p.belowFlashTitle, p.belowFlashTitle2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	width: 175px;
	margin: 5px 0 0 10px;
}

p.belowFlashTitle {
	color: #013968;
}

p.belowFlashTitle2, p.belowFlashSubtitle {
	color: #fff;
}

p.belowFlashCopy {
	width: 165px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 0 0 10px;
	line-height: 1.4em
}

p.belowFlashCopy a{
	color: #900002;
}

p.belowFlashCopy a:hover{
	text-decoration: none;
}

ul.belowFlashListWhite {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-weight: bold;
	margin: 5px 10px 0 0;
}

ul.belowFlashList {
	list-style-type: none;
	margin: 10px 0 0 30px;
	list-style-image:url(../images/belowFlashArrow.gif);
	line-height: 1.4em;
	width: 140px;
}

ul.belowFlashList li.blue a {
	color: #004b91;
	text-decoration: none;
}

ul.belowFlashList li.red a {
	color: #900002;
	text-decoration: none;
}

ul.belowFlashList li.blue a:hover, ul.belowFlashList li.red a:hover {
	text-decoration: underline;
}

img.rightImage {
	float: right;
	height: 120px;
	width: 120px;
	
}

/*------------------------------------------------------------- FOOTER AREA --*/
div#footer p {
	line-height: 0.5em;
	font-size: 10px;
	color: #666;
	margin-left: 25px;
}



/* Additions by Rod */
.leftbar {
	background-color: white;
	padding: 10px;
	border: 1px #e5e5e5 solid;
}

.content {
	margin: 5px 0 0 15px;
	line-height: 1.7em;
	width: 400px;
}

.subhead {
	color: #5a9100;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.pagenav {
	background: url(images/tablebg.gif) #80a9ea repeat-x left top; 
	font: 9px Verdana, Tahoma; 
	color: #ffffff; 
	padding-top: 4px; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-bottom: 4px;
}
.pagenav A:active {
	color: #ffff00; 
	text-decoration: none;
}
.pagenav A:visited {
	color: #ffff00; 
	text-decoration: none;
}
.pagenav A:hover {
	color: #000000; 
	text-decoration: none;
}
.pagenav A:link {
	color: #ffff00; 
	text-decoration: none;
}

p.copyfull {
	margin: 5px 0 0 15px;
	line-height: 1.7em;
	width: 650px;
}

.searchBoxText {
	margin: 10px 0 0 15px;
	color: #fff;
}
.searchBoxText a:link {color: #FF9900; text-decoration: underline; } 
.searchBoxText a:visited {color: #FF9900; text-decoration: underline; } 
.searchBoxText a:hover {color: #caaf70; text-decoration: underline; }

.advsearchtext {
	/* border-bottom: 1px solid #ccc; */
	width: 210px;
	color: #666;
	margin: 25px 0 10px 21px;
	padding: 0 0 5px 5px;
}

ul{
    margin: 0 auto;
}
ul.horizontal_list li{
    text-align: left;
    float: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    margin-right: 10px;
    border: 1px solid #CCC;
		background-color: #FFCC66;
}
ul.horizontal_list a:link {color: #000000; text-decoration: none;}
ul.horizontal_list a:visited {color: #000000; text-decoration: none;}
ul.horizontal_list a:hover {color: #2e2e2e; text-decoration: none;}

#list_wrapper{
    width: 500px;
		display: table;
}

.rodgobutton {
	width: 82px;
	height: 24px;
	background:url(../images/go_btn.gif) top left no-repeat;
	border: none;
	margin: none;
	padding: none;
	position: absolute;
	top: 2px;
	right: 0;
	cursor: pointer;
}

.linkbutton{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
    text-align: left;
    padding: 3px 10px 3px 10px;
    border: 1px solid #CCC;
		background-color: #FFCC66;
		min-width: 10px;
}
.linkbutton a:link {color: #000000; text-decoration: none;}
.linkbutton  a:visited {color: #000000; text-decoration: none;}
.linkbutton a:hover {color: #2e2e2e; text-decoration: none;}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.medtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}


.pagenav2 {
	font: 12px Verdana, Tahoma; 
	color: black; 
	padding-top: 4px; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-bottom: 4px;
}
.pagenav2 A:active {
	color: blue; 
	text-decoration: none;
}
.pagenav2 A:visited {
	color: blue; 
	text-decoration: none;
}
.pagenav2 A:hover {
	color: #000000; 
	text-decoration: none;
}
.pagenav2 A:link {
	color: blue; 
	text-decoration: none;
}

.copy {
	margin: 5px 0 0 15px;
	line-height: 1.7em;
	width: 400px;
}

.copyfull {
	margin: 5px 0 0 15px;
	line-height: 1.7em;
	width: 650px;
}

.profcontent {
	color: #666;
	font-size: 10px;
	line-height: 1.7em;
}

.profheader {
	background-color: black;
	color: white;
	text-transform: uppercase;
	padding: 2px 4px 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.profsubhead {
	font-size: 12px;
	font-weight: bold;
	color: #ff6100;
}

.categorybox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
	width: 150px;
	padding-bottom: 12px;
}

.searchboxcontent {
	margin-left: 16px;
	color: white;
}

a.blueArrow {
	background: url(../images/belowFlashArrow.gif) no-repeat top left;
	padding: 0 0 0 15px;
	text-decoration: none;
	color: #0059ac;
}
a.blueArrow:link {color: #0059ac; text-decoration: none; } 
a.blueArrow:visited {color: #0059ac; text-decoration: none; } 
a.blueArrow:hover {color: #0059ac; text-decoration: underline; }

a.blueArrowRed {
	background: url(../images/belowFlashArrowRed.gif) no-repeat top left;
	padding: 0 0 0 15px;
	text-decoration: none;
	color: #cc3300;
}
a.blueArrowRed:link {color: #cc3300; text-decoration: none; } 
a.blueArrowRed:visited {color: #cc3300; text-decoration: none; } 
a.blueArrowRed:hover {color: #cc3300; text-decoration: underline; }

.searchboxcontentsm {
	margin-left: 16px;
	color: white;
	font-size: 10px;
	line-height: 11px;
}

.sponsor_block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px;
	border: 1px #dedede dotted;
}
