/* Start of CMSMS style sheet 'your_wide_css' */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #467163;
	background-image: url(images/bag.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftside {
	width: 217px;
	background-image: url(images/leftbag.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#leftside h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
#leftsidebottom {
	background-image: url(images/leftbottom.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 100%;
}
#leftsidetop {
	background-image: url(images/lefttop.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 9px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#header #headtop {
	background-image: url(images/topbag.jpg);
	background-repeat: no-repeat;
	height: 32px;
	background-color: #CBE6D3;
	padding-top: 25px;
	background-position: bottom;
}
#header #headtop #menu {
	margin-right: 20px;
	margin-left: 100px;
}
.thrColFixHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/contentbag.gif);
	background-repeat: repeat;
	background-position: right;
}
.thrColFixHdr #header {
	padding: 0;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
        width:980px;
margin: 0 auto; 
}
.thrColFixHdr #footer {
	background-color: #477163;
	background-image: url(images/footer1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 81px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer a {
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
dfn {
	MARGIN-TOP: 0px;
	DISPLAY: none;
	VISIBILITY: hidden;
	FONT-SIZE: 0px;
	MARGIN-BOTTOM: 0px
}
#formcontainer #formleft {
	width: 50%;
	float: left;
	height: 20px;
}
#formcontainer #formright {
	width: 45%;
	float: left;
	height: 20px;
	padding: 1px;
}
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
}
#mainContent h1 {
	font-family: "Trebuchet MS";
	font-size: 22px;
             padding-top: 5px;
	font-weight: normal;
	line-height: 0.1;
	margin-top: 15px;
}


#mainContent .headbelow {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #507A6C;
             padding-top: 5px;
	line-height: 0.1em;
}
#mainContent h3 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #517A6C;
	font-weight: normal;
}
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#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;  */ 
   width: 100%;
   height:10px;
   margin-top:5px;
}
/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
	width: 200px;
}
/* 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 {
    color: #FFFFFF;
	position: absolute;
	top: auto;
	display: none;
}
#primary-nav ul ul {
	margin-top: 1px;
	margin-left: -1px;
	left: 100%;
	top: 0px;
}
#primary-nav li {
	margin-left: -1px;
	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: 3px 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/link.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-transform: uppercase;
}
#primary-nav li a {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#primary-nav li li a {
	border: 1px solid #FFFFFF;
}
#primary-nav li, #primary-nav li.menuparent {
	background-color: #ececec;
}
/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive {
    color: #FF9900;
	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 {
	/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
	background-color: #E7AB0B;
}
/* 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:hover ul ul ul, 
#primary-nav li:hover ul ul ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul, 
#primary-nav li.menuparenth ul ul ul, 
#primary-nav li.menuparenth ul ul 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 ul ul ul li:hover ul, 
#primary-nav ul ul ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul,
#primary-nav ul ul ul li.menuparenth ul,
#primary-nav ul ul ul ul li.menuparenth ul { 
   display: block; 
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
#formcontainer{
	height: 138px;
}
#primary-nav .menuactive .menuactive {
	color: #FF9900;
}
#primary-nav a {
	color: #FFFFFF;
}
/* End of 'your_wide_css' */

