/* SCREEN.css */
/* ================================================================================================== */
/* PAGE LAYOUT */

/* reset all margins */
* {
	margin:0;
	padding:0;
}

/* ----------------------------------------------- */
/* body */
body {
	background-image:url(../jpg/body-background.jpg);
	background-repeat:repeat-x;
	background-color:#2E2A3C;
	margin: 20px auto 10px auto;
	text-align:center;
}

/* WRAPPER */
#Wrapper {
/*	border:1px solid #AEB7C2;*/
	margin: 0 auto 0 auto;
	text-align:center;
	width: 780px;
}

/* HEADER */
#Header {
	height:90px;
	width: 778px;
}

/* NAVIGATION */
#Navigation {
	background-image:url(../jpg/navigation-background.jpg);
	background-repeat:no-repeat;
	background-color:#bdc7d3;
	border-top: 1px solid #d9dfe6;
	border-right: 1px solid #AEB7C2;
	border-bottom: 1px solid #AEB7C2;
	border-left: 1px solid #AEB7C2;
	min-height:18px;
	text-align:left;
	width:778px;
}
* html #Navigation {
	height:18px;
}
#Navigation div.navigationMenu {
	float:left;
	margin-right:7px;
	min-height:18px;
	width:660px;
}
#Navigation div.navigationLanguage {
	float:left;
	margin-top:3px;
	padding-right:7px;
	width:104px;
}
div.navigationLanguage div.languageflag {
	float:left;
	width:20px;
}
div.navigationLanguage div.leftflag {
	margin:0 4px 0 0;
}
div.navigationLanguage div.middleflag {
	margin:0 4px 0 4px;
}
div.navigationLanguage div.rightflag {
	margin:0 0 0 4px;
}
div.navigationLanguage div.languageflag p {
	height:12px;
	line-height:1em;
	margin-bottom:0;
}

#Navigation ul.navlist {
	list-style-type:none;
	margin-left: 6px;
	margin-bottom:0;
}
#Navigation li {
	display:block;
	float:left;
	font-size:11px;
	margin-bottom:0;
}
#Navigation div.navigationMenu a {
	background-image:url(../jpg/navigation-separator.jpg);
	background-repeat:no-repeat;
	background-position:right;
	color: #FFF;
	display: block;
	font-weight:bold;
	margin: 0;
	padding:2px 8px 1px 7px;
	text-decoration: none;
	width: auto;
}
#Navigation div.navigationMenu a:hover, #Navigation div.navigationMenu a:active {
	background-color:#A7CDEE;
	color:#FFF;
}
#Navigation div.navigationMenu a.active {
	background-color: #6B6582;
}

/* CONTENT */
#Content {
	background-color:#FFF;
	border-right: 1px solid #AEB7C2;
	border-left: 1px solid #AEB7C2;
	padding: 25px 20px 15px 20px;
	text-align:left;
	width: 738px;
}

/* FULLWIDTH */
#Content div.fullWidth {
	width: 738px;
}



/* FOOTER */
#Footer {
	background-image:url(../jpg/footer-background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#6B6582;
	border: 1px solid #AEB7C2;
	min-height:48px;
	text-align:left;
	width:778px;
}
* html #Footer {
	height:48px;
}

#Footer p {
	margin-bottom:0;
}
#Footer div.footerLeft {
	color: #DBDADF;
	float: left;
	font-size:0.8em;
	line-height: 1.5em;
	margin: 6px 10px 0 14px;
	padding-bottom:4px;
	text-align:left;
	width:480px;
}
* html #Footer div.footerLeft {
	margin-left:7px;
}

#Footer div.footerMenu {
	float:left;
	font-size:0.8em;
	margin: 35px 14px 0 0;
	text-align:right;
	width:100px;
}
#Footer ul.navlist {
	color:#fff;
	display:inline;
	list-style-type:none;
	margin-bottom:0;
	margin-left:0px;
}
#Footer ul.navlist li {
	color:#DBDADF;
	display:inline;
}
#Footer a {
	color:#DBDADF;
	text-decoration:underline;
}
#Footer a:hover, #Footer a:active {
	color:#fff;
	text-decoration:underline;
}



#Footer div.footerlogo {
	float:left;
	padding:3px 0 3px 0;
	text-align:center;
	width:160px;
}




/* ----------------------------------------------- */
/* CLASSES */
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clearMe {
	clear:both;
}
/* ================================================================================================== */

/* HOME PAGE */
div.homepage {
	width: 738px;
}

div.homepage div.homeText {
	float:left;
	margin-right:18px;
	width:350px;
}

div.homepage div.homeimages {
	float:left;
	width:370px;
}

div.homeimages div.homerandomimage {
	height:220px;
}

div.homeimages div.homebuttons {
	margin-top:15px;
	width:370px;
}

div.homebuttons	div.homebtn {
	float:left;
	width:176px;
}

div.homebuttons	div.homedivider {
	float:left;
	width:18px;
}


/* ---- SITEMAP ---- */
#SiteMap * {
	margin:0;
	padding:0;
}
#SiteMap ul {
	margin-left: 40px;
	font-size: 11px;
}
#SiteMap li {
	font-size: 1em;
	margin: 5px 0 5px 0;
}






