/* CSS Document by Monica Seidler, September 2009*/

* {margin: 0;
    padding: 0;}

p {padding-top: 7px;
    padding-bottom:7px; }
	
h1 {
	padding-top: 200px;
	padding-right: 55px;
	text-align: right;
	font-size: 2em;
	font-style: italic;
	color: #FFFFFF;
}

h2 {
	padding-right: 55px;
	text-align: right;
	font-size: 1.2em;
	font-style: italic;
	color: #FFFFFF;
}
	
	
h3 {
	padding-top: 7px;
	padding-bottom:7px;
	font-style: italic;
	color: #8D5764;
	font-size: 1.4em;
}

h4 {
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 10px;
        font-style: italic;
        color: #8D5764;	
	font-size: 1.2em;
}


h5 {
	padding-top: 7px;
	padding-bottom:7px;
	font-style: italic;
	color: #000000;
	font-size: 1.2em;
}

a:link {color: #8D5764}     /* unvisited link */
a:visited {color: #666666}  /* visited link */
a:hover {color: #000000}   /* mouse over link */
a:active {color: #666666}   /* selected link */

	
body {
	background-color: #6B6D82;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}
	
#container {
	margin: 0px auto;
	width: 797px;
	color: #000000; 
	font-size: 1.2em;
}

#header {
	background-image: url(images/header1.jpg);
	height: 249px;
}

#header2 {
	background-image: url(images/header2.jpg);
	height: 249px;
}

#header3 {
	background-image: url(images/header3.jpg);
	height: 249px;
}

#header4 {
	background-image: url(images/header4.jpg);
	height: 249px;
}

#header5 {
	background-image: url(images/header5.jpg);
	height: 249px;
}

#header6 {
	background-image: url(images/header6.jpg);
	height: 249px;
}

#header7 {
	background-image: url(images/header7.jpg);
	height: 249px;
}

#header8 {
	background-image: url(images/header8.jpg);
	height: 249px;
}

#header9 {
	background-image: url(images/header9.jpg);
	height: 249px;
}


#header10 {
	background-image: url(images/header10.jpg);
	height: 249px;
}

#header11 {
	background-image: url(images/header11.jpg);
	height: 249px;
}



#linkbar {
	background-image: url(images/linkbar_bg.jpg);
	height: 79px;
}

#content {
	background-image: url(images/content_tile.jpg);
	background-repeat: repeat-y;
	padding-left: 80px;
	padding-right: 80px;
}

#right_menu {
	background-image: url(images/right_menu.jpg);
	height: 365px;
	width: 277px;
	float: right;
	margin-right: -80px!important;
	margin-right: -40px;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 63px;
	padding-top: 80px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	font-size: .9em;
}

.blockquote {		
        font-style: italic;
}


.legend {
	
	font-size: .9em;
	font-style: italic;	
}

.highlight   {
	
	font-size: 1.2em;
	font-style: italic; 
	color: #8D5764;
}

.byline {
	
	font-size: .9em;
        border-top:1px solid #BFC2C9;
}


/******************************* form ****************************************/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}


input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#name {
	width: 180px;
	padding: 2px;
}

#email {
	width: 180px;
	padding: 2px;
}

/******************************* menu ****************************************/

#navcontainer ul
{
	margin-left: 100px!important;
	margin-left: 50px;
	color: White;
	float: left;
	margin-top: 14px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.1em 0.9em;
font-size: 1.1em;
color: White;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
color: #E3E9F1;
}

/********************************' right menu *******************************/

.navcontainer {
	width: 200px;
	margin-left: 40px;
}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 168px;
border-bottom: 1px solid #BFC2C9;
}

.navcontainer a:link, .navlist a:visited
{
color: #000000;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #8D5764;
color: #fff;
}

