/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #E7E7E2 url('img/body.jpg') no-repeat center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
}

p,code {padding-bottom: 1.2em;}

/* remove bullet points from menu list */
li {list-style: none;}

h1 {font: normal 1.6em Tahoma,sans-serif;}
h2 {font: normal 11px Tahoma,sans-serif;}
h3 {font: bold 1.2em Tahoma,sans-serif;}
h4 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 2px;}

/* misc */
.clearer {clear: both; font-size: 0;
	width: 136px;
}

/* structure */
.inner-container {
	border: 1px solid #000000;
	background: #666666;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	background: url('img/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #222 url('img/contentheader.jpg') no-repeat;
	height: 160px;
	margin-bottom: 3px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #dfb8a5;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #dfb8a5;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 4px;
}


/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 4px 8px 4px 4px;
	height: 12px;
}

.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}
.path2 {
	background: #dfb8a5;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 0px;
	height: 8px;
	margin-bottom: 0px;
}
.pathtop {
	background: #dfb8a5;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 0px;
	height: 40px;
	margin-bottom: 3px;
}


/* top area (login and calendar) */
.path3 {
	
	background: url(img/gradiant.jpg) repeat;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	height: 25px;
	margin-bottom: 5px;
	border:  1px solid #000;
}



/* main */
.main {
	background-color: #f7f7f2;
    padding: 2px 5px 0 0;
}



/* content area */
.content {
	float: right;
	width: 600px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	padding-bottom: 1px;
}
.content ul 
{
    padding-left: 20px;
}





/* navigation */
.navigationNews {
	float: left;
	width: 165px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #dfb8a5;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}
.navigation {
	float: left;
	width: 170px;
	background-color: #e7e7e2;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 23px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 6px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	height: 10px;
}
.navigation li a:hover {
	background: #D6B554;
	color: #654;
	font-weight: bold;	
	padding-left: 5px;
	width: 165px;
}



/* footer */
.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 3px;
	padding: 10px 12px;
	height: 20px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;
}
	
/* footer stripes */
.sfooter 
{
    background-image: url('img/sfooter.jpg');
	margin-top: 3px;
	height: 30px;
}
.primary_header
{
background: #dfb8a5;
color: #000000;
font: normal 1.1em Verdana,sans-serif;
height: 30px;
margin-bottom: 3px;
text-align: center;
padding-top: 5px;
        }
.sheader 
{
    background-image: url('img/sfooter.jpg');
	height: 10px;
}