* {
	margin: 0;
	padding: 0;
}

div.wrapper {
	background-color: #fff;
	background-image: url('/images/background.png');
	background-repeat: no-repeat;
	background-position: center top;
}

/* page divisions */

#body {
	position : relative;
	width: 880px;
	margin: auto;
	clear: both;
	line-height: 22px;
}

#header {
	position : relative;
	height: 245px;
	z-index : 1000;
}

#header h1 {
	text-indent : -9999px;
}

#header img.logo
{
	position: absolute;
	top : 38px;
	left : 20px;
}

#header a {
	text-decoration : none;
}

#top-links
{
	position : absolute;
	top : 3px;
	left : 120px;
	width : 700px;
	font-size : 11px;
	line-height : 1em;
}

#top-link-home
{
	float: left;
}

#top-links a 
{
	color: white;
	text-transform: lowercase;
}

#top-links ul {
	position : absolute;
	right : 0px;
	text-align : right;
	margin: 0;
	padding: 0;
}

#top-links ul li
{
	display: inline;
	background-image: url(../images/divider-white.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 5px 0 10px;
	margin: 0;
}

#top-links ul li.first
{
	background: none;
}
#nav-pri
{
	clear: both;
	position: absolute;
	width : 100%;
	top: 108px;
	z-index : 1000;
}

#nav-pri ul {
	margin : 0px;
	z-index : 1000;
}
#nav-pri ul li {
	position : relative;
	display: block;
	float: left;
	height: 100px;
	width : 16.6%;
	background-image : url('/images/nav-divider.jpg');
	background-repeat : no-repeat;
	background-position : left 25px;
}
#nav-pri ul li.first {
	background-image : none;
}
#nav-pri a {
	position : absolute;
	display : block;
	width : 100%;
	padding-top : 82px;
	text-align : center;
	text-transform : uppercase;
	background-position : center top;
	background-repeat : no-repeat;
	text-decoration: none;
}
#nav-pri a.home-page_nav { background-image : url('/images/nav/icon-home-page.png'); }
#nav-pri a.about-us_nav { background-image : url('/images/nav/icon-about-us.png'); }
#nav-pri a.find-a-mentor_nav { background-image : url('/images/nav/icon-find-a-mentor.png'); }
#nav-pri a.questions_nav { background-image : url('/images/nav/icon-questions.png'); }
#nav-pri a.mentors_nav { background-image : url('/images/nav/icon-mentors.png'); }
#nav-pri a.partners_nav { background-image : url('/images/nav/icon-sponsors.png'); }

#nav-pri ul ul {
	display : none;
	position : absolute;
	z-index : 1001;
	top : 100px;
	background-color : white;
	width : 100%;
	padding : 0.5em 0px;
}
#nav-pri ul ul ul {
	top : 0px;
	left : 100%;
}
#nav-pri li:hover > ul, #nav-pri li.hover ul {
	display : block;
}
#nav-pri ul ul li {
	display : block;
	float : none;
	height : auto;
	width : auto;
	background : none;
	padding : 0.2em 0px;
	border-top : 1px dotted black;
	margin : 0px 0.5em;
}
#nav-pri ul ul li.first {
	border-top : none;
}
#nav-pri ul ul a {
	position : relative;
	display : block;
	padding : 0px 5px;
	text-align : left;
	text-transform : none;
	background : none;
	width : auto;
}
#nav-pri ul ul li a:hover {
	background-image : url(/images/quicklinks-top.png);
	background-position : center right;
	color : white;
}


#breadcrumbs {
	position: absolute;
	top: 217px;
	left : 10px;
	font-size : 0.9em;
	color : #555555;
}

#breadcrumbs * {
	display : inline;
}
#breadcrumbs ul {
	text-transform : lowercase;
}
#breadcrumbs li {
	padding-left : 10px;
	background-image : url('/images/breadcrumb-divider.jpg');
	background-position : left center;
	background-repeat : no-repeat;
}
#breadcrumbs li.first {
	background-image : none;
}


/* CONTENT */
#content {
	position : relative;
	display : inline;
	float : left;
	width : 600px;
	margin-left : 30px;
	margin-top : 16px;
	
	font-size : 0.9em;
}
#content.home {
	margin-top : 210px
}
#content h2 {
	font-size : 1.4em;
}
#content h3 {
	font-size : 1.3em;
}

#content p, #content table, #content ol, #content ul, #content h2, #content h3, #content h4, #content h5, #content h6, #content blockquote, #content h2, #content form {
	margin-top: 1.5em;
}
#content h3 + *, #content h4 + *, #content h5 + *, #content h6 + * {
	margin-top : 0px;
}

#content ul {
	margin-left : 2em;
}
#content ol {
	margin-left : 2em;
}
#content ul ul, #content ul ol, #content ol ul, #content ol ol {
	margin-top : 0px;
}

#content table {
	border-collapse: collapse;
}

#content h2 {
	margin-top : 0px;
	color : #007884;
}


#content hr {
	border : none;
	border-top : 1px dotted black;
	margin : 1em 0px;
	clear : both;
}


#banner {
	position : absolute;
	top : 264px;
	right : 0px;
	width : 861px;
	height : 176px;
	background-image : url('/images/featured-image.jpg');
	background-repeat : no-repeat;
}
#banner h2 {
	color:#007884;
	font-size:1.7em;
	left:160px;
	position:absolute;
	text-align:center;
	top:75px;
	width:470px;
}
#content #column1, #content #column2 {
	width : 290px;
	float : left;
}
#content #column1 {
	margin-right : 20px;
}

#content div.smallblog-item {
	padding-bottom: 5px;
}
#content div.smallblog-date {
	display : none;
}
#content div.smallblog-title {
	margin : 0.5em;
	padding-left : 15px;
	background-image : url('/images/article.jpg');
	background-position : left center;
	background-repeat : no-repeat;
	font-size: 110%;
}

#side {
	margin-top : 30px;
	float : right;
	width : 226px;
}
#side.home {
	margin-top : 42px;
}
#side li {
	list-style-type : none;
}

#links {
	position : relative;
	background-color : #61AEB5;
	z-index : 1;
	margin-bottom : 15px;
	padding : 10px 0px 5px;
}
#links ul, #links h2 {
	position : relative;
	z-index : 3;
	margin : 0.5em 1em;
}
#links h2 {
	font-weight : normal;
	color : white;
	font-size : 1.8em;
	margin-top : 0px;
}
#links li {
	border-bottom : 1px dotted white;
}
#links li a {
	display : block;
	padding : 0.5em 0px 0.5em 18px;
	color : white;
	text-decoration : none;
	background-image : url('/images/quicklinks-arrow.png');
	background-position : 3px center;
	background-repeat : no-repeat;
	line-height: 16px;
}
#links span.top {
	position : absolute;
	display : block;
	top : -5px;
	left : 0px;
	width : 100%;
	height : 200px;
	
	background-image : url('/images/quicklinks-top.png');
}
#links span.bottom {
	position : absolute;
	display : block;
	bottom : -5px;
	left : 0px;
	width : 100%;
	height : 16px;
	
	background-image : url('/images/quicklinks-bottom.png');
}

/* FOOTER */


#footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	font-size: 11px;
}
#footer hr {
	border : none;
	border-top : 1px solid black;
	margin : 1em 0px ;
}

#footer a {
	color: #58595b;
	text-decoration: none;
}
#footer a:hover {
	color: #58595b;
	text-decoration: underline;
}

#icon-ogroup {
	border-right: 1px solid #dcddde; padding: 0 20px 0 10px;
}

.icons-first {
	padding-left: 10px;
}
