/*-----------------------------------------------------------------------------
Basic Style Sheet
version:   1.01
author:    Cheryl Briseno
email:     CherylBriz@hotmail.com
-----------------------------------------------------------------------------*/
/* =General
-----------------------------------------------------------------------------*/
/* 	:TODO remember to remove this rule before the site goes live
	:KLUDGE I managed to fix this problem * but it is not pretty
	:BUG Rule breaks in *
	:TRICKY Alert! a particulary complicated piece of code

/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}
body {
	text-align:center;
	min-width: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #FFFFFF;
	}
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}
/* Class for flaoting*/
.floatL {
	float:left;
	margin: 3px;
}
.floatR {
	float:right;
	margin: 3px;
}
.valign, .valign tr, .valign td {
	vertical-align: top;
}
/* Remove border around linked images */
img {
	border: 0;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1{
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #666666;
}
h2{
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}
h3, .largeList {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}
.larger {
	font-size: larger;
	color: #666666;
}
h4{
	color: #333333;
}
/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	text-decoration:none;
	border-bottom:1px dotted #333333;
	color: #333333;
}
a:hover, a:active {
	border-bottom-style:solid;
	color: #999999;
}
/* external links marked so user can determine if they want to click
================================== */
a[href^="http:"] {
  background: url(assets/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}
a[href^="http://www.yoursite.com"], a[href^="http://yoursite.com"] {
  background-image: none;
  padding-right: 0;
}
a[href^="mailto:"] {
  background: url(assets/email.gif) no-repeat right top;
  padding-right: 15px;
}
.nolinkgif  {
  background-image: none;
  padding-right: 0;
}
/* Break down into MainNav and SubNav IDs
=code for horizonal navigation bar
-----------------------------------------------------------------------------*/
#accessibility {
	display: none;
}
#nav ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 900px;
  background: #333399 url(assets/nav_bg.gif) repeat-x;
  list-style: none;
  text-transform: uppercase;
}
#nav ul li {
  float: left;
}
#nav ul a {
	padding: 0 1em;
	line-height: 22px;
	text-decoration: none;
	color: #333333;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#nav ul a:hover {
	color: #CCCCCC;
	background-color: #333399;
	background-image: none;
}
#subNav ul {
	margin: 0;
	padding: 0;
	float: right;
	width: 74%;
	background: #cccccc;
	list-style: none;
	text-transform: uppercase;
}
#subNav ul li {
  float: left;
}
#subNav ul a {
	padding: 0.5em;
	line-height: 14px;
	text-decoration: none;
	color: #333333;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: none;
	margin: 0em;
}
#subNav ul a:hover {
	background-color: #ffffff;
	background-image: none;
	border: none;
}

/* =Layout
-----------------------------------------------------------------------------*/
#outerWrapper {
	background-image: url(assets/container_shadows.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#wrapper {
	width:900px;
	margin: 0px auto 0;
	text-align:left;
	border: thin solid #CCCCCC;
	background-image: url(assets/wrapperBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* =Main Content
-----------------------------------------------------------------------------*/
#columnL{
	width:25%;
	float:left;
	height: auto;
}
#columnL p, #columnL ul, #columnL a:link, #columnL a:visited{
	font-size:14px;
	font-weight: normal;
	list-style-type: none;
	text-indent: 8px;
	text-decoration: none;
	border: none;
}
#columnL h3{
	color: #333399;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333399;
}
#content{
	width: 40%;
	float: left;
	height: auto;
	padding-right: 1%;
	padding-left: 2%;
}
#contentWide{
	width: 70%;
	float: right;
	height: auto;
	padding-right: 1%;
	padding-left: 1%;
	margin-top: 3%;
}
#contentWide li, #content li{
	list-style-position: inside;
	list-style-type: circle;
}
#columnR{
	width:32%;
	float:right;
	height: auto;
	border: none;
}
#colorblock {
	background-color: #DBDBFF;
	display: block;
	padding: 3px;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	clear: both;
	text-align: center;
	width: 100%;
}
/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */

/* =Tables
-----------------------------------------------------------------------------*/
table {
	border: medium solid #333399;
 }
th{
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #333399;
}
td {
   text-align: left;
   font-weight: bolder;
}
fieldset {
  border: 1px solid #333399;
  padding: 5px;
}
legend {
	border: none;
	font-size: larger;
	line-height: normal;
	font-weight: bold;
	color: #666666;
}
acronym {
	font-weight: bold;
	color: #333399;
	font-size: 16px;
}
.rowHighlight {
	background-color: #DBDBFF;
}

