﻿@import url(Wiki.css);

html
{
	background-color:#000;
}

body 
{
	/*font-family: verdana, 'trebuchet ms', helvetica, sans-serif;*/
	font-family: verdana, helvetica, 'trebuchet ms',  sans-serif;
	margin: 0px;
	padding: 0;
	background-color:#000;
	color:#fff;
}

#centering-container
{
	margin:0px 0px; padding:0px;
	text-align:center;
	height:100%;
}

#layout
{
	width:790px;
	/*height:635px;*/
	margin:0px auto;
	text-align:left;
	position:relative;
	border:1px #fff solid;
	top:12px;
	overflow:hidden;
}

#header
{
	width:792px;
	height:74px;
	float:left;
	/*background-image:url(../../Resources/img/irc-banner.png);*/
}

/********************************Navigation********************************************/
#navigation
{
	position:relative;
	float:left;
	width:169px;
	background-image:url(../../Resources/img/navigation-background.jpg);
	min-height:624px;
	top:-1px;
}

#navigation-menu
{
	position:relative;
	top:5px;
}

.navigation-item
{
	height:26px;
	display:block;
	padding-left:15px;
	padding-top:7px;
	margin-top:5px;
	text-decoration:none;
	font-family:Times New Roman;
	font-size:11pt;
	text-transform:uppercase;
	color:#fff;
	border-top:2px solid transparent;
	border-bottom:2px solid transparent;	
}

.navigation-item:hover
{
	background-color:#191919;
	border-top:2px solid #808080;
	border-bottom:2px solid #808080;
}

/********************************Content*****************************************************/

#content
{
	position:relative;
	float:left;
	width:619px;
	border-left:2px #afafaf solid;
	min-height:624px;
	background-image:url(../../Resources/img/content-background.jpg);
	background-repeat:no-repeat;
	top:-1px;
	
	
}

#content-header
{
	width:619px;
	height:73px;
}

#content-header img
{
	padding:0px;
	margin:0px;
}

#content-label
{
	width:308px;
	height:45px;
	font-family:Times New Roman;
	font-size:16pt;
	text-transform:uppercase;
	padding-left:8px;
	padding-top:27px;
	position:relative;
	float:left;
}

#sub-navigation
{
	width:303px;
	height:72px;
	position:relative;
	float:left;
	background-color:#b3a38e;
	z-index:300;
}

#sub-navigation-img
{
	height:72px;
	width:72px;
	background-image:url(../../Resources/img/contact_woman.jpg);
	position:relative;
	float:left;
}

#contact-button
{
	height:37px;
	width:231px;
	background-color:#83715a;
	position:relative;
	float:left;
}

#contact-button a
{
	text-decoration:none;
	color:#fff;
	font-family:Times New Roman;
	text-transform:uppercase;
	font-size:10pt;
	position:relative;
	margin-top:11px;
	left:10px;
	display:block;
}

#contact-button a:hover
{
	color:#c9c6c6;
}

#sub-navigation-hover 
{
	position:relative;
	top:5px;
	left:5px;
}

#sub-navigation-button
{
	border:1px solid #553419;
	background-color:#82613b;
	width:209px;
	height:22px;
	color:#fff;
	text-decoration:none;
	font-family:Times New Roman;
	text-transform:uppercase;
	font-size:10pt;
	padding-top:3px;
	padding-left:10px;
	position:relative;
	float:left;
}

#sub-navigation-hover img
{
	position:relative;
	top:3px;
	left:25px;
}



#sub-navigation-items
{
	width:204px;
	z-index:200;
	position:relative;
	float:left;
	top:0px;
	left:0px;
	background-color:#82613b;
	z-index:300;
	display:none;
}

#sub-navigation-items a
{
	height:20px;
	width:200px;
	border-bottom:1px solid #553419;
	border-left:1px solid #553419;
	border-right:1px solid #553419;
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:10pt;
	padding-left:3px;
}

#sub-navigation-items a:hover
{
	background-color:#c7bf9c;
}

/******************************empty image***************************/

#empty-image
{
	display:none;
}

/*****************************Footer*******************************************************/

#footer
{
	position:relative;
	float:left;
	width:792px;
	height:36px;
	background-color:#8f734f;
	border-top:1px solid #afafaf;
	text-align:center;
}

#footer a
{
	position:relative;
	top:6px;
	color:#fff;
	font-weight:bold;
	font-size:11pt;
	margin-right:5px;
}



