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

/* Normalizes margin, padding */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
	
img {
	border:0;
	}
	
body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	background: #FFFFFF url(../../assets/images/back_tile.jpg) repeat-x;
	font: 62.5% Arial, sans-serif;
	color: #666666;
	}
	
#container_tile {
	background: url(../../assets/images/container_tile.jpg) repeat-y;
	float: left;
	width: 990px;
	}
	
#container {
	background: url(../../assets/images/container_back.jpg) no-repeat;
	min-height:400px			;
	height:auto !important;
  	height:400px;
	}
	
/*Define text styles*/

p {
	font-size: 1.3em;
	line-height: 1.4em;
	}
	
h1 {
	color: #213278;
	font-size: 2.1em;
	font-weight: normal;
	}
	
h2 {
	color: #213278;
	font-weight: normal;
	font-size: 1.6em;
	}
	
h3 {
	font-size: 1.5em;
	}
	
h4 {
	font-size: 1.3em;
	}
	
h5 {
	font-size: 1.2em;
	font-weight: bold;
	}
	
a:link {
	color: #712870;
	}

a:visited {
	color: #712870;
	}

a:hover {
	color: #213278;
	}
	

	
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	}
	
li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 7px;
	}
	
blockquote {
	font-size: 1.2em;
	font-style: italic;
	margin: 15px 20px;
	}
	
	
/*Define styles for Main Containers*/

#container {
	}
	
#header {
	height: 177px;
	width: 990px;
	}
	
#top_nav {
	background: url(../../assets/images/top_nav_back.jpg);
	width: 945px;
	height: 17px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 45px;
	padding-top: 3px;
	font-weight: normal;
	}
	
#top_nav a {
	color: #FFFFFF;
	font-size: 1.2em;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
	}
	
#nav {
	background: #213278;
	width: 932px;
	margin-right: 29px;
	margin-left: 29px;
	height: 38px;
	}

/*Define styles for content area*/
	
#content_container {
	background: url(../../assets/images/container_back.jpg) no-repeat;
	min-height:381px;
	height:auto !important;
	height:381px;
	float: left;
	width: 990px;
	}
	
#content {
	float: right;
	width: 684px;
	margin-right: 40px;
	}
	
#content_back {
	
	}
	
#content img {

	}
	
.content_text {
	background: url(../../assets/images/home/impact_back.gif);
	width: 614px;
	padding: 10px 35px;
	}
	
/*Define styles for Newsletter*/

#content_container.newsletter {
	float: none;
	}

#content.newsletter {
	width: 700px;
	float: none;
	margin-left: 125px;
	margin-top: 20px;
	}


/*Define styles for photos within Content*/

.right_photo {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

.left_photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
	
/*Define styles for sidebar*/

#sidebar {
	float: left;
	width: 225px;
	margin-left: 35px;
	margin-bottom: 5px;
	}
	
.sidebar_img img {
	
	}
	
#contact_box {
	background: url(../../assets/images/home/HR_tips.gif) no-repeat;
	height: 135px;
	padding-top: 60px;
	padding-right: 15px;
	padding-left: 15px;
	}
	
#contact_box p {
	}
	
#contact_box label {
	font-size: 1.2em;
	position: relative;
	text-align: right;
	}
	
#contact_box input {
	width: 130px;
	padding: 3px;
	font-size: 1.2em;
	margin: 7px;
	} 
	
#hr_tips {
	background: url(../../assets/images/home/HR_tips.gif) no-repeat;
	height: 193px;
	width: 192px;
	padding-top: 60px;
	padding-right: 15px;
	padding-left: 15px;
	}
	
/*Define styles for footer*/

#footer {
	background: url(../../assets/images/footer.jpg) no-repeat;
	clear: both;
	height: 20px;
	width: 990px;
	text-align: center;
	font-size: 1.2em;
	padding-top: 30px;
	color: #CCCCCC;
	line-height: 1.5em;
	margin-bottom: 10px;
	}
	
#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
	}
	
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #999999;
	text-decoration: none;
	}
	
/*Define styles for home content area */


	
.impact {
	width: 684px;
	}
	
#impact_text {
	background: url(../../assets/images/home/impact_back.gif);
	width: 614px;
	padding: 10px 35px;
	}
	
#impact_text h1 {
	margin-bottom: 10px;
	}
	
#impact_text p {
	font-size: 1.4em;
	}
	
#impact_text.text {
	
	}
	
#impact_text.text p {
	font-size: 1.2em;
	}
	
/*Define styles for the 3 boxes on home page*/
		
.three_boxes {
	width: 684px;
	}
	
#three_boxes_top {
	background: url(../../assets/images/home/3box_top.jpg) no-repeat;
	width: 684px;
	min-height:82px;
	height:auto !important;
	height:82px;	
	}
	
#three_boxes_back {
	}
	
#three_boxes_btm {
	}
	
.box_top {
	width: 200px;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	}
	
.box_top h2 {
	text-align: center;	
	}
	
.box_text_back {
	width: 684px;
	background: url(../../assets/images/home/3box_back.jpg) repeat-y;
	}
	

.box_text {
	width: 190px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	}
	
.box_text p {
	line-height: 1.3em;
	}
	
.box_text ul {
	margin-top: 10px;
	margin-left: 20px;
	}

.box_text li {
	margin-bottom: 4px;
	}

