html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

img {
	border: 0;
}

body {
  background-color: #E3EDF5;
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Set Heading Style font */ 
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
/* Commonly used to style page titles. */
h1 {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin: 10px 0;
}
/* Commonly used to style section titles. */
h2 {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin: 10px 0;
}

h3 {
  color: #666666;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 10px 0;
}

.toph1 {
	margin-top: 0; 
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #4E8ABE;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #4E8ABE;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #666666;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #666666;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #666666;
}

#outerWrapper {
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 955px;
  background: #FFFFFF url(../images/09/left-col-bkgrnd.jpg) left top repeat-y;
  border: 1px solid #4E8ABE;
}
#outerWrapper #header {
  background-color: #FFFFFF;
}

#outerWrapper #topNavWrapper {
background:url(../images/09/top_nav.jpg) center left repeat-x;
height: 31px;
clear: both;
}

#outerWrapper #topNavWrapper #topNav {
  margin: 0 190px 0 190px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 0 0 0; 
  
}

#outerWrapper #topNavWrapper #topNav #topNavList {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentWrapper {
	clear: both;
	/*background: url(../images/layout/bodyBackground.jpg) left top repeat-y;*/
}


#outerWrapper #contentWrapper #leftColumn1 {
  /*background-color: #DCEED0;
   border-right: solid 1px #; Sets the right border properties for an element using shorthand notation */
  float: left;
  width: 195px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  /*background-color: #eaeff5;*/
   /*border-left: solid 1px #8e9fd0; Sets the left border properties for an element using shorthand notation */
  float: right;
  width: 195px;
}

/* Contains the main page content for two column layout. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin-bottom: 0;
  margin-left: 195px;
  margin-top: 0;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* Contains the main page content for 3 column layout. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content3Col {
  margin: 0 195px 0 195px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px
}

#outerWrapper #contentWrapper #content3Col ul, #outerWrapper #contentWrapper #content3Col li{
	margin:0;
	padding: 0;
}

#outerWrapper #contentWrapper #content3Col #col-3-InnerContent {
	padding: 10px 10px 10px 10px;  /*Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper #content3Col #col-3-InnerContent ul {
	/*list-style: none;*/
}


#outerWrapper #contentWrapper #content3Col ul li {
	padding: 0;
	margin: 5px 20px;
}

/* Style main content unordered lists */
#outerWrapper #contentWrapper #content ul {
	/*list-style: none;*/
}

#outerWrapper #contentWrapper #content ul li {
	padding: 0;
	margin: 5px 20px;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #4E8ABE;
  color: #E0E0E0;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  font-size: 10px;
}

.plug {
	float: right;
}

#footerNav {
	padding-top: 2px;
}

#footer a,  #footer a:link {
  color: #E0E0E0;
  text-decoration: none;
}
/* Sets the style for visited links. */
#footer a:visited {
  color: #DCEED0;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
#footer a:hover {
  color: #E0E0E0;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#footer a:focus {
  color: #DCEED0;
}
/* Sets the style for a link that is being activated/clicked. */
#footer a:active {
  color: #DCEED0;
}

/* Left Menu 
----------------------------*/
/*#menu08 {
	width: 195px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	}
	
#menu08 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu08 li {
	list-style: none;
	}


#menu08 li a, #menu08 li a:link, #menu8 li a:visited {
  	height: 24px;
	text-decoration: none;
	color: #B1953A;
	font-weight:bold;
	display: block;
	background:  url(../images/08/lmenuBgrnd.jpg);
	padding: 8px 0 0 20px;
	}	
	
	
#menu08 li a:hover, #menu08 li a:active, #menu08 li a:focus {

	background:  url(../images/08/lmenuBgrnd.jpg) 0 -32px;

	}*/

#menu08ul  {
	margin: 0;
	padding:0;
	width: 195px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu08ul  li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu08ul  ul {
	margin: 0;
	padding: 0;
	/*border: 1px solid #000000;*/
	z-index: 10000;
}
#menu08ul  a {
	display: block;
	text-decoration: none;
	background-color: #ffffff;
	background-image:  url(../images/09/lmenubg.jpg);
	font-weight: bold;
	padding: 10px 10px;
	color: #004964;
	line-height:1;
}
#menu08ul  a:hover, #menu08ul  a:active, #menu08ul  a:focus {
	background:  url(../images/09/lmenubg.jpg) 0 -32px;
	letter-spacing: .01px;
}

/* Styles for Home  Page
---------------------------------------------------------------*/
.promoBox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/09/rboxbg.jpg) bottom right repeat-x;
	padding: 0 5px 5px 5px;
	margin: 10px 2px;
}

.promoBox p {
	color: #004964;
	margin-top: 3px;
}

.showMe { text-align: right;}

.promoBox a,  .promoBox a:link {
  color: #004964;
  text-decoration: none;
  font-weight: bold;
}

.promoBox a:visited {
  color: #004964;
  text-decoration: none;
}

.promoBox a:hover {
  color: #666666;
  text-decoration: underline;
}

.promoBox a:focus {
  color: #004964;
}

.promoBox a:active {
  color: #004964;
}

.flashBan {
	float: right;
}

#flashxbanner {
	width: 760px;
	float: right;
	margin: 0;
	padding: 0;
}



/* Misc Styles
----------------------------*/
.floatR {
	float: right;
}


.button {
	cursor: pointer;
}

.multiTextArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.red {
	color: red;
}

.rsItem {
	width: 70%;
	margin: 5px;
	border: 1px solid gray;
	padding: 5px;
}

.rsMiniPic {
	float: right;
	margin: 5px;
	/*clear: right;*/
}

.imgFRBorder {
	border: 1px solid Gray;
	float: right;
	margin: 5px;
}

.imgFLBorder {
	border: 1px solid Gray;
	float: left;
	margin: 5px;
}

.imgFLNOBorder {
	border: 0;
	float: left;
	margin: 5px;
}

.imgFRNOBorder {
	border: 0;
	float: right;
	margin: 5px;
}

.goBack {
	float: right;
	margin-right: 20px;
}

.clearRight {
	clear:right;
}

.galImage {
	border: 1px solid gray;
}

.count {
	text-align:center;
	color: #999999;
	font-size: 0.7em;
}

#rss {
	text-align: center;
	margin: 5px 5px 5px 20px;
	padding: 0 3px 0 3px;
}

#rss img {
	margin-top: 2px;
}

#manuals {
	float: right;
	width: 200px;
	border: 1px solid gray;
	margin: 5px;
	padding: 3px;
}

#inRot {
	text-align: center;
}

#adContTop {
	margin-top: 20px;
}

/* Listing */
.thickbox img {
	margin: 10px;
}

#lboxholder {
	text-align: center;
}

.sectionItemImageList {
	margin: 0 0 5px 5px;
}
