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

html {
	overflow-y: scroll;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #DAE3F1;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(Images/bg_blueA.jpg);
}
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	/*color: #009900;
	background-color: #FFFFCC;
	display: block;*/
}
a:active {
	color: #009900;
}
li {
	list-style-type: none;
	padding: 5px;
}
p {
	text-align: left;
	font-size: 90%;
}

h1 {
	padding-top: 0px;
	font-size: 1em;
}

.twoColFixLtHdr #container {
	width: 820px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #sidebar1 a:hover, .twoColFixLtHdr #mainContent a:hover, .twoColFixLtHdr #tagger a:hover { 
	color: #009900;
	background-color: #FFFFCC;
	display: block;
}
.twoColFixLtHdr #header img { padding-top: 3px; padding-right: 8px; }
.twoColFixLtHdr #header {
	/*background-image: url(Images/logo.png);*/
	background-position: center center;
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 100%;
	text-align: right;
	background-image: url(Images/bg_bar_side.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #container #sidebar1 #video {
	padding-left: 40px;
}
.twoColFixLtHdr #mainContent {
	height: 100%;
	margin-left: 250px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
	border-left-width: 1px;
	border-left-style: groove;
	border-left-color: #999999;
	background-image: url(Images/bg_bar_side_r.png);
	background-position: right top;
	background-repeat: no-repeat;
} 

.twoColFixLtHdr #mainContent h1{
	margin: 0;
	font-size: 1.5em;
} 
.twoColFixLtHdr #container #sidebar1 #nav {
	width: 200px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 20px;
}

.twoColFixLtHdr #container #sidebar1 #nav li{
	padding-right: 15px;
	height: 100%;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	display: inline;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #form {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	top: 40px;
	position: relative;
}
.twoColFixLtHdr#container #form #zip_code{
	width: 50px;
}
.twoColFixLtHdr #container #form #e-mail_address {
	width: 180px;
}
.twoColFixLtHdr #container #form #Last_name {
	width: 180px;
}
.twoColFixLtHdr #container #form #country {
	width: 100px;
}
.twoColFixLtHdr #container #form #state_province {
	width: 50px;
}
.twoColFixLtHdr #container #form #city {
	width: 100px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
h1 {
	font-size: 180%;
	font-weight: bold;
	line-height: 100%;
	margin-top: 0px;
}
td {
	font-weight: bold;
	color: #003366;
	text-align: center;
}


/* VIdeoCell */

.VideoCell h1{
	color: #000000;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 10px;
}


.VideoCell h2{
	text-align: left;
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

.VideoCell p{
	text-align: left;
	font-style: normal;
	margin-top: 0.2em;
	font-size: 1em;
	width: 430px;
}

.tag { /* this class can be used to float an element left in your page */
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 120px;
	width: 820px;
	padding-top: 100px;
	background-image: url(Images/bg_bar2.png);
	background-repeat: no-repeat;
}
.tag #tagger {
	display: inline;
	text-align: center;
	padding-top: 100px;
}

.tag #tagger ul li {
	display: inline;
	margin-top: 0px;
}

.tag #tagger a {
	display: inline;
	font-size: 0.8em;
	padding-right: 20px;
	padding-left: 20px;
	color: #999999;
}
.tag #tagger a:visited {
	display: inline;
	display: inline;
	font-size: 0.8em;
	padding-right: 20px;
	padding-left: 20px;
	color: #999999;
}
.tag #tagger a:hover {
	/*	display: inline;
*/	color: #333333;
}
.tag #tagger a:active {
	color: #006600;
}
.what {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.what:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
a.what:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
a.what:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
