#page-container
{
    border: thin solid #808080;
    width: 800px;
    margin: 20px auto auto auto;
    background: #ffffff;
}
html, body {
	margin: 0;
	padding: 0px;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    background: #FFFFFF;
    text-align: center;
}

.hidden {
	display: none;
}

#header {
	background: #ffffff;
	background: url(images/header/header-full.jpg);
	width: 800px;
	height: 130px;
}

/* Left Main Navigation */

#page-container #main-nav
{
    float: left;
    width: 80px;
    background: #ffffff;
    top: 165px;
    position: absolute;
    padding: 5px;
}
#main-nav a {

    float: left;
    color: #1E5F8B;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
}
#main-nav a:hover {

    float: left;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
}
#main-nav a:active { 
    float: left;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
}

/* Main Content for pages */

.pageHeading {font-family: Arial, Helvetica, sans-serif;font-size: 22px; font-weight: normal; color: #333333; font-style: oblique;}
.pageSubHeading {font-family: Arial, Helvetica, sans-serif;font-size: 18px; font-weight: normal; color: #333333; font-style: oblique;}
.bodyRedlargeText {	font-family: Arial, Helvetica, sans-serif;font-size:12px;color: #FF0000;}
.bodyEmailSuccess {font-family: Arial, Helvetica, sans-serif;font-size: 30px; font-weight: bold; color: #333333; font-style: oblique;}

#page-container #content
{
    width: 470px;    
    margin-top: 20px;
    margin-left: 120px;
    margin-right: 0px;
    background: #ffffff;
    float: left;
    text-align: left;
        
}


#content h1
{
    padding: 0px;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #666666;
    margin: 0px 0px;
}

#content h2
{
    padding: 0px;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    font-style: normal;
    color: #555555;
    margin: 0px 0px;
}

#content h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    display: inline;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    color: #1E5F8B;
    margin: 0px 0px;
}

#content p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

/* Right List on all pages */
#page-container #right-sidebar-a {
    float: right;
	width: 180px;
	background: #ffffff;
	padding: 10px;
}

#page-container #right-sidebar-a #home-image
{
    top: 180px;
    height: 130px;
    width: 180px;
    float: right;
    background-image: url(images/page/eye.jpg);
    background-repeat: no-repeat;
    position: absolute;
    padding-top: 5px;
}

#page-container #right-sidebar-a #services-image
{
    top: 180px;
    height: 130px;
    width: 180px;
    float: right;
    background-image: url(images/page/pi_pic1.jpg);
    background-repeat: no-repeat;
    position: absolute;
    padding-top: 5px;
}
#page-container #right-sidebar-a #contact-image
{
    top: 180px;
    height: 130px;
    width: 180px;
    float: right;
    background-image: url(images/page/hugs.jpg);
    background-repeat: no-repeat;
    position: absolute;
    padding-top: 5px;
}

#page-container #right-sidebar-a #list
{
    top: 330px;
    width: 180px;
    float: right;
    position: absolute;
    
}
#list h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #333333;
    margin: 0px 0px;
    float: left;
}

#list ul { 
    margin-left : 15px; 
    padding : 0; 
    display : inherit;     
    list-style-image : url(images/circle.jpg); 
} 
#list ul li { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    float: left; 
    color: #1E5F8B;
    margin: 0px 0px; 
    padding : 0px; 
}

/* Footer */
#footer
{
    clear: both;
    background: #ffffff;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #AAAAAA;
    border-top: 1px solid #efefef;
    padding: 13px 25px;
    line-height: 18px;
}
#footer a {
	color: #AAAAAA;
	text-decoration: none;}
#footer a:hover {
	color: #333333;
}


