/* START ACTIVE CSS */


body {
	font-family: Arial, Geneva, helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color:#555555;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	/*background-image:url(../images/bgStripes.gif);
	background-image:url(../images/bgStripesLight.gif);*/
}

/********************************/

h1 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}


h2 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

h3 {
	color:#000000;
	font-size:12px;
	font-weight:lighter;
}



/********************************/

.main_header_container {
	text-align:center;
}

.main_body_container {
	width:774px;
}

.header {
}

.mainTable {
	border:1px solid #CCCCCC;
	width:720px;
}

.printPageMainTable {
	border:1px solid #CCCCCC;
	width:630px;
}

/********************************/

.mainMenu {
	text-decoration:none;
	margin-top:5px;
	margin-left:15px;
	margin-right:15px;
	height:25px;
	text-transform:lowercase;
}

.mainMenuTD {
	padding-right:10px;
	background-color:#000000;
}

.mainMenuItem {
	text-decoration:none;
	color:#6699CC;
	font-size:11px;
	font-weight:bold;
}

.mainMenuItem:link {
	color:#6699CC;
}

.mainMenuItem:visited {
	color:#6699CC;
}

.mainMenuItem:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/********************************/

.secondaryNav {
	text-decoration:none;
	padding-right:10px;
	margin-left:-2px;
	text-align:left;
	font-weight:bold;
}

.secondaryNavTD {
	padding-right:10px;
	text-align:left;
	border-bottom: 1px dotted #CCCCCC;
	width:100%;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-transform:capitalize;
}


.secondaryNavItem {
	color:#666666;
	font-size:16px;
}

.secondaryNavItem:link {
	color:#666666;
}

.secondaryNavItem:visited {
	color:#666666;
}

.secondaryNavItem:hover {
	color:#000000;
	text-decoration:none;
}

/********************************/

.breadcrumbs {
	text-decoration:none;
	text-align:left;
	width:100%;
	height:91px;
	margin-top:5px;
	padding-top:40px;
	vertical-align:bottom;
	background-repeat:no-repeat;

}

.breadcrumbTD {
	padding-right:10px;
	vertical-align:text-bottom;
	width:10px;

}

.breadcrumbMainTD {
	text-decoration:none;
	color:#000000;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:15px;
	font-size:21px;
	font-weight:bold;
	vertical-align:text-bottom;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-transform:capitalize;
}

.breadcrumbMainTD img {
	vertical-align:text-bottom;
}


.breadcrumbFillerTD {
	width:100%;
}

.breadcrumbMainItem {
	text-decoration:none;
	color:#CCCCCC;
	font-size:12px;
	font-weight:normal;
}

.breadcrumbMainItem:link {
	color:#888888;
}

.breadcrumbMainItem:visited {
	color:#888888;
}

.breadcrumbMainItem:hover {
	color:#0000FF;
}

.breadcrumbItem {
	text-decoration:none;
	color:#999999;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.breadcrumbItem a:link {
	color:#999999;
}

.breadcrumbItem a:visited {
	color:#999999;
}

.breadcrumbItem a:hover {
	color:#000099;
	text-decoration:none;
}


/********************************/

.leftColumn {
	padding-left:17px;
	padding-right:5px;
	padding-top:12px;
	width:160px;
	vertical-align:top;
}


/********************************/


.mainBody {
	padding-left:20px;
	padding-right:17px;
	padding-top:12px;
	vertical-align:top;
}

/********************************/

.pageOutline {
	font-size:11px;
	font-weight:normal;
}


/********************************/

.pageContent {
	font-size:11px;
	margin-left:5px;
	margin-right:17px;
}

/********************************/

* html hr 
{
	   height: 1px;
		 margin-top: 0px;
		 margin-bottom: 0px;	
}

hr
{
   height: 1px;
	 background-color:#CCCCCC;
   margin-top: 18px;
   margin-bottom: 18px;
   margin-right: 18px;
	 border-width:0px;
	background-image:url(../images/dottedLine.gif);	 
}

.hr_top {
	height:1px;
	width:100%;
	background-image:url(../images/dottedLine.gif);
	background-repeat:repeat-x;
	border: 0px;
	background-color:#000000;
}

.quoteScroller {
	height:1px;
	width:100%;
	border:0px;
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	background-color:#FFFFFF;
}

.articleListHR {
	height:1px;
	width:100%;
	/*background-color:#000099;*/
	background-image:url(../images/dottedLine.gif);
	background-repeat:repeat-x;
}

.articleListTitleTd {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#990000;
}

.articleListDateTd {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	text-transform:uppercase;
	color:#990000;
}


.articleListTitle {
	font-size:10px;
	font-weight:bold;
	color:#990000;
	text-decoration:none;
	text-transform:uppercase;
}

.alignRight {
	text-align:right;
}

.alignLeft {
	text-align:left;
}

.articleListTitle:link {
	text-decoration:none;
	color:#FF6600;
}

.articleListTitle:visited {
	text-decoration:none;
	color:#FF6600;
}

.articleListTitle:active {
	text-decoration:none;
	color:#FF6600;
}

.articleListTitle:hover {
	text-decoration:none;
	color:#999999;
}

.articleListContent {
	font-size:10px;
	color:#333333;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:normal
}

.articleListContent a { font-weight:normal; font-size:12px; line-height:16px; color:#555555; }

.articleListContent:link {
	text-decoration:none;
}

.articleListContent:active {
	text-decoration:none;
}

.articleListContent:hover {
	text-decoration:none;
}


.articleListContent:visited {
	color:#333333;
	text-decoration:none;
}


.articleListMore {

}

.articleListMore:link {

}

.articleListMore:active {

}

.articleListMore:visited {
	color:#555555;
}

.articleListMore strong {
	color:#6699CC;
	text-decoration:none;
}


.articleListMore:hover {
	color:#000066;
	text-decoration:none;
}



/********************************/

.moduleTable {
	border:1px solid #999999;
	margin-top:0px;
	font-size:10px;
	vertical-align:bottom;
}

.moduleTitle {
	background-color:#999999;
	padding-left:10px;	
	font-weight:bold;
	color:#FFFFFF;
	height:20px;
}

.moduleContents {
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	line-height:15px;
}

#emailAddress {
	width:100px;
	height:13px;
	font-size:10px;
}

#submitEmailRegistration {
	width:27px;
	font-size:9px;
	font-weight:bold;
}

.pageToolLink {
	text-decoration:none;
	color:#666666;
}

.pageToolLink:link {
	color:#666666;
}

.pageToolLink:visited {
	color:#666666;
}

.pageToolLink:hover {
	color:#000000;
}

/********************************/

.footer {
	height:15px;
	text-align:right;
	padding-right:17px;
	width:inherit;
	font-size:9px;
	color:#999999;
}

.footerLink:link {
	color:#999999;
}

.footerLink:visited {
	color:#CCCCCC;
}

.footerLink:hover {
	color:#555555;
}






.textLink {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.textLink:link {
	color:#000000;
}

.textLink:visited {
	color:#000000;
}

.textLink:hover {
	color:#000099;
}


.errorMessage {
	color:#FF0000;
	font-size:10px;
}

/* CONTACT PAGE */
#table_output_container_bottom_row
{
	margin-top:10px;
}

.hi_form #message 
{
	
}



/********************************/
/* FORMS ETC */

.sendToFriendTable {
	font-weight:bold;
	color:#666666;
}

.hi_form {
	font-size:10px;
	font-weight:bold;
}

.hi_form #submit, #cancelBtn, #contact_button {
	font-size:9px;
	font-weight:bold;
}

.contactFieldTitle {
	font-size:12px;
	font-weight:bold;
}

/********************************/
/*  START TINY MCE STYLES */

/************* HOME PAGE ***********/

.header1 {
	font-weight: normal;
	/*color:#FF6633;*/
	font-size: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:30px;
}

.header2 {
	/*color:#FF6633;*/
	color:#660000;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-weight:normal;
}

.header3 {
	color:#555555;
	font-size:13px;
	font-weight:bold;
}

.tablerow1 {
	background-color: #BBBBBB;
}



a:visited { color: #6699CC; text-decoration: none; }
a:active { color: #6699CC; text-decoration: none; }
a:hover { color: #000000; text-decoration: none;}
a { color:#6699CC; text-decoration: none; font-weight:bold;  }

p { color:#555555; font-size:12px; line-height:16px}

ul 
{

}

li
{
	color:#333333;
	font-size:12px;
	list-style-position: outside;
	list-style-image: url("../images/ListIcon.gif");
	line-height:16px;
	margin-left:-10px;
	margin-bottom:5px;
}





/***********************************/
/*  TINY MCE DEFAULT STYLES */


/*body { background-color: #FFFFFF; }*/
/*body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 11px; }*/
.title { font-family: Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; }
.subtitle { font-size: 12px; font-weight: bold; }

.toc_ul, .toc_li { margin-left: 8px; line-height: 16px; }
.step_ol, .step_li { margin-left: 11px; line-height: 16px; }
/* GHILEY TWEAK:  REMOVE 1px border from images
img { border: #000000 solid 1px; }*/
img { border: #000000 solid 0px; }



.pageheader { border: #E0E0E0 solid 1px; }
.pagefooter { border: #E0E0E0 solid 1px; }
.sample { background-color: #FFFFFF; border: #000000 solid 1px; }
.samplecontent { font-size: 10px; }

.code { background-color: #FFFFFF; border: #000000 solid 1px; }
.codecontent { font-size: 10px; }
.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold }
.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold  }
.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold  }
.codecontent a { color: #666666; text-decoration: none; font-weight: bold  }

.working { color: #00CC00 }
.failed { color: #CC0000 }



/********************************/
/*  END ACTIVE CSS */


.nav {
	padding-left:100px;
}

.myLinks {
	text-decoration:none;
	padding-left:250px;
	padding-right:10px;
}

.myLinks:link {
	color:#000000;
	background-color:#CCCCCC;
}

.myLinks:visited {
	color:#000000;
	background-color:#CCCCCC;
}

.myLinks:hover {
	color:#FFFFFF;
	background-color:#000000;

}