/* general page structure and layout */
body {
font-family:Arial, Helvetica, sans-serif; 
font-size:.8em; 
color:#000000; 
margin:10px 0 0 0;
padding:0 0 0 0;
background:#eeeeee;
text-align:center;
}

.page_wrap {
position:relative;
width:780px;
margin:0 auto;
padding:0 0 0 0;
text-align: center;
background:#ffffff url(images/headerfamily.jpg) no-repeat;
border-left:1px solid #9EB874;
border-right:1px solid #9EB874;
border-top:1px solid #9EB874;
}

.header_text {
position:relative;
clear:none;
width:770px;
height:22px;
margin:70px 0 35px 0;
padding:0 0 0 0;
background:transparent;
color:#ffffff;
text-align:right;
}

.topnav {
position:relative;
clear:both;
width:780px;
height:21px;
margin:0 0 0 0;
padding:0 0 0 0;
background:#cccccc;
font-size:.8em;
border-top:1px solid #9EB874;
}

.container {
position:relative;
clear:both;
width:760px;
margin:10px 10px 0 10px;
padding:0 0 0 0;
background:#ffffff;
color:#000000;
text-align:left;
}

.container p {
	margin:5px 0 10px 0;
	padding:0 0 0 0;
	text-indent: .8em;
}
.contact {
	margin:5px 0 10px 0;
	padding:0 0 0 0;
}

.box_right {
position:relative;
float:right;
clear:both;
width:200px;
margin:0 0 5px 10px;
padding:0 10px 0 10px;
/*background:#CFD9BE;*/
background:#3342B5;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.2em;
}

.box_right p {
margin:5px 5px;
}

.box_cnr_top {
background:url(images/cnr_trblue.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

.box_cnr_bottom {
background:url(images/cnr_brblue.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

img.cnr {
width:8px;
height:8px;
border:none;
display: block !important;
}

.footer {
position:relative;
clear:both;
width:780px;
height:50px;
margin:30px 0 0 0;
padding:4px 0 4px 0;
background:#ffffff url(images/footer.jpg) bottom no-repeat;
font-size:.8em;
text-align:center;
border-bottom:1px solid #9EB874;
}

/* top navigation bar */
#nav ul{
padding:0 0 0 0;
margin:0 0 0 0;
white-space: nowrap;
font-size:1.1em;
color:#ffffff;
float:left;
width:100%;
background:#ffffff url(images/topnav_bg_grey.gif);
list-style:none;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
	margin: 0;
	background:#ffffff url(images/topnav_bg_grey.gif);
	color: #000000;
	text-decoration:none;
	float: left;
	border-right:1px solid #cccccc;
	padding-top: 0.25em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
}

#nav ul li a:hover{
background:#9EB874 url(images/topnav_bg_tan.gif);
color: #000000;
text-decoration:none;
border-right:1px solid #cccccc;
}


/* links */
a {
color:#4771B7;
text-decoration:underline;
}

a:hover {
color:#3342B5;
text-decoration:none;
}

#box_right a {
/*color:#4771B7;*/
color:#FFFFFF;
text-decoration:underline;
}

#box_right a:hover {
/*color:#0D5CAB;*/
color:#FFFFFF;
text-decoration:none;
}

#footer a {
color:#4771B7;
text-decoration:none;
}

#footer a:hover {
color:#3342B5;
text-decoration:none;
}

#header_text a {
color:#3342B5;
text-decoration:none;
}

#header_text a:hover {
color:#0D5CAB;
text-decoration:none;
}

/* fonts and colors */
h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #3342B5;
font-size:1.4em;
letter-spacing:0.5em;
text-transform:capitalize;
margin:0 0 0 0;
padding:0 0 0 0;
}
.center p {
text-align:center;
}
.bold p {
font-weight:bold
}
.it {
font-style:italic
}
.container h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #3342B5;
font-size:1.8em;
letter-spacing:0.5em;
text-transform:capitalize;
margin:0 0 0 0;
padding:0 0 1em 0;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
color:#3342B5;
font-size:1.2em;
text-transform:capitalize;
text-decoration:underline;
font-weight:bold;
padding:0 0 .5em 0;
margin:0 0 -6px 0;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
color:#3342B5;
font-size:1.1em;
text-transform:capitalize;
font-weight:bold;
padding:0 0 0 0;
margin:0 0 -8px 0;
}

h4 {
font-family:Arial, Helvetica, sans-serif;
color:#3342B5;
font-size:1.1em;
text-transform:capitalize;
font-weight:bold;
padding:0 0 0 0;
margin:0 0 0 0;
}
li.bullet {
list-style-image:url(images/bullet.jpg);
padding-bottom:.5em;
}


.grey {
color:#999999;
}

/* images */
img {
border:none;
}

.right img {
position:relative;
float:right;
padding:0 0 0 0;
margin:5px 2px 2px 5px;
}

.left img {
position:relative;
clear:none;
float:left;
padding:0 0 0 0;
margin:5px 5px 2px 0;
}
/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*test*/

ul.effective li.effective {
list-style: none;
text-decoration: none;
}