/* Start of CMSMS style sheet 'Cornerstone 2' */
body {
	background: #3c555c;
	background-image:url(uploads/images/back-grad.jpg);
	background-attachment:fixed;
	background-position: 50% 0%;
	background-repeat:repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #555E4F;
	margin-top:0px;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
background-image:url(uploads/images/top.jpg);
	width: 749px;
	height:229px;
	margin: 0 auto;
	color: #F5D762;
}

a {
	color: #3c555c;
	text-decoration: none;
}

a:hover {
	color: #3c555c;
}

.title {color: #233b1b;}


#menuwrapper {
        position: absolute;
        top: 26px;
        left: 120px;

        border-bottom: none;
        font-size: 1.0em;
        width: 100%;
        color: white;
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li {
        width: 700px;

       }


/* 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 {
	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 : white;
	}
#primary-nav li a {
	border-right: none;
	border-left: none;
        color : white;
	}
#primary-nav li li a {
	border: none;
	}
#primary-nav li, #primary-nav li.menuparent {

        color : white;
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive {
	background-color: #3c555c;
        font-weight: bold;
	}


/* 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;
          color: red;
	}


/* 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: #3c555c;
        color : white;
	}


/* 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;
          color: red;
	}
#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%;
	}

/* Content */

.style2 {font-size: medium}

.style3 {
	font-size: large;
	font-weight: bold;
}

.style4 {font-size: large}

.left {float: left; margin: 0 0 15px 15px;}

.right {float: right; margin: 0 0 15px 15px;}

#content {
	width: 749px;
	height:auto;
	background-image:url(uploads/images/content.jpg);
	background-position:center;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	border: 0px;
	border-top: none;
	background-repeat:repeat-y;
	line-height: 1.6;

}

#narrow {
padding:30px;
}

#maincontent {
	width: 749px;
	background-position:center;
	height:690px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	border: 0px;
	border-top: none;
	}

#mainlinkmenu a {
   position: relative;
   text-decoration: none;
   width: 375px;
   height:1000px;
   }

#mainlinkmenu a i { visibility: hidden; }

a#products {
	left: 50px;
	width: 325px;
	height: 100px;
	top: 728px;
	float:left
}

a#speaking {
	left:50px;
	width: 325px;
	height: 50px;
	top: 840px;
	float:left
}


#footer {
	width: 749px;
        background-position:center;
	background-repeat:no-repeat;
	height:178px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
}


#footer p {
	text-align: center
	padding: 0;
	color: #c6beef;
	font-size: 11px;
}

#footer a {
	color: #c6beef;
	font-weight: bold;
}

#wrapper
{
position: relative;
margin-top: 0;
margin-bottom: 0;
margin-left: 110px;
margin-right: 110px;
}
/* End of 'Cornerstone 2' */

