* {
  margin: 0;
  padding: 0;
}

body {
  background: url(../images/bg-page.gif);
  background-repeat: repeat-x;
  background-color: #6492C0;
  font-size: 12px;
  color: #001A56;
  text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
}

li {
  margin: 10px 20px 10px 60px;
  /*font-size: 12px;
  color: #001A56;*/
  line-height: 17px;
}

a {
  color: #001A56;
  font-weight: bold;
}
a:hover {
  color: #891D8A;
}

.clearfloat {
  clear: both;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 9px;
  margin-bottom: 10px;
  width: 832px;
  text-align: left;
  background: transparent;
  border-top: 1px solid #D1E8FF;
}

#header {
  width: 832px;
  background-color: #4F8CC8;
}

p.headertext1 {
  float: left;
  margin-left: 24px;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
p.headertext1 a {
  color: #fff;
  text-decoration: none;
}
p.headertext1 a:hover {
  color: #FFF7AB;
}

#menu1 {
  float: right;
  margin-top: 9px;
  font-size: 12px;
  font-weight: bold;
  color: #FBF9F4;
}
#menu1 p {
  margin-right: 31px;
}

#menu1 a {
  color: #fff;
  text-decoration: none;
}

#menu1 a:hover {
  color: #00174B;
  text-decoration: underline;
}

img.imgfloatleft {
  float: left;
}
img.imgfloatright {
  float: right;
  margin: 20px;
  margin-right: 6px;
}

#main {
  clear: both;
  width: 832px;
  background: url(../images/bg-main.gif);
  background-repeat: repeat-y;
  background-color: #fff;
}

#columnA {
  float: left;
  width: 227px;
  /*padding-bottom: 20px;*/
  /*background-color: #004EA3;*/
}



/* columnA menu2 */

#menu2 {
  width: 224px;
  margin-left: 1px;
	background-color: transparent;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
}

#menu2 ul {
  list-style: none;
}

#menu2 li {
  width: 224px;
  margin: 0;
  line-height: 16px;
}
#menu2 li a {
  display: block;
  padding: 7px 0 6px 25px;
  background-color: transparent;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

#menu2 li a:hover {
  background-color: #00489D;
  /*color: #FFDDA7;*/
}

#testimonial {
  margin-top: 40px;
}
#testimonial p {
  margin: 16px 35px 16px 28px;
	font-family: arial, helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
#testimonial a {
  color: #fff;
  font-weight: normal;
}

#sidebar {
  margin-top: 40px;
}
#sidebar p {
  margin: 16px 35px 16px 28px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

#columnB {
  float: left;
  width: 605px;
}

#feature1 {
  width: 100%;
  background-color: #002B72;
  height: 43px;
}
#feature2 {
  width: 100%;
  background-color: #fff;
  height: 70px;
  margin: 0;
}
#feature1 img, #feature2 img {
  margin-left: 20px;
}

#content {
  margin-left: 34px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 540px;
  background-color: #E7F2FD;
}

h1 {
  text-align: right;
  margin-right: 31px;
  margin-bottom:27px;
  margin-left: 20px;
  padding-top: 15px;
  font-weight: normal;
  font-size: 22px;
  color: #011E62;
}

#content h2 {
	font-family: arial, helvetica, sans-serif;
  margin: 16px 31px 16px 32px;
  font-size: 17px;
  font-weight: bold;
  color: #891D8A;
}

#content h3 {
	font-family: arial, helvetica, sans-serif;
  margin: 16px 31px 16px 32px;
  font-size: 15px;
  font-weight: bold;
  color: #004C93;
}

#content h4 {
  margin: 16px 31px 16px 32px;
  font-size: 13px;
  font-weight: bold;
  color: #2C475F;
}

#content p {
  margin: 16px 31px 16px 32px;
  font-size: 12px;
  color: #001A56;
  line-height: 17px;
}
#content p.p2 { /* Used for "by Nancy" in articles */
  margin: 0px 31px 0px 32px;
  text-align: right;
  font-size: 13px;
  color: #63005F;
}
#content p.p3 { /* Used for Disclaimer paragraphs */
  margin: 16px 31px 16px 32px;
  font-size: 10px;
  color: #001A56;
  line-height: 15px;
}

#content div.callout {
  float: right;
  width: 200px;
  background-color: #fff;
  margin: 0 0 15px 15px;
  border: 1px solid #9AB8D6;
	font-family: arial, helvetica, sans-serif;
}
#content div.callout p {
  line-height: 18px;
}

#footer {
  clear: both;
  width: 832px;
  text-align: center;
  color: #fff;
  background-color: #84B4E1;
  border-top: 1px solid #0049A0;
  height: 5em;
}

#fmenu {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 12px;
  color: #011E62;
  line-height: 1.5em;
}

#fmenu a {
  font-weight: normal;
  color: #011E62;
  /*text-decoration: none;*/
}
#fmenu a:hover {
  color: #fff;
  text-decoration: underline;
}

span.copyright {
  float: left;
  margin-left: 36px;
  font-size: 11px;
  color: #3E5487;
}

span.credit {
  float: right;
  margin-right: 36px;
  font-size: 11px;
}
span.credit a {
  text-decoration: none;
  color: #3E5487;
}
span.credit a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Styles for floating Child Menu div */

#content div.calloutright {
	float: right;
	width: 200px;
	padding: 0;
  margin: 0 2px 10px 25px;
	background-color: #0058AE;
}

#content div.calloutright p {
	font-size: 12px;
  width: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
	color: #002B72;
}

#content div.subnav {
  width: 200px;
	background-color: #0058AE;
}

#content div.subnav ul {
  list-style: none;
  margin: 0px 7px 0px 7px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

#content div.subnav li {
  border-bottom: 1px solid #0058AE; /* Fixes IE6 li spacing bug */
  margin: 0;
}
#content div.subnav li a {
  display: block;
  padding: 5px 5px 5px 15px;
  background-color: #0058AE;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  /*border: 1px solid #f00;*/
}

html>body #content div.subnav li a {
  width: auto;
}

#content div.subnav li a:hover {
  background-color: #99C8F6;
  color: #16518B;
}

div.video {
  width: 192px;
  text-align: center;
  margin-left: 40px;
}



/* Breadcrumb styling */

#breadcrumb {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  padding: 8px 20px 8px 14px;
}

#breadcrumb a {
  color: #002B72;
}

#breadcrumb a:hover {
  color: #983B16;
}

/* Site Map Styling */

#sitemap {
  margin-left: 60px;
}
#sitemap ul {
  margin: 0;
}
#sitemap ul li {
  margin: 10px 20px 10px 0px;
  font-size: 13px;
  color: #675E59;
  line-height: 1.4em;
}
#sitemap ul ul li{
  margin-left: 30px;
}
#sitemap ul ul ul li{
  margin-left: 60px;
}
#sitemap a {
  color: #002B72;
}
#sitemap a:hover {
  color: #DA3131;
}

/* Articles Styling */

#article h1 {
  font-size: 24px;
  font-weight: normal;
  text-align: right;
  color: #4D756C;
  margin:15px 20px 0 38px;
  padding-right: 20px;
  background-color: #F2F7E1;
}

#ArticlesIndex p {
  /*margin: 16px 20px 16px 40px;*/
  font-size: 13px;
  color: #42595C;
}

#ArticlesIndex .listsegment1 {
  width: 100%;
  margin-top: 10px;
}
#ArticlesIndex .listsegment1 h3 {
  margin: 20px 25px 0 38px;
  color: #6C9987;
  font-family: arial, helvetica, sans-serif;
  font-size: 18px;
}
#ArticlesIndex .listsegment1 h3 a {
  color: #6C9987;
}
#ArticlesIndex .listsegment1 h3 a:hover {
  color: #954946;
}
#ArticlesIndex .listsegment1 p {
  margin: 8px 25px 10px 60px;
  font-size: 13px;
}



/*RM Edits*/
#header_social, #header_newsletter{
  float:left;
}
#header_social{
  padding-left:25px;
}

#header_newsletter{
  padding-top:7px;
}

#header_newsletter a{
  padding:5px 10px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;font-size:18px;font-weight:bold;
  text-decoration:none;
  color:white;
  box-shadow:1px 1px 2px rgba(0,0,0,0.7);
  -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.7);
  -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.7);
  background:#1038b6;
  background-image:linear-gradient(bottom, #1038b6 0%, #4a68c7 100%);
  background-image:-moz-linear-gradient(bottom, #1038b6 0%, #4a68c7 100%);
  background-image:-webkit-linear-gradient(bottom, #1038b6 0%, #4a68c7 100%);

}

#header_newsletter a:hover{
  background:#153cb7;
  background-image:linear-gradient(bottom, #153cb7 0%, #768dd5 100%);
  background-image:-moz-linear-gradient(bottom, #153cb7 0%, #768dd5 100%);
  background-image:-webkit-linear-gradient(bottom, #153cb7 0%, #768dd5 100%);
}
