/* ---------->>> GLOBAL <<<-----------*/

html, body { margin: 0; padding: 0;}

body {
	background-image: url(stripes.gif);
	font: 13px/1.4 Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 15px;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, label, ul, li, ol, dl, fieldset, address { 
	padding:0;
	margin:0; 
	}
p { margin-top: 0px; margin-bottom: 20px; }
li, dd { margin-left:5%; padding: 0; }
fieldset { padding: .5em; }

a:link {
	text-decoration: none;
	color: #830024;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #830024;
}

/* ---------->>> DIVS <<<-----------*/


#wrapper {
	width: 920px;
	background-color: #fff;
	margin: 0 auto;
	padding: 20px;
	}

#header { 
	margin: 0 auto;
	margin-bottom: 17px;
	background-color: #F8DA9F;
	width: 100%;
	height: 98px;
	overflow: hidden;
	}

#leftphoto {
	display: inline;
	width: 506px;
	float: left;
	border-bottom: 15px solid #820023;
	}	

#leftphoto_noborder {
	display: inline;
	width: 506px;
	float: left;
	border-bottom: 0px;
	}
	
#rightphoto {
	display: inline;
	width: 506px;
	float: left;
	}

#imageright {
	border-bottom: 15px solid #EEB20F;
	float: right;
	width: 300px;
	}	
	
#nav {
	margin-bottom: 15px;
	}	
	
#contentright {
	width: 390px;
	float: right;
	}	

#content { margin-top: 20px;}

#footer {
	margin: 0 auto;
	padding: 20px;
	background-color: #FCECCE;
	margin-top: 40px;
	
	}

/* ---------->>> STYLE <<<-----------*/

h1 { }
	#contentright h1, #rightphoto h1 , #content h1 {
	font-family: 'Open Sans', arial, serif; font-weight: 100; 
	font-size: 30px;
	color: #9ea4ab;
	margin-bottom: 10px;
	}
	
	#content h1 { color: #810022;}
	
	h1.logo { 
	height:98px; /* height of logo */
	width:367px; /* width of logo */
	background: url(logo.gif) top left no-repeat;
	text-indent:-9000px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	}
	
	#header h1.left { font-family: 'Open Sans', arial, serif; font-weight: 100; color: #FCEED6; float: left; font-size: 58px; padding: 25px 0 10px 10px; }
	#header h2.right { font-family: 'Open Sans', arial, serif; font-weight: 100; color: #fff; float: right; font-size: 22px; padding: 5px 10px 0px 0px;  }
	
	#header h1.right { font-family: 'Open Sans', arial, serif; font-weight: 100; color: #FCEED6; float: right; font-size: 58px; padding: 0px 10px 0px 0px; margin-top: -10px; }
	#header h2.left { font-family: 'Open Sans', arial, serif; font-weight: 100; color: #fff; float: left; font-size: 22px; padding: 60px 0px 10px 10px;  }
	
	#content h2 { font-family: 'Open Sans', arial, serif; font-weight: 100; color: #666; font-size: 22px; }
	
	
	#header h1 a {
	display:block;
	width:100%;
	height:98%;
	outline:none;
	color: #fff;
	}

h3{ margin-top: 20px;}
	
	
p { }
	#contentright p, #content p, #rightphoto p {
	margin-bottom: 20px;
	}
	
	#footer p { 
	margin: 0 !important; 
	padding: 0 !important;
	font-family: arial, serif; font-weight: bold; color: #810022; 
	font-size: 12px;
	}
	
	#footer span { color: #EEB00F; padding: 0px 5px;}

a { }
	#footer a { color: #810022;} 


	
	
.red {
	color: #830024 !important;
	font-stretch: normal;
}


/* ---------------TABLE ELEMENTS ---------------*/

table.data {
	border-collapse: collapse;
	background-color: #F9F5EA;
	width: 100%;
}
 
table.data th {
	background-color: #EFB40E;
	text-align: left;
	padding: 5px;
	font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 8px 12px 4px 12px;
        /* background: #CAE8EA url(bg_header.jpg) no-repeat; */
        vertical-align:middle;
}

table.data td {
	padding: 5px;
	border-bottom: 1px solid #EFB40E;
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 12px 6px 12px;
	color: #333;
}

/* ---------->>> BUTTONS <<<-----------*/	


.button {
    background: url(white-grad.png) repeat-x;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 1px #FFFFFF;
    margin-top: 5px;
}

.button:hover {
    border-color: #666666;
    color: #666666;
}



.yellow { color: #EEB20F; }
.highlight { background-color: #F9E19D; color: #000; }
.highlightmaroon { background-color: #7E0020 !important; color: #EFB40E; }
.odd { background: #F9F5EA; }
.even { background: #F7ECCE; }
.long { width: 275px; }

.small { font-size: 11px}

.col { width: 280px; float: left; margin: 20px 20px 20px 0;}
.col img { padding: 5px; border: 2px solid #ddd; margin: 10px 0; background-color: #eee;}
.col p { margin-bottom: 0; padding-bottom: 0;}

.clear { clear: both; background: none; }

.advert img { padding: 5px; background-color: #eee; border: 2px solid #ccc; margin: 5px;}

img.centered { display: block; margin: 0 auto;}

