/*****************************************************************************/
/*																			 */
/*		© Copyright 2007. IMGPayments.com. All Rights Reserved.		 */
/*		CSS Style Sheet for main website								 	 */
/*																			 */
/*****************************************************************************/

/*****************************************************************************/
/*																			 */
/*		General Styles													 	 */
/*																			 */
/*****************************************************************************/

BODY{
	font-family:Verdana, Arial, Sans-Serif;
	background-color:#BEC7CD;
	color:#546883;
	font-size:11px;
	padding:0px;
	margin:0px;
	background-image: url(/images/bg_style.gif);
	background-repeat: repeat-x;
}
TABLE,
TR,
TD,
UL,
OL,
LI,
SELECT,
INPUT {
	font-size:11px;
}
A,
A:link,
A:active {
	color:#3366BB; text-decoration:underline; font-size:11px;
} 
A:hover {
	color:#F26521; text-decoration:none; font-size:11px;
}
ul.cat_list {
	margin:0px 0px 0px 5px; 
	padding:10px 0px 15px 0px;
	list-style-type:none;
}
li.cat_list {
	background:url(/images/orange_bullet.gif) 0px 3px no-repeat;
	list-style-image:none;
	margin: 5px 0px 0px 12px;
	padding: 0px 0px 2px 12px;
}
.title_link {
	font-size:11px;
	font-weight:bold;
}
A.title_link,
A:link.title_link,
A:active.title_link {
	font-size:11px;
	color:#546883;
	text-decoration:underline;
}
A:hover.title_link {
	font-size:11px;
	color:#F26521;
	text-decoration:underline;
}

/*****************************************************************************/
/*																			 */
/*		MastHead														 	 */
/*																			 */
/*****************************************************************************/

.masthead_link {
	font-size:11px;
}
A.masthead_link,
A:link.masthead_link,
A:active.masthead_link {
	font-size:11px;
	color:#546883;
	text-decoration:none;
}
A:hover.masthead_link {
	font-size:11px;
	color:#F26521;
	text-decoration:underline;
}

/*****************************************************************************/
/*																			 */
/*		Template for Sub-Pages											 	 */
/*																			 */
/*****************************************************************************/

.tLeftNav {
	background-color:#F7F7F7;
}
.tLeftNavBorder {
	background-color:#E6EFFA;
}
.navScheme {
  margin-bottom:8px;
  border-bottom:1px solid #CCCCCC;
  background-color:#EFF7FF;
}
.navItem { height:20px; }
.navItem a {
  display:block;
  padding:3px 5px 4px 5px;
  color:#F26521;
  font-size:11px;
  font-family:Verdana,Helvetica,Sans;
  text-decoration:none;
  border-top:1px solid #CCC;
  height:14px;
  background-color:#F7F7F7;
  
}
.navItem a:hover {
  color:#546883;
  background-color:#FFFFFF;
  text-decoration:none;
}

/*****************************************************************************/
/*																			 */
/*		Tab Navigation													 	 */
/*																			 */
/*****************************************************************************/

.navBGStyleOff {
	background-image: url(/images/nav_off.gif);
	background-repeat: repeat-x;
}
.navBGStyleOn {
	background-image: url(/images/nav_on.gif);
	background-repeat: repeat-x;
}


/*****************************************************************************/
/*																			 */
/*		Homepage Boxes													 	 */
/*																			 */
/*****************************************************************************/

.hp_boxes {
	font-family:Arial;
	font-size:11px;
	color:#546883;
	/*letter-spacing:1px;*/
}
A.hp_boxes,
A:link.hp_boxes,
A:active.hp_boxes {
	font-size:11px;
	color:#546883;
	text-decoration:underline;
	font-weight:bold;
}
A:hover.hp_boxes {
	color:#F26521;
	text-decoration:none;
	font-weight:bold;
}

/*****************************************************************************/
/*																			 */
/*		Footer															 	 */
/*																			 */
/*****************************************************************************/

.footer_links {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}
A.footer_links,
A:link.footer_links,
A:active.footer_links {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
A:hover.footer_links {
	font-size:11px;
	color:#003366;
	text-decoration:none;
}