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

body  {
font: 14px Arial, Helvetica, sans-serif;
margin: 0; 
padding: 0;
text-align: center; 
color:#300;
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
background-position: top center;

}

#container { 
width: 1024px;
margin: 0 auto; 
text-align: left; 

} 


img {
border:none;
}

a {
color:#900;
}

ul {
padding:0px;
list-style:none;
}

li {
pdding:5px;
list-style-image:none;
}


/*TOP AREAS*****************************/

#header { 
padding:0px;
}


#logo {
width:243px;
height:223px;
float:left;
}

#sublogo {
width:246px;
height:191px;
float:left;
}

#header_right {
width:781px;
float:right;
background-image:url(../images/header.jpg);
height:223px;
}

#header_right_home {
width:781px;
float:right;
background-image:url(../../default/images/homeheader.jpg);
height:223px;
}

#cnn {
width:131px;
float:left;
height:88px;
margin:25px 0px 0px 10px;
z-index:100;
}


#signup {
padding:0px 0px 0px 0px;
float:right;
width:557px;
background-image:url(../images/join.gif);
background-repeat:no-repeat;
background-position: 0px 0px;
}

.input {
background-image:transparent url(../images/input.gif);
background-repeat:no-repeat;
width:164px;
height:20px;
background-position:0px 0px;
  border-top: 1px #300 solid;
    border-left: 1px #300 solid;
    border-right: 1px #300 solid;
    border-bottom: 1px #300 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px;
}

#topnav ul {
padding:20px 0px 30px 300px;
margin:0px;
list-style:none;
font-size:14px;
font-weight:bold;
}

#topnav li {
padding:0px 0px 0px 5px;
display:inline;
list-style-image:none;
}

#topnav a:link {
color:#993333;
text-decoration:none;
}

#topnav a:visited {
color:#993333;
text-decoration:none;
}

#topnav a:Hover {
color:#993333;
text-decoration:underline;
}

#topnav a:active{
color:#993333;
text-decoration:none;
}





/*Main Areas*****************************/

#right {
float:right;
width:286px;
height:543px;
overflow:hidden;
}

#sidebar1 {
width: 286px; 
background-image:url(../images/ph_family.jpg);
height:416px;

}

#sidebar2 {
float: right; 
clear:right;
width: 286px; 
height:128px;
}


#left {
width:738px;
float:left;
}

#pagetitle {
background-image:url(../images/title.jpg);
height:128px;
background-repeat:no-repeat;
float:left;
clear:right;
width:738px;
}




#mainContent { 
background-image:url(../images/content_bg.jpg);
width:608px;
height:204px;
float:left;
padding:0px 20px 0px 110px;
text-align:justify;
} 

#footer {
background-image:url(../images/scroll.jpg);
height:211px;
width:738px;
float:left;
overflow:hidden;
}

#footer ul {
padding:30px 0px 0px 120px;
margin:0px;
list-style:none;
}

#footer li {
display:inline;
padding:0px 0px 0px 30px;
list-style-image:none;
font-size:10px;
}

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

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

#footer a:HOVER {
color:#fff;
text-decoration:underline;
}

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


#subContent { 
background-image:url(../images/subcontent_bg.jpg);
width:814px;
float:left;
padding:20px 100px 40px 110px;
text-align:justify;
background-repeat:no-repeat;
} 

#subContent h1 {
background-image:url(../images/title_bg.gif);
background-repeat:no-repeat;
background-position:0px 30px;
height:40px;
}

#subfooter {
width:1024px;
float:left;
}

#subfooter  ul {
padding:35px 0px 0px 120px;
margin:0px;
list-style:none;
background-image:url(../images/subfooter.jpg);
background-repeat:no-repeat;
height:75px;
width:904px;
}

#subfooter  li {
display:inline;
padding:0px 0px 0px 30px;
list-style-image:none;
font-size:10px;
}

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

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

#subfooter  a:HOVER {
color:#fff;
text-decoration:underline;
}

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
























.twoColFixRtHdr #footer { 
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.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;
}

/*============================================================

THE MENU

=============================================================*/



#nav{

position:relative;
top:28px;
    /top:15px;
left:10px;
    width:781px;
    z-index:65;

}





#nav ul {

float: left;

list-style: none;

line-height: 1;

font-weight: bold;

padding: 0;

margin: 0 0 1em 0;

}



#nav a {

_float:left;
display: block;
color: #fff;
text-decoration: none;
padding-left: 8px;
padding-right: 8px;
padding-top:10px;
height:20px;
font-size:12px;

}

#nav a:Hover {

_float:left;

display: block;

color: #fff;

text-decoration: none;

padding-left: 8px;
padding-right: 8px;

padding-top:10px;

height:20px;

font-size:12px;

}





#nav a.daddy {

}

#nav a.daddy:Hover{

background-image:url(images/array_332x28_roll.gif);

background-position:-10px 0px;

}



#nav li {

_display:block;

_padding-left:-100px;

float: left;

padding: 0;

}



#nav li ul {



_display:block;

_height:30px;

_padding-top:30px;

position: absolute;

left: -999em;

height: auto;

width: 200px;

font-weight: normal;

margin: 0;

}



#nav li li {

_display:block;

_float:left;

_left:-100px;

_padding-left:0px;

_margin-left:0;

_height:30px;

_position: relative;

padding-right: 1em;

width: 200px;

}



#nav li ul a {

_width: 160px;

_float:left;

_padding-left:-150px;

background-image:url(images/bullet_11x8.gif);

background-repeat:no-repeat;

background-position:0px 12px;

background-color:#300;

}

#nav li ul a:Hover {

text-decoration:none;

background-image:url(../images/bghover.jpg);

background-repeat:repeat;

background-position:0px 12px;



color:#000;



}



#nav li ul ul {

margin: -30px 0 0 180px;

_margin: -30px 0 0 0px;

}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {

left: -999em;

}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {

_left:-50px;

left: auto;

}

hr {
border:none;
height:1px;
background:#000;
}

h2 {
	font-size:22px;
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:left;
}


h3 {
	font-size:18px;
	padding:10px 0px 0px 0px;
	margin:0px;
	text-align:left;
	color:#000;
}
