﻿* {
    margin:             0px;
}

html {
    height:             100%;
}

body {
    height:             100%;
    font:				10pt Tahoma;
    background:			none;
}

a {
    text-decoration:    none;
    color:              #AAAAAA;
}

a:hover {
    color:              red;
    cursor:				pointer;
}

h1 {
	font-weight:		bold;
	font-size:			10pt;
}
h1 a {
	color:				black;
}
h2 {
	font-size:			11pt;
}

img {
    border:             none;
}

:focus {
    outline:            0px;
}

#main {
	 background:		none;
	 height:			100%;
	 width:				100%;
}

#header_div {
    background:         none;
    width:              644px;
    height:             50px;
}

#logo_img {
	margin:				5px 0px 0px 15px;
}


#mini_contact_div {
	background:			none;
	float:				right;
	font-size:			8pt;
}

#mini_contact_content {
	margin:				20px 0px 0px 0px;
}

#content_div {
	background:			none;
    border-top:			1px solid #EEEEEE;
    width:              100%;
    height:				0px;
}

#navigation_div {
    background:         none;
    width:              170px;
    position:			absolute;
}

#navlist {
	background:			none;
    list-style-type:    none;
    margin:				7px 0px 0px 10px;
    padding:			0px;
}

#navlist li {
	background:			none;
	margin:				0px 0px 4px 10px;
	color:				#AAAAAA;
}

.navhdg {
	text-decoration:	underline;
}

#thumbrows_div {
    background:         none;
    position:			absolute;
    left:				170px;
    max-width:			980px;
}

.thumb_img {
    cursor:             pointer;
    margin:				5px;
}

#preview_div {
    background:         none;
    height:             760px;
    position:			absolute;
    left:				170px;
    display:            none;
}

#preview_content {
	background:			none;
	margin:				0px 0px 0px 5px;
}

#imgnav_span {
	background:			none;
	margin:				0px 0px 0px 0px;
}

#current_preview_image {
    margin:             10px 0px 5px 0px;
}

#current_preview_image:hover {
    cursor:             pointer;
}

#current_text_div {
	background:			none;
	color:				#666666;
}

#text_bullet {
	background:			none;
	font-size:			28pt;
	line-height:		10pt;
	vertical-align:		top;
}

.text_bullet_off {
}
.text_bullet_on {
	color:				black;
}

#text_caption {
	background:			none;
	line-height:		10pt;
	display:			none;
}

#text_blurb_div {
	background:			none;
	width:				700px;
	border-top:			1px solid #EEEEEE;
	margin:				12px 0px 0px 0px;
	font-size:			10pt;
	display:			none;
}

#text_blurb_par {
	background:			none;
	margin:				5px 0px 0px 0px;
}

.client_link {
	color:				white;
}



#clients_img {
	 width:				650px;
	 height:			480px;
	 margin:			5px;
	 position:			absolute;
}

#client_links_div {
	background:			none;
	width:				650px;
	height:				480px;
	margin:				5px;
	position:			absolute;
}

#client_links {
	background:			none;
	display:			table-cell;
	width:				630px;
	height:				468px;
	vertical-align:		bottom;
	text-align:			right;
	font-family:		Tahoma;
	font-size:			10pt;
	letter-spacing:		-1px;
	line-height:		19px;
	color:				white;
}

#copyright_div {
	background:			none;
	font-size:			7pt;
	margin:				0px 0px 0px 20px;
	position:			absolute;
	top:				535px;
}