/* CSS Document*/

#headline_clients {

	position: relative;
	background-image: url(images/headline_clients.jpg);
	background-repeat: no repeat;
	margin-left: 0px;
	margin-top: 0px;
	height: 100px;
	width: 800px;
	
	text-align: left;

}

#headline_web {

	position: relative;
	background-image: url(images/headline_web.jpg);
	background-repeat: no repeat;
	margin-left: 0px;
	margin-top: 0px;
	height: 100px;
	width: 800px;
	
	text-align: left;

}

#headline_video {

	position: relative;
	background-image: url(images/headline_video.jpg);
	background-repeat: no repeat;
	margin-left: 0px;
	margin-top: 0px;
	height: 100px;
	width: 800px;
	
	text-align: left;

}

#headline_graphic {

	position: relative;
	background-image: url(images/headline_graphic.jpg);
	background-repeat: no repeat;
	margin-left: 0px;
	margin-top: 0px;
	height: 100px;
	width: 800px;
	
	text-align: left;

}

#headline_about {

	position: relative;
	background-image: url(images/headline_about.jpg);
	background-repeat: no repeat;
	margin-left: 0px;
	margin-top: 0px;
	height: 100px;
	width: 800px;
	
	text-align: left;

}

#headline_resume {

	position: relative;
	background-image: url(images/headline_resume.jpg);
	background-repeat: no repeat;
	margin-left: 0px;
	margin-top: 0px;
	height: 100px;
	width: 800px;
	
	text-align: left;

}

#headline_contact {

	position: relative;
	background-image: url(images/headline_contact.jpg);
	background-repeat: no repeat;
	margin-left: 0px;
	margin-top: 0px;
	height: 100px;
	width: 800px;
	
	text-align: left;

}

#headline_terms {

	position: relative;
	background-image: url(images/headline_terms.jpg);
	background-repeat: no repeat;
	margin-left: 0px;
	margin-top: 0px;
	height: 100px;
	width: 800px;
	
	text-align: left;

}

#inner_body {

	position: relative;
	background-image: url(images/inner_bg.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	width: 800px;
	
	text-align: center;

}

.body_text {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #222222;
	text-align: left;

}

.body_text_large {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #222222;
	text-align: left;

}


.resume_text {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #222222;
	text-align: center;
	font-weight: bold;

}

.resume_text_right {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #222222;
	text-align: right;

}

#footer {

	position: relative;
	background-image: url(images/inner_footer.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	height: 200px;
	width: 800px;
	
	text-align: left;

}

#popup_body {
	background-image: url(images/popup.jpg);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 400px;
	width: 500px;
	border: none;
	
	text-align: center;

}

#popup_video {
	background-image: url(images/popup_video.jpg);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 400px;
	width: 500px;
	border: none;
	
	text-align: center;

}


.tree_text {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #222222;
	text-align: left;
	line-height: 1.5;

}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/

list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 400; /* Set to gallery width, in px or percentage */
height: 125px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid black; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid white; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

