/*
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: #e8ecf7 url(images/bg.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4D4D4D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 180%;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0001;
	color: #BF4D36;
}

a:hover {
	background: none;
}

a img {
	border: none;
}

img.rightFlow {
  width: 200px;
  float: right;
  margin: 0 0 1em 1em;
}


/* Header */

#header {
	width: 900px;
	height: 90px;
	margin: 0 auto;
	background: url(images/head.gif) no-repeat left top;
  padding-top: 15px;
}

/* Logo */

#logo {
  width: 900px;
  padding: 0;
  color: #BF4D02;
  position: relative;
}

#logo h1, #logo p {
}

#logo h1 {
  margin-top: 0;
  padding: 5px 0 0 0px;
  width: 260px;
  text-align: center;
}

#logo h2 {
position: absolute;
right: 0;
top: 0;
}

#logo p {
	margin: 0;
	padding: 0;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #7B5C02;
}

#logo p a {
	color: #7B5C02;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #BF4D02;
}



/***** upper menu *****/

#menuTop {
	width: 900px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
}
#menuTop ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menuTop li {
	float: right;
}
#menuTop a {
	display: block;
	padding: 7px 25px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menuTop li:hover, 
#menuTop li.active {
	text-decoration: none;
        border-top: 5px solid #BF4D36;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(images/page_bg.png) repeat-y left top;
}

#wrapper-top {
	width: 900px;
	background: url(images/page_top.png) no-repeat left top;
}

#wrapper-btm {
	width: 900px;
	background: url(images/page_btm.png) no-repeat left bottom;
}



/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Content */
#content {
	float: right;
	width: 620px;
	margin: 0;
	padding: 0;
}

#content .article {}

#content h2 {
  color: #BF4D36;
  border-bottom: 1px #A9A9A9 dashed;
  margin-bottom: .5em;
}

#content h3 {
  margin-bottom: .5em;
}

#content li,
#content blockquote {
  margin-top: 1em;
}

#content p {
	text-align: justify;
}

#content a {
	border-bottom: 1px #967001 dotted;
}

#sitemap, #sitemap ul {
 line-height: 100%;
}



/***** Sidebar *****/

#sidebar {
  float: left;
  width: 220px;
  margin: 0;
  padding: 0 20px;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar li {
  line-height: 2.4em;
  font-weight: bold;
  border-bottom: 1px dotted #bbb;
  margin: 0;
  padding: 0;
}

#sidebar li a {
  color: #BF4D36;
  border: none;
  display: block;
  padding-left: 1em;
}

#sidebar li ul {
  padding-bottom: 1em;
}

#sidebar li li {
  border: 1px solid white;
  border-width: 0 0 1px 1px;
  font-weight: normal;
  line-height: 1.8em;
  margin-left: 1em;
}

#sidebar li li a {
  color: #666;
}

#sidebar a:hover,
#sidebar li.active a {
  color: white;
  background-color: #BF4D36;
  font-weight: bold;
}

#sponsors {
  margin-top: 5em;
  border-bottom: 1px dotted white;
  background-color: white;
}

#sponsors a:hover {
	border: none;
	background: none;
	text-decoration: none;
	background-color: white;
}

/***** Footer *****/

#footer {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	padding: 40px 0 15px 0;
	background: #4D4D4D url(images/foot.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FF833B;
	border-bottom: 1px #FF833B dotted;
}


/***** contact form *****/
#contact fieldset {
  border: none;
  padding: 0;
  line-height: 2em;
}

#contact br {
  clear: left;
}

#contact label {
  float: left;
  width: 150px;
}

/*
#contact label.required:after {
  color: #BF4D36;
  content:" (required)";
}
*/

#contact input, #contact textarea {
  font-size: 100%;
  font-family: sans-serif;
width: 380px;
}

#contact input[type=text],
#contact textarea {
  border: 1px solid #aaa;
  margin-bottom: .5em;
  width: 380px;
}

#contact input[type=text]:focus,
#contact textarea:focus {
  background-color: #ffc;
}

#contact .submit {
  margin-left: 150px;
  width: 150px;
}

#contact input[type=submit] {
  margin-left: 150px;
  width: auto;
}

