/* Style sheet for SNA created 10/15/2009 by June Bowman */
/* This style sheet has a wider right column than the other
layout sheet. It accomodates the AR widget */

body{
margin:0;
padding:0;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
background-image:url('bkgrndimg.gif');
}

/* Different styles */
.calstyle1 {font-size: 12px; font-weight:bold;}
.calstyle2 {font-size: 12px}
.calstyle3 {font-size: 12px; color:#FFFFFF;}
.style3 {font-size: 14px; font-weight:bold; line-height:1.5em;}
.style4 { color:#333333; font-size:14px; font-weight:bold; text-align:center;}
.style5 {font-size: 14px; font-weight:bold;}
.style6 {font-size:16px; font-weight:bold; color:#FF0000;}
.style7 {font-size:10px; font-weight:bold;}
.style8 {font-size:12px; font-weight:bold; color:#333333;}
.style9 {font-size:10px; font-weight:bold; color:#333333;}

a:link {color:#310048; text-decoration:none; font-weight:bold;}      /* unvisited link */
a:visited {color:#310048; text-decoration:none; font-weight:bold;}  /* visited link */
a:hover {color:#006699; font-weight:bold; text-decoration:underline;}  /* mouse over link */
a:active {color:#310048; text-decoration:none; font-weight:bold;}  /* selected link */

h4.center {
text-align:center;
}

td.header { /*Text for the header section */
color:#333333;
font-size:12px;
font-weight:bold;
text-align:center;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 973px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background:#f2f2f2;
}

#topsection{
background:#c8c8c8;
height: 190px; /*Height of top section*/
}

#topsection_img1{
float:left;
width:161px;
height:161px;
margin-top:19px;
margin-left:15px;
background: #c8c8c8;
background-image:url('cross.gif');
background-repeat:no-repeat;
}
#topsection_img2{
float:left;
width:706px;
height:86px;
margin-top:-35px;
margin-left:28px;
padding:85px 0 0 0;
background: #c8c8c8;
background-image:url('logo.jpg');
background-position:center;
background-repeat:no-repeat;
}

#missionstmt{
background:#c8c8c8;
font-size:12px;
margin-top:0px;
padding: 1px 25px 1px 25px;
border-top: 1px solid black;
}

h3.mission {
text-align: left;
}
h4.mission {
text-align:center;
}

#main_menu{
background:#414141;
margin-top:0px;
width:100%;
height:30px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{ /* Top, Right, Bottom, Left */
margin: 0 255px 0 182px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background:#f2f2f2;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -973px; /*Set margin to that of -(MainContainerWidth)*/
padding-top:3px;
background:#D2BDCC;
font-size:12px;
}

#leftcolumn h3{text-align:center}

#rightcolumn{
float: left;
text-align:center;
font-size:14px;
width: 255px; /*Width of right column*/
margin-left: -255px; /*Set left margin to -(RightColumnWidth)*/
padding-top:3px;
background:#D2BDCC;
}

#footer{
clear: left;
width: 100%;
background:#414141;
font-size:10px;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #9966FF; /* #EFDC8D; /* #FFFF80;*/
font-size:10px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* Drop Down Menu */
.jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;
width: 100%;
z-index:100;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:100;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
z-index:100;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
z-index:100;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
z-index:100;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

