body{
	margin:0;
}

p{
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	color:#686868;
	line-height:26pt;	
		
}

ul.list{
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#686868;
	line-height:18pt;
}

ul.bullet{
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#d4483e;
	line-height:18pt;
}

ol.num {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#686868;
	line-height:18pt;
    list-style-type:decimal;
}
p.index{
	font-family: 'Raleway', sans-serif;
	font-size:22px;
	color:#686868;
	line-height:22pt;	
		
}

p.resourceNav{
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#888888;
	line-height:20pt;
	margin-top:2px;
}

h1{
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 100;
	line-height: 22pt;
	color: #d4483e;
	text-transform: uppercase;
	

}

h2{
	font-family: 'Raleway', sans-serif;
	font-size:22px;
	font-weight:100;
	color: #d4483e;
	line-height:22pt;		
}

h3{
	font-family: 'Raleway', sans-serif;
	font-size:22px;
	font-weight:100;
	color: #d4483e;
	line-height:22pt;
	font-weight:500;		
}

p.footerBold{
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	color:#cfcfcf;
	margin-top:0px;
	line-height:27px;
	
		
}

a:link{
	font-family: 'Raleway', sans-serif;
	color:#898988;
	size:12px;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:500;
}

a:hover{
	font-family: 'Raleway', sans-serif;
	color:#d4483e;
	size:12px;
	text-decoration:underline;	
}



/****SLIDER****/

.sss {
	height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 115px;
	left: 0;
	display: none;
	overflow: hidden;
}

.ssslide img {
	max-width: 100%;
	height: auto;
	margin: 0;
	margin-right:auto;
	margin-left:auto;
	padding: 0;
	position: relative;
	display: block;
}

.sssnext, .sssprev {
	width: 75px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 75px;
	background: url('../images/arr.png') no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;	
}

.sssnext {
	right: 3%;
	background-position: -76px 50%;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}

/****NAV BAR****/

#index_NAV_wrap{
	width: 100%;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top:00px;
	background-image: url(../images/navBG.png);
	background-repeat: repeat-x;
	position: fixed;
	z-index: 999999999;
		
}

#NAV_wrap{
	width: 100%;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/navBG.png);
	background-repeat: repeat-x;
	margin-top:-115px;
	position: fixed;
	z-index: 999999999;
		
}

#nav_container{
	width: 960px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	z-index: 99999999999;
	
}

#nav_object{
	height:60px;
	padding-top:60px;
	margin-right:50px;
	margin-top:-12px;
	float:right;
	color:red;
}

#nav_object:hover{
	padding-top:60px;
	margin-right:50px;
	margin-top:-12px;
	float:right;
}

#logo{
	width:163px;
	height:96px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin-top:5px;
	float:left;
}

/****BODY CONTENT****/

#grid{
	width: 1000px;
	height: 877px;
	background-image: url(../assets/guide.png);
	background-repeat: no-repeat;
	margin-left: 250px;
	margin-top: 0px;
	position: fixed;
	z-index: 999999;
}

#wrapper{
	width:100%;	
}

#content_container{
	width: 100%;
	background-image: url(../images/contentContainerBG.png);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f5;
}

#page_headerImage{
	width: 100%;
	height: 350px;
	margin-top: 115px;
	background-image: url(../images/headerImage.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0e0e0e;
}

#about_headerImage{
	width: 100%;
	height: 350px;
	margin-top: 115px;
	background-image: url(../images/headerImage_about.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0e0e0e;
}

#jobs_headerImage{
	width: 100%;
	height: 350px;
	margin-top: 115px;
	background-image: url(../images/headerImage_jobs.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0e0e0e;
}

#contact_headerImage{
	width: 100%;
	height: 350px;
	margin-top: 115px;
	background-image: url(../images/headerImage_contact.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0e0e0e;
}

#resources_headerImage{
	width: 100%;
	height: 350px;
	margin-top: 115px;
	background-image: url(../images/headerImage_resources.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0e0e0e;
}

#employers_headerImage{
	width: 100%;
	height: 350px;
	margin-top: 115px;
	background-image: url(../images/headerImage_employers.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0e0e0e;
}

#page_headerImage_blank{
	width: 100%;
	height: 350px;
	margin-top: 115px;
	background-position: center;
}

#page_content_full{
	width:960px;
	height:500px;
	background-color:#e7e7e7;
	margin-top:-25px;
	z-index:99999;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

#content_full{
	width: 900px;
	height:100%;
	background-image: url(../images/contentBG.png);
	background-repeat: repeat-x;
	z-index: 99999;
	padding-left:30px;
	padding-right:30px;
	padding-top: 20px;
	margin-top: -200px;
	padding-bottom: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#contact_content_full{
	width: 900px;
	height:650px;
	background-image: url(../images/contentBG.png);
	background-repeat: repeat-x;
	z-index: 99999;
	padding-left:30px;
	padding-right:30px;
	padding-top: 20px;
	margin-top: -200px;
	padding-bottom: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#resources_content_full{
	width: 900px;
	height:450px;
	background-image: url(../images/contentBG_resources.png);
	background-repeat: repeat-x;
	z-index: 99999;
	padding-left:30px;
	padding-right:30px;
	padding-top: 20px;
	margin-top: -200px;
	padding-bottom: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#resources_content_full_home{
	width: 900px;
	height:1200px;
	background-image: url(../images/contentBG_resources.png);
	background-repeat: repeat-x;
	z-index: 99999;
	padding-left:30px;
	padding-right:30px;
	padding-top: 20px;
	margin-top: -200px;
	padding-bottom: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#final_content_full{
	width: 900px;
	height:650px;
	background-image: url(../images/contentBG_resources.png);
	background-repeat: repeat-x;
	z-index: 99999;
	padding-left:30px;
	padding-right:30px;
	padding-top: 20px;
	margin-top: -200px;
	padding-bottom: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#prepare_content_full{
	width: 900px;
	height:600px;
	background-image: url(../images/contentBG_resources.png);
	background-repeat: repeat-x;
	z-index: 99999;
	padding-left:30px;
	padding-right:30px;
	padding-top: 20px;
	margin-top: -200px;
	padding-bottom: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/** #resume_content_full{
	width: 900px;
	height:1700px;
	background-image: url(../images/contentBG_resources.png);
	background-repeat: repeat-x;
	z-index: 99999;
	padding-left:30px;
	padding-right:30px;
	padding-top: 20px;
	margin-top: -200px;
	padding-bottom: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
**/

#resume_content_full{
	width: 900px;
	height:1400px;
	background-image: url(../images/contentBG_resources.png);
	background-repeat: repeat-x;
	z-index: 99999;
	padding-left:30px;
	padding-right:30px;
	padding-top: 20px;
	margin-top: -200px;
	padding-bottom: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#jobs_content_full{
	width: 900px;
	height:1400px;
	background-image: url(../images/contentBG_resources.png);
	background-repeat: repeat-x;
	z-index: 99999;
	padding-left:30px;
	padding-right:30px;
	padding-top: 20px;
	margin-top: -200px;
	padding-bottom: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#prime_content_full{
	width: 900px;
	height:2000px;
	background-image: url(../images/contentBG_resources.png);
	background-repeat: repeat-x;
	z-index: 99999;
	padding-left:30px;
	padding-right:30px;
	padding-top: 20px;
	margin-top: -200px;
	padding-bottom: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#interview_content_full{
	width: 900px;
	height:1400px;
	background-image: url(../images/contentBG_resources.png);
	background-repeat: repeat-x;
	z-index: 99999;
	padding-left:30px;
	padding-right:30px;
	padding-top: 20px;
	margin-top: -200px;
	padding-bottom: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#index_content_full{
	width: 960px;
	z-index: 99999;
	margin-left: auto;
	margin-right: auto;
	margin-top:-18px;
}

#page_content_small{
	width:650px;
	height:1500px;
	background-color:#e7e7e7;
	margin-top:-25px;
	z-index:99999;
	position:relative;
	margin-right: auto;
	float:right;
}

#page_content_sideNav{
	width:300px;
	height:300px;
	background-color:#CCC;
	margin-top:-25px;
	z-index:99999;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	float:left;
}

#headshot{
	width:175px;
	height:250px;
	background-image:url(../images/bonnie3.png);
	float:left;
	background-repeat:no-repeat;
		
}

#footerRule{
	width:100%;
	height:4px;
	background-image:url(../images/footerRule.jpg);
	background-repeat:repeat-x;
	margin-top:-50px;
}

#footer_wrap{
	width: 100%;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	background-color:#333333;
	/** border: thin solid #3FF; **/
}

#footer_container{
	padding-top:30px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Varela Round', sans-serif;
	font-size:18px;
	color:#cfcfcf;
	background-color:#333333;
	
}

#footerLegal{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #949494;
	line-height: 22pt;
	margin-top:-30px;
	margin-left:-10px;
}

#contactBtn{
	width:187px;
	height:53px;
	background-image:url(../images/contactButton.png);
	background-repeat:no-repeat;
	float:right;
	margin-top:10px;
}

#contactBtn:hover{
	width:187px;
	height:53px;
	background-image:url(../images/contactButton.png);
	background-repeat:no-repeat;
	background-position:0px -53px;
	float:right;
	margin-top:10px;
}

#resumeBtn{
	width:187px;
	height:53px;
	background-image:url(../images/resume_btn.png);
	background-repeat:no-repeat;
	margin-top:10px;
}

#resumeBtn:hover{
	width:187px;
	height:53px;
	background-image:url(../images/resume_btn.png);
	background-repeat:no-repeat;
	background-position:0px -53px
}

#resourceNav{
	width:230px;
	height:350px;
	float:left;
	margin-top:25px;
	margin-left:-10px;
}

#resourceNav_element{
	width: 200px;
	height:1px;
	margin-right: 50px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-image: url(../images/resourceNavElementBG.png);
	background-repeat: no-repeat;
	background-position:0px -17px;
	
}

#resourceNav_element:hover{
	width:200px;
	height: 1px;
	margin-right: 50px;
	padding-bottom: 30px;
	padding-left:30px;
	background-image:url(../images/resourceNavElementBG.png);
	background-repeat:no-repeat;
	background-position:0px -77px;
	color:red;
}

#nav_object:hover{
	padding-top:60px;
	margin-right:50px;
	margin-top:-12px;
	float:right;
}

#resourceContent{
	width:650px;
	height:400px;
	float:right;
	margin-top:0px;
	margin-right:0px;	
}

#contactLeft{
	width:500px;
	height:350px;
	float:left;
	margin-top:-50px;
	
}

#contactForm{
	width:325px;
	height:400px;
	float:right;
	margin-top:-50px;
	margin-right:-40px;
	padding-left:80px;
	
}

.textfield_effect    {
    border-width: 2px;
    border-style: solid;
    border-color: #d4483e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    width: 310px;
    height: 25px;
	margin-top:10px;
}

.message_effect    {
    border-width: 2px;
    border-style: solid;
    border-color: #d4483e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    width: 310px;
    height: 120px;
	margin-top:10px;
}
