body
{
	background-color: #cce5f2;
	margin: 0;
	padding: 0;
	font-family: "lucida grande" arial, helvetica, sans-serif;
}

a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

#container
{
	position:relative;
	background-color: #fff;
	width:90%;
	margin: auto;
	padding: 0;
}

#header, #footer 
{
	background-color:#2d2a62;
	position:relative;
        height:18px;
        width:100%;
	color:#fff;
	font-size:10px;
	font-family:Verdana, Arial, Sans-serif;
	text-indent:7px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	z-index:1;
}

#header A, #header A:visited, #header A:hover, #header A:hover:visited {
	color:#fff;
	text-decoration:none;
}

#footer A, #footer A:visited, #footer A:hover, #footer A:hover:visited {
        color:#fff;
        text-decoration:none;
}

#contentmain
{
	background-color: #fff;
        text-align: left;
}

#contentsub
{
	background-color: #fff;
	margin: 10px 150px 60px 150px;
        border-style:solid;
        border-width:0px;
        border-color:green;
}


h1
{
	margin: 0;
	padding: 0;
	width:100%;
	text-indent: -2000px;
}


DIV.main {
	height:270px;
	background-image: url(/cu/lweb/img/assets/10161/banner.background.standard.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px;
	margin:0px;
}

h1#main
{
	height: 270px;
	background-image: url(/cu/lweb/img/assets/10161/banner.image.standard.jpg);
	background-repeat: no-repeat; 
	background-position: left center;
}

DIV.sub {
        position:relative;
        height:60px;
        background-image: url(/cu/lweb/img/assets/10161/banner.background.video.jpg);
        background-repeat:repeat-x;
        background-position:left top;
        padding:0px;
        margin:0;
}


h1#sub
{
	position:relative;
	height: 60px;
	background-image: url(/cu/lweb/img/assets/10161/banner.image.video.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -2000px;
}

/*
h1#main a
{
	height: 270px;
	width: 500px;
	display: block;
}
*/

/*
h1#sub a
{
	height: 60px;
	width: 200px;
	display: block;
}
*/

h2
{
	margin:0;
	padding:0;
	color:#2d2a62;
}

h3 { border-bottom: 1px solid #cce5f2; color: #4ca6d4;}

#navmain
{
	text-align: right;
	color: fff;
	position: relative;
}

#navsub
{
	position: relative;
	text-align: right;
	color: red;
}


#navmain ul, #navsub ul
{
	list-style-type: none;
	list-style-position: default;
	margin: 0;
	padding: 0;
}

#navmain ul li, #navsub ul li { display: inline; }

#navmain ul li a
{
	color:fff;
        position:relative;
	top:-95px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
}

#navsub ul li a
{
	color:fff;
        position:relative;
	top:-52px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
}

#video
{
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#morevideos
{
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 6px;
}

#morevideos a:link, #morevideos a:visited
{
	width: 120px;
	margin: 0;
	padding: 6px;
	font-weight: bold;
	color: #fff;
	background-color: #fc6;
	font-size: 12px;
	text-decoration: none;
}

#morevideos a:hover, #morevideos a:active
{
	width: 120px;
	margin: 0;
	padding: 6px;
	font-weight: bold;
	color: #fff;
	background-color: #f90;
	font-size: 12px;
	text-decoration: none;
}

p, ul
{
	font-size: 14px;
	line-height: 20px;
}

a {color: #32689b;}
