@charset "utf-8";
/* CSS Document */

body {
	font-family: "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	}
img {
	border: none;
	}
	
/* -------------------------------------------- Miscellaneous Styles ----------------------------------------------- */

.gray {
	color: #666666;
	}	
.pink {
	color: #993366;
	}

/* ---------------------------------------------- Header Styles ---------------------------------------------------- */

#header {
	width: 850px;
	height: 60px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	}
#header h1 {
	margin-left: -9999px;
	float: left;
	}
.logo {
	width: 349px;
	height: 99px;
	position: absolute;
	left: -25px;
	top: 15px;
	float: left;
	margin-left: 0;
	}

/* ------ Header Navigation ------ */
.topNav {
	color: #666666;
	float: right;
	width: 400px;
	border-bottom: 5px solid #993366;
	position: absolute;
	right: 0;
	bottom: 0;
	margin:0;
	padding:0;
	background: #6699ff;
	}
.topNav ul {
	margin: 0;
	padding: 0;
	width: 400px;
	}
.topNav li {
	float: left;
	list-style-type: none;
	padding: 3px 1.1em 3px 1.1em;
	background-color: #fff;
	}
.navlist {
	margin: 0 auto;
	text-align: center;
	}

/* ------  END Header Navigation ------ */
	
	
/* ----------------------------------------- Right Column Content Styles --------------------------------------------- */	
	
#wrapper {
	width: 846px;
	margin: 0 auto;
	min-height: 100%;
	background: #fff;
	border-right: 4px solid #936;
	padding-bottom: 2em;
	}
#home #content {
	width: 507px;
	float: right;
	min-height: 100%;
	text-align: center;
	padding: 0;
	padding-bottom: 20px;
	}	
#content {
	width: 575px;
	float: right;
	min-height: 100%;
	text-align: center;
	padding: 0 20px 20px 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	margin: 0;
	}
#content p {
	padding: 0 20px;
	text-align: left;
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 1em;
	}
.dropCap {
	font-size: 3em;
	margin-right: 5px;
	color: #993366;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	}	
#content h3 {
	color: #41383c;
	font-size: 16px;
	padding: 5px 5px;
	background: #fff;
	margin-top: 0;
	padding: 8px 20px;
	}
#content h2.interior {
	text-align: left;
	margin-top: 60px;
	margin-left: 20px;
	margin-bottom: 0;
	font-size: 23px;
	color: #936;
	}
.lower_paragraph {
	clear: both;
	margin-top: 35px;
	background: #fff;
	}	
.imageStyle {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	}
	
/* ----- Sign up box Styles ----- */	
	
.box_wrapper {
	width:190px;
	float: left;
	background: url(../images/pink_box_middle.gif) repeat-y top left;
	margin-bottom: 25px;
	}
.sign_up_box {
	width: 190px; 
	background: url(../images/pink_box_bottom.gif) no-repeat bottom left;
	margin: 0;
	padding-bottom: 1em;
	color: #d5d2d2;
	text-align: left;
	}	
.sign_up_box h2 {
	background: #fff;
	margin-top: 0;
	font-size:28px;
	padding-bottom: 15px;
	}
.sign_up_box ul {
	text-align: left;
	margin-bottom: 15px;	
	}	
.sign_up_box li {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.5;
	font-size: 14px;
	}	
.box_top {
	background: url(../images/pink_box_top.gif) no-repeat top left;
	padding-top: 1em;
	}	
.rightMargin {
	margin-right: 20px;
	margin-left: 54px;
	}	
.sign_up_box a:link, .sign_up_box a:visited {
	text-decoration: none;
	color: #eeeeee;
	}
.sign_up_box a:hover {
	color: #fff;
	}


/* ----- END Sign up box Styles ----- */

/* ------------------------------------------- Left Column Content Styles ------------------------------------------- */
	
#left_side {
	float:left;
    clear:left;
	width: 225px;
	margin: 0;
	padding-top: 20px;
	}

.left_heading {
	color: #333333;
	font-size: 1.3em;
	padding: 10px;
	}

h3.left_heading {
	margin-left: -9999px;
	}
	
.search_jobs_table {
	text-align: center;
	}
	
/* ------- Resources Menu ------- */
	
ul.resource_menu  {
	background: url(../images/pink_swirl.gif) no-repeat top left;
	min-height: 400px;
	margin: 0;
	margin-left: 65px;
	padding: 0;
	text-align: left;
	}
#career #content ul.resource_menu  {
	background: url(../images/pink_swirl.gif) no-repeat top left;
	min-height: 400px;
	margin: 0;
	margin-left: 105px;
	margin-top: 35px;
	padding: 0;
	text-align: left;
	}
.resource_menu li {
	padding-top: 12px;
	}
.resource_menu a {
	text-decoration: none;
	color: #993366;
	}
.resource_menu a.c1 {
	color: #666;
	}
.resource_menu a.c2:hover {
	color: #70073c;
	}
.resource_menu a.c1:hover {
	color: #333;
	}
.resource_box {
	width: 360px;
	color: #993366;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	}
.resource_box img {
	float: left;
	margin-right: .5em;
	}
.resource_box h2 {
	color: #666;
	text-align: left;
	}
/* ----- END Resources Menu ----- */



/* -------------------------------------------------- Footer Styles -------------------------------------------------- */
	
#footer {
	clear: both;
	background: #fff url(../images/footer_bottom_2.gif) no-repeat bottom left;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	color: #993366;

	}

#footer p {
	margin: 0 20px;
	border-top: 2px solid #f5f5f5;
	padding: 10px;
	}
	
/* -----------------------------------------------  END All Styles -------------------------------------------------- */

#options_wrap {
	width: 570px;
	margin-bottom: 1.5em;
	}
#home h3.top {
	font-size: 1.4em;
	margin-top: 1em;
	}

#content p.right_text {
	padding: 10px 15px;
	margin: 0 20px 20px 20px;
	font-size: 14px;
	line-height: 1;
	color: #8d8d8d;
	}
#content .highlight {
	color: #333;
	}
/* ---------------------  glassy nav top right  ------------------------ */
#tab_menu {
	width: 400px;
	height: 35px;
	position: absolute;
	top: 25px;
	right: 0px;
	background:#936 url(../images/menu_bg.gif) top repeat-x;
	display:block;
	line-height:33px;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	font-weight: bold;
	color:#fff;
}
#tab_curve_left, #tab_curve_right {
	width:15px;
	height:15px;
	float:left;
	clear:left;
	background:#aaa url(../images/menu_curve.gif) top left no-repeat;
	display:block;
}
#tab_curve_right {
	float:right;
	clear:right;
	background:#aaa url(../images/menu_curve.gif) top right no-repeat;
}
#topNav2 {
	margin: 0;
	padding: 0;
	width: 400px;
	position: absolute;
	top: -1px;
	left: 0;
	color: #b85185;
	font-weight: normal;
	}
#topNav2 li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 6px;
	margin-left: 6px;
	}
#topNav2 li.first {
	padding-left:3px;
	}
#topNav2 li a:link, #topNav2 li a:visited {
	color: #fff;
	text-decoration: none;
	}
#topNav2 li a:hover {
	color: #eee;
	}
#pinkbar {
	width: 68px;
	position: absolute;
	bottom: 0;
	right: 400px;
	height: 4px;
	background: #936;
	overflow:hidden;
	}
* html #pinkbar{overflow:hidden}

#chicken {
	width: 300px;
	margin: 0 auto;
	position: relative;
	padding: 10px;
	}
#chicken .hold_ctrl {
	width: 50px;
	position: absolute;
	left: 20px;
	bottom: 60px;
	font-size: 10px;
	color: #936;
	}
#iaap {
	width: 225px;
	text-align: center;
	margin-top: 40px;
	}
#home #iaap {
	width: 300px;
	margin: 40px auto 0 auto;
	}
#iaap h3 {
	color: #993366;
	text-align: center;
	margin-bottom: 15px;

	}
#iaap h3 a:link, #iaap h3 a:visited {
	color: #936;
	text-decoration: none;
	}
#iaap h3 a:hover {
	color: #666666;
	}
#iaap p.iaap_chapters {
	font-size: smaller;
	margin-top: 5px;
	width: 175px;
	margin: 10px auto;
	text-align: left;
	}
#iaap p.iaap_chapters a:link, #iaap p.iaap_chapters a:visited {
	text-decoration: none;
	color: #666666;
	}
#iaap p.iaap_chapters a:hover {
	color: #936;
	}
ul#recruiter_list {
	text-align: left;
	font-size: 13px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	}
ul#recruiter_list li {
	list-style-type: none;
	margin-bottom: 8px;
	margin-right: 10px;
	}
div.clear {
	clear: both;
	}
img.pic_right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	}
#why #content h3 {
	text-align: left;
	}
#content h2.interior {
	margin-bottom: 20px;
	}
#content p.note {
	background: #f5f5f5;
	padding: 7px;
	font-size: smaller;
	color: #666;
	line-height: 1;
	margin: 0 30px 30px 30px;
	border: 1px solid #936;
	}
#content h3.red {
	color: #936;
	text-align: left;
	}
#content ul.int_list {
	text-align: left;
	margin: 0 0 20px 50px;
	line-height: 130%;
}
#content ul.int_list li {
	list-style-type: circle;
	font-weight: bold;
	color: #936;
	}