@charset "UTF-8";


a {
	outline: none;
	color: #002D3B;
}


p {
	margin-top: 0px;
	padding-top: 0px;
}

p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

img {
	border: 0px;
	-ms-interpolation-mode: bicubic;
}


body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	-webkit-text-size-adjust:none;
	 background-color:#002436;
	 font-size: 14px;
	 color: #58595B;
	   font-family: "Sweet Sans", sans-serif;
  font-style: normal;
	 
}

input, textarea {
	 -webkit-appearance: none;
	 -webkit-border-radius: 0;
	 -webkit-text-size-adjust:none;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}


area {
	outline: none;
}

div, img {
	position: relative;

}



#tabs img {
	padding-right: 45px;
	float: left;
}

.tab_text {
	padding-top: 4px;
	padding-bottom: 12px;
}

.blue_text {
	color: #002D3B;
}


.sweetsansbold {
  font-family: "Sweet Sans";
  font-style: normal;
  font-weight: bold;
}

.sweetsansitalic {
  font-family: "Sweet Sans";
  font-style: italic;
  font-weight: normal;
}

.sweetsansregular {
  font-family: "Sweet Sans";
}
  
 .title {
	
	 font-size: 21px;
	 color: #002D3B;
	 background:url(images/header_bullet_03.png) no-repeat left 0px;
	 padding-left: 23px;
	 margin-bottom: 21px;

 }
  .title_divider {
	height: 1px;
	background-color: #EBC115;
	margin-bottom:21px;
	}
	
.sidebar_title {
	 color: #002D3B;
	 background:url(images/subheader_bullet_02.png) no-repeat left 5px;
	 padding-left: 15px;
	 margin-bottom: 7px;
	 text-transform: uppercase;
 }
.sidebar_divider {
	height: 1px;
	background-color: #E8E4D4;
	margin-bottom:12px;
}


.content_area {
	width: 564px;
	padding: 35px 50px 39px 50px;
	float: right;
}
.uppercase {
	text-transform:uppercase;
}

.sidebar_text ul {
	font-size: 12px;
margin-top: 0;
margin-bottom: 13px;
padding-left: 26px;
font-family:Source Sans Pro,  sans-serif;
	list-style-type:square;
}



.sidebar_text {
	padding: 27px 27px;
	font-size:13px;
}

.sidebar {
	width: 295px;
	float: left;
	background-color: #FAFAFA;
	
}

.content_area li {
	list-style-image: url(images/subheader_bullet_02.png);
}

.content_area ul {
	padding-bottom: 8px;
	margin-top: 3px;
}
.list_header {
	color: #002D3B;
	text-transform:uppercase;
	font-size:15px;
}

.yellow {
color:	#EBC115;
}
