/* CSS Document */
@import url(undohtml.css);

/* Typography
------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 11px "Trebuchet MS", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	background: #000;
	color: #333;
	background: url(../images/bg_main.jpg) top left repeat-x;		
}

a:link {text-decoration: underline; color: #333;}
a:visited {text-decoration: underline; color: #333;}
a:active {text-decoration: underline; color: #666;}
a:hover {text-decoration: underline; color: #5591aa;}



h1 {
	font-size: 22px;
	color: #5591aa;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 25px;
}
h3 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	color: #333;
	font-weight: bold;
}

.wrapper {
	margin: 0 auto;
	width: 900px;
}
.email_bar {
	float: right;
	width: 210px;
	height: 30px;
	margin-top: 25px;
	padding-top: 10px;
	background: #dedac2;
	text-align: center;
}
* html .email_bar {
	float: right;
	width: 210px;
	height: 30px;
	margin-top: 25px;
	padding-top: 10px;
	background: #dedac2;
}
.left_column {
	float: left;
	width: 190px;
	margin-top: 65px;
}
* html .left_column {
	float: left;
	width: 190px;
	margin-top: 70px;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
float: right;
	width: 180px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin-top: 30px;
}
dl#menu {
width: 180px;
}

dl#menu dt {

text-align: left;
font-weight: bold;
background: #add0df;
}

dl#menu dt a{
cursor: pointer;
margin: 3px 0;
height: 25px;
text-align: left;
font-weight: bold;
background: #add0df;
padding: 7px 0px 0px 10px;

}

dl#menu dt a.hover{
background: #000000;
color: #fff;

}

dl#menu dd {
text-indent: 10px;
}
dl#menu li {
text-align: left;
background: #add0df;
}
dl#menu li a, dl#menu dt a {
color: #000;
margin: 3px 0;
text-decoration: none;
display: block;
height: 25px;
}
dl#menu li a, dl#menu dt a.sub{text-indent: 10px;padding: 7px 0px 0px 10px; background: #FFF;}
dl#menu li a:hover, dl#menu dt a:hover {
background: #969696;
color: #000;
}
dd#smenu2 li a, dl#menu dt a.sub{text-indent: 10px;padding: 7px 0px 0px 10px;}
dl#smenu2 li a:hover, dl#menu dt a:hover {
background: #000;
color: #fff;
}

/*
.nav ul {
	float: right;
	width: 180px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin-top: 30px;
}
.nav ul li {
	background: #add0df;
	height: 25px;
	border-bottom: 3px #fff solid;
	padding: 7px 0px 0px 10px;
}

#nav ul li.sub a{
	text-indent: 35px;
	font-weight: normal;
}
.nav a:link {text-decoration: none; color: #333;}
.nav a:visited {text-decoration: none; color: #333;}
.nav a:active {text-decoration: none; color: #666;}
.nav a:hover {text-decoration: none; color: #FFF;}

*/
.grey_stripe {
	float: right;
	width: 180px;
	height: 10px;
	background: #dedac2;
}
.photo_caption {
	float: right;
	width: 160px;
	padding: 5px 10px;
	background: #dedac2;
}
.right_column {
	float: left;
	width: 645px;
	margin-top: 75px;
	margin-left:30px;
	text-align: left;
	padding-left: 30px;
	border-left: 1px #c0c0c0 solid;
}
.right_column p {
	line-height: 25px;
	margin-bottom: 10px;
}
.right_column2 {
	float: left;
	width: 240px;
	text-align: left;
	
}
.right_column2 p {
	line-height: 25px;
	margin-bottom: 10px;
}
.right_column3 {
	float: left;
	width: 360px;
	text-align: left;
	margin-left: 15px;
}
.right_column3 p {
	line-height: 25px;
	margin-bottom: 10px;
}

.sub1 {
		margin-left: 15px;
}
.photo {
	float: right;
	margin: 0px 0px 20px 25px;
}
.photo_box {
	float: right;
	width: 180px;
	height: 200px;
	padding: 10px 10px;
	background: #dedac2;
	margin: 0px 0px 20px 25px;
}
.footer {
	position: relative;
	width: 900px;
	margin-top: 20px;
	padding-top: 15px;
	text-align: left;
	border-top: 1px #c0c0c0 solid;
}

/* General Things
-----------------------*/
.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.clearer { clear: both; }