/* Resets core elements so elements will initially be rendered in an identical fashion in all browsers and properties can defined in subsequent rules. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* Setting properties on body element creates consistent styling of page content.  */
body {
	/* background: #FF6600 url('/Images/Fall-Tiled.jpg') top left; */
	 background: #FF6600 top left;
	border-color: #CCCCCC; /* Sets the border color properties for an element using shorthand notation */
	border-width: 2px; /* Sets the border width properties for an element using shorthand notation */
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;

}



/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

#outerWrapper {
border: thin solid #000;
	background-color: #fff; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	max-width: 750px;
	min-width: 750px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 750px;
	margin: 0 auto 0 auto;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	border-bottom: solid 1px #4b647f; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* Top Image Navigation Menu */
#outerWrapper #topNavigation {
 /* Sets the bottom border properties for an element using shorthand notation */
	height: 60px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
img.imgroll img {
background: transparent;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity: .85;
padding: 0px;
margin: 0px;
}

a.imgroll img {
background: #fff;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity: .85;
}

a.imgroll:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.imageMenuPad {
	color: #003A53;
	background-color: #003A53;
}
.imageMenu {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #003A53;
	border-collapse:collapse;
  
}
.imageMenuTD {
	border: 1px solid #003A53;
	border-collapse:collapse;
	text-align: center;
	vertical-align: middle;
}

#contentWrapper
{

	background-image: url(../Images/contentBg750.gif);
	background-repeat: repeat-y;
}	
	
#outerWrapper #contentWrapper #leftColumn1 {

	float:left;
	position:relative;
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 175px;
}

/* Left Menu Styling */

#menu {
	float: left;
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 175px;
	height: 100%;
} 

#menu ul { 
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#menu a 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu h2 {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #fff;
background: #003852;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}


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

#outerWrapper #contentWrapper #homecontent {
	padding: 5px;
	margin-top: 0;
	margin-right: 4;
	margin-bottom: 0;
	margin-left: 195px;
}
/* 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: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #eaeff5;
  border-top: solid 1px #9bb6d2; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* Menus */

#twocols{ /*the columns that gets dropped down over yours might be different*/
  z-index:20;
}
 
#leftcol{  /*the columns that gets dropped down over yours might be different*/
  z-index:10;
}
 
.moduletablemainnav { /* I have absolutely positioned the module, you might have a different scheme*/
  position:absolute;
  top:187px;
  left:20px;
  z-index:100;
  font:0.9em Verdana, Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
}
 
#mainlevelmainnav,#mainlevelmainnav ul {
	float:left;
	vertical-align: top;
	list-style:none;
	line-height:1em;
	background:transparent;
	font-weight:700;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
 
#mainlevelmainnav a {
	display:block;
	color:#000000;
	text-decoration:none;
	margin-right:14px;
	padding:0.2em;
	text-align: left;
}
 
#mainlevelmainnav li {
  float:left;
  padding:0;
}

#mainlevelmainnav li.spacer {
  float:left;
  padding:0.2em;
  line-height:1em; 
}
 
#mainlevelmainnav li ul  {
	position:absolute;
	left:-800em;
	height:auto;
	width:11em;
	font-weight:400;
	margin:0;
	background-color: #FFFFFF;
}
 
#mainlevelmainnav li li {
  width:11em;
}
 
#mainlevelmainnav li ul a {
  width:11em;
  color:#1D8DB5;
  font-size:0.9em;
  line-height:1em;
  font-weight:400;
}
 
#mainlevelmainnav li:hover ul ul,#mainlevelmainnav li:hover ul ul ul,#mainlevelmainnav li.sfhover ul ul,#mainlevelmainnav li.sfhover ul ul ul{
  left:-999em;
}
 
#mainlevelmainnav li:hover ul,#mainlevelmainnav li li:hover ul,#mainlevelmainnav li li li:hover ul,#mainlevelmainnav li.sfhover
  l,#mainlevelmainnav li li.sfhover ul,#mainlevelmainnav li li li.sfhover ul {
  left:auto;
  z-index:6000;
}
 
#mainlevelmainnav li li:hover,#mainlevelmainnav li li.sfhover {
	color: #FF6600;
	background-color: #FF6600
}




/* Standard Headers */
h1 {
  color: #69c;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
	color: #1D8DB5;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 10px;
}
h3 {
	color: #003A53;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 6px;
}
h4 {
	font-size: 16px;
	color: #0000CC;
	font-weight: bold;
	margin-bottom: 5px;
}
h5 {
	font-size: 14px;
	color: #003A53;
	font-weight: bold;
	margin-bottom: 6px;
}

.desc {
	color: #000000;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 4px;
	line-height: 16px;
	margin-bottom: 12px;
}

/* Standard Anchor Tags */
a,  a:link {
  color: #4095df;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #4870aa;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #2170bd;
  text-decoration: underline;
}
a:focus {
  color: #2170bd;
}
a:active {
  color: #039;
}

/* Standard Image Floating */

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

/* Data */

form {margin:0;padding:0}

.HorizLine {
  height: 1px;
  background-image: url(../Images/Pacifica/Refined_hline.gif);
  background-repeat: repeat-x;
  margin-bottom: 6px;
}

.DataTable {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	border: thin solid #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.NestedDataTable {
	padding-top: 0px;
	padding-bottom: 0px;
}

.DataTableHeader {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	padding-left: 28px;
}
.DataTableHeaderLeft {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

.DataTableCell {
	font-size: 11px;
	padding: 5px;
}
.DataEntryTableCell {
	font-size: 11px;
	padding: 0px;
}

.DataNavButtonCell {
  padding: 2px;
}

.HeaderText, .Header {
	font-size: 12px;
	font-weight: bold;
}

.ButtonRow {
  padding-top: 5px;
}

.ResultsHeader, .Header {
	font-size: 12px;
	padding-bottom: 10px;
}

.ResultsNavigation {
	padding-top: 5px;
	padding-bottom: 10px;
}

.ResultsCount {
	font-size: 11px;
}

.NoResultsMessage, .Message {
	font-size: 11px;
}

.ResultsNavTop, .ResultsInsertButton {
	clear: none;
}
.ResultsNavTop {
	width: 60%;
	float: left;
}
.ResultsInsertButton {
	width: 30%;
	float: right;
	text-align: right;
}
.ResultsNavButtonCell, .ResultsInsertButton {
  padding: 2px;
}
.ResultsTable {
  font-size: 11px;
  clear: both;
  padding-top: 1px;
	padding-bottom: 1px;
}

.ResultsTableHeader, .ResultsTableCell {
    padding: 3px;
	text-align: left;
}

.ResultsTableHeader {
	padding-left: 12px;
	padding-right: 12px;
}

.ResultsTableCell {
	padding-left: 14px;
	padding-right: 14px;
}
.ResultsTableCellCenter {
	padding-left: 14px;
	padding-right: 14px;
	text-align: center;
}

.ResultsTableCell {
  border-left: 1px solid #BABDC2;
}

.ResultsEditButtons {
  border-left: 1px solid #BABDC2;
  border-right: 1px solid #BABDC2;
}

.ResultsRowDark {
  background-color: #DFE4E9;
}

.Button_Table {
  height: 17px;
}

.DataTableCell{
	font-size: 11px;
}

#DeleteForm{
	padding:0px;
	margin:0px;
}

#DeleteForm #Delete{
	vertical-align:middle;
}

.Button_Left {
  width: 3px;
  height: 17px;
  background-image: url(../Images/Pacifica/Refined_lg-cap-L.gif);
	background-repeat: no-repeat;
}

.Button_Right {
  width: 3px;
  height: 17px;
  background-image: url(../Images/Pacifica/Refined_lg-cap-R.gif);
	background-repeat: no-repeat;
}

.Button_Middle {
  vertical-align: middle; 
  height: 17px;
	text-align: center;
  background-image: url(../Images/Pacifica/Refined_lg-BG.gif);
	background-repeat: repeat-x;
}

.TextButton {
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 6px;
	font-size: 11px;
}

.Button_Middle a {
  color: #003366;
	text-decoration: none;
}
.ResultsTableCellCenter 
{
}
#close {
	float: right;
}

