﻿body {
	background: url(../images/bg.jpg) repeat-x #d2d2d2;
	margin: 0px;
}

#page {
	background: url('../images/shadow-bg.png') no-repeat center top;
	width: 100%;
	height: 100%;
	text-align: center;
}

#header {
	width: 960px;
	height: 181px;
	margin: 0 auto;
	text-align: left;
}

	#header #logo {
		background: url("../images/header.jpg") top center no-repeat;
		height: 133px;
	}
	
	#header #nav {
		background: url("../images/nav.jpg") top center no-repeat;
		height: 48px;
	}
	
		#header #nav #wrapper {
			margin-left: 368px;
			padding-top: 8px;	
		}

#content {
	width: 960px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
}

	#content #content-wrapper {
		padding: 0px 20px 0 40px;
	}
	
		#content #content-wrapper h2 {
			margin-top: 8px;
		}
	
	#content #enabling-wrapper {
		margin-left: 55px;
		margin-top: 12px;
		width: 326px;
	}
	
	#content #highlight-wrapper {
		display: inline-table;
		margin-left: 30px;
		font-family: Arial;
		font-size: 12px;
		line-height: 19px;
		color: #ffffff;
	}
		
		#content #highlight-wrapper h3 {
			line-height: 32px;
		}

		#content #highlight-wrapper a {
			color: #8fc2e1;
			text-decoration: none;
		}
		
		#content #highlight-wrapper a:hover {
			color: #ffffff;
		}
		
	#content #about-wrapper {
		margin-left: 30px;
		font-family: Arial;
		font-size: 12px;
		line-height: 19px;
		color: #ffffff;
	}
		
		#content #about-wrapper h3 {
			line-height: 32px;
		}

		#content #about-wrapper a {
			color: #8fc2e1;
			text-decoration: none;
		}
		
		#content #about-wrapper a:hover {
			color: #ffffff;
		}
		
	#content #news-wrapper {
		padding: 18px 20px 0 60px;
		font-family: Arial;
		font-size: 12px;
		line-height: 19px;
		color: #ffffff;
	}
		
		#content #news-wrapper h3 {
			line-height: 32px;
			color: #8fc2e1;
		}
		
	#content #newsitem-wrapper {
		padding: 18px 20px 0 30px;
		font-family: Arial;
		font-size: 12px;
		line-height: 19px;
		color: #ffffff;
	}
		
		#content #newsitem-wrapper h3 {
			line-height: 32px;
			color: #8fc2e1;
		}

		#content #newsitem-wrapper a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content #newsitem-wrapper a:hover {
			color: #8fc2e1;
		}


#home {
	background: url("../images/home.jpg") top center no-repeat #dbdcde;
	height: 582px;
	margin: 0px;
}

	#home #content-wrapper {
		margin-left: 490px;
		padding-top: 40px;
	}

#wrapper-home {
	width: 460px;
	margin-bottom: 25px;
}

#wrapper-about {
	width: 575px;
	margin-bottom: 25px;
}

#partner {
	width: 250px;
	margin-bottom: 2px;
}

#partner .name {
	width: 250px;
	text-decoration: none;
	border-left: 4px solid #AD2C2C;
	border-bottom: 1px dotted #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	color: #000000;
	padding-left: 8px;
	display: inline-table;
	font-size: 14px;
}

#partner .wide {
	width: 400px;
}

#partner .name:hover {
	border-left: 4px solid #B8D3A0;
	border-bottom: 1px dotted #B8D3A0;
}

#box-1 {
	position: relative;
	background: url(../images/box-1.jpg) no-repeat;
	width: 310px;
	height: 177px;
	display: inline-block;
	z-index: 50;
	
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 21px;
	color: #ffffff;
}

	#box-1 #wrapper {
		margin: 48px 20px 0px 35px;
	}
	
	#box-1 a {
		color: #ffffff;
	}

#box-2 {
	position: relative;
	background: url(../images/box-2.jpg) no-repeat;
	width: 310px;
	height: 177px;
	display: inline-block;
	z-index: 50;
	
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 21px;
	color: #ffffff;

}

	#box-2 #wrapper {
		margin: 48px 0px 0px 48px;
	}
	
	#box-2 ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	#box-2 ul li {
		background: url(../images/arrow.gif) no-repeat 2px;
		padding-left: 15px;
	}
	
	#box-2 a, #box-2 a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	#box-2 a:hover {
		color: #faa897;
		text-decoration: none;
	}


#box-3 {
	position: relative;
	background: url(../images/box-3.jpg) no-repeat;
	width: 310px;
	height: 177px;
	display: inline-block;
	z-index: 50;
	
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 21px;
	color: #ffffff;

}

	#box-3 #wrapper {
		margin: 48px 50px 0px 32px;
	}
	
	#box-3 a, #box-3 a:visited {
		color: #ffffff;
	}


#footer {
	margin-top: 15px;
}

#footercontent {
	display: inline-block;
	width: 900px;
	text-align: center;
}

#footer #links {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	text-align: center;
	margin-top: 7px;
}

	#footer #links a {
		color: #6d6d6d;
		margin-left: 12px;
		text-decoration: none;
	}

	#footer #links a:hover {
		color: #000000;
		text-decoration: none;
	}

#copyright {
	text-align: center;
	margin-top: 4px;
	width: 900px;
	
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 15px;
	color: #6d6d6d;
}

#copyright a {
	color: #6d6d6d;
	text-decoration: none;
}

#copyright a:hover {
	color: #000000;
	text-decoration: none;
}





/*-- Fonts --*/

.arrownavB {
	float: left;
	width: 170px;
	margin-bottom: 2px;
	background: url(../images/arrow.b.gif) 0px 4px no-repeat;
	padding-left: 9px;
	font-size: 11px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
}

.highlight {
	font-family: Arial;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}

.bodytext {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
}

.bodytextsmall {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 35px;
	font-weight: normal;
	line-height: 42px;
	letter-spacing: -1px;
	margin-bottom: 0px;
	color: #1c79a0;
}

h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: -1px;
	margin-bottom: 0px;
	color: #1c79a0;
}

	h2 a {
		color: #1c79a0;
		text-decoration: none;	
	}
	
	h2 a:hover {
		color: #004777;
	}
	
h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: -1px;
	margin: 0px;
	color: #1c79a0;
}
