@charset "utf-8";
/* CSS Document */

/* ===== BEGIN STYLE.CSS  HERE ===== */
/* This is style.css to work with tutorial.html    HJD 2/07 *
/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
 margin : 0;
 padding : 0;
 font-size : 12px;
}

/* Normalizes font-size for headers */8.h1, h2, h3, h4, h5, h6 {
 font-family: Arial, Helvetica, sans-serif;
 font-size : 12px;
}

/* Normalizes font-style and font-weight to normal */13.address, caption, cite, code, dfn, em, strong, th, var {
 font-style : normal;
 font-weight : normal;
}

/* Removes list-style from lists */17.table {
 border-collapse : collapse;
 border-spacing : 0;
}
/* Removes border from fieldset and img
fieldset, img
{
 border : 0;
}

/* Left-aligns text in caption and th */
caption, th {
	text-align : left;
}
/* Removes quotation marks from q */
q:before, q:after {
	content :'';
}
.h1, h2, h3, h4
{
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1 {
	margin-left: 10px;
	margin-bottom: 10px;
                      font-size : 20px;
}
h2 {
	font-size: 1.1em;
	text-weight: bold;
	text-decoration: underline;
 font-size : 15px;
}
h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 0.9em;
	text-weight: bold;
}
p li{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
html {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0 auto;
	padding:5px;
	text-align:left;
	color: Black;
}
/* ===== BRANDING ===== */
div#branding {
	height:250px;
	background: url(../images/cixlogo-tropic.png) no-repeat bottom;
}
/*************************************************** Header Menu ***************************************************/
#menu {
	text-align: left;
}
#menu ul li {
	width: auto; /* lets the menu item buttons be same size as menu title*/
	/*	width: 3em; */   /* sets menu buttons to fixes width */
  display: inline;
	float: left;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.6em;
	padding: 0 1em; /* spacing between menu items  experiment with this*/
	color:Black;
}
#menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul li a:hover, #menu ul li a.active {
	color: Red;
}
/* ===== Navigation-side ===== */
#navigation a {
  display:block;
  color: black;
  text-decoration: none;
  width:150px;
  height:20px;
  background:#FFFFFF;
  border: solid 1px #000000;
  cursor: hand;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
}

#navigation div
{
  width:150px;
  height:20px;
  color: black;
  cursor: hand;
}

#navigation a:hover
{
  display:block;
  color: black;
  text-decoration: none;
  width:150px;
  height:20px;
  background:#4499CA;
  border: solid 1px #000000;
  margin-left:auto;
  margin-right:auto;
  cursor: hand;
}

#navigation a.active
{
  display:block;
  color: black;
  text-decoration: none;
  width:150px;
  height:20px;
  background:#888888;
  border: solid 1px #000000;
  margin-left:auto;
  margin-right:auto;
}

#footer
{
  color: #EEEEEE;
  font-size: 12px;
}

#footer a
{
  color: #BBBBFF;
  font-size: 12px;
}

/* ===== CONTENT ===== */

.div#content-main {
	float:left;
	width:520px;
	margin:0 4px 10px 0;
}
div#content-sub {
	float:right;
	width:242px;
	margin:0 0 10px 4px;
}
div#content-sub {
	background: #DDEEF6;
}
div#content-main h2 {
	background: #1FA8EF;
}
div#content-sub h2 {
	background: #DD4411;
}
div#content-main h2, div#content-sub h2 {
	/*text-transform:uppercase;*/
 padding: 8px 0 8px;
	text-align:center;
	letter-spacing: 0.1em;
	font-size: 1.0em;
	color: White;
}
div#content-main h3, div#content-sub h3 {
	text-transform:uppercase;
	padding: 8px 0;
	text-align:center;
	letter-spacing: 0.1em;
	background: #EE8800;
	font-size: 0.8em;
	color: Black;
	margin: 0 40px;/*padding: 0 30px;*/
}
div#content-main p, div#content-sub p {
	margin:0;
	padding:5px 8px 15px;
	/*font-size: 0.7em;*/154.
}
/* ===== comments ===== */
div.comments div {
	background: #EEEEEE;
	padding: 4px 3px;
	margin-bottom:10px;
}
div.comments div.odd {
	background:#E7EEF8;
}
div.comments p {
	padding: 10px;
	margin:0;
}
/* =====================================================
div#content-main-title div,div#content-sub-title div
{
  border:2px solid #1FA8EF;171.
}
====================================================*/

/* ===== Site Info ===== */
div#site-info {
	clear:both;
	width: 100%;
	background: #B0D5E5;
	padding:15px 0;
	text-align:center;
}
div#site-info p {
/*font-size: 0.6em;*/
}
/* ===== navbar ===== */
#navbar {
 margin-top: 10px;
}
/* ===== Breadcrumbs ===== */
#breadcrumb {
	width: auto;
	height: 1.5em;
	font-size: .6em;
	color: Black;
}
/* ========== End of CSS Styling ========== */

