﻿/*Resets*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration:none;
}

body {
	background:url('../images/bg.gif') no-repeat top center;
	margin-bottom:30px;
}

#container {
	background:url('../images/container_bg.jpg') no-repeat;
	margin:0px auto;
	max-width:960px;
	min-width:720px;
}

#logo {
	background:url('../images/logo.jpg') no-repeat;
	height:99px;
	float:left;
	margin:40px 0px 0px 40px;
	width:188px;
}

#pic {
	float:left;
	border:1px #999 solid;
	margin:17px 0px 0px 275px
}

#address {
	color:#999;
	clear:left;
	float:left;
	font-size:small;
	height:75px;
	line-height:150%;
	margin:0px 0px 0px 55px;
}

#navigation {
	background:#b2e046;
	border-bottom:2px #e85aa8 solid;
	clear:right;
	height:35px;
	line-height:35px;
	margin-left:250px;
}

#navigation_left {
	background-image:url('../images/navigation_left.gif');
	height:37px;
	float:left;
	margin:0px 22px 0px -10px;
	width:10px;
}

#navigation ul {
	list-style:none;

}

#navigation ul li {
	display:inline;
}

#navigation ul li a {
	color:#e85aa8;
	display:table-cell;
	font-variant:small-caps;
	font-weight:bold;
	padding:0px 22px;
}

#navigation ul li a.active {
	color:white;
}

#navigation ul li a:hover {
	background-color:#e85aa8;
	color:white;
}

#rb1, #rb2 {
	float:right;
	width:22px;
}

#rb1 {
	background-image:url('../images/rb1.gif');
	height:60px;
	margin-top:90px;
}

#rb2 {
	background-image:url('../images/rb2.gif');
	height:368px;
}

#content {
	clear:none;
	margin-left:250px;
	min-height:400px;
	padding:32px 60px 40px 12px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}

/* For Sidebar Pictures

#content img {
	border:none;
	float:left;
	height:146px;
	margin:-16px 0px 0px -175px;
	width:144px;
}

#content img {
	background:url('../images/imageholder.gif') no-repeat 0 0;
	border:2px #999 solid;
	float:left;
	height:144px;
	margin:-16px 0px 0px -165px;
	width:102px;
}*/

#content ul {
	margin-left:30px;
}

#content ul, li {
	margin-top:.25em;
}

p {
	line-height:200%;
	margin-top:15px;
}

h4 {
	margin-top:20px;
}

address {
	text-align:right;
/*	margin-bottom:104px;*/
}

#footer {
	background:url('../images/footer.gif') no-repeat;
	clear:both;
	color:#999;
	margin-left:20px;
	padding:7px 0px 0px 15px;
}

#footer a {
	color:#666;
}

#footer a:hover {
	color:#07f;
}

#footer img {
	float:right;
	height:314px;
	margin:-314px 50px 0px 0px;
	width:293px;
}