@charset "UTF-8";
/* CSS Document */



body
{
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	background: #b2ce6c url(../images/bg_bluegreen.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

a
{
	color: #2a6e9d;
	text-decoration: none;
}

a:visited
{
	color: #0061a4;
}

a:active
{
	color: #000;
}

a:hover
{
	color: #002d4d;
}

div#dsWrap
{
	width: 980px;
	margin: 0 auto;
}

h2
{
	font-size: 1.5em;
	font-weight: bold;
	color: #4b4b4b;
	margin: 5px 0 10px;
}

div#header,
div#main,
div#footer
{
	width: 950px;
	margin: 0 auto;
}

div#header
{
	position: relative;
	top: 11px;
	background: url("../images/header.png") top center no-repeat;
	_background: url("../images/header.gif") top center no-repeat;
	_top: 0px;
	width: 800px;
	height: 103px;
}

div#header h1
{
	display: none;
	visibility: hidden;
}


div#main
{
	min-height: 695px;
	max-height: 1900px;
	background: url(../images/bg_box_mint.png) top center no-repeat;
	_background: url(../images/bg_box_mint.gif) top center no-repeat;
	overflow: hidden;
	text-align: left;
	font-size: 1.2em;	
}

div#contentArea
{
	width: 93%;
	min-height: 680px;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
	position: relative;
}

div#navWrap
{
	width: 33%;
	margin-top: 18px;
	float: left;
}

div#navMain
{
	width: 100%;	
	background: url(../images/bg_box_nav.png) top center no-repeat;
	_background: url(../images/bg_box_nav.gif) top center no-repeat;
}

div#navBottomBorder
{
	width: 100%;
	height: 9px;
	_height: 3px;
	background: url(../images/bg_box_nav.png) bottom center no-repeat;
	_background: url(../images/bg_box_nav.gif) bottom center no-repeat;
}

#navMain ul#navListTop
{
	font-size: 1.8em;
	font-weight: normal;
	list-style: none;
	display: list-item;
	padding: 0 0 0 50px;
}

ul#navListTop li
{
	margin: 15px 0;
}

ul#navListTop a
{
	color: #000;
}

ul#navListTop a:hover
{
	color: #48799b;
}


div#content
{
	width: 67%;
	float: left;
}

#content p
{
	margin: 10px 0;
	line-height: 1.3em;
}

#content ul
{
	list-style: none;
}

#content ul li
{
	margin: 8px 0;
}

div.contentPad
{
	padding: 10px;
	overflow: hidden;
}

div#twitter
{
	float: right;
	margin-top: 10px;
}

div.contentTwitterLeft
{
	float: left;
	width: 55%;
}


div#gallery
{
	/*position: absolute;
	bottom: 30px;
	width: 100%;
	*position: relative;
	*bottom: 0;
	*top: 60px;*/
	text-align: center;
}

div#gallery div.section
{
	width: 33%;
	float: left;
	margin-left: 2px;
}

div.gallerySection
{
	width: 281px;
	height: 217px;
	background: url(../images/bg_box_small.png) top center no-repeat;
	_background: url(../images/bg_box_small.gif) top center no-repeat;
	padding: 10px 0 0;
}

img.galleryImage
{
	border: none;
	margin: 0 auto;
}

div#contentLower
{
	padding: 10px;
	clear: both;
	min-height: 100px;
}


/***** MENU *********/

div.menuItem
{
	overflow: hidden;
	clear: both;
	margin: 3px 0 7px;
}

img.menuImage
{
	border: 2px solid #FFF;
	float: left;
	width: 80px;
	margin-right: 3px;
}

p.item
{
	font-weight: bold;
	margin: 0px 0 3px 0!important;
	font-size: .9em;
}

p.description
{
	font-style: italic;
	margin: 3px 0 !important;
	font-size: .8em;
}

ul.description
{
	font-style: italic;
	font-size: .8em;
}

ul.inline li
{
	display: inline;
}

/**** END MENU *********/

/**** PRESS *********/

div.pressItem
{
	overflow: hidden;
	clear: both;
	margin: 2px 0 10px;
}

img.pressImage
{
	width: 80px;
	border: 1px solid #FFF;
	margin-right: 3px;
	float: left;
}

.pressItem p
{
	margin: 2px 0 !important;
}

.pressItem p.title
{
	font-size: 1.1em;
}

.pressItem p.url
{
	font-style: italic;
	font-size: .8em;
}

/**** END PRESS ******/

div#mainBottom
{
	height: 20px;
	background: url(../images/bg_mint_bottom.gif) bottom center no-repeat;
}

div#footer
{
	padding-top: 20px;
	height: 50px;
}

ul#navListBottom
{
	list-style: none;	
	margin: 20px;
}

ul#navListBottom li
{
	margin: 0 10px;
	display: inline;
}

ul#navListBottom a
{
	color: #FFF;
}

ul#navListBottom a:hover
{
	color:#212121;
}

ul#navListBottom a:active
{
	color: #000000;
}

p#copyright
{
	margin-bottom: 20px;
}

p#copyright a
{
	color: #CCCCCC;
}

p#copyright a:hover
{
	color: #FFF;
}