/* Start of CMSMS style sheet 'AmysHopeMain' */
/* CSS Document */
/* © 2007 Amys Hope International */
/* CSS developed By Factor 1 Studios */
/* www.factor1studios.com */
/* Do not borrow, copy, steal, yank, hack, or borrow this code. */
/* you are free to lust after its sheer beauty, but thats it punk */
* {
	margin:0;
	padding:0;
	}

body {
	background-color:#eb9b31;
	margin-top:15px;
	}
	
/* All center-aligned elements */
.centered, body, #fulwrap{
	text-align: center;
	}

/* All left-aligned elements */
.leftalign, #content #footer{
	text-align: left;
	}
	
.leftalign, #footer{
	text-align: left;
	font-size:12px;
	}
	
/* All right-aligned elements */
.rightalign, #content #footer #factor1 {
	text-align: right;
	}
	
#fullwrap {
	background-color:#FFFFFF;
	outline:solid;
	outline-width:1px;
	outline-color:#BE7D26;
	width:618px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding:7px;
	padding-bottom:20px;
	}
	
#tanwapper {
	background-color:#EFEEEA;
	width:600px;
	margin-left: auto;
	margin-right: auto;
	}
	
#logo {
	background-image:url(images/logo.gif);
	width:336px;
	height:174px;
	background-repeat:no-repeat;
	text-align:center;
	}
	
hr {
	color:#4d545b;
	width:98%;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	padding-bottom:4px;
	border-left:none;
	clear:both;
	}
	
a img {border:0 none;}

A:link { color: #000099; text-decoration: underline; background: transparent;}

A:active { color: #000099; text-decoration: underline; }

 A:visited {color: #000099; text-decoration: underline; background: transparent; }

A:hover { color: #FF6633; background: transparent; text-decoration:underline;}

#menu_horiz A:link { color: #4D545b; text-decoration: none; background: transparent;}

#menu_horiz A:active { color: #4D545b; text-decoration: none; }

 #menu_horiz A:visited {color: #4D545b; text-decoration: none; background: transparent; }

#menu_horiz A:hover { color: #4D545b; background: transparent; text-decoration:underline;}
	
#content{
	width:580px;
     _width:540px;
	height:auto;
	text-align:left;
	}
	
p {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#4d545b;
	text-align:left;
	padding-bottom:5px;
	}

	
dfn {
	display:none;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-variant:caps;
	font-weight:lighter;
	letter-spacing:1px;
	font-size:22px;
	text-align:left;
	color:#4d545b;
	}
	
h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-variant:caps;
	font-weight:lighter;
	letter-spacing:1px;
	font-size:15px;
	text-align:left;
	color:#4d545b;
	}
	

#primary-nav, #primary-nav ul, #primary-nav li  {
	margin-top:0px;
	}
	

	
#content p, #content h1, #content, #content img{
	padding-left: 8px;
	_padding-left: 4px;
	padding-right: 8px;
	}
	

	
#footer {
	width:600px;
	height:20px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	}
	
#footer p{
	padding: 0px;
	}
	
#factor1 {
	font-size:11px;
	}
/* End of 'AmysHopeMain' */

/* Start of CMSMS style sheet 'Default CSSMenu Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper clears the floating elements of the menu */

#menuwrapper { 
        overflow: hidden; 
        background-color: #EFEEEA;
        border-bottom: 1px solid #4d545b;
        width: 580px;
        _margin-left: 8px;
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 160px; 
       }


/* 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 { 
	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: 5px 10px; 
	text-decoration: none; 
color:4d545b;
	}
#primary-nav li a { 
	border-right: 1px solid #4d545b;
	border-left: 1px solid #4d545b;
	}
#primary-nav li li a { 
	border: 1px solid #4d545b;
	}	
#primary-nav li, #primary-nav li.menuparent { 
	background-color: #EFEEEA; 
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: #EFEEEA; 
	}


/* 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 { 
	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: #EB9B31;
color: #333333;
	}



/* 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 'Default CSSMenu Horizontal' */

/* Start of CMSMS style sheet 'Layout CSSMenu Horiz 1C' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

 
/* NAV BAR AT THE TOP AND ONE COLUMN OF CONTENT */
    div#content {
        width: 96%;
        margin: 0;
        _margin-left: 15px;
        padding: 1em 2%;
        text-align: left;
    }
    div#main {

    }
    div#menu_horiz {
        width: 100%;
      _margin-left: 15px;
        text-align: left;
    }

/* END CONTENT */
/* End of 'Layout CSSMenu Horiz 1C' */

