@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 45px;
}

h1, h2, h3 {
	margin-top: 0px;
	color: #7f205c;
}

h1 {
}

.photobar {
	padding-bottom: 230px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 180%;
	text-align: justify;
	
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 250%;
}

ul li {
	margin-left: 20px;
	padding-left: 5px;
	list-style-image: url(images/homepage09.gif);
	list-style-position: outside;
}

strong {
	color: #505050;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.hr1 {
	height: 20px;
	background: url(images/homepage10.gif) repeat-x left top;
}
.li_lineheight {
	line-height: 250%;
	text-align: left;
}

/** HEADER */

#header {
	width: 728px;
	height: 156px;
}

/** NEW MENU */

table.menuTable {
	background: url(images/homepage15.jpg);
}

span.menuText {
	display: block;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	padding-left:   13px;
	padding-right:  13px;
	padding-top:     9px;
	padding-bottom: 10px;
}
	
span.menuText:hover {
	background: url(images/homepage16.jpg);
}

/** PAGE */

#page {
	width: 688px;
	padding: 0px 20px;
	background: #FFFFFF url(images/homepage08.gif) repeat-y 250px 0px;
}

.wide #page {
	background: #FFFFFF;
}

/** CONTENT */

#content {
	width: 420px;
}

.wide #content {
	width: auto;
}

.two-columns {
	background: url(images/homepage08.gif) repeat-y 160px 0px;
}


.two-columns .column1 {
	width: 140px;
}

.two-columns .column2 {
	width: 225px;
}

/** SIDEBAR */

#sidebar {
	width: 200px;
}

/** FOOTER */

#footer {
	padding: 60px 0px;
	background: url(images/homepage11.jpg) repeat-x left top;
	text-align: justify;
}

#footer .wrapper {
	width: 728px;
}

#footer p {
	margin: 0px;
	padding: 0px 10px;
	line-height: normal;
	text-align: justify;
	color: #333333;
	font-size: 12px;
}

#footer .links {
	padding-left: 10px;
	color: #333333;
	font-size: 12px;
}

#footer .links a {
	padding: 0px 10px;
		color: #333333;
}

/** BOX1 */

#box1 {
	width: 728px;
	margin: 0px auto;
}.dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
ul li backup {
	padding-left: 10px;
	background-image: url(images/homepage09.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.li_lineheightIndent {
	text-align: left;
	padding-left: 21px;
	line-height: 120%;
}
.leftJustify {
	text-align: left;
}
.bullet {
	text-align: center;
	padding-right: 5px;
	padding-left: 12px;
	vertical-align: middle;
}