/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-position: right top;
	background-repeat: no-repeat;
	color: #000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	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. */
	background-image: url(images/mpwatermark.gif);
}
/* Commonly used to style page titles. */
h1 {
  color: #13007C;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
}
h2 {
	color: #13007C;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
h3 {
	color: #13007C;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	margin-top: 8px;
}
h4 {  /* This style will be automatically converted to Arbitrary font */
	color: #13007C;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	margin-top: 8px;
	text-transform: uppercase;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #006D77;
	font-weight: bold;
	text-decoration: none;
	outline:expression(hideFocus=‘true’);
	outline:0;
}
/* Sets the style for visited links. */
a:visited {
	color: #006D77;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #FF4600;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000;
	text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000000;
	text-decoration: underline;
}
/* 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 {
	background-attachment: inherit;
	background-image: url(images/colorbarvert.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	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: 100%;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #FFFFFF;
  border-style: none; /* Sets the border style properties for an element using shorthand notation */
  float: left;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  height: 650px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 260px;
}
#outerWrapper #contentWrapper #leftColumn1 a, #outerWrapper #contentWrapper #leftColumn1 a:link {
	color: #FFFFFF;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	text-decoration: none;
	text-transform: lowercase;
}
#outerWrapper #contentWrapper #leftColumn1 #jump #jumpover #jumpo02 {
	background-attachment: scroll;
	background-image: url(images/jumpnav_o_02.jpg);
	background-repeat: no-repeat;
	z-index: 2;
	}
#outerWrapper #contentWrapper #leftColumn1 #jump #jumpover #jumpo04 {
	background-attachment: scroll;
	background-image: url(images/jumpnav_o_04.jpg);
	background-repeat: no-repeat;
	z-index: 4;
}
#outerWrapper #contentWrapper #leftColumn1 #jump #jumpover #jumpo06 {
	background-attachment: scroll;
	background-image: url(images/jumpnav_o_06.jpg);
	background-repeat: no-repeat;
	z-index: 6;
}
#outerWrapper #contentWrapper #leftColumn1 #jump #jumpover #jumpo08 {
	background-attachment: scroll;
	background-image: url(images/jumpnav_o_08.jpg);
	background-repeat: no-repeat;
	z-index: 8;
}
#outerWrapper #contentWrapper #leftColumn1 #jump #jumpover #jumpo10 {
	background-attachment: scroll;
	background-image: url(images/jumpnav_o_10.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}

#outerWrapper #contentWrapper #leftColumn1 a:visited {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#outerWrapper #contentWrapper #leftColumn1 a:hover {
	color: #BCCCE5;
	font-size: 12px;
	text-decoration: none;
}
#outerWrapper #contentWrapper #leftColumn1 a:focus {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
#outerWrapper #contentWrapper #leftColumn1 a:active {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#outerWrapper #contentWrapper #rightColumn1 {
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	float: right;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 12px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 12em;
	}

/* 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 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0 167px 0 260px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 130px 15px 10px 19px;
	background-position: top;
}
.div.flashbox {
	width: 465px;
}

/* This is just for the home page */
#gandhi {

}

/* 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: #FFFFFF;
	border-top: solid 1px #006D77; /* Sets the top border properties for an element using shorthand notation */
	color: #443A7C;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#outerWrapper #footer a, #outerWrapper #footer a:link {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #443A7C;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#outerWrapper #footer a:hover {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #FF4600;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#outerWrapper #footer a:focus {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0.1em;
}
#outerWrapper #footer a:active {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  color: #006D77;
  text-decoration: none;
  letter-spacing: 0.1em;
}


/* Here's where Ray's additions start */
#resetnav { /* This div contacts a .gif to reset the navigation */
	position:absolute;
	left:0px;
	top:0px;
	width:280px;
	height:665px;
	z-index:2;
}
#toplogos {
	position:absolute;
	left:260px;
	top:0px;
	width:292px;
	height:118px;
	z-index:1;
}
img {
    border: 0; 
    }
	
.leftColumn1fixedspacing { /* This creates indents for the subnav */
	padding-top: 3px;
	padding-left: 8px;
	vertical-align: top;
}
.specialtext   {
	/* This is larger text used in the footer */
	color: #FF4600;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
.quoteboxLeft {
	text-align: right;
	padding-top: 16px;
	padding-left: 0px;
	font-style: normal;
	color: #13007C;
	padding-bottom: 16px;
	margin-left: 64px;
	font-size: 12px;
	line-height: 14px;
}
.quoteboxRight {
	text-align: left;
	padding-top: 16px;
	padding-left: 0px;
	font-style: normal;
	color: #13007C;
	padding-bottom: 16px;
	margin-right: 64px;
	font-size: 12px;
	line-height: 14px;
}
div.float {    /* This begins the css nec. for the caption+photo boxes */
	float: right;
	text-align: right;
  }
div.float p {
	text-align: right;
	font-size: 12px;
	font-style: normal;
	color: #13007C;
	line-height: 14px;
   }
div.containervert {
	float: right;
	border: 1px solid #FF4600;
	width: 144px;
	padding-right: 16px;
	padding-left: 16px;
	margin-left: 16px;
	margin-bottom: 16px;
	background-image: url(images/white1px.png);
	background-repeat: repeat;
	}
div.containervertLEFT {
	float: left;
	border: 1px solid #FF4600;
	width: 144px;
	padding-right: 16px;
	padding-left: 16px;
	margin-bottom: 16px;
	background-image: url(images/white1px.png);
	background-repeat: repeat;
	margin-right: 16px;
	}
div.containerhori {
	float: right;
	border: 1px solid #FF4600;
	width: 144px;
	padding-right: 16px;
	padding-left: 16px;
	margin-bottom: 16px;
	margin-right: 16px;
  }
div.floatpub {
	float: center;
	text-align: center;
}
div.floatpub p {
	text-align: center;
	font-size: 12px;
	font-style: normal;
	color: #13007C;
	line-height: 12px;
}
div.containerpub {
	float: left;
	border: 1px solid #FF4600;
	width: 80px;
	padding-right: 16px;
	padding-left: 16px;
	margin-left: 16px;
	margin-bottom: 16px;
	background-image: url(images/white1px.png);
	background-repeat: repeat;
}
div.spacer {
	clear: both;
	height: 16px;
  }
.img-float-right {
	float: right;
	margin-left: 16px;
	margin-bottom: 8px;
}/* This ends the css nec. for the caption/photo boxes */

.img-float-left { /* Simple image floating to left */
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
}


.divflashbig {
	width: 461px;
	height: 371px;
}
.formText {	/* Text style for forms */
	color: #FF4600;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	background-color: #F1EEF5;
}
div.line hr{ /* take out the troublemaking HR */
display:none; 
}
div.line { /* DIV that wraps and replaces the HR */
	height: 3px;
	background-color: transparent;
	background-image: url(images/colorbardivider.gif);
	background-repeat: repeat-x;
	background-position: center center;
} 
fieldset { /* Style for forms */
	border: 1px solid #FF4600;
	width: 450px;
	padding: 6px;
}
ul {  /* Space adjustment for bullets */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-left: 20px;
}
li {
	list-style-type: disc; /* Bullet style- will change to a colored square one day */
	list-style-position: inside;
}
.quoteText {
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	font-style: normal;
	color: #13007C;
	padding-bottom: 0px;
	margin-right: 64px;
	font-size: 12px;
	line-height: 14px;
}
#outerWrapper #contentWrapper #content table { /* This is a style for all tables in the main content area */
	border: 1px solid #FF420A;
}
div.containertshirt { /* The box style for the t-shirts */
	float: left;
	border: 1px solid #FF4600;
	width: 350px;
	padding-right: 16px;
	padding-left: 16px;
	margin-left: 16px;
	margin-bottom: 16px;
	background-image: url(images/white1px.png);
	background-repeat: repeat;
}
div.floatTshirt {
	float: left;
	text-align: left;
}
div.floatTshirt p {
	text-align: center;
	font-size: 12px;
	font-style: normal;
	color: #13007C;
	line-height: 2px;
}
#outerWrapper #contentWrapper #content #tshirt1 .floatTshirt div {
}
.divflashsmall_right {
	width: 282px;
	height: 227px;
	float: right;
	margin-bottom: 8px;
	margin-left: 16px;
}
koolfont { /* This is strictly for use with cufon font conversion  */
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #13007C;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}
/* This creates a multicolumn list using ol bullets - change the % to get more/less columns */
.threeColumns > li {
	min-width: 33%;
	float: left;
	list-style-type: none;
}

/* This will clear the floating in standards compliant browers... might not work in IE */
.threeColumns:after {
	display: block;
	content: &nbsp;;
	clear: both;
}

ol {
	padding-left: 0px;
}
