/* Start of CMSMS style sheet 'New Look' */
body {
	text-align:center;
	margin:0;
	font-size:12px;
	text-decoration:none;
	font-family:tahoma,verdana,arial sans serif;
        color:#737173;
}

A:link {text-decoration: underline; color:#ff0000; font-weight:bold;}
A:visited {ext-decoration: none; color:#ff0000; font-weight:bold;}
A:active {ext-decoration: none; color:#000000; font-weight:bold;}
A:hover {ext-decoration: underline; color:#ff0000; font-weight:bold;}

div.border {
	width:778px;
	margin:0;
	margin-right:auto;
	margin-left:auto;
	border:1px solid #000000;
        overflow:hidden;
        height:100%;

}

div.imageholder {
	Width:190px;
	border:0px solid #000000;
	float:left;
        padding-top:10px;
        padding-left:10px;
        padding-bottom:15px;
        height:180px;
        /*overflow:hidden;*/
}

div.logoholder {
	Width:576px;
	border:0px solid #000000;
	float:right;
	padding-right:0px;
        padding-bottom:75px;
}

div.clearit {
	clear:both
	height:1px;
	border:0px solid #000000;	
}

div.leftmenu {
	Width:200px;
	border:0px solid #000000;
	float:left;
        text-align:center;
        margin-top:60px;
	margin-right:auto;
	margin-left:auto;
}

div.content {
	Width:500px;
	border:0px solid #000000;
	float:left;
	padding-left:35px;
	padding-right:0px;
                text-align:left;
}

div.strawberry {
	Width:576px;
	margin-right:auto;
	margin-left:auto;
	border:0px solid #000000;
                overflow:hidden;
                float:right;
}

div.footer {
	width:678px;
	margin:0;
	margin-right:auto;
	margin-left:auto;
                height:4em;
	border:0px solid #000000;
                overflow:hidden;
                text-transform:lowercase;
                float:center;
}
/********************
TOP MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: #ff0000;
   width: 100%;
   margin: 0;
   margin-right:auto;
   margin-left:auto;
   padding-bottom:7px;
   padding-top:7px;
   text-align:center;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   padding: 0;
   text-align:center;
   vertical-align:middle;
   margin-left:25px;
}


/* menu list items */
div#menu_horiz li {
   float: left;
   list-style: none;
   margin-right:5px;
   padding-top:12px;
   border-right: 0px solid #ff0000;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 1em .6em 1.4em;
   margin: 0;
   text-decoration: none;
   color: #ffffff;
   display: block;
   text-decoration:none;
   font-weight:bold;
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #ff0000;
   color:#000000;
   text-decoration:none;
   font-weight:bold;
}
div#menu_horiz a.activeparent:hover {
   background-color: #ff0000;
   color: #000000;
   text-decoration:none;
   font-weight:bold;

}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background-color: #ff0000;
   color: #000000;
   text-decoration:none;
   font-weight:bold;
}

div#menu_horiz h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   background-color: #ff0000;
   color: #000000;
   display: block; /* IE has problems with this, fixed above */
   font-weight:bold;
   font-size: 12px;
}
/*
BOTTOM MENU
*/
#footer_menu {
    font: bold 10px Arial;
    color: #ff0000;
    text-decoration: none;
    float:center;
  }

div#hpbottomleft {
border: 1px solid #000000;
}

table.successtable {
border: 0px solid #000000;
text-align:center;
padding-right:100px;
float:right;
width:400px;
}
/* End of 'New Look' */

