/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	line-height: 20px;
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #555;
	background:#fff url('/bg3.png') no-repeat top right;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link, a:active, a:visited { text-decoration: none; color: #333;}
a:hover { text-decoration: none; text-decoration:underline; color: #555 }

a img { border: none; }
a:hover img { border: none; }

#menu {
font-size: 13px;
color: #999;
height:auto;
left:30px;
padding: 1px 5px;
position:fixed;
text-align:left;
top:0px;
width:175px;
background-color: #eee;
padding-top: 5px; /* change to match the padding-top in #content if you want them to align */
/* padding-left & right can be changed in #menu ul - below */
text-align:center;
position: absolute;
}

/* This section controls each section made */ 
#menu ul {
	list-style: none;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 8px; /* sets the space between each section */
	margin-left: 5px;
	padding-right: 20px;
	padding-left: 20px;
	/* font-style: italic; */
	border-top-color: #ddd;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 15px 0px 15px 0px;
}

		#menu ul a {
			color: #666;
			font-size: 15px;
		}
		
		#menu ul a:hover {
		 	text-decoration: none;
			color: #999;
		}

#menu ul li {
	margin-top: 0px;
	margin-bottom: 2px;

}
	
/* The following sets the style for the section heading */
#menu ul li.section-title {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #666;
	/* Following lines adds a line about each section */
	border-top-color: #ddd;
	border-top-style: solid;
	border-top-width: 1px;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
    padding-left: 20px;
    padding-top: 60px;
}

.container {
    padding: 5px 5px 5px 5px;
}

#content p { width: 600px; margin-top: 12px; }

p {
    margin: 0 0 9px 0;
}

h1 { display: inline; font-size: 24px; font-weight: normal; /*font-style: italic; */border-bottom: 1px solid #CCC; line-height: 32px;}
h2 { font-size: 18px; font-weight: normal; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

quote {
font-size: 14px;
text-align: center;
float: middle;
display: block;
color: #304365;
padding-top: 5px;
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
width: 80%;
border-left: 60px solid #fff;
/*
font-size: 11px;
text-align: center;
float: middle;
display: block;
color: #000;
padding-top: 5px;
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
width: 80%;
border-left: 60px solid #fff;
text-transform: uppercase
*/
}

blue {
color: #304365;
}

blueitalics {
color: #304365;
font-size: 15px;
font-style: italic;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }