html {
	height:100%;
}
body {
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	color: black;
	height:100%;
}

::selection {
	background: #B3D4FC;
}

::-moz-selection {
	background: #b3d4fc;
}

::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

:-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

a {
	text-decoration: underline;
	color: #2e3970;
	font-weight: 400;
}

a:hover,a:focus {
	color: black;
}

h1,h2,h3,h4,h5,h6 {
	padding: 0;
	font-weight: 700;
	line-height: 1.35;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: black;
}

h1 {
	font-size: 48px;
	margin: 0;
}

h2 {
	font-size: 42px;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 36px;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 18px;
	margin: 0 0 20px 0;
}

h5 {
	font-size: 21px;
	margin: 0 0 5px 0;
}

h6 {
	font-size: 16px;
	margin: 0 0 5px 0;
}

p {
	margin: 0;
}

input[type="submit"],input[type="button"],input[type="reset"],button {
	-webkit-appearance: none;
	text-decoration: none;
	text-align: center;
	border: 1px solid #cccccc;
	color: #000;
}

input[type="submit"]:focus,input[type="button"]:focus,input[type="reset"]:focus,button:focus
	{
	outline: none;
}

input[type="submit"],input[type="button"],input[type="reset"],button,input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea
	{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: white;
	border: 1px solid #cccccc;
	color: #000;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus
	{
	border-color: #999999;
	outline: none;
}
#wrapper {
	min-height:100%;
	position:relative;
}
.centering {
	margin:0 auto;
}
#mainHead {
	width:100%;
	height:130px;
	padding:57px 0 0 0;
}
#mainFeatureArea .inner, #mainFoot .inner, #mainHead .inner {
	width:980px;
}
#front-page #mainFeatureArea {
	width:100%;
	height:400px;
	background:#0068c8;
	color:#FFF;
	padding:107px 0 0 0;
}
#mainFeatureArea {
	width:100%;
	height:210px;
	background:#0068c8;
	color:#FFF;
	padding:107px 0 0 0;
}
#mainFeatureArea h3 {
	margin:0 0 13px 0;
}
#mainFeatureArea small {
	font-size:1.2em;
}
#logo {
	float:left;
}
/* */
#mainNav {
	float:right;
	margin:24px 0 0 0;
}
#mainNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#mainNav ul li {
	display: inline-block;
	padding: 0 14px 0;
	position: relative;
	float: left;
}
#mainNav ul li.last-menu-item {
	padding:0 0 0 14px;
}
#mainNav ul li a {
	color: #2e3970;
	font-size: 1.5em;
	text-decoration: none;
}
#mainNav ul li a:hover, #mainNav ul li a:focus, #mainNav ul li.current-menu-item a {
	border-bottom: 6px solid #0068c8;
	padding: 0 0 26px 0;
}
#mainNav ul li ul.submenu li:hover, #mainNav ul li ul.submenu li:focus, #mainNav ul li.current-menu-item ul.submenu li {
	text-decoration:none;
	border:none;
}
/*sub menu*/
#mainNav ul li ul.submenu li {
	display: block;
	padding: 10px 15px;
}
#mainNav ul li ul.submenu {
	display: none;
	position: absolute;
	top: 17px;
	left: 0;
	width: 190px;
	background: #FFF;
	padding: 32px 0 10px 0;
}
#mainNav ul li:hover ul.submenu {
    display:block;
}
#mainNav ul li ul.submenu li a {
	font-size: 1.4em;
	border: 0;
	padding: 2px 0;
}
#mainNav ul li ul.submenu li a:hover, #mainNav ul li ul.submenu li.current a {
	border-bottom:1px solid #0068c8;
}
/* */
#content {
	width:980px;
	font-size: 1.6em;
	color:#2e3970;
	line-height: 1.5em;
	padding:54px 0 0 0;
}
#content .loop {
	width:640px;
	float:left;
}
#content .loop.full-width {
	width:980px;
	float:none;
}
#content .loop p {
	margin:0 0 20px 0;
}
#content ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#content ul li {
	background:url(../images/bullet.png) no-repeat left 50%;
	padding:0 0 0 20px;
}
#news article {
	margin:40px 0 0 0;
}
#news article:first-child {
	margin:0;
}
#news article header {
	width:89px;
	height:89px;
	display:block;
	background:#0068c8;
	color:#FFF;
	position:relative;
	float:left;
	font-size:24px;
	font-weight:bold;
	padding:10px;
}
#news article header:after {
	content:" ";
	background: url(../images/newsHeaderTriangle.png) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	bottom:0;
	right:-10px;
}
#news article .content {
	padding:0 0 0 30px;
	float:left;
	width:521px;
}
#transactions a {
	width: 130px;
	height: 130px;
	background: #0068c8;
	display: block;
	margin: 0;
	text-align: center;
	vertical-align: top;
	float: left;
	margin: 0 40px 40px 0;
}
#transactions a.sixth {
	margin:0 0 40px 0;
}
#sidebar {
	width: 300px;
	text-align: center;
	float: right;
}
#sidebar p, #sidebar img {
	padding:0 0 20px 0;
}
#mainFoot {
	padding:61px 0 0 0;
}
#locations {
	margin: 0 0 58px 0;
}
#locations .location {
	width:300px;
	border-top:6px solid #2e3970;
	float:right;
	margin:0 0 0 40px;
	padding:14px 0;
}
#locations .location h4 {
	color:#2e3970;
	float:left;
}
#locations .location ul {
	list-style-type:none;
	font-size:1.2em;
	color:#2e3970;
	float:right;
	width:200px;
	margin:3px 0 0 0;
	padding:0;
}
#locations .location ul li {
	margin:0 0 10px 0;
}
#copyright {
	padding: 16px 0;
	border-top: 1px solid #bfbfbf;
	font-size: 1.2em;
}
.copy {
	float: left;
	margin: 20px 0 0 0;
}
#xanda {
	float:right;
	text-decoration:none;
	color:#362d28;
}