
* { margin: 0; padding: 0; }

body
{
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma;
	line-height: 1.3em;
	color: #333;
	background: url(../../img/main-back.jpg) 0 230px no-repeat;
}

#content p { margin: 15px 0; }
#content ul { margin: 15px 0 15px 30px; }

/* ----- Container ----- */

#outer-container
{
	position: relative;
	width: 730px;
	margin: 0 auto;
	padding: 40px 0 0 220px;
	background: url(../../img/logo.png) 0 110px no-repeat;
}

#login
{
	position: absolute;
	right: 65px;
}

/* ----- Main ----- */

#outer-main
{
	width: 744px;
 	background: url(../../img/content-back.png) repeat-y;
}

#main
{
	background: url(../../img/content-top.png) no-repeat;
}

#inner-main
{
	position: relative;
	padding: 0 45px 205px 45px;
	background: url(../../img/content-bottom.png) 0 bottom no-repeat;
}

/* ----- Menu ----- */

#outer-menu
{
	position: absolute;
	top: 150px;
	padding-bottom: 15px;
	width: 653px;
	background: url(../../img/menu-border.png) left bottom no-repeat;
}

#menu
{
	width: 650px;
	margin: 0 auto;
}

#menu ul
{
	list-style: none;
	margin: 0;
}

#menu ul li
{
	float: left;
	padding: 0 12px;
	font-family: Garamond, serif;
	font-size: 1.4em;
	text-transform: uppercase;
}

#menu ul li a
{
	color: #165f69;
	text-decoration: none;
}

#menu ul li.active a { font-weight: bold; }
#menu .clear { clear: left; }

/* ----- Content ----- */

#content
{
	padding-top: 230px;
}

#content h1
{
	margin: 15px 0;
	font-family: georgia, serif;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #2f8793;
}

#content h2
{
	font-family: georgia, serif;
	font-size: 1.3em;
	color: #449aa6;
	font-weight: normal;
}

#content h4
{
	font-family: georgia, serif;
	font-size: 1.2em;
	color: #449aa6;
	font-weight: normal;
}

a
{
	color: #32929a;
}

a:hover
{
	color: #185e64;
	text-decoration: none;
}

#content .right
{
	margin: 0 0 15px 15px;
	float: right;
}

#content .left
{
	margin: 0 15px 15px 0;
	float: left;
}

#content img.framed
{
	border: 1px solid #7cb8c1;
}

#content .min-height
{
	float: right;
	width: 1px;
	height: 450px;
}

#content .clear
{
	clear: both;
}

/* ----- Footer ----- */

#footer
{
	position: relative;
	top: -140px;
	height: 17px;
	background: url(../../img/footer.jpg) center top no-repeat;
	text-align: center;
	color: #fff;
	font-family: georgia, serif;
	font-size: 0.8em;
}

#footer a
{
	text-decoration: none;
}

/* ----- hCard ----- */

.vcard
{
	display: none;
}

/* ----- Highlighted ----- */

.highlighted
{
	padding: 5px 10px;
	background: #f4f8f9;
	border: 1px solid #e9f2f2;
}

#content .highlighted h3
{
	margin: 0 0 3px 0;
}

#content .highlighted ul
{
	margin: 0 0 0 11px;
	padding: 0;
	font-size: 0.85em;
}

/* ----- Applications ----- */

#index-applications .left li
{
	padding: 5px 0;
}
#slideshow
{
	position: relative;
	float: right;
	margin: 15px 0 10px 15px;
	width: 398px;
	height: 302px;
}

#slideshow .slide
{
	position: absolute;
	top: 0;
	left: 0;
}

#slideshow #player
{
	position: absolute;
	top: 35px;
	left: 40px;
}
#index-videos .description
{
	width: 290px;
	padding: 10px;
	background: #ebf1f1;
}

#index-videos .videos
{
	float: left;
	width: 653px;
}
