@charset "UTF-8";
/* CSS Document */

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#666;
	background-image:url(../images/grayline.jpg);
	background-position:right;
	background-repeat:repeat-y;
	background-attachment:fixed;
}

#sidebar {
	position:fixed;
	margin-top:63px;
	width:200px;
	padding:25px;
	background-image:url(../images/whitebg.png);
	z-index:100;
}

#infocontainer {
	position:absolute;
	left:270px;
	width:700px;
	z-index:2;
	margin-top:10px;
}

#projectbox {
	position:absolute;
	width:2000px;
	z-index:2;
	margin-top:80px;
}

#infobox {
	float:left;
	width:468px;
	z-index:2;
	margin-top:200px;
	line-height:1.5em;
}

#additional {
	float:right;
	width:200px;
	z-index:2;
	font-size:11px;
	margin-top:200px;
	line-height:1.5em;
}

#imgbox {
	position:absolute;
	width:700px;
}

#additional2 {
	float:right;
	width:200px;
	font-size:11px;
	line-height:1.5em;
}


#infobox2 {
	float:left;
	width:468px;
	z-index:2;
	line-height:1.5em;
}

#imgbox2 {
	width:700px;
	text-align:center;
}


#projectstart {
	position:absolute;
	margin-left:275px;
}


.overlayred {
	color:#C1272D;
}

@font-face {
	font-family: "gothambook";
	src: url(http:/www.theoverlaygroup.com/tog/resources/gotham_book.otf) format("opentype");
}

.h1 {
	font-family:gothambook, Helvetica, Arial, sans-serif;
	font-size:16px;
	text-transform:uppercase;
}

.name {
	font-family:gothambook, Helvetica, Arial, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#C1272D;
}

.subinfo {
	font-family:gothambook, Helvetica, Arial, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	line-height:1.5em;
}

#buttons {
}

.address {
	font-size:10px;
	font-weight:bold;
	line-height:1.5em;
}

.copyright {
	font-size:9px;
}

.text {
	color:#444;
	font-size:11px;
}

.12 {
	font-size:12px;
	line-height:1.5em;
	color:#444;
}

.subtext {
	color:#666;
}


/*drop down menu*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font:12px "Courier New", Courier, monospace}

#sddm li a
{	display: block;
	 margin-top:13px;
	margin-bottom:2px;
	padding: 2px 5px;
	width: 190px;
	background: #808080;
	color: #FFF;
	text-align: left;
	text-decoration: none}

#sddm li a:hover
{	background: #C1272D}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 2px 5px;
	width: 190px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #B3B3B3;
	color: #FFF;
	font:11px "Courier New", Courier, monospace
}

#sddm div a:hover{	
	background: #C1272D;
	color: #FFF
}
/*end drop down menu*/

img {
	border:none;
}

a:link {color: #B3B3B3; text-decoration: none;}
a:visited {color: #666; text-decoration: none;}
a:hover {color: #C1272D ;}
a:active {color: #7F2027;}