/*
 *  Body background (the following set overall body background
 *  ------------------------------------------------------------
 */
body {
    background-color: #99cccc;
}
#page {
    margin: 10px auto; /* adds 10px top and bottom. The "auto" keeps it centered. To move to the left part of the screen, remove "auto" and there will be 10px of margin all around*/
    background-color: #fff;
    border: 1px solid #440c48;
}

/*
 * Content links
 *  ------------------------------------------------------------
 */
#content a {
	text-decoration:none;
	color: #008c7d; /* main link color */
	font-size: 14px;
}

/* any changes when hovering over the link */
#content a:hover{ 
	color: #008c7d;
    text-decoration: underline;
}

/*
 *  Header
 *  ------------------------------------------------------------
 */
#header {
	height: 100px;
}

#header h1 {
	margin: 18px 0;
}

/*
 *  Sidebar
 *  ------------------------------------------------------------
 */
#sidebar-top {
	height: 48px;
	text-align:left;
}

/*.home #sidebar-top {
	background-image: url(images/sidebar-top_whats_new.jpg);
	
} */

#sidebar-top {
	background-image: url(images/sidebar-top.gif);
}


 #sidebar {
	background: #d0e7e5 bottom url(images/sidebar-grad.gif) repeat-x;
	padding-bottom:24px;
	margin-top: 40px;
	
}

.home #sidebar {
	background: #d0e7e5 bottom url(images/sidebar-grad.gif) repeat10
	padding-bottom:24px;
	margin-top: 40px;
		
}


#sidebar-top h2 {
	color: #008C7D;
	font: normal 32px "Arial";
	position:relative;
	top: -29px;
	padding-right: 20px;
	padding-left: 20px;	
}	

#sidebar p, 
#sidebar h2,
#sidebar h3,
#sidebar ul{
	padding: 0 32px;
}

#sidebar h2 {
	color: #6d6d6d;
	margin: 0;
	font: normal 20px "Arial";
	padding-right: 28px;
	
}

#sidebar p a {
    /* padding-right: 12px; */
	color: #000;
}

#sidebar h3 {
	margin:0;
	color: #56065b;
	font: normal 18px "Arial";
}

#sidebar li a 
{
    text-decoration: none;
    color: #000;
}

#sidebar li a:hover 
{
    text-decoration: underline;
}

/*
 *  Secondary Navigation
 *  ------------------------------------------------------------
 */

#secondary-nav {
	background: #FFFFFF url(images/secondarynav-grad.gif) repeat-x scroll center bottom;
	margin: 10px 25px;
	padding-bottom: 40px;
}

#secondary-nav h2 {
	background-color:#008C7D;
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	padding:4px 15px;
	margin: 0;
}

#secondary-nav ul {
	list-style: none;
	margin: 10px 0;
}

#secondary-nav ul li {
	margin-left: 20px;
	line-height: 13.5px;
	margin-bottom: 10px;
}

#secondary-nav ul li a {
	color: #000;
	text-decoration: none;
}

#secondary-nav ul li a:hover {
	color: #008C7D;
}

/*
 *  Contact Area
 *  ------------------------------------------------------------
 */

#contact {
	text-align: center;
	font-size:16px;
}

#contact p {
	margin-top: -10px;
}

#email-button {
	width: 274px; 
height:33px;
	background: url(images/email-button.jpg) no-repeat;
	margin: 10px auto 5px;
	color:#fff;
	padding-top:15px;
}

#email-button a {
	color: #fff;
	text-decoration:none;
	padding: 0 30px;
}

/*
 *  Navigation 
 *  ------------------------------------------------------------
 */
#navigation {
    background-color: #dd7c21;
	z-index: 1;
}

#navigation ul {
	margin: 0; padding: 0;
	list-style:none;
}

#navigation ul li {
	position:relative;
	float: left;
	margin:0;
}

#navigation li ul {
	position:absolute;
	display: none;
	background: #008c7d;
	width: 210px;
	padding: 10px 0;
	z-index: 1000;
}

.home #navigation li ul {
	background: transparent url(images/menubg.png) repeat;
}

#navigation ul li a {
	display: block;
	color: #fff;
	padding: 0 1.5em;
	text-decoration: none;
	background-color: #dd7c21;
	font-size: 14px;
}

#navigation ul li  ul li 
{
    line-height: 13.5px;
}

#navigation ul li ul li a {
	background-color: transparent;
	padding: 5px 20px;
	width: 170px;

}

#navigation ul li ul li a:hover {
	background-color: #000;
}

#navigation ul li a:hover {
	background-color: #008c7d;
}

/*
 *  Breadcrumb
 *  ------------------------------------------------------------
 */
#breadcrumb {
	margin: 5px;
}

#breadcrumb a {
	text-decoration:non e;
	color: #000;
	font-size: 14px;
}

#breadcrumb a:hover, #breadcrumb a.current {
	color: #008c7d;
}


/*
 *  Content
 *  ------------------------------------------------------------
 */
.home #content {
	margin-top: 10px;
}

#content img.right {
	float: right;
	margin: 24px 24px 24px 24px;
}

#content img.left {
	float: left;
	margin: 12px 36px 24px 24px;
}




#content h2 {
	font-family: "Arial";
	font-size: 24px;
	
	font-weight: normal;
	color: #56065b;
	padding-top: 24px;
	margin-left: 16px;
}

#content h3 
{
    padding-top: 0px;
    margin-left: 20px;
}


#content h6 
{
   
    margin-left: 16px;
}

#content h7 
{
   padding-bottom: 80px;
    margin-left: 24px;
}



#content p {
	margin-bottom: 20px;
	margin-left: 36px;
	margin-right: 24px;
}

#content ul 
{
	margin-left: 36px;
}    

/*
 *  Footer
 *  ------------------------------------------------------------
 */
#footer {
	height: 31px;
    padding-top: 15px;
    font-size: 12px;
}

#footer a {
	text-transform:uppercase;
	color: #000;
	text-decoration:none;
	margin-right: 15px;
	margin-left: 10px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .second {
	margin-left: 15px;
}

/*
 *  Contact Form
 */
.contactform label, .contactform input, .contactform textarea 
{
    margin: 10px;
}

.contactform label 
{
    display: block;
    clear: both;
    float: left;
    width: 50px;
    padding: 0;
    text-align: right;
    font-weight: bold;
}

.contactform  input, .contactform textarea
{
    border: 1px solid #777;
}

.contactform input.contactButton
{
    clear:both;
    margin-left: 80px;
}

.smalltext 
{
    font-size: 10px;
}

sup {
    bottom: 1ex;
    position: relative;
    font-size: 60%;
    z-index: 1;
}