@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #4d4d4d;
	background-color: white;
    text-decoration: none;
	margin: 0;
}

#container{
width:710px;
margin:auto;
padding:20px 0 50px 0;
background:#FFFFFF;
}

#container A IMG {
	BORDER-TOP-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none;
}


#header{
width:710px;
height:108px;
padding:0;
}


#menu {
width: 100%;
float: left;
padding-top: 5px;
}

#menu ul {
list-style: none;
margin: 0;
width: 95px;
float: left;
padding-right: 15px;
padding-bottom: 0;
padding-left: 0;
padding-top: 0;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
background-image:url(images/menublank.gif);
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu #contactus a {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
float: right;
color: white;
width: 95px;
background-color: white;
background-image: url(images/menublank.gif);
text-decoration: none;
border: none;
text-transform: uppercase;
line-height: 18px;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}




#contentleft {
    width: 320px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: justify;
}

#contentleft a{
text-decoration: none;
color: #4d4d4d;
}

#contentleft a:hover {
color: #4d4d4d;
text-decoration: underline;
}

#contentleft a:visited {
color: black;
}

#gallerycontentleft {
    width: 230px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: justify;
}

#gallerycontentleft a{
text-decoration: none;
color: #4d4d4d;
}

#gallerycontentleft a:hover {
color: #4d4d4d;
text-decoration: underline;
}

#gallerycontentleft a:visited {
color: black;
}

#gallerycontentright {
    width: 475px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}

#gallerycontentright a{
text-decoration: none;
color: #4d4d4d;
}

#gallerycontentright a:hover {
color: #4d4d4d;
text-decoration: underline;
}

#gallerycontentright a:visited {
color: black;
}

#title {
    margin-bottom: 10px;
}

#contentright {
	height: 100%;
	float: right;
	width: 370px;
	text-align: right;
}

#contentright a{
text-decoration: none;
color: #4d4d4d;
}

#contentright a:hover {
color: #4d4d4d;
text-decoration: underline;
}

#contentright a:visited {
color: black;
}

#content {
width:100%;
margin-top:10px;
}

#content .it {
font-style: italic;
font-size: larger;
color: #000000;
}

#content .bd {
font-weight: bold;
text-transform: uppercase;
color: #b91804;
}

#content ul{
padding-left: 15px;
}

#content li{
list-style: circle;
margin: 0;
}

#redstripe {
    height: 18px;
    text-align:center;
	clear: both;
	display: block;
	background: #b91804;
}

#footer {
    margin: auto;
    width: 710px;
    clear: both;
	line-height: 18px;
	text-align: left;
}

#footer a{
    text-decoration: none;
	color: #858585;
}


