@charset "utf-8";
/* CSS Document */

/* Styles unique to home page */
#pathingWrapper {
	float: left;
	width: 283px;
}
#pathing {
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px solid #556C86;
}
#pathing H1, #pathing H1 a, #pathing H1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #556C86;
	letter-spacing: 0px;
	margin: 0px;
	padding-right: 5px;
	line-height: 13px;
	padding-top: 5px;
	text-decoration: none;
	padding-bottom: 5px;
}
#pathing p, #pathing p a, #pathing p a:hover {
	font-size: 11px;
	line-height: 12px;
	padding: 0px;
	margin: 0px;
	color: #3C474C;
	text-decoration: none;
}
.pathingHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #556C86;
	padding: 5px;
	letter-spacing: 2px;
}
#path1 {
	background-image: url(../images/backgrounds/pdaOff.jpg);
	background-repeat: no-repeat;
	height: 94px;
	width: 186px;
	padding-left: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #556C86;
}
a:hover #path1 {
	background-image: url(../images/backgrounds/pdaOn.jpg);
}
#path2 {
	background-image: url(../images/backgrounds/folderOff.jpg);
	background-repeat: no-repeat;
	height: 94px;
	width: 181px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #556C86;
	padding-right: 90px;
	padding-left: 5px;
}
a:hover #path2 {
	background-image: url(../images/backgrounds/folderOn.jpg);
}
#path3 {
	background-image: url(../images/backgrounds/clockOff.jpg);
	background-repeat: no-repeat;
	height: 94px;
	width: 176px;
	padding-left: 95px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #556C86;
	padding-right: 5px;
}
a:hover #path3 {
	background-image: url(../images/backgrounds/clockOn.jpg);
}
#path4 {
	background-image: url(../images/backgrounds/notebookOff.jpg);
	background-repeat: no-repeat;
	height: 94px;
	width: 181px;
	padding-left: 5px;
	padding-right: 90px;
}
a:hover #path4 {
	background-image: url(../images/backgrounds/notebookOn.jpg);
}
#movieWrapper {
	height: 408px;
	width: 687px;
	border: 1px solid #B2B2B2;
	float: left;
	margin-top: 35px;
	margin-left: 3px;
	margin-bottom: 5px;
}
#movie {
	padding: 4px;
	background-image: url(../images/backgrounds/movieRB.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#dots {
	background-image: url(../images/backgrounds/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 3px;
	width: 979px;
	margin-bottom: 10px;
}
#videoWrapper {
	width: 227px;
	float: left;
}
#videos {
	border: 1px solid #FF9900;
	margin-left: 5px;
	width: 215px;
	height: 335px;
}
#videos p {
	padding: 5px;
	font-size: 10px;
	line-height: 13px;
}
.videoHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #FF9900;
	padding-left: 5px;
	height: 24px;
	letter-spacing: 2px;
	padding-top: 2px;
	margin: 0px;
}
.videoPix {
	padding: 4px;
	height: 103px;
	width: 103px;
	border: 1px solid #B2B2B2;
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
}
.videoBlock {
	clear: left;
	margin-top: 10px;
}

.videoText {
	padding-left: 5px;
	float: left;
	width: 65px;
	font-weight: bold;
}
.videoIcon {
	float: left;
	padding-left: 5px;
}
#bodyCopy {
	width: 550px;
	float: left;
	margin-left: 70px;
}
#bodyCopy img {
	float: left;
	padding-right: 10px;
}

