/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
    color: #c0321a;
    text-decoration:none;
}
a:hover {text-decoration:underline;}
 
body {
	background-color: #e7e8e2;
	color: #444;
	font: normal 62.5% Helvetica, Arial, sans-serif;
	/* font: normal 62.5% Verdana, Arial, Helvetica, sans-serif; */
	padding-top: 20px;
	border-bottom: dotted 2px grey;
	;
}

#logo { position: absolute; top: 100px; left: 430px;}

/* p,code,ul {padding-bottom: 1.2em;} */
p {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.5em Helvetica, Arial, sans-serif; padding:0px; margin:0px;}
h2 {font: normal 1.2em Helvetica, Arial, sans-serif; color: #c0321a;}
h3 {font: normal 1.1em Helvetica, Arial, sans-serif; color: #553;}
h4 {font: bold 1em Helvetica, Arial, sans-serif; padding-bottom: 1.2em; color: #553;}

form,input {margin: 0; padding: 0; display: inline;}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	display: block;
	/* font-weight: bold; */
	padding-left: 28px;
}

/* h1,h2,h3 {padding-top: 6px; margin-bottom: 4px;} */
h1 {padding-top: 6px; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 780px;
}

.outer-container {
	background: url('img/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #ffffff url('../img/header.jpg') no-repeat;
	/* height: 160px; */
	height: 120px;
	margin-bottom: 20px;
	text-align: center;
	margin-top:10px;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Helvetica, Arial, sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #F8F8F8;
	color: #000;
	font: normal 1.1em Helvetica, Arial, sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #000;
	text-decoration: none;
}
.path a:hover {
	color: #c0321a;
	text-decoration: underline;
}

/* main */

/* 
.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}
*/

/* content */
.content {
	float: right;
	padding-top:10px;
	/* width: 538px; */
	width: 588px; 
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
/* added */
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #F8F8F8;
	margin-bottom: 8px;
}

/* added float box */

.somediv{ 
    /* width: 350px; */
    width: 580px;
    clear: left;
	/*padding-top:10px;*/
    /* border: 1px solid gray; */
    }

.somediv .floatbox{
    float: right;
    /* width: 155px; */
    width: 355px;
    }

* html .somediv p{ /* IE 3px jog hack*/
    height: 1%;
    }

.somediv p{
    margin-top: 0;
    /* margin-right: 156px; */
    margin-right: 286px;  
    }

/* somedivarchive */
.somedivarchive{ 
    /* width: 350px; */
    width: 580px;
    clear: left;
    /* border: 1px solid gray; */
    }

.somedivarchive .floatbox{
    float: right;
    /* width: 155px; */
    width: 355px;
    }
    
* html .somedivarchive p{ /* IE 3px jog hack*/
    height: 1%;
    }

.somedivarchive p{
    margin-top: 0;
    /* margin-right: 156px; */
    margin-right: 236px;  
    }
    
/* added */
hr { border:none; border-top:dotted 2px grey }


.divider{
height:10px;
border-top-color:#999999;
border-top-width:1px;
border-top-style:dotted;
}

/* addedd */
 .floatright
{
float: right;
margin: 0 0 10px 10px;
clear: right;
}

/* para */
.content p {
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    font-family: Helvetica, Arial, sans-serif;
    line-height: 160%}

/* navigation */
.navigation {
	float: left;
	width: 160px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Helvetica, Arial, sans-serif;
	line-height: 30px;
	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: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* vertical navigation */
#navlist
{
    padding-left: 5px;
    margin-left: 0;
    /*border-bottom: 1px dashed gray;*/
    width: 160px;
}

#navlist li
{
    list-style: none;
    margin: 0;
    padding: 0.75em;
	border-bottom: 1px dashed gray;
   /* border-top: 1px dashed gray;*/
}

#navlist li a { 
    color: gray;
    text-decoration: none; }
    
#navlist li a:hover {
    color: #c0321a;
}  
        
/* footer */
.footer {
	/*
	background: #949490;
	color: #F7F7F2; */
	background: #F8F8F8;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	padding-left: 190px;
}
.footer a {
	color: #c0321a;
	text-decoration: none;
}
.footer a:hover {text-decoration:underline;}

