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

* html .visualIEFloatFix { height: 0.01%; }

body {
	background: #000000 url(images/black_wool.JPG) repeat;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 14px;*/
	color: #E7E7E7;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	color: #FFFFFF;
}

h1 { font-size: 34px; }

h2 {
	margin-bottom: 10px;
	padding: 12px 0 12px 0;
	font-size: 24px;
	margin-left: 20px;
	margin-right: 20px;
}

h3 {
	padding: 12px 0 12px 0;
	font-size: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

h4 {
	font-size: 16px;
	margin-left: 20px;
	margin-right: 20px;
}

img {
  border: 1px solid #000000;
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}

p {
	margin-top: 0;
	text-align: justify;
	line-height: 110%;
	margin-left: 20px;
	margin-right: 15px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.list {
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

/* Header */

#header {
	margin: 0 auto;
	padding: 30px 0 0 0;
	height: 124px;
	background: url(images/pearl_button_x3.gif) repeat-x left top;
}

#header_inset {
	width: 760px; 
	margin: 0 auto;
	padding: 20px 0 0 0;
	height:104px;
	background: #CC0000;
/*	background: url(images/border_wool.gif) repeat-x left top;*/
}

#header h1 {
	text-align: center;
}

#header h2 {
	display: none;
}

#header ul {
        margin: 0 -10 0 0;
	text-align: center;
	list-style: none;
}

#header li {
	display: inline;
	zoom: 1;
}

#header a {
	display: inline;
	float: center;
	padding: 0 10px 0 20px;
	background: #000000 url(images/star.gif) no-repeat left center;
	text-decoration: none;
	font: bold Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#header a:hover {
	text-decoration: underline;
}

#header .first a {
	background: #000000 url(images/star.gif) no-repeat left center;

}

/* Content */

#content {
	width: 760px;
	padding: 10px 0 15px 0;
	height: 445px;
	margin: 0 auto;
	background: #CC0000;
/*	background: url(images/red_wool.gif) repeat top center;*/
}
#content-long {
	width: 760px;
	padding: 40px 0 0 0;
	height: 2000px;
	margin: 0 auto;
/*	background: url(images/red_wool.gif) repeat top center;*/
	background: #CC0000;
}

#colOne {
	float: left;
	width: 190px;
	padding: 0 0 0 21px;
}

#colOne-right {
	float: left;
	width: 390px;
	margin: 0 20px 0 0px;
	padding: 0 0 0 21px;
}

#colSingle {
	float: left;
	width: 390px;
	margin: 0 20px 0 0px;
	padding: 0 0 0 21px;
}

#colOne h3 {
	margin-top: 0px;
}

#colTwo {
	float: right;
/*	font-size: 14px;*/
	width: 510px;
	padding: 20px 21px 0 0;
}
#colTwo-right {
	float: right;
/*	font-size: 14px;*/
	width: 350px;
	padding: 20px 21px 0 0;
}


/* Footer */

#footer {
	clear: both;
	margin: 10px auto;
	padding: 5px 0 0 0;
	background: url(images/pearl_button_x3.gif) repeat-x left top;
}


#footer p {
	padding: 15px 0 0 0;
	text-align: center;
	color: #8A8A8A;
}

/*kk from http://css-tricks.com/centering-list-items-horizontally-slightly-trickier-than-you-might-think/ */
#menu-outer {
        height: 84px;
        background: url(images/bar-bg.jpg) repeat-x;
}

.table {
        display: table;   /* Allow the centering to work */
        margin: 0 auto;
}

ul#horizontal-list {
        min-width: 696px;
        list-style: none;
        padding-top: 20px;
        }
        ul#horizontal-list li {
                display: inline;
        }

