/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */
* { 
	padding: 0; margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 101%;
	color: #000000;
	text-align: center;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	background-image: url(/images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
p {
	font-size: .8em;
}

/* links */
a {
	color: #A0080D;
	background-color: inherit;
	text-decoration: none
}
b {
	font-size: 1.1em;
	font-weight: bold;
	color: #A0080D;
}
td {
	padding: .2em;
}



a:hover {
	color: #000000;
	background-color: inherit;
}
a:link {
}


h1,/* headers */ h2, h3, label {
	color: #A0080D;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
} 
h2 {
	font-size: 1em;
	text-transform:uppercase;
	font-style: oblique;
	font-weight: bold;
}
h3 {
	font-size: 1em;
}

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}


ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #F88F26;
}
ul span, ol span {
	color: #CCC;
} 

/* images */
img {
	clip: rect(auto,10px,auto,auto);

}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a:hover img {  
  border: 3px solid #CCC !important; /* IE fix*/
  border: 3px solid #444;
}
blockquote {
	margin: 15px;
	padding: 0.1em 1em .1em 1em;
	font-family: 'Trebuchet MS', Sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px dashed #000000;
}

/* form elements */
form {
	display: table;
	margin: auto;
	padding: auto;
	clear: left;
}
label {
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-weight: bold;
	color: A0080D;
	text-decoration: underline;
}
input {
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	color:#000;
}
textarea {
	width: 250px;
	padding:2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	height:auto;
	display:block;
	color:#000;
	background: #CCC;
}
input.button {
	margin: 0;
	color: #000000;
	width: 80px;
	display: block;
	font: 'Trebuchet MS', Arial, Sans-serif;
}


/* header */
#header {
	height: 123px;
	text-align: left;
	background-image: url(headerbg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	position: inherit;
	background-color: #000000;
	clear: both;
	width: 90%;
	margin: auto;
}

#header-content {
	position: relative;
	padding: 0;
	margin: 0 auto 0 auto;
}
#header-content #logo {
	position: absolute;
	font: bold 50px Verdana, 'Trebuchet Ms', Sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 0px;
	left: 20px;
	width: 284px;
}
#header-content #slogan {
	position: absolute;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #CCC;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 100px;
	left: 35px;
}

/* header menu */
#header-content ul {
	position: absolute;
	top: 75px;
	font: bolder 1.0em 'Trebuchet MS', sans-serif;
	color: #000;
	list-style: none;
	padding: 0;
	right: 25px;
	margin: 0;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	color: #FFFFFF;
	margin-left: 10px;
	width: 100px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
	border: 1px dashed #000000;
}
#header-content li a:hover {
	background: #000;
	color: #A0080D;
	border: 1px dashed #A0080D;
}
#header-content li a#current  {
	background: #000;
	color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#content {
	text-align: left;
	clear: both;
	position: inherit;
	width: 85%;
	margin: 1em auto 1em auto;
}
/* sidebar */
#sidebar {
	float: right;
	width: 260px;
	clear: both;
	position: inherit;
	display: block;
}

#sidebar h1 {
	padding: 7px 0 7px 35px;
	color: #A0080D;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.7em;
	display: inherit;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 5px 0 15px 0px;
}
#sidebar ul.sidemenu li {
	padding: 0 10px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight:bold;
	color: #333333;
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0 .3em 15px;
	border-bottom: 1px dashed #151515;
	line-height: 1.5em;
	font-size: 95%;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #151515;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #D30F16;
	color: #D30F16;
	background-color: #000000;
}
#sidebar .sidebox {
	clear: both;
	border: 0.1em dashed #A0080D;
	background-color: #FFFFFF;
	display: block;
	position: inherit;
	margin: 0 0 1em 0;
}
#sidebar  .sidebox2 {
	clear: both;
	border: 0.1em dashed #A0080D;
	background-color: #FFFFFF;
	display: block;
	position: inherit;
	margin: 0
}

/* main */
#main {
	clear: left;
	padding-right: 280px;
	display: block;
}
#main   #main-content  {
	border: 0.1em dashed #A0080D;
	background-color: #FFFFFF;
	margin: auto;
	padding: .5em;
	height: 100%;
}
#gallery   table  img {
	height: auto;
	width: inherit;
	border: .1em dashed #A0080D;
	margin: auto;
	position: inherit;
}

#main-content    label    {
	position: relative;
}
}
#main-content   form    {
	position: inherit;
	margin: auto;
	width: 60%;
}
#main-content   form   table   {
	background-image: url(/images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Trebuchet MS', Sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	table-layout: fixed;
	position: relative;
	border-collapse: separate;
	border: 0.2em outset #FFFFFF;
	text-align: center;
	margin: auto;
	width: auto;
}
#main-content  #gallery  {
	position: inherit;
	width: 95%;
	margin: auto;
}
#main-content table {
	font-size: 0.8em;
	text-align: center;
	position: inherit;
	table-layout: fixed;
	border-collapse: separate;
	text-align: center;
	white-space: nowrap;
	display: table;
	position: relative;
	font-size: 0.8em;
	border-collapse: separate;
	table-layout: fixed;
	margin: auto;
	width: 80%;
	}
#main-content table label {
	text-align: center;
}

#gallery       table                 {
	font-size: 0.8em;
	text-align: center;
	position: inherit;
	table-layout: fixed;
	border-collapse: separate;
	text-align: center;
	white-space: nowrap;
	display: table;
	position: inherit;
	font-size: 0.8em;
	border-collapse: separate;
	table-layout: fixed;
	margin: auto;
	width: 100%;
}




/* footer */
#footer {
	border-top-style: solid;
	border-top-color: #000000;
	clear: both;
	display: block;
	position: relative;
	padding: auto;
	bottom: 0px;
	margin: 0 auto 0 auto;
	width: 90%;
}
#footer    h2    {
	background-image: url(/images/headerbg.jpg);
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center     {
	text-align: center;
}
#content #main #main-content label.align-center {
	text-align: center;
	display: block;
}


/* additional classes */
.clear { clear: both; }
.comments { 
	text-align: right; 
	border: 1px dashed #151515; 
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}
