*,html {
	margin: 0; padding: 0;
}

body {
	margin: 0; padding: 0;
	text-align: center;
	background: #EBF6F7 url(../images/bg.png) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444445;
}

h1 {

}
h2 {
	line-height: 12px;
}
h3 {

}
p {

}

img {
	border: none;
}
strong {

}
em {

}
a, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #666;
}


/* PAGE STRUCTURE */

#status {
	height: 20px;
	border-bottom: 1px solid #CCC;
	padding: 5px 15px 0px 15px;
	color: #FFF;
	font-size: 0.7em;
}
#status .left {
	float: left;
}
#status .right {
	float: right;
}
#status a {
	color: #FFF;
	text-decoration: none;
}
#status a:hover {
	color: #CCC;
	text-decoration: underline;
}

#header {
	height: 84px;
	background: url(../images/header_bg.png) top left no-repeat;
	padding: 64px 0 0 100px;
}
#breadcrumb div {
	margin-left: 10px;
	padding: 2px 0 2px 28px;
	height: 18px;
	font-size: 0.8em;
	font-weight: bold;
}
#breadcrumb .page {
	background: #CFDFEA;
	color: #444445;
}
#breadcrumb .subpage {
	background: #444445;
	color: #FFF;
}
#breadcrumb a {
	text-decoration: none;
	color: #444445;
}
#breadcrumb a:hover {
	color: #666;
	text-decoration: underline;
}

#container {
	width: 734px;
	margin: 0 auto;
	margin-top: 47px;
	text-align: left;
	background: url(../images/container_bg.png) 10px 0 repeat-y;
	position: relative;
}
#container .bottom {
	background: url(../images/container_bottom.png) bottom left no-repeat;
	height: 25px;
	position: relative;
	left: 10px;
}

#content {
	width: 447px;
	float: left;
	margin-left: 10px;
	padding: 15px 20px;
}
#content p3 {
	line-height: 22px;
}
#sidebar {
	width: 199px;
	float: left;
	padding: 15px 25px 0 12px;
	font-size: 0.9em;
}

#footer {
	font-size: 0.8em;
	color: #87AAC1;
	margin: 10px 0 30px 0;
	height: 25px;
}
#footer a {
	color: #87AAC1;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}


/* MISC CLASSES */

br.clear {
	clear: both;
}

.right {
	float: right;
	text-align: right;
}

.left {
	float: left;
	text-align: left;
}


/* HEADER FORM */

#header p {
	margin: 0; padding: 0;
}

#header .maininput {
	background: url(../images/input_bg.png) top left no-repeat;
	width: 231px;
	height: 23px;
	padding: 1px 12px;
	font-size: 1.0em;
	color: #444445;
	border: none;
	position: relative;
	left: -12px;
	margin: 3px 0;
}
#header label, #launchform label {
	font-size: 1.2em;
	font-weight: bold;
	color: #444445;
	width: 255px;
	float: left;
	padding-left: 12px;
}
#header label span, #launchform label span {
	font-size: 0.5em;
	color: #999;
	font-weight: normal;
	position: relative;
	top: -8px;
}
#header .mainsubmit {
	width: 82px;
	height: 26px;
	border: none;
	margin-top: 25px;
}
#header a, #launchform a {
	color: #49718A;
	text-decoration: underline;
	font-size: 0.6em;
}


/* HEADER FORM ADVANCED */

#header #advancedsearch {
	position: relative;
	top: -20px;
	left: 0;
	overflow: hidden;
}
#header #advancedsearch .advinput {
	background: url(../images/input_bg_sm.png) top left no-repeat;
	width: 167px;
	height: 17px;
	padding: 1px 10px;
	font-size: 1.0em;
	color: #444445;
	border: none;
	position: relative;
	left: -12px;
	top: 0;
	margin: 3px 0;
}
#header #advancedsearch .excludedinput {
	background: url(../images/input_bg_sm.png) top left no-repeat;
	width: 167px;
	height: 17px;
	padding: 1px 10px;
	font-size: 1.0em;
	color: #444445;
	border: none;
	position: relative;
	left: -12px;
	margin: 3px 0;
}
#header #advancedsearch .keywordsexcluded {
	position:relative;
	top:-25px;
}

#advancedsearch #selectwithin {
	width: 108px;
	height: 17px;
	background: url(../images/select_bg.png) no-repeat;
	position: relative;
	display: block;
}

#header #advancedsearch label {
	font-size: 0.8em;
	font-weight: bold;
	color: #444445;
	width: 180px;
	float: left;
	padding-left: 12px;
}
#header #advancedsearch label span {
	font-size: 0.5em;
	color: #999;
	font-weight: normal;
	position: relative;
	top: -8px;
}
#header #advancedsearch span.select {
	position: absolute;
	width: 94px;
	height: 17px;
	padding: 1px 4px 0 10px;
	color: #444445;
	font: 0.9em arial,sans-serif;
	background: url(../images/select_bg.png) no-repeat;
	overflow: hidden;
	top: 19px;
}
#header #advancedsearch .advselect {
	background: url(../images/select_bg.png) no-repeat;
	width: 108px;
	height: 17px;
	font-size: 1.0em;
	color: #FFF;
	margin: 3px 0;
	top: 5px;
}
#header #advancedsearch .mainsubmit {
	width: 82px;
	height: 26px;
	border: none;
	margin-top: 15px;
}
#header #advancedsearch a {
	color: #49718A;
	text-decoration: underline;
	font-size: 0.6em;
}
#header #advancedsearch p {
	float: left;
}


/* LANDING */

#container.landing {
	background: #FFF none;
	width: 724px;
}
#container.landing .bottom {
	background: url(../images/landing_bottom.gif) bottom left no-repeat;
	bottom: -25px;
	left: 0px;
}
#footer.landing {
	margin-top: 40px;
}
#container.landing #header {
	background-image: none;
	padding: 0;
	height: 181px;
}
#container.landing #header #quicksignin {
	position: absolute;
	top: 16px;
	right: 25px;
	text-align: right;
	color: #FFF;
	font-size: 0.7em;
}
#container.landing #header #quicksignin span {
	margin-right: 15px;
	top: -6px;
	position: relative;
}

#container #header h1 {
	background: url(../images/header_landing.png) top left no-repeat;
	width: 724px;
	height: 181px;
}

#container.landing #header h1 span {
	position: relative;
	left: -20000px;
}
#container #launchform {
	width: 305px;
	border-right: 1px solid #444544;
	float: left;
	padding-right: 40px;
	margin: 0 25px;
}
#launchform input {
	background: url(../images/input_bg_lg.png) top left no-repeat;
	width: 271px;
	height: 25px;
	padding: 1px 12px;
	font-size: 0.9em;
	color: #444445;
	border: none;
	position: relative;
	margin: 3px 0;
	margin-bottom: 20px;
	left: -12px;
}
#launchform label {
	width: 300px;
	left: 12px;
	position: relative;
}
#launchform label span {
	font-size: 0.45em;
	color: #999;
	font-weight: normal;
	position: relative;
	top: 0px;
}
#launchform input[type="image"] {
	margin-bottom: 0;
	padding: 0;
	left: 0;
}
#container #social {
	width: 308px;
	float: left;
}
#social p {
	font-size: 0.8em;
	margin-top: 15px;
}
#social p2 {
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic; 
	margin-top: 15px;
}
#social p img {
	margin-right: 15px;
}
#social ul {
	list-style: none;
	display: block;
}
#social ul li {
	float:left;
	margin-right: 10px;
}

/* PROFILE */

.pane {
	background: url(../images/dashboard_bg.png) top left no-repeat;
	height: 187px;
	width: 181px;
	padding: 7px 13px;
	font-size: 0.8em;
	position: relative;
	float: left;
	margin: 0 8px;
}
.pane h3 {
	font-size: 1.0em;
	height: 23px;
	margin: 0;
}
.pane .panetop {
	height: 20px;
	padding: 2px 0 3px 0;
	display: block;
}
.pane .panebottom {
	height: 30px;
	text-align: right;
	display: block;
	width: 180px;
}
.pane img {
	float: right;
	position: relative;
}
.pane ul {
	margin: 0; padding: 0;
	height: 105px;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
}
.pane a {
	color: #49718A;
	text-decoration: none;
}
.pane a:hover {
	color: #87AAC1;
	text-decoration: underline;
}
.panetop a {
	color: #000;
	text-decoration: underline;
}
.panebottom a {
	text-decoration: underline;
	font-size: 0.8em;
}
.pane li span {
	color: #87AAC1;
	font-size: 0.8em;
	margin-left: 11px;
}


/* RESUME */

#container.resume {
	background: url(../images/containerfull_bg.png) 10px 0 repeat-y;
	margin-bottom: 35px;
}
#container.resume .bottom {
	background: url(../images/landing_bottom.gif) bottom left no-repeat;
	bottom: -25px;
	left: 10px;
	position: relative;
}
#container.resume #content {
	width: 685px;
	font-size: 0.8em;
}

#container.resume h2 {
	font-weight: bold;
	font-size: 1.4em;
	border-top: 1px solid #231F20;
	padding: 10px 0;
	margin-bottom: -25px;
}
#container.resume #content h3 {
	font-weight: bold;
	border-top: 1px solid #231F20;
	padding: 10px 0;
	margin-top: 25px;
	
}
#container.resume h4 {
	background: #c9c6c6;
	font-weight: bold;
	padding: 5px;
	margin: -5px 0 15px 0;
	font-size: 0.8em;
	height: 15px;
	font-weight: normal;
	
}
#container.resume span a {
	color: #87AAC1;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
#container.resume span a:hover {
	color: #999;
	text-decoration: underline;
}

.resumeintro {
	float: left;
	width: 400px;
	padding-right: 25px;
	line-height: 1.6em;
}
.resumestatus {
	float: left;
	width: 255px;
	margin-bottom: 30px;
	text-align: right;
	border-left: 1px solid #231F20;
}
.resumeintro .name {
	font-weight: bold;
	color: #49718A;
}
.resumeintro .editdate {
	color: #BBB236;
}

.resumedetail td, .resumejobdetail td {
	padding: 3px;
	vertical-align: top;
}
.resumedetail .right {
	width: 190px;
}
.resumejobdetail {
	margin-bottom: 20px;
}
.jobheader {
	width: 150px;
}
.jobdetail {
	width: 325px;
}
.durationheader {
	width: 75px;
}
.jobduration {
	width: 75px;
}
.joblinks {
	width: 100px;
	float: right;
}
.resumeeducation tbody td {
	padding: 0 3px;
	width: 170px;
	vertical-align: top;
}
.resumeeducation thead td {
	font-weight: bold;
	margin-bottom: -10px;
}
.resumeeducation thead {
	padding-bottom: 0;
	margin-bottom: 0;
}
#container.resume .limelink a {
	color: #BBB236;
	text-decoration: none;
	font-size: 12px;
}
#container.resume .limelink a:hover {
	color: #666;
	text-decoration: underline;
}
.resumesubmit {
	text-align: center;
	border-top: 1px solid #231F20;
	padding: 15px 0;
	margin-top: 10px;
}


/* SIDEBAR */

#sidebar {
	white-space: normal;
}
#sidebar ul {
	list-style-image: url(../images/bullet_lg.gif);
	list-style-position: inside;
	margin-bottom: 20px;
	font-size: 0.9em;
}
#sidebar li {
	margin-bottom: 5px;
	font-size: 1.0em;
}
#sidebar a {
	color: #49718A;
	text-decoration: none;
}
#sidebar a:hover {
	color: #999;
	text-decoration: underline;
}
#sidebar h3 {
	font-size: 1.2em;
	
}
#sidebar dt {
	color: #49718A;
	font-weight: bold;
	margin-top: 5px;
}
#sidebar dd {
	margin-bottom: 1px;
	font-size: 0.9em;
}
#sidebar dd img {
	margin: 5px 0;
}


/* SEARCH */

#container.search #content h2 a {
	color: #49718A;
	font-size: 0.6em;
	font-weight: bold;
}
#container.search #content h3 {
	color: #87AAC1;
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 18px;
}
#container.search .subpage form {
	width: 200px;
	height: 12px;
	float: left;
	margin-left: 25px;
	text-align: left;
}
#container.search .subpage label {
	font-weight: normal;
	padding-left:0;
	display: block;
}

#container.search .subpage label span {
	font-weight: normal;
}
#container.search .subpage #selectwithin2 {
	position: relative;
	width: 96px;
	height: 14px;
	padding: 1px 26px 0 10px;
	color: #87AAC1;	
	font: 0.8em arial,sans-serif;
	background: url(../images/select_sm_bg.png) no-repeat;
	top: -1px;
	left:10px;
	display: inline-block;
	text-align: left;
}
#container.search .subpage select {
	background: url(../images/select_sm_bg.png) no-repeat;	
	font-size: 1.0em;
	left: 120px;
	top: -20px;
}
#container.search .subpage {
	padding-right: 25px;
}

#container.search .searchresults {
	list-style: none;
	clear: both;
	white-space: normal;
	width: 450px;
}
#container.search .searchresults li {
	margin-bottom: 25px;
	padding-top: 10px;
	border-top: 1px dashed #87AAC1;
}

#container.search .searchresults p {
	font-size: 0.8em;
}
#container.search .searchresults .linkedsearch {
	font-size: 0.7em;
}
#container.search .searchresults a, #container.search .searchemail a {
	text-decoration: none;
	color: #87AAC1;
}
#container.search .searchresults a:hover, #container.search .searchemail a:hover {
	text-decoration: underline;
}
#container.search .searchresults a.activesearch {
	color: #BBB236;
}
#container.search .searchemail {
	color: #87AAC1;
	font-size: 0.7em;
	padding-bottom: 10px;
}
#container.search .searchscope {
	font-size: 0.7em;
}
#container.search .searchscope a {
	text-decoration: none;
}
#container.search .searchscope a:hover {
	text-decoration: underline;
}
#container.search .searchscope a.active {
	text-decoration: underline;
	font-weight: bold;
}
.resultsnav {
	color: #49718A;
	font-size: 0.8em;
	text-align: center;
	margin-top: 8px;
}
.resultsnav a {
	color: #49718A;
	text-decoration: underline;
}
.resultsnav a:hover {
	color: #999;
	text-decoration: underline;
}
.activepage {
	background: #49718A;
	color: #FFF;
	padding: 1px;
}
#container.search .searchintro {
	margin-bottom: 10px;
}
#container.search .searchclose {
	border-top: 1px dashed #87AAC1;
	padding-top: 10px;
}

h2.newresume {
	padding: 7px 0 3px 0;
	border-top: 1px dashed #87AAC1;
	border-bottom: 1px dashed #87AAC1;
	margin: 0;
}

.resumelist td {
	padding: 3px 0 20px;
	width: 220px;
	font-size: 0.76em;
}
.resumelist .resumetitle {
	color: #49718A;
	font-weight: bold;
	line-height: 1.8em;
}
.resumelist .resumetitle a {
	color: #49718A;
	text-decoration: none;
}
.resumelist .resumetitle a:hover {
	color: #666;
	text-decoration: underline;
}
.resumelist .resumeedit {
	color: #B2BB36;
}
.resumelist a {
	color: #87AAC1;
	text-decoration: underline;
}
.resumelist a:hover {
	color: #999;
}
.resumeclose {
	padding-top: 10px;
}

/*Base Template*/
#container #content.template h2 {
  color: #49718A;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
}
#container #content.template a {
  color: #49718A;
  font-size: 1.3em;
  font-weight: bold;
}
#container #content.template table {
  border-spacing: 2px 6px;
}
#container #content.template td {
  font-size: 0.8em;
}
#container #content.template a {
  text-decoration: none;
  color: #87AAC1;
  font-size: .8em;
}
#container #content.template a:hover {
  text-decoration: underline;
}

/* Rc text */
#rc_text {
  position:absolute;
  width:100%;
  padding:10px 0 0 0;
  font-weight:bold;
}

/*autosuggest*/
#tat_table_location {
  text-align: left;
}
#tat_table_location2 {
  text-align: left;
}
#tat_table_location3 {
  text-align: left;
}
#search {
	color: #49718A;
	font-size: 0.8em;
	text-align: center;
	margin-top: 8px;
}
#search a {
	color: #49718A;
	text-decoration: none;
}
#search a:hover {
	color: #AAA;
	text-decoration: underline;
}