/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; color: #000000; }
body { background: #f4f4f4; font-family: Arial; font-size: 12px; 
}
ol { margin-bottom: 1.3em; margin-left: 15px; list-style-position: inside; }
ol li { background: none; padding: 0; }
ul { margin-bottom: 1.3em; margin-left: 15px; list-style-type: disc; }
li ul { margin: 0; }
li ul li { margin: 0.25em 0 0 0; }
li {margin-top: 0.25em; margin-bottom: 0.25em; }
p { margin-bottom: 1.3em; font-size: 1em; }
h1 { font-size: 2.500em; margin-top: 4px; color: #2b53e9; display: block; margin-bottom: 10px; font-style: italic; }
h2 { font-size: 1.500em; margin-top: 4px; color: #2b53e9; display: block; margin-bottom: 10px; }
h3 { display: block; margin-top: 4px; margin-bottom: 10px; font-size: 1.500em; color: #000000; }
h4 { display: block; margin-top: 4px; margin-bottom: 10px; color: #2b53e9; }
h5 { display: block; margin-top: 4px; margin-bottom: 10px; color: #000000; }
a:link { text-decoration: none; color: #2b53e9; }
a:visited { text-decoration: none; color: #2b53e9; }
a:active { text-decoration: none; color: #2b53e9; }
a:hover { color: #2b53e9; text-decoration: underline; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; height: 1px; overflow: hidden; margin-top: -1px; }

/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */

#outside_container {
	width: 987px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #ffffff;
}

#header {
  width: 987px;
  height: 117px;
}



#banner1 {
  width: 987px;
  margin: 0;
  padding: 0;
}

#banner1 ul, #banner1 li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 0 0 0 !important;
}

#banner2 ul, #banner2 li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 0 0 0 !important;
}


#main {
  width: 947px;
  padding: 10px 20px 10px 20px;
}

.column1 {
  float: left;
  width: 150px;
  padding: 0 20px 0 0;
}

.column2 {
  float: left;
  width: 515px;
  padding: 0 20px 0 20px;
  border-left: 1px dotted #000000;
  border-right: 1px dotted #000000;
}

.column3 {
  float: left;
  width: 200px;
  padding: 0 0 0 20px;
}


.rss2 {
  color: #2b53e9;
}



/* END STRUCTURE */

/* ------------------------------------------ */
/* RSS FEEDS */
/* ------------------------------------------ */

.WebBox_TitleText {
	padding: 0;
	font-size: 1.333em;
	font-weight: bold;
}

.WebBox_UnderTitleSpacerDiv {
	height: 10px;
}

.WebBox_UnderItemTitleSpacerDiv {
	height: 5px;
}

.WebBox_UnderItemDescriptionSpacerDiv {
	height: 15px;
}

.WebServiceBox_ListServiceTitle {
  color: #2b53e9;
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.WebServiceBox_ListServiceItemTitle {
  margin: 0 0 5px 0;
  font-weight: bold;
}

/* END STRUCTURE */

/* ------------------------------------------ */
/* PARENT SECTION */
/* ------------------------------------------ */

.ParentSection_ListTitleLink {display:none }
.ParentSection_ListBriefDescription {display:none;}


/* END STRUCTURE */
