/*
-----------------------------------------------------------------------------------------
CSS document: RageTail Baits Updated 5-2009
-------------------------------------------------------------------------------------- */
* {margin:0;padding:0;}  /* zero out everything */
body {width:100%;
text-align:center;
}

/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div#main {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
div {position:relative;
margin-left: auto;
  margin-right: auto;}
#printwrap {position:static;}
h1, h2, h3, h4, h5, h6 {margin:10px;}
h1#website-title {margin:0;}
h2#website-slogan {margin:0;}
#navcontainer div h3 {margin:0;}
#navcontainer div h3 {margin:0;}
ul, ol {
	margin:10px;
	padding:0 0 0 20px;
}
ol {padding:0 0 0 30px;}
blockquote {margin:10px 10px 10px 40px;}
.clearer {clear:both;}
.accent-none {display:none;}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top, #nav-left, #nav-right {float:left;width:100%;}
#inner {
    float:inherit;
	width:1000px;
	
}
#website-title {padding:10px 0 10px 10px;}
#website-slogan-wrapper {
	clear:both;
	padding:10px 0 10px 10px;
}
#website-slogan {
	
}
#accent-container {
	width:100%;
	padding:0 0 3px 0;
	background-color:#?????;
}

.accent {
	/*display:table;*/
	width:100%;
	height: 142px;

}
#fill {
	clear:both;
	height:5px;
	width:100%
}

/*
-----------------------------------------------------------------------------------------
NAV-TOP
-------------------------------------------------------------------------------------- */

/*------------------ Layout ------------------*/	
#nav-top #headertop {
	float:left;
	width:100%;
	background-image:url(../images/ic_043_header_bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
#nav-top #navcontainer {
	float:left;
	width:100%;
	z-index:1000;
}
#nav-top #content {
	float:left;
	padding:15px 0 0 0;
	width:100%;
}
#nav-top #footer {
	clear:left;
	padding:10px;
	color:#fff;
}

/*------------------ Navigation Elements ------------------*/	
#nav-top #navcontainer div, #nav-top #navcontainer div h3 {
	float:left;
	display:block;
	cursor:pointer;
}
	#nav-top #navcontainer div a:link, 
	#nav-top #navcontainer div a:active, 
	#nav-top #navcontainer div a:visited {
		float:left;
		padding:10px 15px 5px 15px;
		text-decoration:none;
		white-space: nowrap;
	}
	#nav-top #navcontainer div a:hover {text-decoration:none;}
		#nav-top #navcontainer div div.submenu, 
		#nav-top #navcontainer div div.submenu h3 {
			float:left;
			display:block;
		}
		#nav-top #navcontainer div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			width:200px;
			border-bottom:1px solid #000;
			border-left:1px solid #000;
			z-index:1000;
		}
			#nav-top #navcontainer div div.submenu div {display:block;}
			#nav-top #navcontainer div div.submenu a:link, 
			#nav-top #navcontainer div div.submenu a:active, 
			#nav-top #navcontainer div div.submenu a:visited {
				float:left;
				border-top:1px solid #000;
				border-right:1px solid #000;
				width:170px;
				white-space: normal;
			}
				#nav-top #navcontainer div div.submenu a:hover {padding-right:15px;}	

/*------------------ Table Structures ------------------*/		
#nav-top #content-table {
	float:left;
	width:966px;
}
	#nav-top #content-table-main {width:100%;}
		#nav-top #content-table-main p {margin:10px 20px 15px 10px;}

/*
-----------------------------------------------------------------------------------------
NAV-LEFT
-------------------------------------------------------------------------------------- */

/*------------------ Layout ------------------*/	
#nav-left #headertop {
	float:left;
	width:100%;
	background-image:url(../images/ic_043_header_bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
#nav-left #navcontainer {
	float:left;
	width:96px;
	z-index:1000;
}
#nav-left #content {
	float:left;
	border-left:1px solid #000;
}
#nav-left #footer {
	clear:both;
	padding:10px;
	color:#000;
}

/*------------------ Navigation Elements ------------------*/	
#nav-left #navcontainer div, #nav-left #navcontainer div h3 {
	float:left;
	display:block;
	cursor:pointer;
}
	#nav-left #navcontainer div a:link, 
	#nav-left #navcontainer div a:active, 
	#nav-left #navcontainer div a:visited  {
		float:left;
		/*--- width for IE5 --*/
			width:96px;
		padding:10px 10px 10px 10px;
		text-decoration:none;
		text-align:left;
		border-bottom:1px solid #000;
		/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:76px;
	}	
	#nav-left #navcontainer div a:hover {
		padding-right:7px;
		border-right:3px solid #000;
	}
		#nav-left #navcontainer div div.submenu, 
		#nav-left #navcontainer div div.submenu h3 {
			float:left;
			display:block;
		}
		#nav-left #navcontainer div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			width:200px;
			border-top:1px solid #000;
			border-left:1px solid #000;
			border-right:1px solid #000;
			z-index:1000;
		}
			#nav-left #navcontainer div div.submenu div {display:block;}
			#nav-left #navcontainer div div.submenu a:link, 
			#nav-left #navcontainer div div.submenu a:active, 
			#nav-left #navcontainer div div.submenu a:visited {
				float:left;
				/*--- width for IE5 --*/
					width:200px;
				/*--- Proper width for all other browsers --*/
					voice-family: "\"}\"";
					voice-family:inherit;
					width:180px;
					text-align:left;
			}
				#nav-left #navcontainer div div.submenu a:hover {
					padding-right:10px;
					border-right:0;
				}	

/*------------------ Table Structures ------------------*/		
#nav-left #content-table {
	float:left;
	width:596px;
}
	#nav-left #content-table-main {width:100%;}
		#nav-left #content-table-main p {margin:10px 20px 15px 10px;}
	#nav-left #content-table-sub {
		display:block;
		width:199px;
		height:418px
	}
		* html #nav-left #content-table-sub {
			padding:418px 0 0 199px;
		}

/*
-----------------------------------------------------------------------------------------
Custom
-------------------------------------------------------------------------------------- */
#pagecols {  width:1000px;  text-align:left;}
#column1 { float:left; 
 width:1000px;  }
#colbody1 {  border-top-width: 0px; border-top-style: none;
padding-top: 5px;
border-right-width: 0px; border-right-style: none;
padding-right: 2px;
border-bottom-width: 0px; border-bottom-style: none;
padding-bottom: 5px;
border-left-width: 0px; border-left-style: none;
padding-left: 2px;
  }
#body_pgbldblk224 { border-top: 1px solid #FCCF05;
padding-top: 2px;
border-right: 1px solid #FCCF05;
padding-right: 2px;
border-bottom-width: 0px; border-bottom-style: none;
padding-bottom: 5px;
border-left: 1px solid #FCCF05;
padding-left: 2px;
background: #ED1D24;
  width: 980px;   overflow: hidden;
  }
#body_pgbldblk228 { border-top: 0px solid #ED1D24;
padding-top: 2px;
border-right: 1px dotted #fccf05;
padding-right: 2px;
border-bottom: 1px solid #000000;
padding-bottom: 2px;
border-left: 1px dotted #fccf05;
padding-left: 2px;
background: #000000;
  width: 980px;   overflow: hidden;
  }
#body_pgbldblk218 { border-top: 1px solid #FCCF05;
padding-top: 2px;
border-right: 1px dotted #FCCF05;
padding-right: 2px;
border-bottom: 1px solid #FCCF05;
padding-bottom: 2px;
border-left: 1px dotted #FCCF05;
padding-left: 2px;
  width: 980px;   overflow: hidden;
  }
#body_pgbldblk136 { border-top-width: 0px; border-top-style: none;
padding-top: 5px;
border-right-width: 0px; border-right-style: none;
padding-right: 5px;
border-bottom-width: 0px; border-bottom-style: none;
padding-bottom: 5px;
border-left-width: 0px; border-left-style: none;
padding-left: 5px;
  width: 980px;   overflow: hidden;
  }
#body_pgbldblk123 { border-top: 1px solid #000000;
padding-top: 2px;
border-right: 1px dotted #000000;
padding-right: 2px;
border-bottom: 1px solid #000000;
padding-bottom: 2px;
border-left: 1px dotted #000000;
padding-left: 2px;
background: #3e95b1;
  width: 980px;   overflow: hidden;
  }
#body_pgbldblk176 { border-top-width: 0px; border-top-style: none;
padding-top: 5px;
border-right-width: 0px; border-right-style: none;
padding-right: 5px;
border-bottom-width: 0px; border-bottom-style: none;
padding-bottom: 5px;
border-left-width: 0px; border-left-style: none;
padding-left: 5px;
  width: 980px;   overflow: hidden;
  }
#body_pgbldblk9 { border-top: 1px solid #FCCF05;
padding-top: 2px;
border-right: 1px dotted #FCCF05;
padding-right: 2px;
border-bottom: 2px solid #FCCF05;
padding-bottom: 2px;
border-left: 1px dotted #FCCF05;
padding-left: 2px;
  width: 980px;   overflow: hidden;
  }
#body_pgbldblk93 { border-top-width: 0px; border-top-style: none;
padding-top: 5px;
border-right: 1px dotted #FCCF05;
padding-right: 2px;
border-bottom-width: 0px; border-bottom-style: none;
padding-bottom: 5px;
border-left: 1px dotted #FCCF05;
padding-left: 2px;
  width: 980px;   overflow: hidden;
  }
#body_pgbldblk97 { border-top-width: 0px; border-top-style: none;
padding-top: 5px;
border-right: 1px dotted #FCCF05;
padding-right: 2px;
border-bottom: 2px solid #FCCF05;
padding-bottom: 2px;
border-left: 1px dotted #FCCF05;
padding-left: 2px;
  width: 980px;   overflow: hidden;
  }
#body_pgbldblk155 { border-top-width: 0px; border-top-style: none;
padding-top: 5px;
border-right-width: 0px; border-right-style: none;
padding-right: 5px;
border-bottom-width: 0px; border-bottom-style: none;
padding-bottom: 5px;
border-left-width: 0px; border-left-style: none;
padding-left: 5px;
  width: 980px;   overflow: hidden;
  }
#body_pgbldblk250 { border-top: 1px solid #000000;
padding-top: 2px;
border-right: 1px dotted #fccf05;
padding-right: 2px;
border-bottom: 1px solid #fccf05;
padding-bottom: 2px;
border-left: 1px dotted #fccf05;
padding-left: 2px;
background: #c50017;
  width: 980px;   overflow: hidden;
  }
#body_pgbldblk233 { border-top-width: 0px; border-top-style: none;
padding-top: 5px;
border-right: 1px dotted #fccf05;
padding-right: 2px;
border-bottom-width: 0px; border-bottom-style: none;
padding-bottom: 5px;
border-left: 1px dotted #fccf05;
padding-left: 2px;
  width: 980px;   overflow: hidden;
  }
#body_pgbldblk237 { border-top-width: 0px; border-top-style: none;
padding-top: 5px;
border-right: 1px dotted #fccf05;
padding-right: 2px;
border-bottom: 1px solid #fccf05;
padding-bottom: 2px;
border-left: 1px dotted #fccf05;
padding-left: 2px;
  width: 980px;   overflow: hidden;
  }
#body_pgbldblk161 { border-top: 1px solid #fccf05;
padding-top: 2px;
border-right: 1px dotted #fccf05;
padding-right: 2px;
border-bottom: 2px solid #fccf05;
padding-bottom: 2px;
border-left: 1px dotted #fccf05;
padding-left: 2px;
  width: 980px;   overflow: hidden;
  }
#body_pgbldblk166 { border-top-width: 0px; border-top-style: none;
padding-top: 5px;
border-right-width: 0px; border-right-style: none;
padding-right: 5px;
border-bottom-width: 0px; border-bottom-style: none;
padding-bottom: 5px;
border-left-width: 0px; border-left-style: none;
padding-left: 5px;
  width: 980px;   overflow: hidden;
  }
#body_pgbldblk30 { border-top: 1px solid #fccf05;
padding-top: 2px;
border-right: 1px dotted #fccf05;
padding-right: 2px;
border-bottom: 2px solid #fccf05;
padding-bottom: 2px;
border-left: 1px dotted #fccf05;
padding-left: 2px;
  width: 980px;   overflow: hidden;
  }
  #body_smtable { border-top: 1px solid #ED1D24;
padding-top: 2px;
border-right: 1px dotted #ED1D24;
padding-right: 2px;
border-bottom: 2px solid #ED1D24;
padding-bottom: 2px;
border-left: 1px dotted #ED1D24;
padding-left: 2px;
  width: 980px;   overflow: hidden;
  }
#column2 {  float:left;  }
#colbody2 {   }
#column3 {  float:left;  }
#colbody3 {   }


/*------------------ Global ------------------*/
*.primary {background-color: rgb(246, 70, 70)}

*.secondary {background-color: rgb(246, 70, 70)}

*.tertiary {background-color: rgb(98, 143, 170)}

*.background {

font-family: Tahoma,Arial,Helvetica,sans-serif;

color: #666666;

background-color: #effbff;

background-image: url(/images/XXXbg.jpg);

background-repeat: repeat-x;

background-position: left top;

}

h1#website-title {font-family: verdana, arial, sans-serif; font-size: 24px; font-weight: bold; color: rgb(0, 0, 0); font-style: normal; text-decoration: none}

h2#website-slogan {font-family: verdana, arial, sans-serif; font-size: 14px; font-weight: bold; color: rgb(255, 255, 255); font-style: italic; text-decoration: none}

*#content {font-family: verdana, arial, sans-serif; font-size: 11px; font-weight: normal; color: rgb(0, 0, 0); font-style: normal; text-decoration: none}

*#content a:link {font-weight: bold; color: rgb(255, 255, 255); font-style: normal; text-decoration: underline}

*#content a:active {font-weight: bold; color: rgb(41, 50, 89); font-style: normal; text-decoration: underline}

*#content a:visited {font-weight: bold; color: rgb(255, 255, 255); font-style: normal; text-decoration: underline}

*#content a:hover {font-weight: bold; color: rgb(255, 255, 0); font-style: normal; text-decoration: underline}

*#navcontainer div a h3 {font-family: verdana, arial, sans-serif; font-size: 10px; font-weight: bold; color: rgb(255, 255, 255); font-style: normal; text-decoration: none}

*#navcontainer div a:hover h3 {font-weight: bold; color: rgb(255, 255, 0); font-style: normal; text-decoration: underline}

*#navcontainer div a:hover {font-weight: bold; color: rgb(255, 255, 0); font-style: normal; text-decoration: none}

*.accent {background: transparent url(../images/ragebg.gif) no-repeat top left}


