/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */

#menuwrapper { 
	width: 100%; 
	}


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
    margin-left: -1px;
	}
#primary-nav ul { 
	position: absolute; 
	top: 0; 
	left: 100%; 
	display: none; 
	}
#primary-nav li { 
    margin-bottom: -1px; 
	position: relative; 
	}


/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	border: 0px solid #006699; 
	display: block; 
	margin: 0x; 
	padding: 5px 10px; 
	text-decoration: none; 
	}
#primary-nav li, #primary-nav li.menuparent { 
	background-color: #eeeeee; 
	}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: #9d9d9d; 
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav li.menuparent, #primary-nav li.menuparent:hover, #primary-nav li.menuparenth { 
	background-image: url(modules/MenuManager/images/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: #cdcdcd; 
	}


/* 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 Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 1em;
        text-align: center;
    }
    div#pagewrapper {

        margin: 0 auto;
        width: 800px;
        padding: 0;
    }
    #container {
	position: relative;
	margin: 0;
    }
    

    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
font: 12px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #000000;
margin: 0px;
line-height: 25px;
text-align: left;
        }
div#portfolio{
margin-left: 60px;
}
a:link { 
	color: #221694;
	text-decoration: none;
	}
a:visited { 
	color: #221694;
	text-decoration: none;
	}
a:hover { 
	color: #221694;
	text-decoration: underline;
	}
a:active { 
	color: #221694;
	text-decoration: none;
	}
        
        div#news {

font: 12px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #000000;
margin: 10px;
line-height: 25px;
text-align: left;
        }


        /* MAIN */
            div#main {


            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    

        div#footer {
font-family: verdana;
color: #333333;
            font-size: xx-small;
            margin: 0;
            padding: 15px;
            text-align: center;
        }
    /* END FOOTER */
/* END LAYOUT */


submit {
	height: 29px;
	width: 330px;
	padding-top: 5px;
	clear: both;
} 

input {
	background-color: #fff;
	font: 12px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #999999;
}

textarea {
	border: 1px solid #999999;
	background-color: #fff;
	font: 12px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 4px 0 5px 8px;
}
/* Layout sections */
	body {
		background: #eeeeee;
background-image: url(uploads/images/bckgrnd.jpg);

		color: #333;
		}
		
	div#pagewrapper {
align: left;
valign: top;
		border: 2px solid #999;
		background: #fff;
	    }
		
	div#header {
		color: #fff;
		}
		
	div#footer {
		color: #333333;
		}
		
/* Links */		
a:link { 
	color: #221694;
	text-decoration: none;
	}
a:visited { 
	color: #221694;
	text-decoration: none;
	}
a:hover { 
	color: #221694;
	text-decoration: underline;
	}
a:active { 
	color: #221694;
	text-decoration: none;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #221694;
	}