/* Family Rock CSS File */

/****** LAYOUT ******/

body
{
margin: 0;
padding: 0;
background-color: #6699cc;
background-position: top center;
background-repeat: repeat-y;
}

#maincontainer
{
margin: 0 auto;
padding: 0px;
width: 749px;
background-color: #99cccc;
border: 1px solid #333333;
}

#topheader
{
margin: 0px;
padding: 0px;
width: 749px;
height: 92px;
background-image: url(images/layout/topheader.jpg);
background-repeat: no-repeat;
background-position: top-left;
}


#bottomheader
{
margin: 0px;
padding: 0px;
width: 749px;
height: 268px;
background-image: url(images/layout/bottomheader.jpg);
background-repeat: no-repeat;
background-position: top-left;
}

#content
{
margin: 0;
padding: 0px;
float: left;
width: 547px;
height: 100%;
background-color: #ffffff;
}

#right
{
float: right;
margin: 0px;
margin-top: 0px;
padding: 0px;
width: 202px;
height: 100%;
background-color: #99cccc;
}

/****** NAVIGATION ******/

#nav
{
margin: 0px;
padding: 0px;
width: 749px;
height: 28px;
background-image: url(images/layout/nav_bg.jpg);
background-repeat: repeat-x;
text-align: center;
border-top: 1px solid #777777;
border-bottom: 1px solid #777777;
}

#nav ul
{
font: bold 12px verdana;
padding: 0px;
padding-top: 0px;
margin-top: 0px;
margin-left: 7px;
margin-bottom: 0px;
height: 28px;
text-align: center;
line-height: 28px;
vertical-align: middle;
}

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

#nav ul li a
{
text-decoration: none;
float: left;
color: #333333;
margin-left: 10px;
padding: 0px;
font-weight: bold;
}

#nav ul li a:link, #nav ul li a:visited
{
color: #333333;
text-decoration: none;
}

#nav ul li a:hover
{
color: #777777;
text-decoration: underline;
} 

#nav ul li a:active 
{
color: #333333;
text-decoration: none;
}

/****** FOOTER ******/

#footer
{
width: 749px;
clear: both;
padding: 0px;
padding-top: 10px;
margin: 0px;
background-color: #99cccc;
background-image: url(images/layout/bottomgradient.jpg);
background-repeat: repeat-x;
text-align: center;
}

#footer a
{
color: #003366;
font-weight: normal;
text-decoration: underline;
margin-top: 0.5em;
}

#footer address
{
font-weight: normal;
font-style: normal;
font-family: Georgia, "Times New Roman", serif;
font-size: 11pt;
}

#footer p
{
color: #333333;
font-size: 11pt;
margin: 0;
padding: 5px;
font-weight: normal;
font-family: Georgia, "Times New Roman", serif;
}

/****** HEADINGS ******/
h1
{
margin-top: 10px;
margin-left: 8px;
margin-bottom: 0.5em;
padding: 0;
font-family: "Times New Roman", serif;
color: #003333;
font-size: 13pt;
}

h2
{
margin-top: 5px;
margin-left: 15px;
margin-bottom: 0px;
padding: 0px;
font-family: "Times New Roman", serif;
color: #003366;
font-size: 13pt;
}

h3
{
margin-top: 1px;
margin-left: 30px;
margin-right: 5px;
margin-bottom: 0px;
padding: 0px;
font-family: "Times New Roman", serif;
color: #003366;
font-size: 10pt;
}

#right h2
{
margin: 0 auto;
margin-top: 10px;
margin-bottom: 0.5em;
padding: 0px;
font-family: "Times New Roman", serif;
color: #003366;
font-size: 13pt;
text-align: center;
}

#right h3
{
margin-top: 0px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 0;
padding: 0px;
font-family: "Times New Roman", serif;
color: #003366;
font-size: 11pt;
text-align: center;
}
/****** LINKS ******/

a
{
color: #003366;
font-weight: normal;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

#right a
{
font-size: 10pt;
font-family: Georgia, "Times New Roman", serif;
color: #003366;
text-decoration: underline;
font-weight: bold;
}

#right a:hover
{
text-decoration: none;
}

/****** PARAGRAPH ******/

#content p
{
color: #333333;
font-size: 11pt;
margin-left: 30px;
margin-right: 30px;
margin-top: 0.5em;
margin-bottom: 0.5em;
font-weight: normal;
font-family: Georgia, "Times New Roman", serif;
}

#right p
{
color: #333333;
font-size: 10pt;
margin-left: 15px;
margin-right: 15px;
margin-top: 1em;
margin-bottom: 1em;
font-weight: normal;
font-weight: normal;
font-family: Georgia, "Times New Roman", serif;
}

/****** LISTS ******/

ul
{
list-style-image: url(images/bullet.gif);
color: #333333;
margin-left: 25px;
font-weight: normal;
list-style-position: inside;
}

/****** SPAN ******/

#right span
{
color: #003366;
}
