.style70 {font-size: 12px}
body {
	background-color: #d8e7ca;
}
.Style1 {font-family: "Times New Roman", Times, serif}
.style73 {font-size: 11px}
.style75 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FA7E37;
}
.style77 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.style80 {font-size: 11px; color: #677168; }
.style82 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D8E7CA;
}
.style89 {font-size: 40px}
body {
	background-color: #183000;
}
.style85 {color: #333333}
.style86 {color: #183000}

.style93 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FA7E37;
}
.style86 {
	color: #183000;
	font-size: 20px;
}
.style87 {font-size: 34px}
a:link {
	color: #304800;
}

.style86 {color: #183000}
.style87 {font-size: 34px}
.style88 {font-size: 14px}
/*a:visited {
	color: #304800;
}
*/
.style88 {color: #FFFFFF}
.style94 {color: #FFFFFF}
.style96 {font-size: 10px}
.style97 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.style99 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #183000;
}
.style100 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.style101 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#Banner {
position:relative; margin:10px 0 0 10px; width:930px; height:93px; border-top:3px solid #FA7E37; border-bottom:1px solid #FA7E37;  background:#7A867A;
}


#Lower-Wrap{
position: relative; margin:0 0 0 10px; width:930px; height:538px; background: #607860; border-bottom: 2px solid #FA7E37; overflow:auto;
}

#Lower-Wrap-CV {
	position: relative;
	margin:0 0 0 10px;
	width:930px;
	height:910px;
	background: #607860;
	border-bottom: 2px solid #FA7E37;
	
}
#Back {
position:absolute; left:2px; top:-42px; width:71px; height:32px;
}

#Title {
position:absolute; left:55px; top:30px; width:464px; height:54px;
}

#Picture {
position:absolute; left:169px; top:69px; width:331px; height:347px; padding:20px 0 0 10px; background-color:#486030;
}

#SecondGreen {
position:relative; margin: 40px 0 0 168px; width:712px; height:375px; padding:10px; background-color:#486030;
}
#SecondGreenCV {
position: relative; left:169px; top:80px; width:709px; height:768px; padding:10px; background-color:#486030;
}

#TextCV {
position:relative; padding:10px; left:19px; top:14px; width:660px; height:711px; background-color: #183000;
}
#ContactText {
position:relative; padding:20px 0 0 60px; left:34px; top:35px; width:592px; height:309px; background-color: #183000;
}

#Saying {
position: relative; left:320px; top:18px; width:580px; height:39px;
}
/*#StephenName" {
position:absolute; left:53px; top:21px; width:421px; height:62px;
}
*/

#StephenName {
position:absolute; left:53px; top:16px; width:468px; height:70px;
}

#ThumbsContainer {
position:absolute; left:173px; top:70px; width:712px; height:375px; padding:10px; background-color:#486030;
}

#GreenContainer {
position:absolute; left:189px; top:78px; width:712px; height:433px; background-color:#486030;
}

#StephenJaquesPainter {
height:20px;
width:500px;
margin:40px 0 0px 5px;
padding:0px 0 0 0px;
position:relative;
float:left;
border-top:0px solid #FA7E37;
}

#Statement {
position:absolute; padding:30px; left:62px; top:32px; width:578px; height:265px; background: #183000;
}

/*Menu*/

.menu {
z-index:100;
font-size:80%;
margin:5px 0 50px 5px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:90px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-10px; margin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#7A867A;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:90px;
color:#304800;
text-indent:3px;
border:1px solid #fff;
border-width:1px 1px 1px 1px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#d4d8bd; width:90px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#949e7c;}

.menu :hover > a {
color:#fff; 
background:#486030;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:92px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
