@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image:url(/images/bkg-page3.gif);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.ag2 #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-left: 80px; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.ag2 #header {
	margin: 0;
	background-image:url(../images/header.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:115px;
}

/********** header navigation *********************/

.ag2 #nav {
	padding-top:77px;
}
#nav ul {
  /*margin: 14px 0 0 0;
  padding: 2px 0 0 0;*/
  margin:0;
  padding:0;
  list-style-type: none;
  font-size: 12px;
 }

#nav .bot {
	/*margin-top:0;*/
}
#nav .top {
	/*padding:40px 0 0 0;*/
}  
#nav li {
  float: right;		
  background: url("/images/right.gif") no-repeat top right;
  padding: 0 2px 0 2px;
  margin: 0;
}
  
#nav a {
  float: left;
  display: block;
  background: url("/images/left.gif") no-repeat top left;
  padding: 3px 12px 3px 14px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
/*  margin-right: 3px;*/
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {
float: none;
}
/* End IE5-Mac hack */


#nav a:hover, #nav a:focus {
  color: #000;
}
  
#nav #current {
  background-image: url("/images/right_on.gif");
}
  
#nav #current a {
  background-image: url("/images/left_on.gif");
  color: #000;
  padding-top: 4px;
/*  padding-bottom: 1px;*/
}
/* ---- End Navigation ---- */


/* ---- Sidebar ---- */
.ag2 #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 222px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top:0px;
}

.ag2 #sidebarNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	letter-spacing:.1em;
	font-weight:bold;
	padding-top:4px;
	background: url(../images/navtop.gif) no-repeat;
	width:220px;
	margin:15px 0 15px 8px;
	}
.ag2 #sidebarNav ul {
	background: url(../images/navbottom.gif) bottom left no-repeat;
	padding-bottom: 15px;
    list-style-type: none;
   	margin: 11px 0 0 0;
	min-height: 50px;
}
.ag2 #sidebarNav li {
	background-color:#fff;
	padding: 7px 0 7px 3px;
	margin-left:-40px;
	list-style:none;
	border-top: 1px solid #ccc;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
}
.ag2 #sidebarNav a{
/*	color: #5B7082; */
	color: #78786a;
	text-decoration: none;
	margin-left: 8px;
	display: block;
}
.ag2 #sidebarNav a:hover {
	color:#ca7a3c;
}
.ag2 #sidebarNav li:hover {
	background-color:#dfdddb;
	background-image:url(../images/ship-wheel.gif);
	background-position:right;
	background-repeat:no-repeat;
}


/* ---- End Sidebar ---- */


.ag2 #mainContent {
	width:699px;
	margin: 0 0 0 241px;
/*	border-top:2px solid #e30b01;
	border-left:1px solid #919191;
	border-right:1px solid #919191;*/
	background:url(../images/bkg-content.gif) repeat-y;
	padding: 30px 20px 10px 20px;
	border-top: 1px solid #000;
}
ag2 #mainContent .bottom {
	margin: 0 0 0 241px;
	background:url(/images/footer-bot2.gif) right top no-repeat;
}
.ag2 #mainContent h1 {
	font-family: "Monotype Corsiva", Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	color:#ca7a3c;
}
.ag2 #mainContent h2 {
	font-family: "Monotype Corsiva", Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#ca7a3c;
}
.ag2 #mainContent h3 {
	font-family: "Monotype Corsiva", Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#4F4F4F;
	}
.ag2 #mainContent p {
	font-size:.9em;
	line-height:1.3em;
}
.ag2 #mainContent .ag {
	font-weight:bold;
	color:#26598C;
}
.ag2 #mainContent a{
	color:#3173b5;
	text-decoration:none;
	font-weight:bold;
}
.ag2 #mainContent a:hover{
	background-color:#cccccc;
}
.ag2 li {
	font-size:.9em;
	padding-bottom:5px;
}
.ag2 #mainContent img {
	margin-left: 12px;
	}
.ag2 .smallRed {
	color:#FF0000;
	font-size:.8em;
/*	font-weight:bold;*/
}
.ag2 .spyglass {
	vertical-align:text-bottom;
}
.ag2 #partnerTable td {
	padding:12px 12px 12px 0;
	font-size:.9em;
}

/***** Contact Form *****/

.ag2 #contactForm table {
	margin:0 auto;
}
.ag2 #contactForm tr {
	margin-bottom:8px;
	}
.ag2 #contactForm td {
	font-size:.8em;
	vertical-align:top;
	padding: 5px;
	}
.ag2 #contactForm label {
	text-align:right;
}
.ag2 #contactForm input, textarea {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#676767;
}
/***** End Contact Form *****/


/***** footers *****/

.ag2 #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 0 0 241px;
	background:url(/images/footer-bot2.gif) right top no-repeat;
} 
.ag2 #footer a{
	color:#646464;
	text-decoration:none;
}

.ag2 #footer a:hover {
	color:#333333;
	text-decoration:underline;
}
.ag2 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top: 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:.7em;
	color:#999999;
}

.ag2 #footerRight p {
	font-size: 70%;
	text-align: right;
	color: #999999;
	margin: 0;
}

.ag2 #footerLeft p {
	float:left;
	font-size: 70%;
	text-align: left;
	color: #999999;
	margin: 0;
}

.ag2 .homeText {
	font-family: "Monotype Corsiva", Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.3em;
}
.ag2 #printheader {
	display:none;
	}
.ag2 .smaller {
	font-size:.8em;
	}
.audit1 {
	font-weight:bold;
	font-size:1.1em;
	}
.audit1 .red {
	color: #FF0000;
	}
.audit3 {
	width:280px;
	text-align:right;
	}
	
	
/* ***  STYLES ADDED BY SOFTWEB *** */
.error {
	font-size: small;
	color: Red;
	font-weight: normal;
}

/* For Header  */

.Headers {
	font-family: "Monotype Corsiva" , Georgia, "Times New Roman" , Times, serif;
	font-size: 3em;
	color: #ca7a3c;
}

/* end */


/* CSS for Popup  */

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* end  */


/*Css For Grid */
.Grid {
	font-size: 11px;
	border-color: #b2b4b7;
	vertical-align: top;
	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
.GridRow {
	padding: 7px;
}
.GridItemGreenhover {
	font-size: 11px;
	background: #C4C4C4;
}

.GridAlternetcolor {
	background: #f6f6f6;
}

/*end */

