/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F4EACF url('images/bg01.jpg') repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2 {
	margin: 0px;
	text-transform: lowercase;
	font-weight: normal;
	color: #513E2B;
}

h1 {
	letter-spacing: -2px;
	font-size: 28px;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 18px;
}

h2.style1 {
	font-size: 16px;
	color: #B69C82;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F6E5D;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 160%;
}

strong {
	color: #635343;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	float: left;
	width: 122px;
	padding-left: 40px;
}

.list1 li.first {
	padding-left: 0px;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #E08B14;
}

a:hover {
	text-decoration: none;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

a img { border: none; }

img.border {
	padding: 3px;
	border: 1px solid #E5D4C4;
	background: #FFF8F0;
}

img.left {
	float: left;
	margin: 5px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 5px 0px 0px 25px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** MENU */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 13px 43px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 17px;
	background: url('images/homepage02.gif') no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}


#menu a.activemenu {
	
	color: Orange;
}

#menu a:hover {
	text-decoration: underline;
}

	
	
/** PAGE */

#page {
	background: url('images/bg03.jpg') no-repeat left top;
}

.boxed {
	background: url('images/subpage2_01.gif') no-repeat right top;
}

.boxed .content {
	padding: 30px 23px 0px 23px;
	background: url('images/subpage2_02.gif') no-repeat left top;
}

.bg1 {
	background: #FFF8F0 url('images/subpage1_01.gif') no-repeat left top;
}

.bg2 {
	padding: 11px 11px 0px 12px;
	background: url('images/subpage1_02.gif') no-repeat right top;
}

.bg3 {
	background: url('images/subpage1_03.gif') no-repeat left bottom;
}

.bg3 div {
	height: 25px;
	background: url('images/subpage1_04.gif') no-repeat right bottom;
}

/** HEADER */

#header {
	background: url('images/bg02.jpg') no-repeat left top;
}

/** TODAY */

#today {
	float: left;
	padding: 13px 0px 0px 60px;
	text-transform: lowercase;
	font-size: 13px;
	color: #707A75;
}

/** FOOTER */

#footer {
	height: 100px;
	background: url('images/bg04.jpg') repeat left top;
}

#footer p {
	margin: 0px;
	padding-top: 30px;
	text-align: center;
	text-transform: lowercase;
	line-height: normal;
	color: #A08D7A;
}

#footer a {
	color: #A08D7A;
}

/** BOX5 */

#box5 {
	padding: 35px 25px;
	background: url('images/homepage13.jpg') no-repeat left top;
}


/** css for content slider **/

#slider {
    width: 450px; /* important to be same as image width */
    height: 308px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 450px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 450px; 
    
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong 
{
	color: #FBC608;
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}


/* Sign In Form */
.signInForm {
   
    width: 260px;
}

.signInForm fieldset 
{
	border: none;
	padding-left: 10px;
   
}

.signInForm legend {
    padding: 0 2px;
    font-weight: bold;
    font-size: 1.6em;
}

.signInForm fieldset ul 
{
	margin: 0 0 0 0px;
    padding: 0;
    
}
.signInForm fieldset li {
    list-style: none;
    padding: 2px;
    margin: 0;
    clear: both;
}

.signInForm label {
    font-weight: bold;
    float: left;
    text-align:left;
    width: 90px;
}



.breakoutBox
{
    background-color: #FFF0BB;
    margin: 1ex 1ex 1ex 10ex;
    padding: 5px;
    border: 1px solid #CCC;    
    
}

.registrationFieldSet
{
padding: 1em;
    border: none;	
}

.registrationFieldSet label 
{
    display: block;
}

.registrationFieldSet label.inline 
{
    display: inline;
}

.registrationFieldSet input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

.registrationFieldSet input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

.disabledRow
{
    background-color: #DDD;
}

.field-validation-error
{
    display: block;
    padding: 2px;
    background-color: #EEE;
    color: Red;
}

.input-validation-error
{
    background-color: #FEE;
}

.validation-summary-errors
{
    padding: 1ex;
    color: Red;
}

.collapsedOptionalInfo
{    
    
}

.collapsedOptionalInfoToggle
{
    color: Orange;
    text-decoration: underline;
    cursor: pointer;
}


/*****************************
Styles for jQuery tablesorter and tablesorter.pager addon from http://tablesorter.com/docs/#Download
*****************************/

/* table sorter - blue theme */

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
    border-style: none;    	
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

/* table sorter pager */

div.tablesorterPager {
	padding: 10px 0 10px 0;
	background-color: #D6D2C2;
	text-align: center;
}
div.tablesorterPager span {
	padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}
div.tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}
div.tablesorterPager input {
	font-size: 8px;
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}


.imageSubTitle 
{
	font-family: Tahoma, Arial,  Times New Roman;
	line-height: 120%;
	margin-top: 0;
	text-align: left;
	font-size: 14px;
	
}
