/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

.bottom {
   width: 255px;
   height: 5px;
   background-color: #C0C0C0;
}


#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }



#menuwrapper { 
   /* Fix for Opera 8 */ 
   /* overflow:hidden;*/
   background-color: #ECECEC;
   /* border-bottom: 1px solid #C0C0C0;*/
   width: 100%;
}



/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 255px; 
   left:-12px;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding:0px;
   text-decoration: none; 
   color: #494646;
}
#primary-nav a:hover { 
	color:#AD0E09;
	background-image: url(images/menu-on-hover-bg.jpg);
}
#primary-nav li a { 
}
#primary-nav li li a { 
   	background-color:#F3F3F3;
   	border: 1px solid #C3C3C3;
	padding:8px;
}	


#primary-nav li, #primary-nav li.menuparent { 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #C7C7C7; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
	color:#AD0E09;
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
	color:#AD0E09;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'Navigation: CSSMenu - Horizontal' */

/* Start of CMSMS style sheet 'general layout' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
	margin:0;
	padding:0;
	}

img {
	border-width: 0;
	behavior: url(includes/pngbehavior.htc);
}

body {
	background-image: url(uploads/images/backgroundpiece-17.gif);
	}
#layout_shadow_left {
	border-right:1px solid #4E4E4E;
	}
#layout_shadow_right {
	border-left:1px solid #4E4E4E;
	}
td, div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}


div.subpage_cta_image {
	margin:auto;
	margin-top:14px;
	width:184px;
}	
/* End of 'general layout' */

/* Start of CMSMS style sheet 'Home Page' */
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/
div#header {
	height: 92px; /* adjust according your image size */
	width:955px;  
	background: #385C72 url(images/hp-header.jpg) no-repeat;      
	}

div#header h1 a {
	display: block; 
	height: 92px;             /* adjust according your image size */
	text-indent: -999em;  /* this hides the text */
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
	}
#hp-content {
	width:955px;
	background-color:#B7B6B6;
	background-image: url(uploads/images/homepagebackgroundbottom.jpg);
	background-repeat:no-repeat;
	}
.hp-box {
	height:152px;
	width:293px;
	}
	
#hp-box-1 {
	background-image: url(uploads/images/link_box_01.jpg);
	}
#hp-box-2 {
	background-image: url(uploads/images/link_box_02.jpg);
	}
#hp-box-3 {
	background-image: url(uploads/images/link_box_03.jpg);
	}
	
.home_page_box{
	margin-top:18px;
	margin-left:38px;
	line-height:25px;
	color:#686058;
	font-size:11px;
	}
.home_page_box a {
	color:#686058;
	}
.presmessage {
	width:866px;
	margin-top:35px;
	padding-left:30px;
	font-size:12px;
	line-height:18px;
	color:#484848;
	}
.linkbar {
	background-image: url(images/link-bar-background.jpg);
	background-repeat: repeat-x;
	background-color:#b7b5b6;	
	margin-top:45px;
	border-top:solid #464646 1px;
	border-bottom:solid #464646 1px;
    text-align:center;
	line-height:33px;	
	}
	
.linkinbar {
	color:#000000;
    font-size:12px;
	padding:12px;
	line-height:33px;
}
.seo_content {
	margin-top:400px;
	}
.SEO_box {
	border:solid #9C9C9C 1px;
	padding:20px;
	}
.SEO_box h2 {
	font-size:14px;
	color:#423D38;
	padding-bottom:10px;
	}
.SEO_box p,
.SEO_box li {
	line-height:18px;
	color:#686058;
	padding-bottom:8px;
	}
.SEO_box ul,
.SEO_box ol {
	margin-left:30px;
	}
.SEO_box1{
	background-image: url(uploads/images/SEO-bg-leftbg.jpg);
	background-repeat: no-repeat;
	background-color:#C7C6C6;
	width:540px;
	}

.SEO_box2{
	background-image: url(uploads/images/SEO-bg-rightbg.jpg);
	background-repeat: no-repeat;
	background-color:#C7C6C6;
	width:270px;
	}

div#footer {
   color: #000000;
   font-size: 10px;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}


a {
color: #000000;
}
/* End of 'Home Page' */
