﻿/*	Author:		Jeff Ussing and Brian Noble
	Client:	    Ore-Ida Cruisers
   what i Contact:    Jim Griffith
	Date:		15 SEP 2007
	Copyright:  Tech Zone 2007
*/

/* This is the attributes for the body of the htm code*/
body	{
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CDD5CD;
    background-color: #000000;
	background-image: url(../images/bg.gif);
    margin-top: 0;
}

/* This is the attributes for the links in the body */

body a				{text-decoration:none;}
body a:link			{color: #99BADD;}
body a:active       {color: #000080;}
body a:visited		{color: #99BADD;}
body a:hover		{color: #1E90FF; text-decoration:underline;}

/* This class is for hiding text from the normal presentation */
.hide   {
  display: none;
}

/* These are the attributes for the container div */
#container	{
	width: 760px;
	margin: 0 auto;
}

/* This is the navigation div */
#nav    {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #111111;
  text-align:center;
}

/* This is what allows the line to appear under the navigation when hovered over */
#nav span:hover  {
  padding-bottom: 8px;
  border-bottom: solid 1px #C6E2FF;
}

/* The following 4 link attributes pertain to the navigation menu */
#nav a   {
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

#nav a:visited   {
    text-decoration: none;
}

#nav a:hover   {
     text-decoration: none;
}

/* These are the attributes for the header div */
#header	{
	clear: both;
	width:	100%;
    color: #FFFFFF;
	margin-top:15px;
}

/* This is the header image div */
#headerimg    {
  background-image: url(../images/oic_header.gif);
  background-repeat: no-repeat;
  background-position:center;
  width: 760px;
  height: 120px;
  text-align: right;
  margin: 0 auto 0 auto;
}

/* This is the attributes for the text in the header image */
#headerimg .headertxt {
  padding-top: 155px;
  padding-right: 5px;
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 0;
}

/* This is the div for the middle of the page */
#middle    {
    clear: both;
}

/* This class is used to display lines on the top and bottom of the page content */
.pageline   {
  background-image: url(../images/pageline.gif);
  background-repeat: no-repeat;
  background-position:center;
  margin-top: 10px;
  padding-top: 10px;
}

/* This is the div for actual page content */
#pagecontent    {
    margin-top: 5px;
    padding: 1px;
    text-align: left;
}

#pagecontent p  {
  line-height: 1.75em;
}

/* This is the footer div */
#footer	{
	width:760;
	height:200;
	font-size: 11px;
	clear: both;
	width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
}

/* This is to remove the border around the picture links */
.noborder   {
  border: none;
}

/* The following 4 link attributes pertain to the footer menu */
#footer a   {
    text-decoration: none;
}

#footer a:visited   {
    text-decoration: none;
}

#footer a:hover   {
     text-decoration: none;
}

/* Specialty */
#pagecontent form label	{
	float: left;
    width: 75px;
}

.formbox    {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.imgrightmiddle   {
  float: right;
  margin-left: 1em;
}

.imgrighttop   {
  float: right;
  margin-left: .75em;
  margin-top: 1.25em;
  margin-bottom: .5em;
  margin-right: 0;
}

.imgrighttop2   {
  float: right;
  margin-left: .75em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  margin-right: 0;
}

