a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #888;
}
a:visited {
	text-decoration: none;
	color: #888;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}


html {
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12pt;
}
body {
	background-color: #000;
	color: #CCC;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
#wrapper {
	background-color: #000;
	color: #CCC;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
#header {
	background: #000 url(wallpaper-top.jpg) repeat-x scroll 0 0;
	height: 150px;
}
#footer {
	background: #000 url(wallpaper-bottom.jpg) repeat-x scroll 0 0;
	height: 150px;
}
#footer2 {
	background: #000 url(wallpaper-bottom-repeat.jpg) repeat scroll 0 0;
	height: 100%;
	width: 100%;
}

/*
 *		HEADER STUFF
 */

div.firstNameImageDiv {
	margin: -25px 0 0 0;
}
div.firstNameImageDiv img {
	width: 250px;
	height: 50px;
}
div.lastNameImageDiv {
	margin: 0 0 10px 265px;
}
div.lastNameImageDiv img {
	width: 250px;
	height: 50px;
}
div.occupationDiv {
	width: 200px;
	position: absolute;
	top: 135px;
	left: 840px;
	text-align: center;
	color: #bbb;
}
div.occupationDiv div.occupationText:first-letter {
	font-size: 16pt;
}
div.occupationDiv div.divider {
	font-weight: bold;
	margin: -7px 0 -9px;
}


/*
 *		CONTENT
 */

#contentWrapper {
	background-color: #0a0;
	margin: 0 0 0 250px;
	width:777px;
}
div.content {
	width: 750px;
	background-color: black;
	color: white;
	min-height: 300px;
	margin-left: 12px;
}
div.contentHeader {
	width: 754px;
	background-color: #0a0;
	color: white;
}
div.contentHeader a {
	color: white;
}


/*
 *		MENU
 */

div.menu {
	top: 18px;
	left: -240px;
	background-color #000;
	text-align: right;
}
#sidebarLinks li {
	text-align: right;
	color: #bbb;
	font-size: 14pt;
}
#sidebarLinks li a, #sidebarLinks li a:link, #sidebarLinks li a:visited {
	text-decoration: none;
	font-size: 14pt;
	color: #bbb;
}
#sidebarLinks li a:hover, #sidebarLinks li a:active {
	text-decoration: none;
	color: white;
}
#sidebarLinks {
	border: 0;
	width: 225px;
	background-color: black;
	color: white;
}

/*
 *		PAGE TEXT
 */

div.pageText {
	width: 730px;
}
div.pageText ul.subMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
div.pageText ul.subMenu li {
	font-size: 14pt;
	color: #bbb;
	margin: 3px 0;
}
div.pageText ul.subMenu li.selected {
	color: white;
}
div.pageText ul.subMenu li a, div.pageText ul.subMenu li a:link, div.pageText ul.subMenu li a:visited {
	text-decoration: none;
	color: #bbb;
}
div.pageText ul.subMenu li a:hover, div.pageText ul.subMenu li a:active {
	text-decoration: none;
	color: white;
}
div.pageText div.videoWrapper {
	text-align: center;
}
/*
 *		PAGE IMAGE GROUP
 */

div.pageImageGroup {
	width: 730px;
	margin: 0px 10px;
	height: 304px;
	overflow: hidden;
}
div.pageImageGroup ul {
	width: 10000px;
	height: 304px;
	margin: 0;
}
div.pageImageGroup ul li {
	margin: 0;
}
div.pageImageGroupSliderWrapper {
	padding: 10px;
	width: 730px;
	height: 16px;
}

/*
 *		TILES
 */

a.tileLink {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
div.tileWrapper {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
}
div.tileWrapper * {
	color: white;
}
div.tileText {
	padding 5px 2px;
}
div.tileWrapper img {
	border: 2px solid black;
}
a.tileLink:hover div.tileWrapper {
	background-color: black;
}
a.tileLink:hover div.tileWrapper div.tileText, a.tileLink:hover div.tileWrapper div.tileText * {
	background-color: black;
}
a.tileLink:active div.tileWrapper {
	background-color: black;
}
a.tileLink:active div.tileWrapper div.tileText, a.tileLink:hover div.tileWrapper div.tileText * {
	background-color: black;
}
a.tileLink:active div.tileWrapper img {
	border: 2px solid white;
}
