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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font: 0.8em Georgia, "Times New Roman", Times, serif;
  color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

/* Menu */

#menu {
	width: 785px;
	height: 67px;
	margin: 0 auto;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
  display: block;
  float: left;
  width: 130px;
  height: 46px;
  margin-left: 1px;
  padding-top: 10px;
  border-top-width: 10px;
  border-top-style: solid;
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
  font-size: 1.4em;
}

#menu .first a {
	margin: 0;
}

#menu1 { background: url(images/menu1a.gif) repeat-y center bottom; border-color: #F07242; color: #C4856D; }
#menu2 { background: url(images/menu2a.gif) repeat-y center bottom; border-color: #FCEE0F; color: #C0B94A; }
#menu3 { background: url(images/menu3a.gif) repeat-y center bottom; border-color: #549EE9; color: #799EC3; }
#menu4 { background: url(images/menu4a.gif) repeat-y center bottom; border-color: #9EBF54; color: #94A46F; }
#menu5 { background: url(images/menu5a.gif) repeat-y center bottom; border-color: #9F8DF6; color: #B0A7DB; }
#menu6 { background: url(images/menu6a.gif) repeat-y center bottom; border-color: #FFAA42; color: #FF770F; }

#menu a:hover {
  color: #ffffff;
}

/* Logo */

#logo {
  width: 785px;
  height: 31px;
  margin: 0 auto;
  padding: 110px 0 0;
  background: url(images/img06.jpg) no-repeat;
  border-bottom: 10px solid #666666;
}

#logo h1, #logo h2 {
  float: left;
  text-transform: lowercase;
  letter-spacing: -1px;
  font-size: 1.8em;
  font-weight: normal;
}

#logo h1 {
  padding: 0 0 0 140px;
  color:#FFFFFF;
}


#logo h2 {
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: 1px solid #e2eccb;
  color:#FFFFFF;
}


/* Content */

#content {
  width: 785px;
  margin: 0 auto;
  border-top: 1px solid #FFFFFF;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

#colA {
	float: right;
	width: 510px;
	padding: 0 15px 0 0;
}


#colB {
	float: left;
	width: 240px;
}

/* BoxedA */

.boxedA {
}

.boxedA h2 {
  height: 35px;
  padding-top: 25px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.8em;
  margin-bottom: 5px;
}

.boxedA h3 {
  font-size: 1.2em;
  font-weight: bold;
}

.boxedA p {
  line-height: 1.8em;
  text-align: justify;
}

.boxedA .more {
	text-align: right;
}

.boxedA .more a {
	padding: 0 1em;
	background: #CCCCCC;
	border-left: 4px solid #666666;
	text-decoration: none;
}

.boxedA .more a:hover {
	background: #666666;
	color: #FFFFFF
}

/* BoxedB */

.boxedB {
	margin-bottom: 1px;
	background: #FAD4C6 url(images/menu1b.gif) repeat-y;
	border-bottom: 1px solid #F07242;
}

.boxedB h2 {
  height: 35px;
  padding: 25px 0 0 21px;
  border-bottom: 1px solid #FFFFFF;
  letter-spacing: -1px;
  font-size: 1.8em;
  font-weight: normal;
  color: #F07242;
}

.boxedB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedB li {
	display: inline;
}

.boxedB a {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #FDF1EC url(images/menu1c.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #F07242;
}
.boxedB p {
	display: block;
	width: 199px;
	padding: 7px 0 0 21px;
	background: #FDF1EC url(images/menu1c.gif) repeat-y;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #F07242;
}
.boxedB a:hover {
	background: #F7B8A0 url(images/menu1d.gif) no-repeat;
	color: #ffffff;
}
/* BoxedC */
.boxedC {
	margin-bottom: 1px;
	background: #fefab7 url(images/menu2b.gif) repeat-y;
	border-bottom: 1px solid #fcee0f;
}

.boxedC h2 {
  height: 35px;
  padding: 25px 0 0 21px;
  border-bottom: 1px solid #FFFFFF;
  letter-spacing: -1px;
  font-size: 1.8em;
  font-weight: normal;
  color: #C0B94A;
}

.boxedC ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedC li {
	display: inline;
}

.boxedC a {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #fefce0 url(images/menu2c.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #C0B94A;
}
.boxedC p {
	display: block;
	width: 199px;
	padding: 7px 0 0 21px;
	background: #fefce0 url(images/menu2c.gif) repeat-y;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #C0B94A;
}
.boxedC a:hover {
	background: #C0B94A url(images/menu2d.gif) no-repeat;
	color: #FFFFFF;
}

/* BoxedD */

.boxedD {
	margin-bottom: 1px;
	background: #CBE2F8 url(images/menu3b.gif) repeat-y;
	border-bottom: 1px solid #549EE9;
}

.boxedD h2 {
  height: 35px;
  padding: 25px 0 0 21px;
  border-bottom: 1px solid #FFFFFF;
  letter-spacing: -1px;
  font-size: 1.8em;
  font-weight: normal;
  color: #549EE9;
}

.boxedD ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedD li {
	display: inline;
}

.boxedD a {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #EEF5FD url(images/menu3c.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #549EE9;
}

.boxedD a:hover {
	background: #A9CEF4 url(images/menu3d.gif) no-repeat;
	color: #FFFFFF;
}
.boxedD p {
	display: block;
	width: 199px;
	padding: 7px 0 0 21px;
	background: #EEF5FD url(images/menu3c.gif) repeat-y;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #549EE9;
}

/* BoxedE */

.boxedE {
	margin-bottom: 1px;
	background: #e2eccb url(images/menu4b.gif) repeat-y;
	border-bottom: 1px solid #94A46F;
}

.boxedE h2 {
  height: 35px;
  padding: 25px 0 0 21px;
  border-bottom: 1px solid #FFFFFF;
  letter-spacing: -1px;
  font-size: 1.8em;
  font-weight: normal;
  color: #94A46F;
}

.boxedE ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedE li {
	display: inline;
}

.boxedE a {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #f6f9ed url(images/menu4c.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #94A46F;
}

.boxedE p {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #f6f9ed url(images/menu4c.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #94A46F;
}

.boxedE a:hover {
	background: #94A46F url(images/menu4d.gif) no-repeat;
	color: #FFFFFF;
}
/* BoxedF */

.boxedF {
	margin-bottom: 1px;
	background: #e2ddfc url(images/menu5b.gif) repeat-y;
	border-bottom: 1px solid #9999cc;
}

.boxedF h2 {
  height: 35px;
  padding: 25px 0 0 21px;
  border-bottom: 1px solid #FFFFFF;
  letter-spacing: -1px;
  font-size: 1.8em;
  font-weight: normal;
  color: #B0A7DB;
}

.boxedF ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedF li {
	display: inline;
}

.boxedF a {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #f1eefe url(images/menu5c.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #B0A7DB;
}
.boxedF p {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #f1eefe url(images/menu5c.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #B0A7DB;
}
.boxedF a:hover {
	background: #B0A7DB url(images/menu5d.gif) no-repeat;
	color: #FFFFFF;
}
/* BoxedG */

.boxedG {
	margin-bottom: 1px;
	background: #ffcc99 url(images/menu6b.gif) repeat-y;
	border-bottom: 1px solid #FF770F;
}

.boxedG h2 {
  height: 35px;
  padding: 25px 0 0 21px;
  border-bottom: 1px solid #FFFFFF;
  letter-spacing: -1px;
  font-size: 1.8em;
  font-weight: normal;
  color: #FF770F;
}

.boxedG ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedG li {
	display: inline;
}

.boxedG a {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #fff9f3 url(images/menu6c.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FF770F;
}
.boxedG p {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #fff9f3 url(images/menu6c.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FF770F;
}

.boxedG a:hover {
	background: #FF770F url(images/menu6d.gif) no-repeat;
	color: #FFFFFF;
}
/* News */

#news {
}

#news h2 {
  font-size: 1.6em;
}

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

/* Footer */

#footer {
	clear: both;
	width: 785px;
	margin: 0 auto;
	border-top: 1px solid #000000;
	background: #666666;
}

#footer p {
  margin: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 0.8em;
  color: #ffffff;
  line-height: 1.8em;
}

#footer a {
	color: #ffffff;
   text-decoration:underline;
}

