/*the following styles are for menu control items in conxons*/

.headerbar
{
	background-image: url(/i/webstructure/top.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
}

.lower_left
{
	background-image: url(/i/webstructure/left_repeat.jpg);
	background-repeat: repeat-y;
}

.lower_right
{
	background-image: url(/i/webstructure/right_repeat.jpg);
	background-repeat: repeat-y;
}

/*
bug in menu control allows text to be cut off.. this adds a padding so it will not.
*/
.cutOffTextFix
{
	padding-right:20px;
}

.menuHover
{
	border: 1px solid black;
	border-top: 0px solid black;
	background-image: url(/i/webstructure/subnav_gradient.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}


A.bluehead:Link
{
	color: #1A47A2;
	text-decoration: none;
}
A.bluehead:Visited
{
	color: #1A47A2;
	text-decoration: none;
}
A.bluehead:Hover
{
      color: #CC6600;
      text-decoration: none;
}
a.blackhead:Hover
{
	  font-size: small;
      color: #4782c3;
      text-decoration: none;
      border-bottom: 1px solid #4782c3;
}
a.blackhead:Link
{
      font-size: small;
      color: #4782c3; 
      text-decoration: none;
      font-weight:bold;
}
a.blackhead:Visited
{
	  font-size: small;
      color: #4782c3;
      text-decoration: none;
      font-weight:bold;
}
a.underlineblackhead
{
	  font-size : small;
      color: #4782c3;
      text-decoration: none;
      font-weight: bold;
      border-bottom: 1px solid #4782c3;
      font-weight:bold;
}

a.largeblackhead:Link
{
	font-family: verdana;
	font-size: small;
	color: #4782c3;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-decoration: none;
}
a.largeblackhead:Visited
{
	font-family: verdana;
	font-size: small;
	color: #4782c3;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-decoration: none;
}
a.largeblackhead:Hover
{
	font-family: verdana;
	font-size: small;
	color: #4782c3;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
    text-decoration: none;
    border-bottom: 1px solid #4782c3;
}

a.largetitle:Link
{
	font-family: verdana;
	font-size: large;
	color: #4782c3;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-decoration: none;
}
a.largetitle:Visited
{
	font-family: verdana;
	font-size: large;
	color: #4782c3;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-decoration: none;
}
a.largetitle:Hover
{
	font-family: verdana;
	font-size: large;
	color: #4782c3;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
    text-decoration: none;
    border-bottom: 1px solid #4782c3;
}

#previous:hover
{
	margin-top:2px;
	margin-bottom:2px;
	margin-left: 5px;
	margin-right: 270px;
	cursor:hand;
	background:url('/i/webstructure/button_back_roll.jpg' ) no-repeat 0 0;
}
#previous 
{
	margin-top:2px;
	margin-bottom:2px;
	margin-left: 5px;
	margin-right: 270px;
	display: inline-block;
	width:15px;
	height:15px;
	cursor:hand;
	background:url('/i/webstructure/button_back.jpg' ) no-repeat 0 0;
}
#previous span
{
	display:none;
}

#pause:hover
{
	margin-top:2px;
	margin-bottom:2px;
	margin-right: 3px;
	cursor:hand;
	background:url('/i/webstructure/button_pause_roll.jpg' ) no-repeat 0 0;
}
#pause 
{
	margin-top:2px;
	margin-bottom:2px;
	margin-right: 3px;
	display: inline-block;
	width:15px;
	height:15px;
	cursor:hand;
	background:url('/i/webstructure/button_pause.jpg' ) no-repeat 0 0;
}
#pause span
{
	display:none;
}

#restart:hover
{
	margin-top:2px;
	margin-bottom:2px;
	margin-right: 285px;
	cursor:hand;
	background:url('/i/webstructure/button_play_roll.jpg' ) no-repeat 0 0;
}
#restart 
{
	margin-top:2px;
	margin-bottom:2px;
	margin-right: 285px;
	display: inline-block;
	width:15px;
	height:15px;
	cursor:hand;
	background:url('/i/webstructure/button_play.jpg' ) no-repeat 0 0;
}
#restart span
{
	display:none;
}

#next:hover
{
	margin-top:2px;
	margin-bottom:2px;
	margin-right: 4px;
	cursor:hand;
	background:url('/i/webstructure/button_forward_roll.jpg' ) no-repeat 0 0;
}
#next 
{
	margin-top:2px;
	margin-bottom:2px;
	margin-right: 4px;
	display: inline-block;
	width:15px;
	height:15px;
	cursor:hand;
	background:url('/i/webstructure/button_forward.jpg' ) no-repeat 0 0;
}
#next span
{
	display:none;
}

li.styled A:Link
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #4782c3;
	text-decoration: none;
	cursor: hand;
}

li.styled A:visited
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #4782c3;
	text-decoration: none;
	cursor: hand;
}

li.styled A:Hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CC6600;
	text-decoration: underline;
	cursor: hand;
}

#leftnav
{
    text-align: center;
    background-image: url( '/i/webstructure/tab_unselected.jpg' );
    background-repeat: repeat-x;
    overflow: hidden; /* or auto, contained float fix */
    
}

#rightnav
{
    text-align: center;
    background-image: url( '/i/webstructure/tab_unselected.jpg' );
    background-repeat: repeat-x;
    overflow: hidden; /* or auto, contained float fix */
    
}

#rightnav .selected
{
    float: left;
    width: 49%;
    padding-bottom: 1px;
    background-color:#fff;
    text-decoration: none;
    font-family: verdana;
	font-size: small;
	color: #4782c3;
	font-weight: bold;
	display:inline-block;
	
}

#leftnav .selected
{
    float: left;
    width: 33.5%;
    background-color:#fff;
    text-decoration: none;
    font-family: verdana;
	font-size: small;
	color: #4782c3;
	font-weight: bold;
	display:inline-block;
}

#rightnav .unselected
{
    float: left;
    width: 50%;
    text-decoration: none;
    font-family: verdana;
	font-size: small;
	color: #4782c3;
	font-weight: bold;
	border-left: 1px solid black;
	
}

#leftnav .unselected
{
    float: left;
    width: 33%;
    text-decoration: none;
    font-family: verdana;
	font-size: small;
	color: #4782c3;
	font-weight: bold;
	border-left: 1px solid black;
}

p.mainpage
{
  padding: 0px 0px 0px 0px;
}

.smallbreak
{
	padding: 0px 0px 10px 0px;
}

h1
{
	font-family: verdana;
	font-size: 16px;
	color: #1A47A2;
	font-weight:bold;
}

h2
{
	font-family: verdana;
	font-size: 12;
	color: #1A47A2;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

h3
{
	font-family: verdana;
	font-size: 12;
	color: #1A47A2;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}




.mainPage
{
	font-family: verdana;
	font-size: 11px;
	line-height: 1.5em;
}


.orangehead
{
	font-family: verdana;
	font-size: 12;
	color: #ff8f00;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.bluehead
{
	font-family: verdana;
	font-size: 12;
	color: #1A47A2;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.smallerblue
{
	color: #01468c;
}

.blackhead
{
	font-family: verdana;
	font-size: small;
	color: #4782c3;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.largerblackhead
{
	font-family: verdana;
	font-size: medium;
	color: #4782c3;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.bigorangehead
{
	font-family: verdana;
	font-size: 16px;
	color: #ff8f00;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.bigbluehead
{
	font-family: verdana;
	font-size: 12;
	color: #28528d;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

hr
{
	color: #28528d;
}

ul.styled
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
li.styled
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url( '/i/webstructure/bullet.gif' );
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-align: left;
}



A.li:Link
{
	color: #1A47A2;
	text-decoration: none;
}
styled.li.A:Visited
{
	color: #1A47A2;
	text-decoration: none;
}
li.styled.A:Hover
{
	color: #CC6600;
	text-decoration: none;
}


ul.square
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
li.square
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url( '/i/webstructure/bullet_blue.gif' );
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-align: left;
}

BODY
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px; /* copied from opposite side (right) */
	background-image: url(/i/webstructure/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FAFAFA;
	background-position: bottom;
}

td
{
	font-family: verdana;
	font-size: 10;
}

.html
{
	font-family: verdana;
}

a:hover.html
{
	font-family: verdana;
	color: navy;
	text-decoration: none;
}




