

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #999;}
a:hover {color: #FC6;}

body {
	background: #003  url(images/backgroung.gif) repeat;
	font: normal 62.5%  "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-bottom: 4px;
}

h3 {
	font: bold 2.5em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left: 120px;
	color:#036;
}





h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 800px;
}

/* header */
.top {
	padding: 10px 10px 0px;
}

/* title */
.header {
	background-color: #fff;
	height: 215px;
	margin: 0 auto;
	padding: 10px 10px 10px;
	width: 800px;
}
.header .left, .header .right {
	background-color: #fff;
	color: #333;
	height: 0px;	
}
.header .left {
	background-color: #77933D;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 0px;
	width:800px;
	text-align:left;
	background: url(images/header.png);
	
	
}
.header .right {
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 34px; font: normal 1em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background: #900 url(images/nav.jpg);
	border: 0;
	height: 41px;
}
.navigation a {
	background: transparent url(images/nav.jpg) left top repeat-x;
	border-right: 0px;
	color: #fff;
	display: block;
	float: left;
	font: bold 1.1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 41px;
	padding: 0 32.6px;
	text-decoration: none;
}
.navigation a:hover {
background: transparent url(images/nav2.jpg) left bottom; 
color: #003;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: #FFF repeat-y;
}


/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 20px;
	width: 451px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../../Creative%20Pear/website/public_html/img/li.gif);
	margin-left: 18px;
}

.content .imgright {
padding: 5px;
border: 1px solid #D8EBD8;
margin-left: 4px;
float: right;
}

.content p
{
color: #033;
}


/* footer */
.footer {
	background:  url(images/backgroung.gif);
	color: #FFF;
	font: bold 1.2em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #CCC;
}

.indented {
   padding-left: 15pt;
   padding-right: 15pt;
   }


/* table */
table.events {
	border-collapse: collapse;
}

table.events th, table.events td {
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
}

table.events th {
	font-size: x-small;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
}

table.events td{
	font-size: x-small;
	text-align: center;
}

table.events caption {
	color: #000066;
	font-size: small;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
}


td.navbuttons a {
color: #000000;
text-decoration: none;
background-color: #7E984D;
display: block;
padding: 3px 0px 3px 12px;
width: 20px;
border-top: 1px solid #EEEEEE;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
border-left: 1px solid #EEEEEE;
background-repeat: no-repeat;

} 

td.navbuttons1  {
color: #FFFFFF;
text-decoration: none;
background-color: #333300;
display: block;
padding: 3px 0px 3px 12px;
width: 20px;
border-top: 1px solid #EEEEEE;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
border-left: 1px solid #EEEEEE;
background-repeat: no-repeat;

} 

td.navbuttons a:hover, td.navbuttons a:active {
background-color: #333300;
color: #FFFFFF;
background-repeat: no-repeat;
} 


