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


/*meyer's reset */
     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,
     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;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
     :focus {
outline: 0;
}
     body {
line-height: 1;
background-color: #69d2e7;
margin:0;
padding:0;
font:normal 12px Arial, sans-serif;
line-height: 18px;
color:#333;
}
     ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
     table {
border-collapse: separate;
border-spacing: 0;
}
     caption, th, td {
text-align: left;
font-weight: normal;
}
     blockquote:before, blockquote:after, q:before, q:after {
content: "";
}
     blockquote, q {
quotes: "" "";
}




/*not sure*/

.style1 {
	font-size: 15px;
	color: #ee0404;
}


.highlight2 {
background-color: #ffffff;
border: 1px solid #f77102;
}


#container {
width:800px;
margin:auto;
background-color: #fff;
}


/*links*/
a {
color: #5D84AD;
text-decoration:none;
font-weight: bold;
}

a:hover {
color:#333399;
}

/*type styles*/
p {
	margin:0;  
    padding:10px 0 0 0; 
    line-height:18px;
}

h1 {					/* SEO keywords bar at top of page */
	font:bold 11px Arial, sans-serif;
	text-align:right;
	padding:2px 8px;
	color:#FFFFFF;
	margin:0;
}

h2 {					/* Article headings are orange */
	font:bold 16px Arial, Helvetica, sans-serif;
	padding:18px 0 0 0;
	text-align:left;
	color: #fa6900;
	margin:0;
}

h3 {					/* Article subheadings (still on a separate line) */
	font:bold 13px Tahoma Arial, sans-serif;
	padding:12px 0 0 0;
	text-align:left;
	color:#333;
	margin:0;
}

h4 {					/* Orange headings used in forms with less padding */
	font:bold 16px Arial, Helvetica, sans-serif;
	padding:6px 0 0 0;
	text-align:left;
	color:#333399;
	margin:0;
}

h5 {					/* Orange headings used in forms with no padding (when using the big blue header bar) */
	font:bold 16px Arial, Helvetica, sans-serif;
	padding:0 0 0 0;
	text-align:left;
	color:#333399;
	margin:0;
}

#interiorrightcol_urlvn4 h5 {
	font:bold 16px Arial, Helvetica, sans-serif;
	padding:0 0 0 0;
	text-align:left;
	color:#fa6900;
	margin:0;
}

.arrow {
	color: #f38630;
	border: 1px;
	padding: 2px 2px 2px 2px;
	border-color: #746b6c;
	border-top-style: dotted;
}



/*header*/

div#header {
background: url(../image/bg-header.png) no-repeat scroll top center;
width:800px;
height:176px;
}

/*nav*/

div#navlist {
width:650px;
margin:-20px auto 0 auto;
padding:0;
}

div#interiornavlist {
width:650px;
margin:-40px auto 0 auto;
padding:20px;
}

a.subnav:hover {
height:150px;
}

ul.navlist { 
font-family: Arial,sans-serif;
font-weight:bold;
font-size:16px;
width:650px;
margin:auto;
 }

ul.navlist a {
font-weight: bold;
text-decoration: none;
}

ul.navlist, ul.navlist ul, ul.navlist li
{
margin: 0px;
padding: 0 5px;
list-style-type: none;
}

ul.navlist li { 
float: left;
 }

ul.navlist li a
{
color: #e0e4cc;
background-color: transparent;
padding: 3px;

}



ul.subnavlist { 
display: none; 
background-color: #fff;}
ul.subnavlist li { float: none; z-index:500; position:relative;}
ul.subnavlist ul { float: none; }
.subnavlist ul ul li { float: none; display:block;}

ul.subnavlist li a
{
padding: 0px;
margin: 0px;
color: #5D84AD;
}

ul.navlist li a:hover
{
color:#333399;
background-color:transparent;
}

ul.navlist li:hover ul.subnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 5px;
line-height:12px;
}

ul.navlist li:hover ul.subnavlist li a
{
display: block;
width: 10em;
border: none;
padding: 2px;
}

/*imagerotate */

div#imagerotate {
width:800px;
margin:20px;
}

#imagerotateleft {
float:left;
width:380px;
}

#imagerotateright {
float:left;
width:381px;
}

#topnavResourceIframe, #topnavHelpIframe {width:140px;position:absolute;top:5px;border-style:none; background-color: #fff;}

/*content */

#content, #interiorcontent {
width:800px;
padding:0;
margin:0;
}

#top {
width:800px;
padding:0;
margin:0;
}

div.one {
width:600px;
height:440px;
padding: 20px;
background-image:url(../image/03_sm.jpg);
background-repeat: no-repeat;
}

div.two {
width:600px;
height:440px;
padding: 20px;
background-image:url(../image/02_sm.jpg);
background-repeat: no-repeat;
}

div.three {
width:600px;
height:440px;
padding: 20px;
background-image:url(../image/01_sm.jpg);
background-repeat: no-repeat;
}

#leftcol {
width:435px;
float:left;
margin:0 25px 25px 35px;
padding:0;
} 

#leftcol p img {
display:block;
}

#rightcol {
width:265px;
float:left;
margin:0 35px 0 0;
padding:0;
}

#interiorrightcol {
width:375px;
margin:0 0 0 380px;
padding:0 10px;
line-height:22px;
}

#interiorrightcol_urlvn4 {
width:375px;
float:left;
margin:0 0px 0 400px;
padding:0;
line-height:22px;
}

div#bottom {
width:700px;
margin:0 35px 0 35px;
line-height:22px;
}

/*footer */

#footer {
width:800px;
height:100px;
}

#footerleft {
width:300px;
float:left;
padding-top:25px;
margin-left:35px;
}

#footerp {
font-size:10px;
line-height:12px;
}

#footerright {
width:400px;
float:right;
margin-top:35px;
}


/*birthcontroloptions*/

ol.bcoptionsol {
font-weight:bold;
line-height:22px;
padding-left:20px;
}

ol.bcoptionsol li {
list-style-type:decimal !important;
font-weight:normal;
margin-left:40px;
}

li.bcoptionsli2 {
list-style-type:none;
padding-left:50px;
}

p.widepara {
margin-left:20px;
}

.widepara {
margin-left:20px;
}
span.italic, span.italics, .italic, .italics {
font-style:italic;
font-weight:bold;
}

.bold {
font-weight:bold;
}


/*resources*/

ol.resourcesol {
padding-left:30px;
list-style-type:none;
}

li.newaddress {
padding-top:10px;
}

/*misc*/
li.miscli, li.miscli ul li {
list-style-type:none;
}

li.miscli ul li {
list-style-type:none;
padding-left:50px;
}

ul.extraindent li {
padding-left:50px;
}
/*contactus*/

ol.contactusol  {
padding-left:50px;
}

li.contactusli {
list-style-type:none;
}

/*aboutyou*/

ol#aboutyou li {
list-style-type:none;
}

