/* -----------------------------------------------
 Colors 
 ----------------------------------------------- */
.black  		{color: black;}
.turquoise		{color: #2E6F89;}
.red			{color: #800000;}
.gray_lt		{color: #EEE;}
.gray_med		{color: #777;}
.gray_dark		{color: #444;}

/* -----------------------------------------------
 Fonts / Text
 ----------------------------------------------- */
 
body {
	background-image: url(/art/bkgd.jpg);
	background-repeat: repeat;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

b,p,td,ul,ol,li,div,form {
	font-size: 11px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -2px;
}

.subhead {
	color:  #444;
	font-weight: bold;
	letter-spacing: -1px;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.boldtight {
	font-weight: bold;
	letter-spacing: -1px;
}

.boldgray {
	color: #555;
	font-weight: bold;
}

.boldgrayital {
	color: #555;
	font-weight: bold;
	font-style: italic;
}

.grayitalic {
	color: #555;
	font-style: italic;
}


/* -----------------------------------------------
 Links and rollovers
 ----------------------------------------------- */

a  {
	border-bottom: 1px dotted;
	color: #235E7D;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
	color: #800000;
}

.menu_placeholder,
a.menu_item {
	color: #91ABBA;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom: 0px;
}

a.menu_item:hover,
a.menu_selected,
menu_selected:hover {
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom: 0px;
}

.menu_column {
	padding-left: 6px;
	padding-right: 60px;
	border-left: 1px solid black;
	line-height:1.2em;
}

/* -----------------------------------------------
 Columns 
 ----------------------------------------------- */

.col_left {
	padding-right: 10px;
}

.col_left_ruled {
	padding-right: 10px;
	border-right: 1px solid #2E6F89;
}

.col_right {
	padding-left: 10px;
}

.rule_top {
	border-top: 1px solid #2E6F89;
}

.grayblock {
	color: white;
	background-color: #AAA;
	line-height:1.2em;
}

/* -----------------------------------------------
 Pictures 
 ----------------------------------------------- */

.floatpixright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
 
.floatpixleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* -----------------------------------------------
 Resume 
 ----------------------------------------------- */

.resume_head {
	color:  #444;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 10px;
}

.resume_date {
	color: #777;
}

/* -----------------------------------------------
 Testimonials 
 ----------------------------------------------- */

.attrib {
	color: #999;
	text-align: right;
	font-weight: bold;
	letter-spacing: -1px;
	padding-bottom: 20px;
}

.quote {
	color: #777777;
	border-bottom: 0px;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
	padding-bottom: 6px;
	line-height:1.2em;
}

/* -----------------------------------------------
 Misc 
 ----------------------------------------------- */

.caption,
.copyright_text {
	color: #444;
	font-size: 9px;
	text-transform: uppercase;
}

.logo_header {
	background-color: #005F7A;
}

.invisible {
	display: none;
}

.visible {
	display: block;
}

/* -----------------------------------------------
 TEMP TEMP TEMP - during construction
 ----------------------------------------------- */
 
.temp_body {
	background-image: url(/art/bkgd.jpg);
	background-repeat: repeat;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}
 
a.temp_link  {
	border-bottom: 1px dotted;
	color: white;
	font-weight: bold;
}

a.temp_link:hover {
	border-bottom: 1px solid;
	color: #235E7D;
	border-bottom: 0px;
	font-weight: bold;
}

.signature {
	line-height: 1.2em;
}
.underline {
	text-decoration: underline;
}
