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

body  {
	font: 90%/1.45em Verdana, sans-serif;
	background: #008ca8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6d6e71;
}
/* STRUCTURE */
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.twoColFixRtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background: url(../images/design-common/header.gif) no-repeat;
	height: 227px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 16px 30px 15px 10px;
	margin: 0px;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 16px 30px 15px 10px;
	margin: 0px;
}
.twoColFixRtHdr #supertopContent {
	margin: 0px 250px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 26px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #nav {
	margin-bottom: 14px;
}
.twoColFixRtHdr #topcontent {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 30px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent {
	margin: 0px 250px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 26px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr  #super-footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/design-common/super-footer.gif) no-repeat;
	margin: 0px;
	height: 103px;
} 
.twoColFixRtHdr #footer {
	margin: 0px;
	padding: 0px 0px 40px;
	background: #008CA8;
}
#graybar {
	border-top: 8px solid #808285;
	margin: 20px 0px;
}


/* Styles Header */
.twoColFixRtHdr  #header  p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 6px 10px 6px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	color: #FFFFFF;
}
.twoColFixRtHdr #header a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: .90em;
}
.twoColFixRtHdr #header a:hover {
	text-decoration: none;
}

/* Styles topcontent and mainContent */
.twoColFixRtHdr #topcontent p, .twoColFixRtHdr #mainContent p, .twoColFixRtHdr #supertopcontent p {
	margin: 6px 0px 0px;
}
.twoColFixRtHdr #topcontent li, .twoColFixRtHdr #supertopcontent li {
	padding-bottom: 6px;
}
.twoColFixRtHdr #topcontent .fltrtNctr {
	float: right;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

.twoColFixRtHdr #mainContent a, .twoColFixRtHdr #topcontent a, .twoColFixRtHdr #supertopcontent a {
	color: #221F73;
	text-decoration: underline;
	font-weight: bold;
}
.twoColFixRtHdr #mainContent li, .twoColFixRtHdr #supertopContent li {
	list-style: outside;
}
.twoColFixRtHdr #mainContent ul.alphalist {
	list-style: lower-alpha;
	margin-left: 30px;
	margin-right: 30px;
}
.twoColFixRtHdr #mainContent li.alphalist {
	list-style: outside;
}
.twoColFixRtHdr #mainContent ul.upperalphalist {
	list-style: upper-alpha;
	margin-left: 30px;
	margin-right: 30px;
}
.twoColFixRtHdr #mainContent .upperalphalist li {
	font-size: 115%;
	color: #A12131;
	padding-bottom: 10px;
}

.twoColFixRtHdr #mainContent a:hover, .twoColFixRtHdr #topcontent a:hover, .twoColFixRtHdr #supertopContent a:hover {
	text-decoration: none;
}

/* Styles Footer */
.twoColFixRtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 8px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align: center;
}
.twoColFixRtHdr #footer img {
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #footer p a {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px 3px;
	font-weight: normal;
	font-size: 90%;
}
.twoColFixRtHdr #footer a:hover {
	color: #DEB306;
	text-decoration: none;
}

/* HEADERS, Paragraphs, LISTS */
.twoColFixRtHdr #mainContent h1, .twoColFixRtHdr #topcontent h1, .twoColFixRtHdr #supertopcontent h1 {
	font-family: Palatino, "Times New Roman", serif;
	font-size: 1.75em;
	color: #221f73;
	font-weight: bold;
	margin: 20px 0px 0px;
	line-height: 1.2em;
}
.twoColFixRtHdr #supertopContent h1 {
	line-height: 90%;
}
.twoColFixRtHdr #mainContent h2, .twoColFixRtHdr #topcontent h2, .twoColFixRtHdr #supertopcontent h2 {
	font: bold 1.5em/1.2em Palatino, "Times New Roman", serif;
	color: #221f73;
	margin: 18px 0px 0px;
	padding: 0px;
}
.twoColFixRtHdr #mainContent h3, .twoColFixRtHdr #topcontent h3, .twoColFixRtHdr #supertopcontent h3 {
	font-family: Palatino, "Times New Roman", serif;
	color: #000000;
	font-weight: bold;
	font-size: 1.3em;
	margin: 8px 0px 0px;
	padding: 0px;
	line-height: 1.15em;
}
.twoColFixRtHdr #mainContent h4 {
	font-size: 1.3em;
	margin: 8px 0px 0px;
	font-weight: bold;
	line-height: 1em;
}

.twoColFixRtHdr #mainContent h5 {
	margin: 14px 0px 0px;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 1em;
}
.twoColFixRtHdr #mainContent h6 {
	margin: 4px 0px 0px;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 1em;
	font-style: italic;
}
.twoColFixRtHdr #sidebar1 h2, .twoColFixRtHdr #sidebar2 h2 {
	color: #E51B24;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: none;
	margin: 8px 0px 0px;
	padding: 0px;
	line-height: 1.15em;
}
.twoColFixRtHdr #sidebar1 h3, .twoColFixRtHdr #sidebar2 h3 {
	font-family: Palatino, "Times New Roman", serif;
	color: #000000;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: none;
	margin: 8px 0px 0px;
	padding: 0px;
	line-height: 1.15em;
}
.twoColFixRtHdr #sidebar1 h4, .twoColFixRtHdr #sidebar2 h4 {
	font-family: Palatino, "Times New Roman", serif;
	color: #221f73;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: capitalize;
	margin: 8px 0px 0px;
	padding: 0px;
	line-height: 1.15em;
}


/* SIDEBAR1 styles */
.twoColFixRtHdr #sidebar1 p, .twoColFixRtHdr #sidebar2 p {
	font-size: .85em;
	color: #241E6B;
	margin: 10px 0px 0px;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 li, .twoColFixRtHdr #sidebar2 li {
	color: #1F1C68;
	margin: 0px;
	padding: 0px 0px 4px;
	font-size: .85em;
}
.twoColFixRtHdr #sidebar1 ul, .twoColFixRtHdr #sidebar2 ul {
	margin: 0px;
	padding: 8px 0px 0px 10px;
}
.twoColFixRtHdr #sidebar1 a, .twoColFixRtHdr #sidebar2 a {
	color: #E51B24;
	text-decoration: underline;
}
.twoColFixRtHdr #sidebar1 a:hover, .twoColFixRtHdr #sidebar2 a:hover {
	text-decoration: none;
}


/* CLASSES */
.quote-box {   /* creates a pale blue box for quote and title of quote */
	padding: 6px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline;
}
.quote-sig {
	font-style: italic;
	text-align: right;
}
.quote {
	font-style: italic;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-bottom: 8px;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 30px;
	margin-bottom: 8px;
}
.sidebar-img { /* provides space around sidebar image */
	margin: 10px 0px 10px;
}
.frame-img {
	margin: 0px;
	border: 1px solid #008CA8;
	padding: 6px;
}

.twoColFixRtHdr #sidebar1 .caption { /* provides style for photo caption in sidebar1, adds bottom border and tightens leading. also reduces font size.  */
	font-size: 0.9em;
	font-style: italic;
	color: #008CA8;
	margin: 0px 0px 20px;
	padding: 0px 0px 6px;
	line-height: 1.2em;
	border-bottom: 1px solid #008CA8;
}
.img-caption-box {  /* use on images floated right in top-content, provides a left and bottom border and place for photo caption  */
	padding: 0px 8px 10px;
	border-bottom: 1px solid #008CA8;
	width: 460px;
	float: right;
	border-left: 1px solid #008CA8;
	margin-bottom: 6px;
	margin-left: 10px;
}
.img-caption-box-left {
	padding: 10px 8px;
	float: left;
	margin: 0px 10px 6px 0px;
	border: 1px solid #008CA8;
}
.img-caption-box-right {
	padding: 0px 8px 10px;
	border-bottom: 1px solid #008CA8;
	float: right;
	border-left: 1px solid #008CA8;
	margin-bottom: 6px;
	margin-left: 10px;
}

.red-text {  /*  ugly red text  */
	color: #E51B24;
}
.twoColFixRtHdr #mainContent .red-text strong, .twoColFixRtHdr #topContent .red-text strong, .twoColFixRtHdr #supertopContent .red-text strong {   /* bold red text */
	color: #E51B24;
}
.highlight-text {   /*  pale blue  */
	color: #008CA8;
}

.country-list-id {
	padding: 6px;
	background-color: #261C73;
	color: #DEB306;
}
.state-province-id {
	border-top: 1px solid #008CA8;
}
h5.state-province-id {
}
.subhead-attention {
	color: #008CA8;
}
.color-separator {
	padding: 6px;
	background-color: #DEB306;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* SPECIFIC TAGS */
/* makes all bold text a darker grey than default text color */
.twoColFixRtHdr #mainContent strong, .twoColFixRtHdr #topcontent strong, .twoColFixRtHdr #sidebar1 strong, .twoColFixRtHdr #supertopContent strong, .twoColFixRtHdr #sidebar2 strong {
	color: #333333;
}
.twoColFixRtHdr #container #header img.facebook {
	margin-top: 160px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.twoColFixRtHdr #mainContent #states {
	background: #CCCCFF;
	padding: 0px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent #states ul {
	padding: 10px;
	margin: 10px 0px 0px;
}
.twoColFixRtHdr #mainContent #states li {
	display: inline;
	padding: 10px;
}

