/*////////////////////////////////////////////////////
//																									//
//                GENERAL STYLES	                	//
//																									//
// SITE: DUTALYS																		//
// AUTHOR: MARC JONES, ICEBOMB											//
// VERSION: 1.0																			//
// CREATED: 05 SEP 09																//
// LAST UPDATED: 15 SEP 09													//
//																									//
////////////////////////////////////////////////////*/

html, body {
	margin: 0px auto;
}
body {
	text-align: center;
	font-size: 65%;
	background-color: #757575;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3, p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.highlight,
a {
	color: #990000;
}
#accessibility {
	position: absolute;
	left: -100px;
	top: -100px;

}

/* LAYOUT :: SHELL */
#shell {
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
/* LAYOUT :: WRAPPER */
.wrapper {
	width: 860px;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url(img/wrapper_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* LAYOUT :: MASTHEAD */
#mastHead {
	height: 80px;
	width: 900px;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url(img/masthead_bg.gif);
	background-repeat: no-repeat;
}

/* MASTHEAD :: ELEMENTS */
#mastHead ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 48px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: 24px;
	width: 88px;
	float: right;
	overflow: hidden;
}
#mastHead li {
	background-color: #003366;
	padding: 0px;
	height: 24px;
	width: 40px;
	float: left;
}
#mastHead li a {
	display: block;
	height: 24px;
	width: 40px;
	background-image: url(img/flag_sprite.gif);
	text-indent: -1000px;
	overflow: hidden;
}
#mastHead li a.flagENG {
	background-position: 0px 0px;
}
#mastHead li a.flagENG:hover {
	background-position: 0px -24px;
}
#mastHead li a.flagDE {
	background-position: -40px 0px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#mastHead li a.flagDE:hover {
	background-position: -40px -24px;
}
/* LAYOUT :: IMGBANNER */
#imgBanner {
	height: 200px;
	width: 860px;
	background-color: #FFFFFF;
	background-image: url(img/imgbanner_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* IMGBANNER :: ELEMENTS */
.ib_image {
	background-image: url(img/ib_image1.jpg);
	background-repeat: no-repeat;
	background-position: 240px 0px;
	height: 200px;
	width: 860px;
}
/* LAYOUT :: MENUCOL */
#menuCol {
	width: 240px;
	float: left;
}

/* LAYOUT :: CONTENTCOL */
#contentCol {
	width: 540px;
	float: left;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

/* MENUCOL :: ELEMENTS */
#menuCol ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menuCol li {
	height: 40px;
	width: 240px;
}
#menuCol li a {
	background-image: url(img/menu_sprite.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 240px;
	text-indent: -1000px;
	text-align: left;
	overflow: hidden;
}
#menuCol li #home {
	background-position: 0px 0px;
}
#menuCol li #home:hover {
	background-position: -240px 0px;
}
#menuCol li #home.active {
	background-position: -480px 0px;
}
#menuCol li #about {
	background-position: 0px -40px;
}
#menuCol li #about:hover {
	background-position: -240px -40px;
}
#menuCol li #about.active {
	background-position: -480px -40px;
}
#menuCol li #sponsors {
	background-position: 0px -80px;
}
#menuCol li #sponsors:hover {
	background-position: -240px -80px;
}
#menuCol li #sponsors.active {
	background-position: -480px -80px;
}
#menuCol li #jobs {
	background-position: 0px -120px;
}
#menuCol li #jobs:hover {
	background-position: -240px -120px;
}
#menuCol li #jobs.active {
	background-position: -480px -120px;
}
#menuCol li #contact {
	background-position: 0px -160px;
}
#menuCol li #contact:hover {
	background-position: -240px -160px;
}
#menuCol li #contact.active {
	background-position: -480px -160px;
}
/* CONTENTCOL :: ELEMENTS */
#contentCol h1, #contentCol h2, #contentCol p {
	text-align: left;
	margin: 0px;
}
#contentCol h1 {
	font-size: 1.2em;
	color: #8B0303;
	/*text-transform: uppercase;*/
	font-weight: bold;
	padding-bottom: 10px;
}
#contentCol h2 {
	margin-bottom: 6px;
	font-size: 1.2em;
	color: #757575;
	padding-top: 10px;
}
#contentCol p {
	margin-bottom: 14px;
	font-size: 1.2em;
	color: #757575;
	line-height: 1.4em;
}
#contentCol ul {
	margin-bottom: 10px;
	;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#contentCol li {
	margin-bottom: 2px;
	font-size: 1.2em;
	color: #757575;
	text-align: left;
	list-style-type: disc !important;
	list-style-position: outside !important;
	line-height: 1.4em;
}

.profileBox {
	width: 540px;
	overflow: hidden;
	margin-bottom: 30px;
}
.profileBox img {
	float: right;
}

/* LAYOUT :: FOOTER */
#footer {
	width: 860px;
	background-image: url(img/footer_bg.gif);
	padding-top: 20px;
	border: 20px solid #FFFFFF;
	margin: 0px;
	height: 140px;
	background-repeat: no-repeat;
}

/* FOOTER :: ELEMENTS */
#footer p {
	font-size: 1.1em;
	color: #cdcdcd;
	text-align: right;
	margin: 0px;
	padding-right: 20px;
}

