/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 75% Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1C131A;
	text-align: justify;
}

a {
	color: #C43A35;
	text-decoration: none;
}

a:hover {
	border-bottom: dashed 1px #DDBFBF;
	padding: 2px 0 2px 0;
	color: #5D1515;
	background-color: #FFF2F2;
	
}
img.left
{
position: relative;
float: left;
margin: 0em 1.0em .8em 0em;
}
img.right
{
position: relative;
float: right;
margin: 0em 0em .8em 1.0em;
	
}

/* Boxed */

.title {
	padding-left: 30px;
	background: url(images/img04.gif) no-repeat left center;
}

.boxed1 .title {
	height: 24px;
	padding-top: 5px;
	font-size: 100%;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font-size: 182%;
}

.boxed2 .content {
	background: url(images/img06.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 .title {
	font-size: 129%;
}

.boxed3 .content {
	background: url(images/img07.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 760px;
	height: 161px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat 100% 50px;
	border-bottom: 5px solid #AE2721;
}

/* Logo */

#logo {
	float: left;
	width: 239px;
	height: 160px;
	background: #9A8825 url(images/img01.jpg) no-repeat;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 25px;
}

#logo h1 {
	padding-top: 80px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 36px;
	font-weight: normal;
}

#logo h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}
#logo a:hover {
	color: #FDEBEB;
	background-color: transparent;
	border-bottom: none;
}

/* Menu */

#menu {
	float: left;
	width: 520px;
	height: 49px;
	background: #B09733 url(images/img02.jpg) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Helvetica;
}

#menu ul {
	height: 5px;
	background: #AE2721;
	list-style: none;
}
   
#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 14px 15px 0 15px;
	border-top: 5px solid #AE2721;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	border-top-color: #1C131A;
	border-bottom: none;
	color: #FDEBEB;
	background-color: transparent;
}

#menu .active a {
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 480px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol {
    line-height: 140%;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
#content ul {
   list-style-image: url(images/list.gif);
   font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
   margin-left: 4em;
   line-height: 165%;
   margin-top: 1em;
   margin-bottom: 1em;
}
blockquote{
	margin:0.8em 1em 0.6em 1em;
	padding-left:1em;
	border-left:4px solid #E2D7CF;
	font-family: arial, Tahoma, Arial, Verdana;
}
#reg ul {
   list-style-image: none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   margin-left: 1em;
   line-height: 155%;
   margin-top: .9em;
   margin-bottom: .9em;
}
.emphasis {
   color: #975E3E;
   font-style: italic;
} 
/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}
.quote {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 90%;
   border-bottom: 1px solid #FFFFFF;
   border-top: 1px solid #FFFFFF;
   color: #666666;
}

/* News */

#news {
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 100%;
}

#news h3 a {
	display: block;
	background-color: transparent;
	border-bottom: none;
	padding: 0 0 0 0;
	font-variant: small-caps;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 230px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #AE2721;
}

#footer p {
	text-align: center;
	font-size: 77%;
}
