@charset "utf-8";
body {
	background-color: #FFF;
	margin: 0;
	background-image: url(img/bodybkg.gif);
	background-repeat: repeat-x;
	height: 100.5%;
}
.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#topnav {
	padding: 0;
	margin-bottom: 0;
	height: 60px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	padding: 0;
	margin-bottom: 0;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 170px;
}
#content {
	margin-left: 260px;
	background-image: url(img/contentbkg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 7px;
}


#sidebar {
	float: left;
	width: 260px;
	padding: 0;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#additional {
	padding-top: 20px;
	background-image: url(img/footerbkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
#footer {
	clear: both;
	padding: 0;
	margin-top: 0;
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 290px;
	color: #777;
}
/*End Main Layout*/
/*Star Secondary Layout*/
#nav {
}
/*Start Text Styling*/
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	color: #666666;
}
h2 {
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
}
#content p, #content ul {
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content ul {
	padding-left: 0px;
	margin-left: 15px;
}
#content li {
	margin-top: 0px;
	margin-bottom: 15px;
}
/*Start Main Menu*/
.menubg {
	background-image: url(img/navbg.jpg);
	background-repeat: repeat-y;
}
.menu {
	width: 220px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
* html .menu { /*IE only rule. Original menu width minus all left/right paddings */
	width: 194px;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu a {
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.menu a:visited {
	color: #333;
}
html>body .menu a { /*Non IE rule*/
	width: auto;
}
.menu a:hover {
	background-color: #eee;
	color: black;
}
/* Clearfix Start */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
/* Clearfix End */
ul#portfolio li img {

}
ul#portfolio {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#animation {
	position: absolute;
	height: 170px;
	width: 341px;
	top: 60px;
	right: 50%;
	margin-right:-470px;
	background-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	overflow: hidden;

}
#language {
	float: right;
}
#language img {
	margin-top: 21px;
	margin-right: 11px;
}
.left {
	float: left;
}
/* Content Split */
.split {
	background-image: url(img/line.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.splitleft {
	float: left;
	width: 290px;
}
.splitright {
	float: right;
	width: 290px;
}
/* Slide Panel */
a:focus, a:active {
	outline: none;
}
#panel {
	height: 270px;
	display: none;
	background-color: #CCCCCC;
	background-image: url(img/navbg.jpg);
	background-repeat: repeat-y;
}
.slide {
	margin: 0;
	padding: 0;
	background-image: url(img/btn-slide.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EB0033;
}
.btn-slide {
	text-align: center;
	width: 144px;
	height: 31px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
	font-weight: normal;
	background-image: url(img/white-arrow.gif);
	background-repeat: no-repeat;
	background-position: right -50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
.active {
	background-position: right 12px;
}
.red {
	padding: 2px;
	background-color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 40px;
}
.yellow {
	padding: 2px;
	background-color: #FFFF00;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 40px;
}
.redtext {
	color: #FF0000;
	font-weight: bold;
}
.photos {
	margin-right: -30px;
	height: 170px;
	margin-bottom: 30px;
}
.photograph {
	height: 170px;
	width: 190px;
	background-color: #eee;
	margin-right: 30px;
	float: left;
}
