@charset "UTF-8";
html{ overflow-y: scroll; }
body  {
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, verdana, sans-serif;
	font-size: 10pt;
	background-color: #FFF;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: lighter;
	margin-bottom: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #F00;
	margin: 0px;
	padding: 0px;
}
a:active {
	text-decoration: none;
	color: #000;
}

.layout #container {
	width: 880px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.layout #header {
	padding: 0px 0px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 30px;
	margin-top: 0px;
	width: 850px;
}  
.layout #header h1 {
	font-size: 150%;
	padding: 0;
	font-weight: normal;
	margin: 0px;
}


.layout #sidebar {
	padding: 0px;
	float: right;
	margin: -2px 0px 0px;
	text-align: left;
	width: 380px;
}
.layout #mainContent {
	width: 880px;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.layout #footer {
	text-align: left;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 
.layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* FIRST HORIZONTAL MENU */
.layout #menu1 ul
{
	margin-left: 10px;
	padding-left: 0px;
	float: left;
	width: auto;
	text-align: left;
	margin-top: 10px;
}
.layout #menu1 ul li {
	display: inline;
	padding-top: .25em;
	padding-right: .37em;
	padding-bottom: .25em;
	padding-left: .37em;
}
.layout #menu1 ul li a {
	color: #666;
}
.layout #menu1 ul li a:hover {
	color: #000;
}

/* VERTICAL MENU IN SIDEBAR */
.layout #menu2 ul
{
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.layout #menu2 ul li {
	display: block;
	width: auto;
	padding-right: 0.37em;
	padding-bottom: 0.5em;
	padding-left: 0.37em;
}
.layout #menu2 ul li a {
	color: #666;
}
.layout #menu2 ul li a:hover {
	color: #000;
}

.layout #textbox {
	float: left;
	padding: 0px;
	width: 360px;
	line-height: 1.6em;
	text-align: left;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
}

.layout #textbox h2 {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-weight: bold;
}


/* GALLERY DIV CONTAINS THE LARGEIMAGE AND CAPTION */
.layout #gallery {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 480px;
	font-size: 8pt;
	line-height: 1.6em;
}

.layout #caption {
	font-size: 85%;
	padding: 5px;
	float: left;
	width: 300px;
}

.layout #pages {
	margin: -5px 0px 10px;
	padding: 0px;
	width: 120px;
	float: left;
}

.layout #pages ul
{
	float: left;
	margin: 0px;
	padding: 0px;
	color: #000;
}
.layout #pages ul li {
	display: inline;
	float: left;
	padding-right: 0.8em;
	padding-left: 0em;
	padding-top: 0em;
	padding-bottom: 0.5em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.layout #nav {
	margin: 0px 0px 10px;
}
.layout #nav ul {
	list-style:none;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #000;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, verdana, sans-serif;
	margin: 0px;
}
.layout #nav li {
	display: inline;
	padding-top: 0px;
	padding-right: 0.6em;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
}
.title {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2em;
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 10px;
	width: 136px;
	margin-top: 40px;
}

.email {
	margin-top: -5px;
	margin-bottom: 10px;
	padding: 0px;
	clear: both;
	font-weight: bold;
	font-size: 11px;
}

