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

/* ==========================================
Technique for centering #wrapper within body

body {
  text-align: center;
  }

#wrapper {
  margin: 0 auto;  (0 top/bottom and center for non-IE6 browsers)
  width: XXXpx;
  text-align: left;
  }
========================================== */

/* Zero margin and padding on all elements,
   otherwise don't know what browser will set
* {
  margin: 0;
  padding: 0;
}                                              */

/* All text elements inherit from body */
body {
    text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #757575;
	background: #FFFFFF url(images/img01.jpg) repeat-x top left;
    padding-top: 15px; /* make way for repeated image (bar) across top */
}

#wrapper {
	margin: 0 auto;
	width: 754px;
	text-align: left;
	background: url(images/img05.jpg) repeat-x left top;
}

#header {
	width: 754px;
	text-align: left;
	margin-bottom: 10px; /* #content scrunches against on some browsers */
}

#content {
	float: left;
	width: 450px;
}

#content_fullpage {
	width: 754px;
}

#content_narrow {
	float: left;
	width: 250px;
}

/* Sidebar */

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

#sidebar_wide {
	float: right;
	width: 450px;
}

#footer {
	clear: both;
	width: 754px;
	background: #FFFFFF url(images/img01.jpg) repeat-x top left;
    margin-top: 5px; /* so no scrunch with content */
	padding-top: 10px; /* for repeated image (bar) */
}

#footer p {
    font-size: 16px;
}

#footer .legal {
	float: left;
	font-size: 10px;
}

#footer .credit {
	float: right;
	font-size: 10px;
}


/* Logo */

#logo {
	width: 500px;
	height: 60px;
	float: left;
    margin: 0;   /* align with logo_float_rt */
    padding: 5px 0 5px 0; /* align with logo_float_rt */
}

#logo_float_rt {
    float: right;
	text-align: right;
    margin: 0;   /* align with logo */
    padding: 5px 0 5px 0; /* align with logo */
}

#logo h1, #logo h2 {
	text-transform: uppercase;
}

#logo h1 {
    margin: 0;   /* align with logo_float_rt */
    padding: 0;  /* align with logo_float_rt */
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #31363B;
}

#splash {
    clear: both;
    margin-top: 10px;
	width: 754px;
	height: 266px;
	background: url(images/splash.jpg) no-repeat left top;
}

#menu {
	height: 60px;
	width: 744px;
	padding-left: 10px;
	background: url(images/img02.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

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

#menu li {
	float: left;
}

#menu a {
	display: block;
        width: 50px;
	float: left;
	padding: 20px 30px 15px 18px;
	margin-right: 1px;
	height: 30px;
	background: url(images/img03.gif) no-repeat left 35%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

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

/* Search */

#search {
	float: right;
	width: 260px;
	margin: 0px;
	margin-top: 10px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
	height: 23px;
	background: #FFDBE1;
	border: 1px solid #F57F8C;
}

#search #x {
	width: 40px;
	background: #F74B61;
	border-top: #F74B61 solid 1px;
	border-bottom: #F74B61 solid 3px;
	border-left: #F74B61 solid 1px;
	border-right: #F74B61 solid 1px;
	color: #FFDBE1;
}

/* Elements */

input, textarea {
	width: 220px;
	background: #FFFFFF url(images/img04.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #757575;
}

h1, h2, h3 {
	color: #31363B;
	letter-spacing: -1px;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
}

a {
	color: #C11A00;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
}

hr {
	display: none;
}
