@charset "utf-8";
/* ---------------------------------------------------------------
	Rowley Design
	Dana Software Development, Inc.
	All rights reserved.
--------------------------------------------------------------- */
	
/* ---------------------------------------------------------------
	GLOBAL STYLES
--------------------------------------------------------------- */

div,h1,h2,h3,h4,h5,h6,p,pre,address,blockquote,span,ul,ol,li,dl,dd,dt,img {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100.1%;
	background-color: #dfdfdf;
}

a:link,a:visited {
	text-decoration:none; 
}

#contactJAG {
	position: absolute;
	left: 130px;
	top: 580px;
}

table {
	border-collapse: collapse; /* Removes the default "fat" table borders. */
}

a img { border:none }

#printIcon {
	position: absolute;
	display: block;
	left: 230px;
	top: 490px;
	/* for IE */
  	filter:alpha(opacity=60);
 	/* CSS3 standard */
 	opacity:0.6;
	height: 29px;
	width: 29px;
}

#print {
	position: absolute;
	display: block;
	left: 230px;
	top: 517px;
	/* for IE */
  	filter:alpha(opacity=60);
	/* CSS3 standard */
 	opacity:0.4;
	font-size: 10px;
}


/* ---------------------------------------------------------------
	AREA-SPECIFIC STYLES
--------------------------------------------------------------- */

#wrapper {
	width:1047px;
	background-color: #FC6;
	position: absolute;
	visibility: visible;
}

#wrapperIndex {
	width:1177px;
	background-color: #FC6;
	position: absolute;
	visibility: visible;
}

#header {
	position:relative;
	height: 100px;
	float: left;
	clear: both;
	width: 1177px;
	background-color: #dfdfdf;
}

#header img {
	padding: 38px 0 0 320px;
}

div#navContainer {
	float: left;
	margin: 0px;
	padding: 60px 0px 0px 147px;
	height: 320px;
	background-color: #666;
}

#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3;
	clear: both;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

a {
	color: #00F;
}

a:hover {color:#0000FF; }
a:active {color:#0000FF; }

#buttonDiv {
	position:absolute;
	left:987px;
	top:58px;
	z-index:1;
	visibility: visible;
}

/* ---------------------------------------------------------------
	STYLES FOR THE MAIN DIV
--------------------------------------------------------------- */

#main {
	background:#FFF; /* This allows the #main DIV to be a container. */
	width:740px;
	float: left;
	padding: 0;
	clear: right;
}

#main img {
	margin: 20px;
}

#main table {
	margin: 0 0 20px 10px;
}

#main table img {
	margin-left: 0px;
}

#main table p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2;
	text-align: left;
}

/* ---------------------------------------------------------------
	ABBITERS.PHP STYLES
--------------------------------------------------------------- */

#mainArbiters {
	background:#FFF; /* This allows the #main DIV to be a container. */
	width:740px;
	height:680px;
	float: left;
	padding: 0;
	clear: right;
}

#mainArbiters table {
	margin: 20px 0 10px 30px;
}

#mainArbiters table p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2;
	text-align: left;

}

/* ---------------------------------------------------------------
	INDEX.PHP STYLES
--------------------------------------------------------------- */

#mainIndex {
		position: relative;
    width: 870px;
		height: 650px;
    background-color: #CCCCCC;
		float: left;
		padding: 0;
		clear: right;
}

#apDiv0, #apDiv1, #apDiv2 {
    position: absolute;
    left: 20px;
    width: 330px;
    z-index: 1001;
    font-size: 13px;
}

#apDiv0 {
	top: 10px;
    height: 225px;
    padding: 10px;
}

#apDiv1 {
    top: 265px;
    height: 245px;
    padding: 10px;
}

#apDiv2 {
    top: 550px;
    height: 0px;
}

#apDiv0 p, #apDiv1 p, #apDiv2 p {
    margin: 0px 0px 15px;
    padding: 0px;
}

#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

#formITSupport {
	padding: 0;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
}


/* ---------------------------------------------------------------
	REMOTE ASSISTANT PAGE STYLES
--------------------------------------------------------------- */

#itbuttons {
	height: 500px;
}
#sharebutton img {
	width: 500px;
	height: 123px;
	margin-left: 70px
}
.underline {
	width: 430px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-left: 85px;
}

/*------------------------------------------------------------- */
#mainIndex li {
	margin-left: 15px;
}

