html{
	background-image: url("/themes/site_themes/default/bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
}

body{
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	color: #646464;
	line-height: 17px;
	
}

#wrapper {min-height: 100%; margin: 0; padding: 0; 
	width: 813px;
        left: 50%; 
       	margin: 0 0 0 -505px;
        position: relative
 }

#footer {
         position: relative; 
         margin-top: -100px; 
         height: 100px; 
        clear:both; 
	background-image: url("/themes/site_themes/default/footer.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
} 

#navigation {
         margin: 0 0 0 80px;
         position: relative; 
         clear:both; 
} 

a{
	text-decoration: none;
        color: #199e8d;
}

.bold{
       font-weight: bold;
}

.clear{ clear:both; }

.BigFont{
       line-height: 80px;
       border-top: 1px solid #000000;
       border-bottom: 1px solid #000000;
       display: block;
       font-size: 59px;
       color: #000;
       font-family: Times; 
       font-weight: normal;
       margin: 10px 0 10px 0;
       text-transform:capitalize;
}

.firstLetter{
      color: #000;
      font-size: 70px;
      font-family: Times;
      margin-left: -60px;
      padding-top: 30px;
}

/* Container */
div#container{
        position: relative; 
        overflow:hidden;
	z-index: 888;
	width: 813px;
	padding: 125px 0 100px 176px;
}

div#content{
	width: 496px;
	float: left;
}

div#content h1{
	font-size: 30px;
	line-height: 33px;
	color: #202020;
        font-family: "etica-display-1","etica-display-2", Times;
        font-weight: normal;
}
div#content h2{
	font-family: Times;
	font-size: 20px;
	font-style: italic;
	color: #202020;
	margin: 5px 0 31px 0;
}

div#content div.summary p{
	font-size: 14px;
	line-height: 18px;
	font-family: Times;
	color: #646464;
	font-style: italic;
}


div#content p.articleInformation{
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 5px 0;
}

div#content .italic{
	font-style: italic;
}

div#content p{
	margin: 0 0 10px 0;
}

div#content img{
	background-image: url('/themes/site_themes/default/imagebg.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0 2px 3px 2px;
}

div#content quote{
        font-family: Times;
        padding: 0 10px 0 10px;
        font-style: italic;
        font-size: 14px;
        color: #333333;
        display: block;
        border-left: 1px solid #333333;
}


/* Sidebar */
div#sidebar{
        font-size: 11px;
        line-height: 15px;
	width: 212px;
	padding-left: 47px;
	margin-left: 57px;
	float: right;
}

div#sidebar h2{
      display: none;
}

div#sidebar h3{
	font-weight: bold;
	display: block;
	text-align: right;
	color: #000000;
	border-bottom: 1px solid #000000;
}

div#sidebar h3 span{
	padding: 0 0 1px 0;
	border-bottom: 1px solid #000000;
}

div#sidebar h3.old{
	color: #999;
	border-color: #999;
}


div#sidebar h4{
    font-weight: bold;
    clear: both;
    color: #333333;
    margin: 0 0 5px 0;
}

div#sidebar p{
	float: left;
}

div#sidebar ul.old li{
	border-color: #999;
	color: #999;
}

div#sidebar h3.old span{
	border-bottom: 1px solid #999;
}

div#sidebar ul{
	margin: 0 0 20px 0;
}

div#sidebar ul.isLast{
	margin: 0 0 7px 0;
}

div#sidebar ul li {
	border-bottom: 1px solid #000000;
	padding: 5px 0 5px 0;
	position: relative;
}

div#sidebar ul li p.date{
	font-style: italic;
	position: absolute; 
        left: -67px;
        font-size: 10px;
}

div#sidebar ul li p{
	margin: 0;
}

div#sidebar a.button{
	padding: 2px 22px 4px 8px;
	background-image: url("/themes/site_themes/default/button_grey.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	border: 0px;
	color: #CDCDCD;
	font-weight: bold;
	float: right;
	font-size: 10px;
	margin: 0px;
}


div#sidebar .contactForm{
        display: none;
	clear: both;
	padding: 40px 0 0 0;
}

div#sidebar .contactForm h3{
	margin: 0 0 5px 0;
}

div#sidebar .contactForm input{
	margin: 2px 0 2px 0;
	width: 202px;
	border: 1px solid #CDCDCD;
	padding: 4px 5px 4px 5px;
	outline: none;
}

div#sidebar .contactForm textarea{
	margin: 3px 0 0 0;
	width: 100%;
	border: 1px solid #CDCDCD;
}

div#sidebar .contactForm input.button{
	width: auto;
	padding: 4px 22px 4px 8px;
	background-image: url("/themes/site_themes/default/button_green.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	border: 0px;
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	font-size: 10px;
}