/* CSS Document */
body {
	background-color: #808084;
	margin: auto;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Lucida Sans";
	color: #666666;
	font-size: 12px;
}

a:link { color: #48a5ce; text-decoration: none; }
a:visited { color: #48a5ce; text-decoration: none; }
a:hover { color: #565656; text-decoration: underline; }
a:active { color: #48a5ce; text-decoration: none; }

h2 {
	font-size: 24px;
	color: #48a5ce;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Lucida Sans";
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	margin-top: 28px;
	margin-bottom: 28px;
	font-weight: normal;
	/*letter-spacing: 1px;*/
}
h3 {
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	color: #48a5ce;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 a:link {
	color: #48a5ce;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 a:visited {
	color: #48a5ce;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 a:hover {
	color: #48a5ce;
	font-weight: normal;
	text-decoration: underline;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 a:active {
	color: #48a5ce;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5 {
	font-size: 14px;
	color: #616161;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
/************* WRAPPER *************/
#container {
	margin: auto;
	margin-top: 30px;
	margin-bottom: 5px;
	width: 860px;
	border: 20px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: left;
}
/************* HOME *************/
#homecontent {
	width: 577px;
	float: left;
}
#homebanner {
	width: 394px;
	float: left;
}
/************* SIDE MENU *************/
#sidemenu {
	width: 183px;
	float: left;
}
#sidemenu #1 {
	width: 183px;
	height: 106px;
	margin: 0px;
	padding: 0px;
}
#sidemenu #2 {
	width: 183px;
	height: 106px;
	margin: 0px;
	padding: 0px;
}
#sidemenu #3 {
	width: 183px;
	height: 105px;
	margin: 0px;
	padding: 0px;
}
/************* SUB MENU *************/
#submenu {
	width: 183px;
	background-color: #333333;
	color: #999999;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
#submenu ul {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #999999;
}
#submenu ul li {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 21px;
	padding-right: 21px;
	border-top: 1px dotted #999999;
	margin: 0px;
	color: #999999;
}
#submenu ul li a:link {
	color: #999999;
	text-decoration: none;
}
#submenu ul li a:active {
	color: #999999;
	text-decoration: none;
}
#submenu ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#submenu ul li a:visited {
	color: #999999;
	text-decoration: none;
}
#homebanner {
	width: 394px;
	float: left;
}
#homeposts {
	background-image: url(../images/homeposts-bg.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	width: 229px;
	height: 346px;
	float: left;
	padding-top: 65px;	
	padding-right: 22px;
	padding-left: 22px;
	font-size: 10px;
}
#homeposts ul {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-left: 1px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #808084;
}
#homeposts ul li {
	background: url(../images/bullet.gif) no-repeat center left; /*custom bullet list image*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	border-top: 1px dotted #808084;
	margin: 0px;
}
#lookingfor {
	margin-top: 10px;
}
/************* REGISTER & WELCOME STYLES ************/
#regcontainer {
	width: 648px;
	margin-top: 28px;
	background-color: #585858;
}
#regmenu {
	width: 646px;
	border-right: solid 1px #b8b8b8;
	border-left: solid 1px #b8b8b8;
	border-bottom: solid 1px #b8b8b8;
}
#regcontent {
	border-right: solid 1px #b8b8b8;
	border-left: solid 1px #b8b8b8;
	border-bottom: solid 1px #b8b8b8;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	width: 586px;
	background-color: #FFFFFF;
}
#reginfo {
	width: 586px;
	background-color: #ebebeb;
	border: solid 1px #b8b8b8;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 27px;
	padding-bottom: 20px;
}
#regnext {
	text-align: right;
	padding-top: 10px;
}
#chooseregistertype {
	text-align: center;
	padding: 20px;
}
#welcomewrapper {
	border-right: solid 1px #b8b8b8;
	border-left: solid 1px #b8b8b8;
	border-bottom: solid 1px #b8b8b8;
	width: 646px;
	background-color: #eaeaea;
}
#welcomemenu {
	float: left;
}
#welcomemenu .menu, .menu li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 150px;
}
#welcomemenu .menu li {
	position: relative;
}
#welcomemenu .menu li a {
	font-size: 12px;
	background-color: #eaeaea;
	color: #666666;
	display: block;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-bottom: solid 1px #b8b8b8;
}
#welcomemenu .menu li a:hover {
	background-image: url(../images/welcome-sub-menu-rollover.gif);
	color: #ffffff;
}
#welcomemenu .menu li .active {
	background-image: url(../images/welcome-sub-menu-rollover.gif);
	color: #ffffff;
}
#welcomecontent {
	min-height: 500px;
	float: left;
	padding: 10px;
	border-left: solid 1px #b8b8b8;
	background-color: #ffffff;
	width: 475px;
}
/************* HEADER *************/
#header {
	width: 100%;
	height: 33px;
	margin-bottom: 20px;
	position: relative;
}	
#logo {
	height: 33px;
	width: 129px;
	float: left;
}
#topmenu {
	height: 33px;
	float: right;
}
/************* FOOTER *************/
#footer {
	width: 100%;
	text-align: center;
	font-size: 10px;
}
#footer a:link { color: #565656; text-decoration: none; }
#footer a:visited { color: #565656; text-decoration: none; }
#footer a:hover { color: #48a5ce; text-decoration: underline; }
#footer a:active { color: #565656; text-decoration: none; }

#address {
	padding: 10px;
	text-align: center;
	border-bottom: 1px dotted #808084;
	border-top: 1px dotted #808084;
	margin-top: 10px;
}
#footerlinks {
	padding-top: 10px;
	text-align: center;
	line-height: 17px;
}

/************* SUBPAGES *************/

#col1 {
	width: 183px;
	float: left;
}
#col2 {
	width: 413px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#col3 {
	width: 223px;
	float: right;
}
#subposts {
	width: 179px;
	height: 354px;
	background-image: url(../images/lp-bg-sub.gif);
	background-repeat: no-repeat;
	padding-top: 65px;	
	padding-right: 22px;
	padding-left: 22px;
	font-size: 10px;
}
#subposts ul {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-left: 1px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #808084;
}
#subposts ul li {
	background: url(../images/bullet.gif) no-repeat center left; /*custom bullet list image*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	border-top: 1px dotted #808084;
	margin: 0px;
}
#subpostsbottom {
	width: 223px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/lp-bottom.gif);
	background-repeat: no-repeat;
}
#lookingforsub {
	width: 223px;
	height: 168px;
	margin-top: 20px;
}
#lookingforsub #1 {
	width: 223px;
	height: 84px;
	margin: 0px;
	padding: 0px;
}
#lookingforsub #2 {
	width: 223px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
#lookingforsub #3 {
	width: 223px;
	height: 83px;
	margin: 0px;
	padding: 0px;
}
#breadcrumb {
	padding: 3px;
	border-bottom: 1px dotted #808084;
	border-top: 1px dotted #808084;	
	font-size: 10px;
}
/************* OPPORTUNITIES SECTION *************/
#colwide {
	width: 656px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.careertitle {
	font-size: 16px;
	color: #48a5ce;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
}
.tableheader {
	color: #FFFFFF;
	background-color: #818085;
}
.tableposttitlehighlight {
	background-color: #e1e1e1;
}
.tablepostinfohighlight {
	font-size: 11px;
	background-color: #e1e1e1;
}
.tablepostinfo {
	font-size: 11px;
}
.jobsummary {
	font-size: 12px;
	line-height: 18px;
	background-color: #ebebeb;
	padding: 15px;
}
.jobsummary h4 {
	font-size: 16px;
	color: #48a5ce;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
.jobsummary h5 {
	font-size: 16px;
	color: #616161;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
.jobsummary hr {
	margin-top: 12px;
	margin-bottom: 12px;
}
.jobsummarytitle {
	font-weight: bold;
}
.jobdetails {
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.jobdetails h4 {
	font-size: 16px;
	color: #48a5ce;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
.applybox {
	font-size: 11px;
	line-height: 15px;
	background-color: #e1e1e1;
	padding: 15px;
}
.submitresume {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.location {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 0px;
	font-size: 14px;
}
.footnote {
	font-size: 9px;
}
.footnotenum {
	font-size: 7px;
}
/************* CLASSES *************/
.highlight {
	color: #48a5ce;
}
.subimage {
	margin-bottom: 20px;
}
.cleardiv {
	clear: both;
}
.subtitle {
	
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	line-height: 25px;
	width: 80%;
	border: 1px solid #999999;
	background-color: #fbfbfb;
	padding: 10px;
}
.quoteowner {
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-style: italic;
	font-size: 12px;
}
.searchtable {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.searchtable td {
	padding: 3px;
}

/* ---------- REGISTRATION CSS BELOW ----------*/		

.invertedshiftdown {
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.invertedshiftdown ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Lucida Sans";
}
.invertedshiftdown li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}
.invertedshiftdown a {
	border: 1px solid #CCCCCC;
	float: left;
	display: block;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	margin: 0 2px 5px 0;
	padding: 5px;
	background-color: #ffffff;
}
.invertedshiftdown a:hover {
	border: 1px solid #48a5ce;
	background-color: #48a5ce;
	color: #ffffff;
}
.invertedshiftdown .current a { /** currently selected menu item **/
	border: 1px solid #48a5ce;
	background-color: #48a5ce; 
	color: #ffffff;
}

/************* REGISTER MENU ************/
#regcontent table {
	width: 520px;
}
/* ---------- REGISTER FORM ----------*/

#myform { 
	float: right;
	margin: 0;
	margin-top: 2px;
	padding: 0;
}

#myform .textinput {
	width: 190px;
	border: 1px solid #cccccc;
}

#myform .submit {
	font: normal 12px Verdana;
	height: 22px;
	border: 1px solid #D10000;
	background-color: black;
	color: white;
}

table.form {
	background-color: #EAEAEA;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}

table.form tr.rowOff {
	background-color: #E0E0E0;
}

table.form td {
	padding: 5px;
}

table.form .header, table.form .header td {
	background-color: #818085;
	font-size: 16px;
	color: #fff;
}

table.form .subheader, table.form .subheader td {
	background-color: #818085;
	font-weight: bold;
	color: #ffffff;
}

.hint {
  position: absolute;
  display: none;
  width: 180px;
  /* margin-top: -22px; */
  border: 1px solid #aaa;
  padding: 10px 12px;
  background-color: #63CEEC;
  z-index: 200;
  color: #666;
}
.viewmobile {
	margin: auto;
	width: 900px;
	padding-bottom: 5px;
	text-align: right;
	color: #FFFFFF;
	font-size: 9px;
}
.viewmobile a { color: #FFFFFF; }
