/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(bg.gif) top center repeat-y;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
	clear: both;
	margin: 0px 0 10px 0;
	padding: 0;
	height: 111px;
}

#header img {
	display: inline;
	border: 0;
	margin: 10px 0 0;
}


#header h1 {
width: 450px;
margin: 0 0 10px 0;
float: left;
font-size: 2.0em;
}

#header p {
	width: 310px;
	float: right;
	text-align: center;
	color: #a0a0a0;
	margin: 0 0 -100px 0;
	font-size: 0.8em;
	line-height: 1.2em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

.images {
	float: left;
	margin: 10px 3px 3px 10px;
}

.images2 {
	float: left;
	margin: 1px 1px 1px 1px;
	border: 0;
}

.images3 {
	float: right;
	margin: 50px 1px 1px 1px;
	border: 0;
}

.classics {
	width: 400px;
	float: left;
	text-align: justify;
	color: #000;
	margin: 0 0 -100px 0;
	font-size: 1.0em;
	line-height: 1.2em;
}
.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #D0BAA1;
line-height: 1.3em;
}

div.leftcolbox {  /* Use this to create one of the boxes in the left column */
	padding: 0 0 0px 0;
	margin: 0px;
	width: 130px;
	background: url('../images/leftboxbottom.gif') no-repeat bottom #0080FF;
	overflow: hidden;
	}
	
div.leftcolboxtop { /* This div adds the top rounded corners of the box.  The bottom is included in the leftcolbox div as the background image */
	height: 10px;
	width: 130px;
	background: url('../images/leftboxtop.gif') no-repeat top;
}

.leftcolbox p {   /* text style for left col boxes */
	margin: 0 15px 12px 15px;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
}

.leftcolbox h1,h2,h3 {   /* Titles in the left column */
	font-family: Verdana, Arial, sans-serif;
	margin: 0 15px 12px 15px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0;
	font-size: 11px;
	line-height: 14px;	
}

#extras {
background-color: #D0BAA1;
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 4px 0 0 8px;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0 110px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
color: Black;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

div.resource_title {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.8em;
	line-height: 1.308em;
}

select  {
background-color:	#ffffe0;
background-position:	;
border-color:	solid #781351;
border-width:	1px;
font-size:	9pt;
color:	#781351;
}

/*
blockquote {
display: block;
padding: 20px 10px;
width: 330px;
text-align: justify;
font-size: 1.0em;
}

blockquote:before, blockquote:after {
	color: #69c;
	display: block;
	font-family: arial;
	font-size: 700%;
	width: 50px;
}

blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}

blockquote:after {
content: close-quote;
height: 50px;
margin-top: -65px;
margin-left: 350px;
}*/

blockquote {
	margin: 0 auto;
	text-align: left;
	width: 420px;
}

blockquote p {
	margin: 0;
	padding: 0;
}

/* Style bq1
-----------------*/

#bq1 {
	background: #f5f5f5;
	border-left: 0.8em solid #ccc;
	font: italic 120% Georgia, "Times New Roman", Times, serif;
	padding: 0.75em;
}

#bq1 p:first-letter {
	float: left;
	font-size: 250%;
	font-weight: bold;
	margin: .15em .1em 0 0;
}

/* Style bq2
-----------------*/

#bq2 {
	background: #f5f5f5;
	border-left: 0.8em solid #ccc;
	border-right: 0.8em solid #ccc;
	font: italic 120% Georgia, "Times New Roman", Times, serif;
	padding: 0.75em;
}

#bq2 .quoter {
	color: #fff;
	font: bold 75% Arial, Helvetica, sans-serif;
	margin-top: 1em;
	text-align: right;
}

#bq2 .quoter span {
	background: #9c9c9c;
	padding: .2em .4em;
}



a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#footer_main{
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #f0f0f0;
	width: 760px;
  	float: left;
   padding: 0 0 0 0;
/* border: 2px solid #8f0000; background: #1C2533; #A5C6CE*/
}

#footer_top{
	width:760px;
	height: auto;
	padding:0px 0px 0px 0px;
	background: #1C2533;
	float:left;
}

#footer_bottom{
	width:740px;
	height: auto;
	padding:10px 10px 10px 10px; 
	margin: 5px 0px 0px 0px;
	background: #1C2533;
	float:left;
}

#footer_main p {
	font: 12px  Arial, helvetica, verdana;
	line-height: 16px;
	margin:0px;
	font-weight: normal;
	color: #ffffff;
	text-align:left;
}

#footer_main a{
	width: auto;
	text-decoration: none;
	color: #A5C6CE;
	font-weight: bold;
}

#footer_main a:hover{
	text-decoration:underline;	
	color:#bada55;
}

#footer_main ul{
list-style-type: square;padding:10px 10px 10px 20px;margin: auto;
}
#footer_main ul li{
list-style-type: square;width:auto;height: auto;padding:0px;line-height:17px; font: 12px  Arial, helvetica, verdana; font-weight:bold; color: #bada55;
}

.intro_div{
	width: 200px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 15px 10px 15px ;
	text-align: left;
}

.standard_div{
	float: left;
	width: 200px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 15px 10px 35px ;
	background:url(../images/header_2.jpg) no-repeat left;
	background-position: 10px 65px;
}

#footer_main h3 {
	font: 22px  Arial, helvetica, verdana;
	margin:0px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 0px 15px 0px;
}

#footer_main h4 {
	font: 14px  Arial, helvetica, verdana;
	padding: 0px 0px 4px 0px;
	line-height: 16px;
	margin:0px;
	font-weight: bold;
	color: #bada55;
	text-align:left;
}

#lefto {
	float: left;
}

#righto {
	float: right;
}

#featured {
	background-color: rgb(230, 225, 198);
	font: 10px  Arial, helvetica, verdana;
	border-top: 2px solid #7B1314;
	border-bottom: 2px solid #7B1314;
	clear: left;
	float: left;
	width: 150px;
	margin: 10px 0 10px 0;
	padding: 0;
}

#featured  h3{
	font: 12px  Arial, helvetica, verdana;
	font-weight: bold;
	color: #7B1314;
}

#featured  h4{
	font: 12px  Arial, helvetica, verdana;
	font-weight: bold;
	color: #7B1314;
}

#featured img {
	float: none;
	margin: 5px 5px 5px 5px;
	border: 0;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.picright {
margin: 10px 15px 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
