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

/********************************************************************************

Main

********************************************************************************/

/* Font - Titillium Web */
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);

body{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	font-family: 'Titillium Web', sans-serif;
	background-color: #000000;
}

a{
	outline: none;
	cursor: pointer;
}

/********************************************************************************

Header

********************************************************************************/

div.header{
	width: 100%;
	height: 100%;
	background-image: url(../images/headerRepeat.png);
	background-repeat: repeat-x;
	background-size:auto;
	overflow: hidden;
}

/********************************************************************************

Banner

********************************************************************************/

/* Home Page Banner */
div.banner{
	width: 1196px;
	height: 157px;
	margin-left: auto;
	margin-right: auto;
}

div.banner span{
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: rgba(0, 0, 0, 0);
}

div.banner a{
	text-decoration: none;
}

div.banner img{
	float: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.bannerimg1{
	width: 41%;
	height: 55%;
	float: left;
	z-index: 2;
	margin-top: -135px;
	margin-left: 120px;
	background: rgba(0, 0, 0, 0);
}

div.bannerimg2{
	width: 11%;
	height: 30%;
	float: right;
	z-index: 2;
	margin-top: -110px;
	margin-right: 133px;
	background: rgba(0, 0, 0, 0);
}

div.bannerimg3{
	width: 41%;
	height: 55%;
	float: left;
	z-index: 2;
	margin-top: -130px;
	margin-left: 120px;
	background: rgba(0, 0, 0, 0);
}

div.bannerimg4{
	width: 10.8%;
	height: 40%;
	float: right;
	z-index: 2;
	margin-top: -157px;
	margin-right: 115px;
	background: rgba(0, 0, 0, 0);
}

div.banner #img1 img{
	width: 70%;
	height: 100%;
	z-index: 1;
}

div.banner #img2 img{
	width: 29%;
	height: 100%;
	z-index: 1;
}

/* Main Banner */
div.banner2{
	width: 1196px;
	height: 153px;
	margin-left: auto;
	margin-right: auto;
}

div.banner2 span{
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: rgba(0, 0, 0, 0);
}

div.banner2 a{
	text-decoration: none;
}

div.banner2 img{
	float: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/********************************************************************************

Content Container

********************************************************************************/

div.contentContainer{
	min-width: 1196px;
	max-width: 100%;
	height: 100%;
	margin-top: -20px;
}

/* Home Page Container Center */
div.homeCenterContainer{
	width: 980px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 66px;
}

/* Main Container Center */
div.centerContainer{
	width: 980px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding-bottom: 33px;
	background-color: #a2a2a2;
}

div.centerContainer a:link{
	color:#6abedd;
}

div.centerContainer a:visited{
	color:#6abedd;
	/*color:#267a99;*/
}

/********************************************************************************

Home Page Content

********************************************************************************/

div.frontNavContainer{
	width: 780px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	text-align: center;
}

div.frontNavImgContainer{
	width: 331px;
	height: 331px;
	float: left;
	margin-left: 46px;
	margin-top: 33px;
}

div.frontNavImgContainer img{
	width: 100%;
	height: 100%;
}

/********************************************************************************

Main Content

********************************************************************************/

/* Content Banner */
div.contentBanner{
	width: 980px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Left Side Bar */
div.leftSideBar{
	width: 566px;
	height: 100%;
	float: left;
	overflow: auto;
}

/* Left Side Bar - Portrait */
div.portrait{
	width: 566px;
	height: 261px;
	margin-left: auto;
	margin-right: auto;
}

/* Left Side Bar - Description */
div.information{
	width: 565px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
	padding-top: 45px;
	padding-bottom: 1px;
	background-color: #d7d7d7;
	background-repeat: repeat;
}

div.information p{
	padding: 10px;
	padding-top: 0px;
	margin-top: -10px;
	margin-bottom: 15px;
}

/* Right Side Bar */
div.rightSideBar{
	width: 414px;
	height: 100%;
	float: left;
	overflow: auto;
	background-color: #202020;
	overflow: hidden;
}

div.rightSideBar h1{
	color: #ffffff;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: -5px;
}

/* Right Side Bar - List - Title for List */
div.menuTitle{
	width: 414px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(../images/menuTitle.jpg);
}

div.menuTitle h2{
	color: #ffffff;
	padding-top: 5px;
	margin-left: 21px;
	font-size: 18px;
}

/* Right Side Bar - List */
div.rightSideBar ul{
	width: 330px;
	height: 100%;
	margin-bottom: 20px;
}

/* Right Side Bar - List - Image Icon */
li.imageIcon {
	width: 100%;
	min-height: 41px;
	max-height: 100%;
	list-style-type: none;
	background:url(../images/imageIcon.png) no-repeat top left;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -30px;
	color: #ffffff;
	display:block;
}

/* Right Side Bar - List - Link Icon */
li.linkIcon {
	width: 100%;
	min-height: 41px;
	max-height: 100%;
	list-style-type: none;
	background:url(../images/linkIcon.png) no-repeat top left;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -30px;
	color: #ffffff;
	display:block;
}

/* Right Side Bar - List - Video Icon */
li.videoIcon {
	width: 100%;
	min-height: 41px;
	max-height: 100%;
	list-style-type: none;
	background:url(../images/videoIcon.png) no-repeat top left;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -30px;
	color: #ffffff;
	display:block;
}

/* Right Side Bar - List - Document Icon */
li.docIcon {
	width: 100%;
	min-height: 41px;
	max-height: 100%;
	list-style-type: none;
	background:url(../images/docIcon.png) no-repeat top left;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -30px;
	color: #ffffff;
	text-indent: 0px;
	display:block;
}

/********************************************************************************

Footer

********************************************************************************/

div.footer{
	width: 100%;
	height: 114px;
	background-image: url(../images/footerRepeat.png);
	background-size: 100% 100%;
	margin-top: -57px;
	position:absolute;
	z-index: 1;
}

div.footer p{
	text-align: center;
	padding-top: 40px;
	color: #5f5f5f;
	text-transform: uppercase;
}
