﻿/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#646464;
	
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}

a {
	color:#999999;
}

a:hover {
	text-decoration:none;
}

submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

input {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

textarea {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:"Palatino Linotype", "Trebuchet MS", Verdana, Arial;
	font-size:200%;
	color:#900000;
	font-weight:normal;
}

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
	font-family: "Palatino Linotype", "Trebuchet MS", Verdana, Arial;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:80%;
	margin:0 auto 0 auto;
}
#container2 {
	width:90%;
	margin:0 auto 0 auto;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:200px;
	float:right;
}

#sidebar h1 {
	font-family:"Palatino Linotype", "Trebuchet MS", Verdana, Arial;
	text-align:right;
	font-size:200%;
	color:#008F90;
	border-bottom:1px dashed #eeeeee;
}
#sidebar h5 {
	font-family:"Palatino Linotype", "Trebuchet MS", Verdana, Arial;
	text-align:right;
	font-size:190%;
	color:#AD0C0C;
	border-bottom:1px dashed #eeeeee;
}

#sidebar p {
	line-height:20px;
	font-family: "Palatino Linotype", "Trebuchet MS", Verdana, Arial;
	text-align: justify;
}


/* THE MENU */

#menu {
	text-align:right;
	font-family: "Palatino Linotype", "Trebuchet MS", Verdana, Arial;
}

#menu a {
	color:#646464;
	background-image:url(images/backgrounds/a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:15px;
	text-decoration:none;
}

#menu a:hover {
	color:#CCE9E9;
	background-image:url(images/backgrounds/a_hover.jpg);
	
}


/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:"Palatino Linotype", "Trebuchet MS", Verdana, Arial;
	text-align:left;
	font-size:200%;
	color:#008F90;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	background-image:none;
	background-position:right top;
	background-repeat:no-repeat;
}

#content h5 {
	font-family:"Palatino Linotype", "Trebuchet MS", Verdana, Arial;
	text-align:left;
	font-size:190%;
	color:#AD0C0C;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	background-image:none;
	background-position:right top;
	background-repeat:no-repeat;
}


#content p {
	line-height:20px;
	text-indent:15px;
	font-family: "Palatino Linotype", "Trebuchet MS", Verdana, Arial;
	text-align: justify;
}

ul {
	line-height:25px;
	font-family: "Palatino Linotype", "Trebuchet MS", Verdana, Arial;
}

#content ol {
	line-height:25px;
	font-family: "Palatino Linotype", "Trebuchet MS", Verdana, Arial;
}

#content li {
	list-style-image:url(images/backgrounds/li.gif);
}

/* FULL SIZE CONTAINER FOR SUB_PAGES */

#content2 {
	margin-right: 2px;
	padding-right: 2px;
}

#content2 h1 {
	font-family:"Palatino Linotype", "Trebuchet MS", Verdana, Arial;
	text-align:left;
	font-size:200%;
	color:#008F90;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	background-image:none;
	background-position:right top;
	background-repeat:no-repeat;
}

#content2 h5 {
	font-family:"Palatino Linotype", "Trebuchet MS", Verdana, Arial;
	text-align:left;
	font-size:190%;
	color:#AD0C0C;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	background-image:none;
	background-position:right top;
	background-repeat:no-repeat;
}


#content2 p {
	line-height: 20px;
	font-family: "Palatino Linotype", "Trebuchet MS", Verdana, Arial;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
}

ul {
	line-height:25px;
	font-family: "Palatino Linotype", "Trebuchet MS", Verdana, Arial;
}

#content2 ol {
	line-height:25px;
	font-family: "Palatino Linotype", "Trebuchet MS", Verdana, Arial;
}

#content2 li {
	list-style-image:url(images/backgrounds/li.gif);
}


/* THE FOOTER */

#footer {
	width:80%;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
	font-family: "Palatino Linotype", "Trebuchet MS", Verdana, Arial;
}

