@charset "UTF-8";
* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #666666;
	font-size: 10px;
	min-height:597px;/* for good browsers*/
	min-width:800px;/* for good browsers*/
}

/* Link Styles */

A:active  { color: #339933; text-decoration: none }
A:link  { color: #339933; text-decoration: none }
A:visited  { color: #339933; text-decoration: none }
A:hover  { color: #666666; text-decoration: none }

A.GreyLink:active { COLOR: #666666; TEXT-DECORATION: none; }
A.GreyLink:link { COLOR: #666666; TEXT-DECORATION: none; }
A.GreyLink:visited { COLOR: #666666; TEXT-DECORATION: none; }
A.GreyLink:hover { COLOR: #FFFFFF; }


/* Form input name and value styles */

INPUT { BORDER: 1px #999999 solid;  cursor: pointer;  }
INPUT.Button { BACKGROUND-COLOR: #999999; COLOR: #999999; FONT-WEIGHT: bold; cursor: pointer; }
INPUT.noborder { BORDER: 0; }
SELECT { BORDER: 1px #999999 solid;  }
TEXTAREA { BORDER: 1px #999999 solid;  }

/* Paragraph & Character Styles */

H1 {
	FONT-SIZE: 12px;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 8px;
}
H2 { FONT-SIZE: 11px; MARGIN-TOP: 0px; MARGIN-BOTTOM: 2px; }
H3 { FONT-SIZE: 10px; MARGIN-TOP: 6px; MARGIN-BOTTOM: 2px; }
H4 { FONT-SIZE: 10px; MARGIN-TOP: 0px; MARGIN-BOTTOM: 2px; }
H5 { FONT-SIZE: 10px; MARGIN-TOP: 6px; MARGIN-BOTTOM: 0px; }
OL { MARGIN-TOP: 0px; MARGIN-BOTTOM: 6px;}
UL  { margin: 0; padding-left: 18px }
LI {  MARGIN-TOP: 0px; MARGIN-BOTTOM: 3px; }
P { MARGIN-TOP: 0px; MARGIN-BOTTOM: 3px; }
BLOCKQUOTE {
	FONT-STYLE: italic;
	font-size: 12px;
	padding: 20px;
}
.SecondaryNavigation H2 { MARGIN-BOTTOM: 3px; FONT-SIZE: 9px; COLOR: #666666; }
.Secondary LI { MARGIN-TOP: 0px; MARGIN-BOTTOM: 2px; }

.AccordionText { 	padding: 20px; }
.BodyLarge { FONT-SIZE: 13px; }
.Bold { FONT-WEIGHT: bold;}
.DarkGrey { COLOR: #333333 }
.DarkGreySmall { COLOR: #666666; FONT-SIZE: 9px; }
.First { margin-top: 20px }
.Home { margin-bottom: 8px }
.Indent   { margin-left: 20px }
.Italic { FONT-STYLE: italic }
.Quote { FONT-SIZE: 12px; FONT-STYLE: italic; }
.Red { COLOR: #FF0000; }
.RedBold { COLOR: #FF0000; FONT-WEIGHT: bold; }
.RightIndent { text-align: right; padding-right: 13px }
.SmallBold { font-size: 10px; font-weight: bold }
.RedBoldLarge { FONT-SIZE: 13px; COLOR: #FF0000; FONT-WEIGHT: bold; }
.Small { FONT-SIZE: 9px; }
.White { COLOR:#FFFFFF; }


/* Menu bar styles */

.twoColFixRtHdr #outer {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

.twoColFixRtHdr #inner {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 597px;

}

.twoColFixRtHdr #container {
	width: 800px;  
	background: #FFFFFF;
	text-align: left; 
	margin-right: auto;
	margin-left: auto;
}
 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  
}
 
.twoColFixRtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColFixRtHdr #topMenu {
	background: #999999; 
	padding: 0px 0px;
	width: 800px;
	height: 24px;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; 
	width: 280px; 
	background: #EBEBEB; 
	padding: 10px 10px;
	height: 390px;
	vertical-align: bottom;
}
.twoColFixRtHdr #mainImage {
	margin: 0 0px 0 0; 
	padding: 0 0px; 
	width: 500px;
	height: 410px;
} 
.twoColFixRtHdr #footer {
	padding: 0;
	background:#bbdef1;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 40px;
} 
.twoColFixRtHdr #footerYellow {
	padding: 0; 
	background:#ffcc00;
	height: 10px;
} 

.twoColFixRtHdr #footerContact {
	padding: 0; 
	height: 10px;
	text-align: right;
} 

.twoColFixRtHdr #footerContact p {
	margin: 0; 
	padding-top: 3px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Spry table styles */

#Testimonial {
	padding: 5px;
	width: 100%;
	font-size: 12px;
	color: #339933;
}

#TAccomm {
	width: 90%;
	font-size: 11px;
	color: #666666;
	background-color: #CCCCCC;
}

.rowHover {
	color: #ffffff;
	cursor: pointer;
}

.rowSelected {
	color: #666;
	font-weight: bold;
	border-bottom: solid 1px #c2e8ee;
}