body
{
    margin: 0px;
    background-image: url('/Content/images/background.png');
    background-repeat: repeat-x;
    font-family: "Lucida Grande" ,Lucida,Verdana,sans-serif;
    font-size: 13px;
}

#page
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    /* margin-top: 25px;*/
    background-color: transparent;
    position: relative;
    color: White;
}

.menuPanel
{
    position: absolute;
    top: -20px;
    left: 300px;
    font-weight: bold;
    font-family: Verdana;
    z-index: 3;
}

#ctl00_Sitemap
{
    font-size: 12px;
}

.dialog
{
    width: 990px;
    margin: 0px auto;
    min-width: 20em;
    max-width: 990px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
    color: #fff;
    margin-top: 25px;
}

.dialog .hd .c, .dialog .ft .c
{
    font-size: 1px; /* ensure minimum height */
    height: 11px;
}

.dialog .ft .c
{
    height: 14px;
}

.dialog .hd
{
    background: transparent url(/Content/images/topbar/tl.png) no-repeat 0px 0px;
    margin-right: 14px; /* space for right corner */
}

.dialog .hd .c
{
    background: transparent url(/Content/images/topbar/tr.png) no-repeat right 0px;
    margin-right: -14px; /* pull right corner back over "empty" space (from above margin) */
}

.dialog .bd
{
    background: transparent url(/Content/images/topbar/ml.png) repeat-y 0px 0px;
    margin-right: 6px;
}

.dialog .bd .c
{
    background: transparent url(/Content/images/topbar/mr.png) repeat-y right 0px;
    margin-right: -6px;
}

.dialog .bd .c .s
{
    margin: 0px 8px 0px 4px;
    background: #000 url(/Content/images/topbar/ms.jpg) repeat-x 0px 0px;
    padding: 1em;
}

.dialog .ft
{
    background: transparent url(/Content/images/topbar/bl.png) no-repeat 0px 0px;
    margin-right: 14px;
}

.dialog .ft .c
{
    background: transparent url(/Content/images/topbar/br.png) no-repeat right 0px;
    margin-right: -14px;
}

.videobg
{
    width: 990px;
    height: 500px;
    margin: 0 auto 0 auto;
    margin-top: 20px;
    vertical-align: bottom; /*    background: white url(/Content/images/video/BG.jpg) no-repeat;*/
}

.fixAlignment
{
    width: 990px;
    margin: 0 auto 0 auto;
    margin-top: 20px;
    vertical-align: bottom; /*    background: white url(/Content/images/video/BG.jpg) no-repeat;*/
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #454a88;
}

h3 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #3e2773;
}

h4
{
    color: #666666;
}

DIV.examples
{
    margin-top: 20px;
}

DIV.examples A
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
}

DIV.examples A:HOVER
{
    text-decoration: underline;
}

DIV.examples IMG
{
    border: 1px solid black;
}

UL.collapsedList
{
    margin: 0px;
    display: inline;
}

UL.collapsedList LI
{
    margin: 0px;
    margin-bottom: 5px;
    list-style-position: inside;
}

A
{
    text-decoration: none;
    font-weight: bold;
}

A:HOVER
{
    text-decoration: underline;
}

LI
{
    margin-bottom: 5px;
}

#SocialLinks {
    width: 905px; 
    padding: 5px; 
    margin: 0 auto 0 auto;
}

#SocialLinks img {
    padding-right: 50px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size: 15px;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}

.sf-menu li li a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			white;
}
.sf-menu li {
	background:		transparent;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
/*	background:		#CFDEFF;*/
	outline:		0;
}

.sf-menu li.submenu:hover {
	background:		#CFDEFF;
	outline:		0;
}

.sf-menu li.submenu_web {
    background: #83a6ce;
    z-index: 3;
}

.sf-menu li.submenu_web:hover {
    background: #a3ceff;
}

.sf-menu li.submenu_audio {
    background: #b4866c;
}

.sf-menu li.submenu_audio:hover {
    background: #e8ad8b;
}

.sf-menu li.submenu_video {
    background: #7c72b5;
}

.sf-menu li.submenu_video:hover {
    background: #9f92e8;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/Content/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/Content/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    z-index: -100;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 150px;
    height: 120px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
l-prev {
    z-index: 3;
    display: none;
}

