body {
	font-size:76%;
	font-family:"trebuchet MS", verdana, arial, sans-serif;
	background:#c3b3f4;
	word-wrap:break-word;
	margin:0;
	padding:0;
}
#header {
	border-bottom:1px solid #99F;
	min-height:120px;
}

#logo{
	width:250px;
	height:120px;
	float:left;
	margin-right:100px;	
}

#outer1 {
	float:left;
	width:180px;
	padding:10px;
	min-height:750px;
	background-image:url('../images/leftBG.jpg');
}
#outer3 {
	float:right;
	width:180px;
	padding:10px;
	min-height:750px;
	background-image:url('../images/rightBG.jpg');
}
#outer2 {
	background:#c3b3f4;
	margin:10px 210px;
}
#outer1, #outer2, #outer3 {
	padding-bottom:32767px;
	margin-bottom:-32767px;
}
#wrapper {
	overflow:hidden;
	background:#c3b3f4;
}
#footer {
	clear:both;
	background:#c3b3f4;
	border-top:1px solid #99F;
	min-height:40px;
}
.content {
	padding:10px;
}
h1 {
	font-size:20px;
	margin:0;
	padding:10px 0;
	color:#fff;
}
h3 {
	font-size:18px;
	margin:0;
	padding:8px 0;
}
p {
	font-size:12px;
	line-height:1.5em;
	margin:0;
	padding:5px 0;
}
#footer p, #header p {
	color:#fff;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	text-decoration:none;
}







/* 1 Generic 
-------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	outline: none;
}


/* 3 Links
-------------------------------------------------------------------------------- */
a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

/* 4 Text & Content Blocks
-------------------------------------------------------------------------------- */
p {
	margin-bottom: 20px;
}

em.colored {
	font-style: normal;	
}

section {
	margin-bottom: 40px;	
}

#content section {
	margin-bottom: 20px;	
}

.float-left {
	float: left;	
}

.float-right {
	float: right;	
}

.asterisk {
	font-family: Tahoma, Geneva, sans-serif;	
	font-style: normal;
}

.note {
	color: #e44036;	
}

.tip,
caption, .caption {
	color: #888;
	font-size: 11px;
	font-style: italic;	
}



/* 7 Navigation Bar
-------------------------------------------------------------------------------- */
#navbar {	
	position: relative;
	z-index: 99;
	border-radius: 5px;	
	height: 38px;
	padding: 1px;
	color: #FFF;
	margin-left:200px;

}

#navbar-inner {

}

/* Navigation */

#nav {
	position: relative;
	z-index: 99;
	border-radius: 5px;	
	height: 38px;
	padding: 1px;	
	margin-left:250px;
	padding-top:22px;
	clear:right;
		
}

#nav li{
	list-style:none;	
}

/* Navigation List */

ul#navlist {
	border-right: 1px solid rgba(255,255,255,0.05);
}

ul#navlist > li {
	float: left;
}


ul#navlist > li:hover {

}

ul#navlist > li:first-child {
	border-left: none;
	border-radius: 5px 0 0 5px;
}

ul#navlist a:link, ul#navlist a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
}

ul#navlist a:hover, ul#navlist a:active, ul#navlist > li.current > a {
	color: #fff;
}

ul#navlist > li > a {
	font-weight: bold;
	padding: 10px 15px;	
}

ul#navlist > li > a.trigger:link span, ul#navlist > li > a.trigger:visited span {
	background: url(../images/arrow-down.png) no-repeat right 5px;	
	padding-right: 12px;
}

ul#navlist > li > a.trigger:hover span, ul#navlist > li > a.trigger:active span, ul#navlist > li.current > a.trigger span {
	background-position: right -145px;	
}

ul#navlist span {
	display: block;	
}

/* First-Level Drop-Down */

ul#navlist ul {
	border: 1px solid rgba(0,0,0,0.9);
	border-radius: 0 0 3px 3px;
}

ul#navlist ul li {
	background-color: rgba(173,115,230,0.9);
	border-top: 1px dotted rgba(0,0,0,0.9);
}

ul#navlist ul li:hover {	
	background-color: rgba(183,125,240,0.9);
}

ul#navlist ul li:first-child {	
	border-top: none;
}

ul#navlist ul a {	
	padding: 5px 15px;
}

ul#navlist ul a.trigger:link span, ul#navlist ul a.trigger:visited span {
	background: url(images/arrow-right.png) no-repeat right 7px;
	padding-right: 9px;
}

ul#navlist ul a.trigger:hover span, ul#navlist ul a.trigger:active span {
	background-position: right -143px;
}

/* Second-Level Drop-Down */

ul#navlist ul ul {
	border-radius: 0 3px 3px 3px;
}

/* Drop-Down Menu Activation */

ul#navlist ul {
	position: absolute;
	top: -999em;
	width: 198px; /* left offset of submenus need to match (see below) */
}

ul#navlist ul li {
	width: 100%;
}

ul#navlist li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

ul#navlist li {
	float: left;
	position: relative;
}

ul#navlist a {
	display: block;
	position: relative;
}

ul#navlist li:hover ul,
ul#navlist li.sfHover ul {
	left: -1px;
	top: 38px; /* match top ul list item height */
	z-index: 99;
}

ul#navlist li:hover li ul,
ul#navlist li.sfHover li ul {
	top: -999em;
}

ul#navlist li li:hover ul,
ul#navlist li li.sfHover ul {
	left: 198px; /* match ul width */
	top: -1px;
}

ul#navlist li li:hover li ul,
ul#navlist li li.sfHover li ul {
	top: -999em;
}

ul#navlist li li li:hover ul,
ul#navlist li li li.sfHover ul {
	left: 198px; /* match ul width */
	top: -1px;
}
