/* CSS Document */

/* Font definitions */
body, th, td, select, input, textarea {
	font-family:"Arial Narrow", Arial, Helvetica;
	font-size:14px;
	letter-spacing: 1px;
}

#Masthead {
	font-size:10px;
	color:#666666;
	letter-spacing: 0px;
}

#Footer #Navigation {
	font-size:12px;
	font-weight:bold;
	letter-spacing: 0px;
}

h1 {font-size:18px; margin:0px 0px 10px 0px}
h2 {font-size:14px; margin:0px 0px 10px 0px}
h3 {font-size:12px; margin:0px 0px 0px 0px}
h4 {font-size:11px; margin:0px 0px 0px 0px}
h5 {font-size:10px; margin:0px 0px 0px 0px}
h6 {font-size:9px; margin:0px 0px 0px 0px}
p {margin-top:0px; margin-bottom:10px}
ul, ol {margin-top:0px; margin-bottom:0px}
a {color:#000000}

.red {color:#C65517;}
.green {color:#978E01;}
.gray {color:#999966;}
.orange {color:#E89519;}
.tan {color:#B09F00;}
.mauve {color:#996699;}




/* Layout */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#CCCCCC;
}

#Wrapper {
	margin:25px auto 5px auto;
	width:725px;
	text-align:left;
	position:relative;
	background-color:#B5C2D1;
}

#Masthead {
	background-image:url(../graphics/MastheadBg.gif);
	background-repeat:no-repeat;
	width:725px;
	height:76px;
	position:relative;
}
#Masthead #Date {
	position:absolute;
	width:265px;
	top: 55px;
	left: 26px;
}
#Masthead #SignOff {
	position:absolute;
	width:400px;
	text-align:right;
	left: 300px;
	top: 55px;
}

#ContentWrapper {
	padding:35px 25px 10px 25px;
	background-image:url(../graphics/ContentAreaBg.gif);
	background-repeat:repeat-y;
}

.LeftColumn {
	float:left;
	width:260px;
	padding:0px 5px 0px 0px;
	letter-spacing: 0px;
}
.RightColumn {
	float:right;
	width:330px;
	padding:0px 20px 0px 0px;
}

#Footer {
	background-image:url(../graphics/FooterBg.gif);
	background-repeat:no-repeat;
	position:relative;
	height:157px;
}
#BlankFooter {
	background-image:url(../graphics/BlankFooterBg.gif);
	background-repeat:no-repeat;
	position:relative;
	height:107px;
}
	
#FooterText {
	position:absolute;
	left: 127px;
	top: 33px;
	letter-spacing:0px;
	font-weight:bold;
}
#ThumbnailImage {
	position:absolute;
	left: 529px;
	top: 23px;
}
#Navigation {
	position:absolute;
	top: 107px;
	left: 316px;
	width: 355px;
}

/* Navigation Lists */
#Navigation ul li {
	display:block;
	float:left;
}
#Navigation ul li a {
	display:block;
	padding:4px 5px 4px 5px;
	text-decoration:none;
	color:Black;
}
a#ServicesLink:hover, a#ServicesLink.active {
	background-color:#C65517;
}
a#AboutLink:hover, a#AboutLink.active {
	background-color:#978E01;
}
a#WhatsNewLink:hover, a#WhatsNewLink.active {
	background-color:#999966;
}
a#CommissionsLink:hover, a#CommissionsLink.active {
	background-color:#E89519;
}
a#ContactLink:hover, a#ContactLink.active {
	background-color:#B09F00;
}
a#HomeLink:hover, a#HomeLink.active {
	background-color:#996699;
}

#SubNavigation ul li {
	padding:4px 0px 4px 0px;
	color: #FFFFFF;
}
#SubNavigation ul li a {
	font-weight:bold;
	text-decoration:none;
	color:black;
}
#SubNavigation ul li a:hover {
	color:white;
}

/* Utilties */
.ClearBoth {
	font-family:monospace;
	font-size:0px;
	line-height:0px;
	padding:0px;
	margin:0px;
	clear:both;
}

ul.NoList {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/* Stupid Scrolling */
.RightColumn {
	height:230px;
	overflow:auto;
}

/* Home page only */

#LinkThrough a {
	font-size:24px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
#LinkThrough a:hover {
	color:white;
}


.bigtext {
	font-size:19px;
	font-weight:bold;
	color:#666666;
}

