/* Global Settings */
body {
	margin:0px;
	background-image:url(images/main_back.jpg);
	background-repeat:repeat;
	background-position:top;
	background-attachment: fixed;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:775px;
}
ul {
	list-style-image:url(images/checkmark.gif);
	color:#931515;
}
ol {
	color:#000000;
}
/* Background styles */
#backgroundWhite {
	background-color:#FFFFFF;
}
#headerBack{
	background-image:url(images/header_back.jpg);
	background-repeat:no-repeat;
	width:767px;
	height:107px;
	vertical-align:middle;
}


#goldbarBack {
	background-image:url(images/goldbarBack.jpg);
	background-repeat:repeat-x;
	height:11px;
}
#menuBack {
	background-image:url(images/menu_back.jpg);
	background-repeat:repeat-x;
	height:30px;
}

/* Menu Styles  */
a.menuHome{
    display: block;
    height: 30px;
    background: url("images/menu_home.jpg") 0 0 no-repeat;
    text-decoration: none;
	width:79px;
}
a.menuHome:hover {
	background-position: 0px -30px;
}
a.menuBio{
    display: block;
    height: 30px;
    background: url("images/menu_bio.jpg") 0 0 no-repeat;
    text-decoration: none;
	width:115px;
}
a.menuBio:hover {
	background-position: 0px -30px;
}
a.menuCases{
    display: block;
    height: 30px;
    background: url("images/menu_cases.jpg") 0 0 no-repeat;
    text-decoration: none;
	width:182px;
}
a.menuCases:hover {
	background-position: 0px -30px;
}
a.menuAreas{
    display: block;
    height: 30px;
    background: url("images/menu_areas.jpg") 0 0 no-repeat;
    text-decoration: none;
	width: 167px;
}
a.menuAreas:hover {
	background-position: 0px -30px;
}
a.menuContact{
    display: block;
    height: 30px;
    background: url("images/menu_contact.jpg") 0 0 no-repeat;
    text-decoration: none;
	width: 102px;
}
a.menuContact:hover {
	background-position: 0px -30px;
}
a.menu2FiveThings{
    display: block;
    height: 77px;
    background: url("images/menu2_5things.jpg") 0 0 no-repeat;
    text-decoration: none;
	width: 179px;
}
a.menu2FiveThings:hover {
	background-position: 0px -77px;
}
a.menu2Actual{
    display: block;
    height: 69px;
    background: url("images/menu2_actual.jpg") 0 0 no-repeat;
    text-decoration: none;
	width: 179px;
}
a.menu2Actual:hover {
	background-position: 0px -69px;
}
/* Text Syles */
.contactTitle{
	font:Verdana;
	font-size:18px;
	line-height:20px;
	color:#FFFFFF;
	font-weight:normal;
}
.contactBody{
	font-family:Verdana;
	font-size:14px;
	line-height:20px;
	color:#FFFFFF;
	font-weight:normal;
}
a.contactBody:link, a.contactBody:visited { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
a.contactBody:hover { 
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}

.bodyCopy{
	font-family:Verdana;
	font-size:12px;
	line-height:16px;
	color:#000000;
	font-weight:normal;
	text-align:justify;
}
.bodyCopyHighlight { 
	font-family:Verdana;
	font-size:12px;
	line-height:16px;
	color:#931515;
	font-weight:normal;
	line-height: 16px;
}
a.bodyCopyLink:link, a.bodyCopyLink:visited { 
	font-family:Verdana;
	font-size:12px;
	line-height:16px;
	color:#931515;
	font-weight:normal;
	line-height: 16px;
	text-decoration:none;
}
a.bodyCopyLink:hover { 
	font-family:Verdana;
	font-size:12px;
	line-height:16px;
	color:#000000;
	font-weight:normal;
	text-decoration: underline; 
}

a.foot:link, a.foot:visited { 
	font-family: verdana, arial, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: none; 
	line-height: 16px;
}
a.foot:hover { 
	font-family: verdana, arial, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: underline; 
	line-height: 16px;
}
.foottext { 
	font-family: verdana, arial, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: none; 
	line-height: 16px;
}