/***** All *****/
* {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}

body {
	font-size:62.5%;
	margin:0px;
	padding:0px;
	min-width: 960px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
}

#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

/***** Header *****/
#header {
	height:92px;
	background-image:url(../images/background-top.gif);
	background-repeat:no-repeat;
}

#header-logo {
	float:left;
	padding:40px 0px 0px 40px;
}

#header-contact {
	float:right;
	padding:45px 40px 0px 0px;
	text-align:right;
	font-size:1.1em;
	color:#666666;
}

#header-contact a {
	text-decoration:none;
	color:#666666;
}

#header-contact a:hover {
	text-decoration:underline;
	color:#000066;
}

/***** Nav *****/
#nav {
	clear:both;
	height:75px;
	background-image:url(../images/nav.gif);
	background-repeat:no-repeat;
}

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px 40px 0px 40px;
}

#nav li {
	float: left;
	margin: 0px;
	display:inline;
}

#nav li a {
	background-image:url(../images/nav-sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:1.1em;
	color:#999999;
	text-decoration:none;
	text-align:center;
	height:75px;
	line-height:75px;
	padding:0px 81px 0px 81px;
}

#nav li a.last {
	background-image:none;
}

#nav li a:hover {
	color:#000066;
}

/* Hide from IE5-Mac \*/
#nav li a {
	float: none
}
/* End hide */

/***** Main *****/
#main {
	clear:both;
	width:960px;
	background-image:url(../images/background-stretch.gif);
	background-repeat:repeat;
	min-height:460px;
	overflow:auto;
}

#main-left {
	width:30px;
	float:left;
}

#main-content {
	width:900px;
	background-color:#FFFFFF;
	float:left;
	min-height:256px;
}

#main-right {
	width:30px;
	float:right;
}

/***** Content *****/
#content {
	width:600px;
	background-color:#FFFFFF;
	float:left;
	padding-left:10px;
	padding-top:10px;
	min-height:510px;
}

#content h1 {
	padding:0px 0px 15px 0px;
	font-size:2.2em;
	font-weight:bold;
	color:#000066;
}

#content h2 {
	padding:0px 0px 0px 0px;
	font-size:1.4em;
	color:#000066;
}

#content h3 {
	padding:0px 0px 0px 0px;
	font-size:1.4em;
	color:#000066;
}

#content p {
	padding:0px 0px 12px 0px;
	font-size:1.2em;
	color:#666666;
}

#content p.emphasis {
	padding:0px 0px 12px 0px;
	font-size:1.2em;
	color:#000066;
	font-weight:bold;
}

#content ul {
	padding:0px 0px 12px 17px;
	list-style:disc;
}

#content li {
	font-size:1.2em;
	color:#666666;
}

#content a {
	color:#000066;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#content img.right {
	float:right;
	margin:5px 0px 5px 10px;
	border:1px #dddddd solid;
}

#content img.left {
	float:left;
	margin:5px 20px 5px 0px;
	border:1px #dddddd solid;
}


/***** Additional *****/
#additional {
	float:right;
	width:290px;
}

.panel {
	width:238px;
	margin:0px 10px 0px 20px;
	padding:0px 10px 0px 10px;
	clear:both;
	border-left:1px #dddddd solid;
	border-right:1px #dddddd solid;
}

.panel-top {
	width:260px;
	height:10px;
	margin:10px 10px 0px 20px;
	background-image:url(../images/panel-top.gif);
}

.panel-bottom {
	width:260px;
	height:10px;
	margin:0px 10px 0px 20px;
	background-image:url(../images/panel-bottom.gif);
}

.panel h2 {
	font-size:1.6em;
	color:#000066;
}

.panel p {
	font-size:1.2em;
	color:#666666;
	padding:5px 0px 0px 0px;
}

.panel a {
	color:#666666;
	text-decoration:none;
}

.panel a:hover {
	color:#000066;
	text-decoration:underline;
}


/***** Footer *****/
#footer {
	clear:both;
	width:900px;
	padding:20px 30px 20px 30px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
}

#copyright {
	float:left;
	font-size:1.0em;
	color:#666666;
}

#nemeco {
	float:right;
	font-size:1.0em;
	color:#666666;
}

#footer a {
	font-size:1.0em;
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	color:#000066;
}

