body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	background-color: #222222;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-left: 85px;
	margin-bottom: 20px;
}
#main {
	background-color: #FFFFFF;
	background-image: url(images/lights.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#main p{
	font-family: "Trebuchet MS", Verdana, Arial;
	margin-left: 27px;
	margin-right: 0px;
	padding-right: 75px;
	margin-top: 5px;
}

#testimonials p{
	margin-left: 27px;
	margin-right: 0px;
	margin-top: 5px;
	width: 85%;
	right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
}

#testimonials .names{
	margin-left: 27px;
	margin-right: 0px;
	padding-right: 15px;
	margin-top: 10px;
	text-align: right;
	font-weight: bold;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#testimonials_edit p{
	margin-left: 27px;
	margin-right: 0px;
	margin-top: 5px;
	width: 85%;
	right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	background-color: #CCCCCC;
}

#testimonials_edit .names{
	margin-left: 27px;
	margin-right: 0px;
	padding-right: 15px;
	margin-top: 10px;
	text-align: right;
	font-weight: bold;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#adminmenu a:link a:visited a:active {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#adminmenu a:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

a:link {
	color: #8C0028;
	text-decoration: none;
}

a:visited {
	color: #A2002E;
	text-decoration: none;
}

a:hover {
	color: #A2002E;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #8C0028;
	display: block;
	margin-left: 27px;
	padding-top: 20px;
}

.copyright {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9px;
	color: #666666;
	line-height: 12px;
	padding-top: 5px;
	font-style: italic;
	margin-left: 10px;
	text-align: center;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: right;
background-color: #000000; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 1px 8px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
color: black;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 125px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px 1px 10px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #000000;
color: white;
}

.suckertreemenu ul li ul li a:hover{
background-color: #8C0028;
color: white;
}


* html p#iepara{
	padding-top: 1em;
	display: block;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
}
#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}


