/* Mountains css layout for DNN Skin */
#body {
	text-align:center; 
	width:100%;
	background:#073570 url(images/background.jpg) no-repeat top center;
	font-size:.9em;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

#oneCol ul li, #rightCol ul li, #centerCol ul li {line-height:1.5;background:url(images/arrows.gif) no-repeat center left;padding-left:15px;}
/*.ContentPane ul li {line-height:1.5;background:url(images/arrows.gif) no-repeat center left;padding-left:15px;}*/

#contentArea{background:url(images/mainGradient.jpg) repeat-x top left;margin:0;}

h1{font-size:240%;color:#9f9f9f;}
h2{font-size:200%;color:#054E3A;margin-bottom:15px;}
h3{font-size:170%;color:#444;margin:20px 0 10px 0;}
h4{font-size:145%;color:#000;margin:15px 0 5px 0;}

/* NAVIGATION */
ul.MenuBarVertical{border-right: 1px solid #ccc;background: url(images/sideNav.jpg) repeat-y top right;height:1%;}
ul.MenuBarVertical a.MenuBarItemSubmenuHover {border-bottom:#999 solid 1px;background:url(images/flyout.png) repeat-y top left;}
#topNav a{background:url(images/topNav.jpg) no-repeat top right;}
#topNav ul li a{background:url(images/flyout.png) repeat-y top left;}
ul.MenuBarVertical #topNav a.MenuBarItemSubmenuHover {background:url(images/flyout.png) repeat-y top left;}
ul.MenuBarVertical li ul a{border-right:1px solid #999;border-left:1px solid #999;background:url(images/flyout.png) repeat-y top left;display: block;padding: 10px 0 10px 10px;position:relative;}

/* FOOTER */
#footer {background: #073570 url(images/united.gif) no-repeat top left;width:960px;clear:both;color:#92c1ff;padding:15px 0;height:100px;}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{color:#92c1ff;}

/* ONE COLUMN LAYOUT */
#oneCol{width:960px;position:relative;background:url(images/mainGradient.jpg) repeat-x top left;margin:0;}

/* THREE COLUMN LAYOUT */
.RightPane{float:right;width:222px;background: url(images/subContentGradient.jpg) repeat-y top left;}
