﻿@charset "utf-8";
/* CSS Document */


body
{
	margin:0;
	padding:0;
	background-image:url("/img/body_bkg.jpg");
	background-color:#ffffff;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}
						
a 			{color:#ffffff; text-decoration:none;}
a:link 		{ }
a:visited 	{color:#ffffff;}
a:hover 	{color:#62aaff;}
a:active 	{ }

.plainlinks 
{
}

	.plainlinks a 			{color:#000000; text-decoration:none;}
	.plainlinks a:link 		{color:#000000; text-decoration:none;}
	.plainlinks a:visited 	{color:#000000;}
	.plainlinks a:hover 	{color:#000000;}
	.plainlinks a:active 	{color:#000000; text-decoration:none;}

ul
{
	list-style-type:square;
	padding: 10px;
	margin-left:20px;
}

li
{
	padding-bottom:10px;
}

/*bread crums css--------------------------------------------------------*/

#breadcrumbs{
	font-size:12px;
	padding-left:5px;
}

	#breadcrumbs a 			{color:#404040; text-decoration:none;}
	#breadcrumbs a:link 	{ }
	#breadcrumbs a:visited 	{color:#404040;}
	#breadcrumbs a:hover 	{color:#4985fe;}
	#breadcrumbs a:active 	{ }

	.crumbseparator{
		background-image:url("/img/crumbseparator.jpg");
		background-repeat:repeat-x;
		width:825px;
		padding-bottom:18px;
		position:relative;
		left:0px;
		top:5px;
	}
	
/* end bread crums css-------------------------------------------------------*/
	
h1
{
	font-family: 'Cinzel', serif;	
	font-size:22px;
	color:#000000;
	font-weight:bold;
	margin:5px;
	text-align:center;
}

h2
{
	font-family: 'Cinzel', serif;	
	font-size:18px;
	color:#808080;
	font-weight:bold;	
	margin:5px;
}

h3
{
	font-family: 'Cinzel', serif;	
	font-size:16px;
	color:#808080;
	font-weight:bold;	
	margin:5px;
}

h4
{
	font-size:16px;
	font-weight:bold;
	margin:0;
}

h5{
}

img
{
}

.small
{
	font-size: 10px;
}

.dropdownlist
{
	background-color:#323231;
	color:#ffffff;
	padding:5px;
	border-radius: 10px;
  	-moz-border-radius:10px;
  	-webkit-border-radius:10px;
}

.textbox
{
	background-color:#f1f1f6;
	color:#323231;
	width:215px;
	padding:4px;
	border-radius: 10px;
  	-moz-border-radius:10px;
  	-webkit-border-radius:10px;
  	border-color:#323231;
}

.radio
{
	color:#323231;
	padding:5px;
	border-radius: 10px;
  	-moz-border-radius:10px;
  	-webkit-border-radius:10px;
}


.button
{
	background-color:#323231;
	color:#ffffff;
	padding:5px;
	border-radius: 10px;
  	-moz-border-radius:10px;
  	-webkit-border-radius:10px;
}

.validate
{
	color:#ff0000;
}

.gridview table
{
	padding: 0px;
	margin: 0px;
	border: solid 0px #000;
}

/* gridview table headings */

.gridviewheaderstyle
{
	color: #ffffff;
	text-align: left;
	background-color: #323231;
	border-color: #323231;
	vertical-align: middle;
	font-weight: bold;
	padding: 5px 10px;
}

	.gridviewheaderstyle a 			{color:#ffffff; text-decoration:none;}
	.gridviewheaderstyle a:link 	{ }
	.gridviewheaderstyle a:visited 	{color:#ffffff;}
	.gridviewheaderstyle a:hover 	{color:#8B0000;}
	.gridviewheaderstyle a:active 	{ }


	.gridview th
	{
		color: #ffffff;
		text-align: left;
		background-color: #323231;
		border-color: #323231;
		vertical-align: middle;
		font-weight: bold;
		padding: 5px 10px;
	}

	.gridviewalternate
	{
		background-color:#f0f0f0;
	}

	/* click-to-sort hyperlinks */

	.gridview th a
	{
		color: #8B0000;
		font-weight: bold;
		text-decoration:none;
	}

	.gridview th a:hover
	{
		color: #FFFFFF;
	}

	.gridview td
	{
		color: #000000;
		text-align: left;
		vertical-align: middle;
		font-size:12px;
		padding: 5px 10px;
	}

	.gridview td a
	{
		color: #000000;
		font-weight: bold;
		text-decoration:none;
	}

	.gridview td a:hover 
	{
		color:#0000ff;
	}

table
{
	width:100%;
}

	.header td
	{
		color: #ffffff;
		text-align: left;
		background-color: #323231;
		border-color: #323231;
		vertical-align: middle;
		font-weight: bold;
		padding: 5px 10px;
	}

	tr
	{
		color: #000000;
		text-align: left;
		vertical-align: middle;
		font-size:12px;
		padding: 5px 10px;
	}

	.alt td
	{
		color: #000000;
		background-color:#d6d2d2;
		text-align: left;
		vertical-align: middle;
		font-size:12px;
		padding: 5px 10px;
	}

	td
	{
		color: #000000;
		text-align: left;
		vertical-align: middle;
		font-size:12px;
		padding: 5px 10px;
	}
		
	.centered
	{
		text-align:center;
		width:450px;
		margin-right:auto;
		margin-left:auto;
	}
		
	.centered td
	{
		text-align:center;
	}


#maincontent
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#container2
{
	width:980px;
	background-color:#323231;
	overflow:hidden;
	position:relative;
}

#container1
{
	float:left;
	width:980px;
	position:relative;
	right:0px;
}

#leftcolumn
{
	width:185px;
	padding-top:22px;
	position:relative;
	float:left;
	overflow:hidden;
}

	#seal
	{
		background-image:url("/img/seal.png");
		background-repeat:no-repeat;
		height:175px;
		width:174px;
		position:relative;
		left:7px;
	}
	
	.ujssdgov{
		background-image:url("/img/ujssdgov.png");
		height:32px;
		width:173px;
		position:relative;
		top:10px;
		left:7px;
	}

	#leftmenu{
		width:185px;
		color:#ffffff;
		font-family: 'Cinzel', serif;	
		font-size:17px;
		line-height:32px;
		text-align:center;
		position:relative;
		padding-top:40px;
		padding-bottom:20px;
	}

    #liveaudionew{
			height:34px;
			width:215px;
			float:left;
			padding-right:10px;
            padding-left:10px;
            padding-top:15px;
			color:#62aaff;
            position:relative;
            z-index:1000;
		}
		
			#liveaudionew a 			{color:#62aaff; text-decoration:none;}
			#liveaudionew a:link 		{ }
			#liveaudionew a:visited 	{color:#62aaff;}
			#liveaudionew a:hover 		{color:#62aaff;}
			#liveaudionew a:active 	{ }
	
	.lmitemmobile
	{
		height:0px;
		width:0px;
		overflow:hidden;
	}
	
	#infosearchbox{
		background-image:url("/img/infosearchbox.png");
		background-repeat:no-repeat;
		height:161px;
		width:175px;
		position:relative;
		padding-bottom:20px;
		left:4px;
	}
	
		#infotitle{
			width:160px;
			height:16px;
			color:#827325;
			font-size:18px;
			font-family: 'Cinzel', serif;	
			position:relative;
			padding-left:15px;
			padding-top:5px;
			text-align:left;
		}
		
		#searchtitle{
			width:160px;
			color:#827325;
			font-size:18px;
			font-family: 'Cinzel', serif;	
			position:relative;
			padding-right:15px;
			padding-bottom:7px;
			text-align:right;
		}
		
							
		.infotextddl
		{
			width:150px;
		}		
		
		.or{
			width:160px;
			color:#827325;
			font-size:12px;
			font-family: 'Cinzel', serif;	
			position:relative;
			text-align:center;
		}
		
		.infosearchdropdowns{
			width:175px;
			text-align:center;
		}		
								
	.contactmenu{
		width:185px;
		color:#ffffff;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		line-height:16px;
		text-align:center;
		position:relative;
		padding-bottom:20px;
	}
		
		#contacttitle{
			width:185px;
			color:#ffffff;
			font-family: 'Cinzel', serif;	
			font-size:12px;
			line-height:16px;
			font-weight:bold;
			text-align:center;
			position:relative;
			padding-top:10px;
		}
		
#middlecolumn{
	background-image:url("/img/greyboxshadow.png");
	background-position:left;
	background-repeat:repeat-y;
	width:795px;
	position:relative;
	float:left;
	background-color:#ffffff;
}

	#headerpic{
		background-image:url("");
		background-repeat:no-repeat;
		height:268px;
		width:795px;
		position:relative;
		padding-top:0px;
	}
	
	#ltgreytitlebanner{
		background-image:url("/img/ltgreytitlebanner.png");
		background-repeat:repeat-x;
		height:139px;
		width:795px;
		position: absolute;
		top:20px;
		z-index:500;
	}	
							
	#title{
		background-image:url("/img/title.png");
		background-repeat:no-repeat;
		height:64px;
		width:765px;
		position:relative;
		top:15px;
		left:30px;
	}
	
	#firsttitle
	{
		background-image:url("/img/firsttitle.png");
		background-repeat:no-repeat;
		height:64px;
		width:765px;
		position:relative;
		top:15px;
		left:30px;
	}
	
	#secondtitle
	{
		background-image:url("/img/secondtitle.png");
		background-repeat:no-repeat;
		height:64px;
		width:765px;
		position:relative;
		top:15px;
		left:30px;
	}
	
	#thirdtitle
	{
		background-image:url("/img/thirdtitle.png");
		background-repeat:no-repeat;
		height:64px;
		width:765px;
		position:relative;
		top:15px;
		left:30px;
	}
	
	#fourthtitle
	{
		background-image:url("/img/fourthtitle.png");
		background-repeat:no-repeat;
		height:64px;
		width:765px;
		position:relative;
		top:15px;
		left:30px;
	}
	
	#fifthtitle
	{
		background-image:url("/img/fifthtitle.png");
		background-repeat:no-repeat;
		height:64px;
		width:765px;
		position:relative;
		top:15px;
		left:30px;
	}
	
	#sixthtitle
	{
		background-image:url("/img/sixthtitle.png");
		background-repeat:no-repeat;
		height:64px;
		width:765px;
		position:relative;
		top:15px;
		left:30px;
	}
	
	#seventhtitle
	{
		background-image:url("/img/seventhtitle.png");
		background-repeat:no-repeat;
		height:64px;
		width:765px;
		position:relative;
		top:15px;
		left:30px;
	}
	
	#emergency
	{
		position:relative;		
		z-index:1000;
		height:83px;
		top:-110px;
		width:500px;
		margin-right:auto;
		margin-left:auto;
	}
	
		#emergencyicon
		{
			width:75px;
			height:83px;
			background-image:url("/img/emergency.png");
		}
		
		#emergencytext
		{
			color:#ffffff;
			font-weight:bold;
			padding:10px;
			width:387px;
			position:absolute;
			right:0px;
			top:0px;
			background-image:url("/img/ltgreytitlebanner.png");
		}	
							
	#twocolfirst
	{
		width:360px;
		padding-top:5px;
		padding-bottom:5px;
		padding-right:5px;
		padding-left:20px;
		float:left;
	}
	
	#twocolsecond
	{
		width:360px;
		padding:5px;
		float:left;
	}
	
	#homecontent
	{
	}
	
	#homecontent a 			{color:#000000; text-decoration:none;}
	#homecontent a:link 	{ }
	#homecontent a:visited 	{color:#000000;}
	#homecontent a:hover 	{color:#62aaff;}
	#homecontent a:active 	{ }
	

/**********header menu css**********/
		
		#headermenu{
			height:60px;
			position:relative;
			top:10px;
			font-weight:bold;
			padding-top:5px;
		}		
							
		.menuline{
			width:785px;
		}		
							
		.mitem{
			width:260px;
			height:20px;	
			color:#ffffff;
			float:left;
			text-align:center;
			border-right: solid 1px #ffffff;
		}
		
		.mitemtwolines{
			width:260px;
			height:20px;	
			color:#ffffff;
			float:left;
			text-align:center;
			border-right: solid 1px #ffffff;
		}							
							
			#placeholder{
				width:5px;
				border-right:none;
			}
			
			#placeholder:hover{color:#000000;background-image:none; text-decoration: none;}
			
			#endholder{
				width:5px;
				border-right:none;
			}
			
			#endholder:hover{color:#000000;background-image:none; text-decoration: none;}
			
			#odysseyitem{
				border-right:none;
			}
		
			.mitem:hover {color:#000000;background-image:url("/img/whitefade.png"); text-decoration:none;}
			
		.dropdowns{
			display: none;
			min-height:400px;
			color: #000000;
			z-index:0;
			background-image:url("/img/whitefade.png");
			position:absolute;
			top:144px;
			width:765px;
			padding:10px;
			left:5px;
		}							
		
		.dropdowns a 			{color:#000000; text-decoration:none;}
		.dropdowns a:link 		{ }
		.dropdowns a:visited 	{color:#000000;}
		.dropdowns a:hover 		{color:#62aaff;}
		.dropdowns a:active 	{ }
		
		.dropdowns .dropdowntwomenu
			{
				width:335px;
				float:left;
			}

			
		.secondarydropdowns{
			display: none;
			min-height:400px;
			color: #000000;
			z-index:400;
			background:url("/img/dropdowngrad.jpg");
			background-repeat:repeat-x;
			background-color:#ebebeb;
			position:absolute;
			top:144px;
			width:765px;
			padding:10px;
			left:5px;
			box-shadow: 3px 3px 5px #888888;
		}
		
		.secondarydropdowns a 			{color:#000000; text-decoration:none;}
		.secondarydropdowns a:link 		{ }
		.secondarydropdowns a:visited 	{color:#000000;}
		.secondarydropdowns a:hover 	{color:#62aaff;}
		.secondarydropdowns a:active 	{ }							
		
			#Nothing{
				background-image:none;
				height:1px;
				width:1px;
				background-color:transparent;
				box-shadow:none;
			}
			
			.secondarydropdowns .dropdowntwomenu
			{
				width:345px;
				float:left;
				padding-left:30px;
			}
		
/**********end header menu css**********/

	#dynamicitems{
		width:785px;
		height:37px;
		padding-left:10px;
		padding-top:3px;
		position:relative;
	}	
								
		#liveaudio{
			height:34px;
			width:215px;
			float:left;
			padding-right:10px;
			color:#62aaff;
		}
		
			#liveaudio a 			{color:#62aaff; text-decoration:none;}
			#liveaudio a:link 		{ }
			#liveaudio a:visited 	{color:#62aaff;}
			#liveaudio a:hover 		{color:#62aaff;}
			#liveaudio a:active 	{ }
		
		
		.audiotext
		{
			height:30px;
			width:135px;
			padding-top:8px;
			float:left;
		}		
		
		#closures
		{
			width:276px;
			height:27px;
			float:left;
			padding-top:0px;
		}	
		
			#closures a 			{color:#000000; text-decoration:none;}
			#closures a:link 		{ }
			#closures a:visited 	{color:#000000;}
			#closures a:hover 		{color:#8B0000;}
			#closures a:active 		{ }						

		.warning
		{
			color:#800000;
			padding-top:8px;
			float:left;
		}		
		
		#search{
			width:270px;
			height:30px;
			float:left;
			position:relative;
			padding-top:0px;
			padding-left:10px;
			top:-10px;
		}
		
		#searchinput{
			background-image:url("/img/searchinput.png");
			height:25px;
			width:200px;
			position:relative;
			float:left;
		}
		
		#searchbutton{
			background-image:url("/img/searchbutton.jpg");
			height:25px;
			width:65px;
			position:relative;
			float:right;
		}							
	
/**********content menu css**********/

	#contentmenubkgd{
		background-image:url("/img/contentmenubkgd.png");
		background-repeat:repeat-x;
		height:42px;
		position:relative;
	}					
			
		.cmitem{
			width:97px;
			height:30px;	
			padding:8px;
			color:#ffffff;
			float:left;
			text-align:center;
			/*opacity: 0;
			-webkit-transition: color 100ms linear 700ms;
			transition: color 100ms linear 700ms;
			-webkit-transition: color background-color 100ms linear 700ms;
			transition: background-color 100ms linear 700ms;*/
		}
		
		.cmitem:hover {color:#000000;background-color:#ffffff; text-decoration: none;}

		.cmitemtwolines{
			width:97px;
			height:46px;	
			padding-top:1px;
			padding-bottom:2px;
			padding-left:10px;
			padding-right:10px;
			color:#ffffff;
			float:left;
			text-align:center;
		}
		
		.cmitemtwolines:hover {color:#000000;background-color:#ffffff; text-decoration: none;}		
							
		.secondarycmitem{
			width:137px;
			height:30px;	
			padding:8px;
			color:#ffffff;
			float:left;
			text-align:center;
		}
		
		.secondarycmitem:hover {color:#000000;background-color:#ffffff; text-decoration: none;}

		.secondarycmitemtwolines{
			width:137px;
			height:46px;	
			padding-top:1px;
			padding-bottom:2px;
			padding-left:10px;
			padding-right:10px;
			color:#ffffff;
			float:left;
			text-align:center;
		}
		
		.secondarycmitemtwolines:hover {color:#000000;background-color:#ffffff; text-decoration: none;}		
							
		.contentchange{
			display: none;
			min-height:420px;
			color: #000000;
			z-index:300;
			background-color:#ffffff;
			position:absolute;
			left:5px;
			width:560px;
			padding:10px;
			/*-webkit-transition: display 100ms linear 700ms;
			transition: display 100ms linear 700ms;*/ 
		}		
							
		.contentchange a 			{color:#000000; text-decoration:none;}
		.contentchange a:link 		{ }
		.contentchange a:visited 	{color:#000000;}
		.contentchange a:hover 		{color:#62aaff;}
		.contentchange a:active 	{ }
		
		.contentchange .dropdowntwomenu
		{
			width:245px;
			float:left;
		}

		.secondarycontentchange{
			display: none;
			min-height:350px;
			color: #000000;
			z-index:300;
			background-image:url("/img/contentdropdowngrad.jpg");
			background-repeat:repeat-x;
			background-color:#ebebeb;
			position:absolute;
			left:5px;
			top:0px;
			width:768px;
			padding:10px;
			box-shadow: 3px 3px 5px #888888;
		}
		
		.secondarycontentchange  .dropdowntwomenu
		{
			width:345px;
			float:left;
			padding-left:30px;
		}
		
		.secondarycontentchange a 			{color:#000000; text-decoration:none;}
		.secondarycontentchange a:link 		{ }
		.secondarycontentchange a:visited 	{color:#000000;}
		.secondarycontentchange a:hover 	{color:#62aaff;}
		.secondarycontentchange a:active 	{ }		
							
			#Empty{
				background-color:transparent;
				height:1px;
				width:1px;
				background-image:none;
				box-shadow:none;
			}
		
		#startcontent{
			color: #000000;
			z-index:300;
			background-color:#ffffff;
			position:absolute;
			left:5px;
			width:555px;
			padding:10px;
			height:200px;
		}							
							
	#mobileinfosearchbox{
		background-image:none;
		background-repeat:no-repeat;
		height:0px;
		width:0px;
		position:relative;
		padding-bottom:00px;
		overflow:hidden;
	}							
	
		#mobileinfotitle{
			width:160px;
			height:16px;
			color:#827325;
			font-size:18px;
			font-family: 'Cinzel', serif;	
			position:relative;
			padding-left:15px;
			padding-top:5px;
			text-align:left;
		}
		
		#mobilesearchtitle{
			width:160px;
			color:#827325;
			font-size:18px;
			font-family: 'Cinzel', serif;	
			position:relative;
			padding-right:15px;
			padding-bottom:7px;
			text-align:right;
		}		
							
		.mobileinfotextddl
		{
			width:150px;
		}	
		
		.mobileor{
			width:160px;
			color:#827325;
			font-size:12px;
			font-family: 'Cinzel', serif;	
			position:relative;
			text-align:center;
		}
		
		.mobileinfosearchdropdowns{
			width:175px;
			text-align:center;
		}	
		
		#mobilesearch
		{
			width:0px;
			height:0px;
			overflow:hidden;
		}	
							
		#secondarystartcontent{
			color: #000000;
			background-color:#ffffff;
			position:relative;
			left:5px;
			width:778px;
			padding:7px 0px 10px 10px;
			min-height:585px;
		}
		
		#secondarystartcontent a 			{color:#132c80; text-decoration:none;}
		#secondarystartcontent a:link 		{ }
		#secondarystartcontent a:visited 	{color:#827325;}
		#secondarystartcontent a:hover 		{color:#62aaff;}
		#secondarystartcontent a:active 	{ }
		
		#pagecontent
		{
			padding:10px;
		}		
							
		#closing
		{
			padding:20px;
		}
		
			.firstcolumn
			{
				padding-top:20px;
				width:293px;
				float:left;
				text-align:center;
			}
			
			.secondcolumn
			{
				width:465px;
				float:left;
				text-align:center;
			}
	
/********** end content menu css**********/
/********** start tab css**********/

	#tabmenu{
		height:365px;
		width:197px;
		position:relative;
		left:597px;
		top:10px;
	}	
						
		#tabmenu a:link {color:#000000; text-decoration: none;}
        #tabmenu a:visited {color:#000000; text-decoration: none;}
        #tabmenu a:hover {color:#62aaff; text-decoration: none;}
        #tabmenu a:active {color:#000000; text-decoration: none;}		
			
.basictab ul{
	margin: 4px;
	padding: 0px 0;
	margin-left: 4px;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

		.basictab li{
			display: inline;
			margin: 0;
		}

		.basictab li a{
			text-decoration: none;
			padding: 10px 27px;
			margin-right: 0px;
			background-image:url("/img/tabblue.png");
		}

		.basictab li a#newstab{
			padding: 10px 27px;
		}

		.basictab li a#faqstab{
			padding: 10px 28px;
			margin-left:3px;
		}

		.basictab li a:visited{
			color: #2d2b2b;
		}

		.basictab li a:hover, .basictab li a.current{
			background-image:url("/img/tabgold.png");
			color: black;
		}

		.basictab li a:active{
			background-image:url("/img/tabgold.png");
			color: black;
		}

		.tabcontainer{
			background-image:url("/img/tabgoldbox.png");
			height:320px;
			width:197px;
			position:absolute;
		}

		.tabcontent{
			padding-left:10px;
			padding-right:10px;
			padding-top:5px;
			height:270px;
			display:none;
			overflow:hidden;
		}

/*****end tab css*****/

.image
{
	text-align:center;
}

#footer{
	width:795px;
	height:125px;
	position:relative;
}

	#bottombuttonbox{
		width:535px;
		height:130px;
		padding:15px;
		position:absolute;
		top:-75px;
		left:20px;
	}
	
		#bottombuttonbox a 			{color:#000000; text-decoration:none;}
		#bottombuttonbox a:link 	{ }
		#bottombuttonbox a:visited 	{color:#000000;}
		#bottombuttonbox a:hover 	{color:#4985fe;}
		#bottombuttonbox a:active 	{ }
		
		.bottombuttons{
			width:78px;
			padding-top:85px;
			padding-right:10px;
			float:left;
			text-align:center;
			font-size:12px;
		}
	
		.buttontitles{
			width:78px;
			float:left;
		}
		
		#boxsupreme{
			background-image:url("/img/box_supreme2.png");
			background-repeat:no-repeat;
			height:87px;
			width:78px;
			float:left;
		}
		
			#boxsupreme:hover{
				background-image:url("/img/box_supreme2a.png");
				background-repeat:no-repeat;
				height:87px;
				width:78px;
				float:left;
			}
		
		#boxcircuit{
			background-image:url("/img/box_circuit2.png");
			background-repeat:no-repeat;
			height:87px;
			width:78px;
			float:left;
		}
		
			#boxcircuit:hover{
				background-image:url("/img/box_circuit2a.png");
				background-repeat:no-repeat;
				height:87px;
				width:78px;
				float:left;
			}
		
		#boxjury{
			background-image:url("/img/box_jury2.png");
			background-repeat:no-repeat;
			height:87px;
			width:78px;
			float:left;
		}
		
			#boxjury:hover{
				background-image:url("/img/box_jury2a.png");
				background-repeat:no-repeat;
				height:87px;
				width:78px;
				float:left;
			}
		
		#boxopinions{
			background-image:url("/img/box_opinions2.png");
			background-repeat:no-repeat;
			height:87px;
			width:78px;
			float:left;
		}
		
			#boxopinions:hover{
				background-image:url("/img/box_opinions2a.png");
				background-repeat:no-repeat;
				height:87px;
				width:78px;
				float:left;
			}
		
		#boxpublic{
			background-image:url("/img/box_public2.png");
			background-repeat:no-repeat;
			height:87px;
			width:78px;
			float:left;
		}
		
			#boxpublic:hover{
				background-image:url("/img/box_public2a.png");
				background-repeat:no-repeat;
				height:87px;
				width:78px;
				float:left;
			}
		
		#boxlegal{
			background-image:url("/img/payasgoactive.png");
			background-repeat:no-repeat;
			height:87px;
			width:78px;
			float:left;
		}

			#boxlegal:hover{
				background-image:url("/img/payasgo.png");
				background-repeat:no-repeat;
				height:87px;
				width:78px;
				float:left;
			}

	#loginbutton{
		background-image:url("/img/loginbutton.png");
		height:48px;
		width:199px;
		position:absolute;
		left:595px;
	}
	
		#logintext{
			color:#ffffff;
			font-size:16px;
			text-align:center;
			position:relative;
			top:5px;
		}
		
		#linkedin
		{
			background-image:url("/img/linkediniconsmall.png");
			background-repeat:no-repeat;
			width:40px;
			height:44px;
			position:absolute;
			left:600px;
			top:710px;
			z-index:500;
		}
		
		#youtube
		{
			background-image:url("/img/youtubeiconsmall.png");
			background-repeat:no-repeat;
			width:40px;
			height:44px;
			position:absolute;
			left:650px;
			top:710px;
			z-index:500;
		}
		
		#facebook
		{
			background-image:url("/img/facebookiconsmall.png");
			background-repeat:no-repeat;
			width:40px;
			height:44px;
			position:absolute;
			left:700px;
			top:710px;
			z-index:500;
		}
		
		#rssfeed
		{
			background-image:url("/img/rssiconsmall.png");
			background-repeat:no-repeat;
			width:40px;
			height:44px;
			position:absolute;
			left:750px;
			top:710px;
			z-index:500;
		}
		
		#blogspot
		{
			background-image:url("/img/blogspoticonsmall.png");
			background-repeat:no-repeat;
			width:40px;
			height:44px;
			position:absolute;
			left:650px;
			top:760px;
			z-index:500;
		}
		
		#twitter
		{
			background-image:url("/img/twittericonsmall.png");
			background-repeat:no-repeat;
			width:40px;
			height:44px;
			position:absolute;
			left:650px;
			top:760px;
			z-index:500;
		}
		
		#googleplus
		{
			background-image:url("/img/googleplusiconsmall.png");
			background-repeat:no-repeat;
			width:40px;
			height:44px;
			position:absolute;
			left:700px;
			top:760px;
			z-index:500;
		}		
									
	.separator{
		background-image:url("/img/separator.png");
		background-repeat:repeat-x;
		width:525px;
		padding-bottom:8px;
		position:absolute;
		left:30px;
		top:75px;
	}
		
	#footerinfo{
		width:535px;
		color:#000000;
		font-size:12px;
		line-height:20px;
		text-align:center;
		position:absolute;
		left:30px;
		top:80px;
	}
	
		#footerinfo a 			{color:#000000; text-decoration:none;}
		#footerinfo a:link 		{ }
		#footerinfo a:visited 	{color:#000000;}
		#footerinfo a:hover 	{color:#4985fe;}
		#footerinfo a:active 	{ }
		


/*****secondary pages css*****/

	.dropdowntwomenu
		{
			width:345px;
			float:left;
			padding-left:30px;
		}


	#secondaryheaderpic{
		background-image:url("");
		background-repeat:no-repeat;
		height:146px;
		width:795px;
		position:relative;
		padding-top:0px;
	}			
	
	.courtmembers
	{
		width:365px;
		float:left;
		text-align:center;
		padding:10px 5px 30px 5px;
		
	}	
	
	.contactusdiv
	{
		width:365px;
		float:left;
		text-align:left;
		padding:10px 5px 30px 5px;
		
	}							
	
	.secondcircuit
	{
		width:280px;
		float:left;
		text-align:center;
		padding-bottom:30px;
		padding-right:10px;
	}
	
	#rightmenu{
		float:right;
		width:197px;
		padding-left:15px;
		margin:0px;
	}
		
		#rmenutop{
			background-image:url("/img/rmenutop.png");
			width:197px;
			height:12px;
		}
		
		#rmenumiddle{
			background-image:url("/img/rmenumiddle.png");
			width:177px;
			padding:10px;
		}
		
		#rmenubottom{
			background-image:url("/img/rmenubottom.png");
			width:197px;
			height:31px;
		}
		
		 .rmenu{
			list-style-type:none;
			padding:0px;
			margin:0px;
		}
		
		.rmenu li{
			padding-bottom:7px;
		}

.titles{
	font-family: 'Cinzel', serif;	
	font-size:22px;
	color:#000000;
	font-weight:bold;
	padding-bottom:8px;
	padding-left:5px;
}

.subtitles{
	font-family: 'Cinzel', serif;	
	font-size:16px;
	color:#808080;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:15px;
}

#secondaryfooter{
	width:795px;
	height:50px;
	position:relative;
}
						
	.secondaryseparator{
		background-image:url("/img/separator.png");
		background-repeat:repeat-x;
		width:635px;
		padding-bottom:8px;
		position:absolute;
		left:80px;
		/*top:75px;*/
	}
		
	#secondaryfooterinfo{
		width:795px;
		color:#000000;
		font-size:12px;
		line-height:20px;
		text-align:center;
		position:relative;
		padding-top:5px;
		/*left:60px;
		top:5px;*/
	}
	
		#secondaryfooterinfo a 			{color:#000000; text-decoration:none;}
		#secondaryfooterinfo a:link 	{ }
		#secondaryfooterinfo a:visited 	{color:#000000;}
		#secondaryfooterinfo a:hover 	{color:#4985fe;}
		#secondaryfooterinfo a:active 	{ }
		
.swipe {
	padding-bottom:20px;
	position:relative;
	z-index:1;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
.swipe li div, .swipe div div div {
	margin:0 10px;
	padding:50px 10px;
	background:#1db1ff;
	font-weight:bold;
	color:#fff;
	font-size:20px;
	text-align:center;
}
