/* Start of CMSMS style sheet 'std_css' */
body {
    margin-top: 20px
    margin-bottom: 20px;
    padding: 0;
    background-color: #ffffff;
    font: 9pt "lucida sans unicode", arial, sans-serif;
    line-height: 1.5;
}

.clr {
    clear: both;
    height: 1px;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: #904969;
}
		
#hdr {
    background: #E8E8E7 url(/images/hdr.png) no-repeat top left;
    margin-left: auto;
    margin-right: auto;
    height: 140px;
    width: 700px;
    border-left: 1px solid #b3b2c0;
    border-right: 1px solid #b3b2c0;
    border-bottom: 1px solid #b3b2c0;
}
		
#hdr-top {
    position: relative;
    height: 3px;
    line-height: 3px;
    width: 702px;
    background: url(/images/hdr-rnd.png) no-repeat top left;
    margin: 0 -1px 0 -1px;
}
		
#hdr h1 {
    margin: 5px 0 0 210px;
    padding: 35px 0 0 0;
    height: 50px;
    background: url(/images/hdr-title.gif) no-repeat top left;
}

#content {
    background: #fefefe url(/images/ftr.png) no-repeat bottom right;
    width: 700px;
    border-left: 1px solid #CE6895;
    border-right: 1px solid #CE6895;
    margin-left: auto;
    margin-right: auto;
}

#content #main {
    float: left;
    width: 450px;
    padding: 7px;
/*    margin-top: -30px;	*/
}

#content input, #content textarea {
    font: 9pt "lucida sans unicode", arial, sans-serif;
    display: block;
}

#content .contact p {
font-weight: bold;
}

#content #main ul {
margin-bottom: 0;
padding-bottom: 0;
}
		
#content h2 {
    font: bold 13pt "Trebuchet MS", arial, sans-serif;
    margin: 3px 0;
    color: #904969;
}

#content h3 {
font-size: 10pt;
}
		
		#content #side {
			height: 325px;
			float: left;
			width: 236px;
		}
		
#ftr {
    background-color: #CE6895;
    width: 700px;
    border-left: 1px solid #904969;
    border-right: 1px solid #904969;
    border-top: 1px solid #904969;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#ftr a {
color: #000000;
}

#ftr-btm {
	position: relative;
	height: 3px;
	line-height: 3px;
	width: 702px;
	background: url(/images/ftr-rnd.png) no-repeat bottom left;
	margin: 0 -1px -6px -1px;
}
/* End of 'std_css' */

/* Start of CMSMS style sheet 'std_css_menu_horiz' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

/* Display menu item numbers? */

#primary-nav li dfn {
        display: none;
}
	

/* The wrapper clears the floating elements of the menu */

#menuwrapper { 
        overflow: hidden;
}


/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 215px;
}


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul {
        float: right;
        margin: 0 33px 0 0;
        white-space: nowrap;
	list-style: none;
	padding: 0;
        font-size: 10pt;
        font-weight: bold;
}

#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 { 
	margin-left: 10px;
	float: left; 
}

#primary-nav li li { 
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: relative;
}


/* Styling the basic appearance of the menu elements */

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 5px 5px; 
	text-decoration: none;
}
#primary-nav li a { 
        border: 1px solid #904969;
        color: #CE6895;
        text-decoration: none;
        background-color: #FFDFED;
}
#primary-nav li li a { 
	border: 1px solid #904969;
}
#primary-nav li, #primary-nav li.menuparent { 

}


/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: #CE6895;
        color: #FFDFED;
}


/* Styling the basic appearance 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 { 
	background-image: url(modules/MenuManager/images/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}


/* Styling the appearance of menu items on hover */

#primary-nav li a:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
        background-color: #CE6895;
        color: #FFDFED;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#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; 
	}
#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 'std_css_menu_horiz' */

