body {
	margin:0;
	background:#dae7f4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#373737;
}

em { font-style:italic }
em.bold { font-style:normal; font-weight:bold; color:#6A9ED4; }


#header, #content {
	margin:0 auto;
	width:708px;
}

#title {
	display:inline;
	float:left;
	width:262px;
	height:56px;
	background:url('../images/illman-young.png') no-repeat;
}

#title span {
	visibility:hidden;
}

#home-link {
	display:block;
	width:174px;
	float:right;
	text-align:right;
	background:url(../images/homepage/home-link.png) no-repeat right bottom;
	height:30px;
	margin:30px 3px 0 0;
	font-size:0;
}

h1 {
	float:left;
	margin:16px 0 0 0px;
	width:213px;
	color:#6A9ED4;
	font-weight:bold;
	display:none
}

h2 {
	margin:0 0 10px;
	font-size:25px;
	font-weight:bold;
	color:#6A9ED4;
}

h3 {
	margin:0 0 8px;
	font-size:16px;
	font-weight:bold;
	color:#6A9ED4;
}


p, ul {
	margin:0 0 10px;
	line-height:15px;
}

a {
	color:#777;
}

a:hover {
	color:#6A9ED4;
}

strong {
font-weight:bold;
}

/* Header styles */

#top {
	background:url('../images/top-grad.png') repeat-x top;
}

#accessible {
	display:none;
}

#header {
	margin:0 auto;
	width:710px;
	height:60px;
	padding:80px 0 0 0;
}

#header ul {
	display:inline;
	margin:16px 0 0;
	float:right;
}

#header ul li, #banner ul li {
	display:inline;
	padding:0 0 0 15px;
}

#header ul li + li {
	background:url('../images/vertical-bar.png') no-repeat 6px 4px;
}

#title {
	float:left;
	display:inline;
}

#header a, #banner a {
	color:#838383;
	text-decoration:none;
}
#mainmenu a {
padding:0 0 10px;
display:inline-block;
}

#header a:hover,
#banner a:hover,
#header .active a,
#banner .active a {
	color:#6A9ED4;
}

#header .active ul .active a, #banner .active ul .active a, #header .active ul a:hover, #banner .active ul a:hover {
	color:#838383;
}

#banner {
	padding:0;
	height:256px;
	background:#fff url('../images/headers/home.jpg') center top no-repeat;
}

#mainmenu {
	position:relative;
	margin:0 auto;
	width:490px;
	padding:243px 0 0;
	font-size:13px;
	text-transform:lowercase;
}

#mainmenu ul {
	display:inline;
	padding-left:20px;
}


#mainmenu ul li + li {
	background:url('../images/vertical-bar.png') no-repeat 6px 3px;
}
#mainmenu ul ul {
font-size:11px;
position:absolute;
top:20px;
display:none
}


#mainmenu ul li {
padding-bottom:5px
}

#mainmenu ul li:hover ul {
display:block
}

ul .item3 ul { left:115px !important; }
ul .item11 ul { left:185px !important; }

/* Main content styles*/
#main {
	margin:0;
	background:#fff url('../images/water.png') center top no-repeat;
}

#content {
	padding:45px 0 0;
}

/* Footer Styles */
#footer {
	margin:0 auto;
	padding:25px 0 50px;
	width:340px;
	font-size:11px;
	color:#999;
	text-transform:lowercase;
}


#footer ul {
	float:left;
}

#footer ul li {
	display:inline;
	margin:0 5px 0 0;
	padding:0 7px 0 0;
	background:url('../images/vertical-bar-footer.png') no-repeat right 3px;
}

#footer ul li a {
	color:#999;
	text-decoration:none;
}

#footer ul li a:hover, #footer ul li.active a {
	color:#6A9ED4;
}

#footer p {
	display:inline;
}

#bottom {
	margin:-128px 0 0;
	height:128px;
	background:url('../images/bottom-grad.png');
}