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

body {
	margin: 10px;
	padding: 0;
	background: #E3EFFC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

span {
	
font-weight: bold;
}

h1, h2, h3 {
	margin-top: 0;
	padding-top: 0;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #646942;
}

img.left {
	float: left;
	padding: 5px 10px 0 0;
}

img.right {
	float: right;
	padding: 5px 0 0 10px;
}

img.padme {
	margin: 0 30px 0 0;
}

h1 {
	font-size: 28px;
}

h3 {
	font-size: 18px;
}

h4 {
	margin: 0;
	padding: 0;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, ul {
	line-height: 18px;
	font-size: 11px;

}

a:link {
	color: #646942;
	text-decoration: none;
}

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

a, img {
	border: 0px;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 760px;
	height: 122px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 539px;
	height: 80px;
	margin: 0;
	padding: 40px 0 0 20px;
	background: #bbb url(images/img1.gif) no-repeat;
}

#header h1 a {
	text-decoration: none;
	color: #B05B00;
}

#header h2 {
	float: right;
	width: 195px;
	height: 66px;
	margin: 0;
	padding: 50px 0 0 0;
	background: #8D0300 url(images/img5.gif) repeat-x;
	border: 2px solid #8D0300;
	text-align: center;
	letter-spacing: normal;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	padding: 5px;
	background: #8D0300 url(images/img2.gif) repeat-x left center;
	border: 2px solid #8D0300;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 5px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF url(images/img4.gif);
}

#colOne {
	float: left;
	width: 559px;
}

#colTwo {
	float: right;
	width: 155px;
	padding: 20px;
	background: url(images/img3.gif) repeat-x;
	border: 2px solid #bbb;
}

#colTwo h4 {
	color: #B05B00;
}

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

#colTwo p, h3, h4 {
padding: 0 0 15px 0;
margin:  0 0;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
}

/* -- form CSS */




form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight:normal;
  width: 490px; 
  margin: 0 0;
  padding: 0 0;
}

form.contactpage {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 17px 0 0 0;
  width: 490px;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border: 1px solid #2A435C;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #646942;             /* be careful with padding, it'll shift the nice offset on top of border  */
	font-size: 16px;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */

}


#lightbox {
	background-color: #fff;
	padding: 20px 20px 20px 20px;
}

#lightbox img {
	padding: 0 8px 8px 0;
	float:left;
}

#lightbox span {
	font-weight: bold;
}

#lightbox ul {
	float: right;
	width: 196px;
	text-align: left;
	list-style: none;
	padding: 0 0;
	margin: 0 0;
}
