/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #155A45;
	position: relative;
	text-align: center;	/* centering hack for IE*/
	font-family: "Trebuchet MS", Verdana, Arial, "Helvetica Black";
	font-size: 13px;
	background-image: url(../images/circbg.png);
	background-repeat: repeat;
	background-position: -4px -4px;
}
/* Layouts and positioning items */

/* One way of avoiding the broken box-model in IE is to wrap everything in a non-bordered & non-padded box. Admitadly this adds one 'superfluous' DIV to the structural code, but it avoids untidy (tho' perfectly valid) hacks to the CSS */
#wrapper {
	background-color: #FFF;
	position: relative;
	width: 750px;
	height: 416px;
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-image: url(../images/circl1.png);
	background-repeat: no-repeat;
	background-position: 5px 59px;
	}
#content {
	position: relative;
	width: 740px;
	height: 406px;
	text-align:left;
	left: 5px;
	top: 5px;
	}
#header {
	height: 54px;
	width: 740px;
	background-image: url(../images/circl0.png);
	background-repeat: no-repeat;
	background-color: #B8DED1;
}
#article {
	position: absolute;
	width: 600px;
	top: 54px;
	left: 12px;
	overflow: auto;
	height: 334px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: transparent;
}
#sidemenu {
	width: 120px;
	background-image: url(../images/circbr.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	z-index: 100;
	background-color: #B8DED1;
	background-position: right bottom;
}
#footer {
	height: 18px;
	bottom: 0px;
	width: 740px;
	position: absolute;
	background-color: #B8DED1;
/* added */
	font-size: 10px;
	line-height: 12px;
	color: #155A45;
}
#logo {
	left: 16px;
	top: 2px;
	position: relative;
}
/* Textual items */
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 12px;
	margin-top: 0px;
	padding-top: 12px;
	font-variant: normal;
	text-transform: lowercase;
	color: #155A45;
	letter-spacing: -1px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 6px;
	margin-top: 0px;
	padding-top: 12px;
	font-variant: normal;
	text-transform: lowercase;
	color: #4AA387;
	letter-spacing: -1px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 12px;
	font-variant: normal;
	color: #4AA387;
	letter-spacing: -1px;
}

/* Side menu items */
#sidemenu ul {
	list-style-type: none;
	width: 110px;
	position: absolute;
	font-size: 13px;
	top: 70px;
	left: 5px;
	padding: 0px;
	margin: 0px;
}
#sidemenu li {
	background-color: #D7ECE4;
	width: 110px;
	padding: 0px;
	display: block;
	margin: 0px;
}
#sidemenu #last {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidemenu li a {
	display: block;
	text-decoration: none;
	margin: 0px;
	color: #666666;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	position: relative;
}
#sidemenu li a:link {
	text-decoration: none;
}
#sidemenu li a:visited {
	text-decoration: none;
}
#sidemenu li a:hover {
	text-decoration: none;
	background-color: #95CEBB;
	border-bottom-color: #666666;
	border-right-color: #666666;
	color: #000000;
}
#sidemenu li a:active {
	text-decoration: none;
	color: #000000;
}
#wrapper #content #sidemenu .parked a {
	background-color: #4AA387;
	border-right-color: #155A45;
	border-bottom-color: #155A45;
	color: #FFFFFF;
}

/* Content & articles */
#wrapper #content #header p {
	font-size: 10px;
	color: #155A45;
	text-align: right;
	line-height: 12px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 124px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #content #article ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#wrapper #content #article li {
	background-image: url(../images/sub.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
}
/*
#wrapper #content #footer p {
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	color: #666666;
}
*/
#wrapper #content #footer .left {
	margin: 0px;
	position: absolute;
	padding: 0px;
	left: 12px;
	top: 3px;
}
#wrapper #content #footer a {
	color: #155A45;
	text-decoration: none;
}
#wrapper #content #footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
#wrapper #content #footer .right {
	margin: 0px;
	position: absolute;
	right: 124px;
	padding: 0px;
	top: 3px;
}
#wrapper #content #article a {
	text-decoration: none;
	color: #666666;
}
#wrapper #content #article a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#returns {
	text-align: right;
}
.italics {
	font-style: italic;
}
em {
	font-style: italic;
}
#address {
	position: relative;
	left: 50px;
	top: 16px;
	width: 250px;
}

