﻿/*
Company:	Nautica 09 - design by www.studio7designs.com - coding by www.slicendiceit.com/ 
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

ul{
 padding-left:15px;
}



padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
/* @end */

/* @group Layout */
div#outer {
	width: 702px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#header {
}
div#body-top {
	background: url(../images/body-top.jpg) no-repeat;
	width: 702px;
	height: 48px;
	overflow: hidden;
}
div#body-middle {
	width: 702px;
	padding: 1px 0;
	background: url(../images/body-middle.jpg) repeat-y;
}
div#body-bottom {
	width: 702px;
	height: 25px;
	background: url(../images/body-bottom.jpg) no-repeat;
	overflow: hidden;
}
div#main-col {
	width: 404px;
	float: left;
	margin-left: 32px;
	display: inline;
}
div#nameplate-top {
	width: 404px;
	height: 8px;
	background: url(../images/nameplate-top.gif) no-repeat;
	overflow: hidden;
}
div#nameplate-middle {
	background-color: #CFE6DC;
	padding: 4px 6px;
}
div#nameplate-middle img {
	float: left;
	display: inline;
}
div#nameplate-middle p {
	float: right;
	text-align: right;
	margin: 0;
	line-height: 27px;
	color: #fff;
	text-transform: uppercase;
	font-size: 80%;
	display: inline;
}
div#nameplate-bottom {
	width: 404px;
	height: 8px;
	background: url(../images/nameplate-bottom.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 15px;
}

div#FullWidthcontent-wrapper {
	margin: 90px;
	display: inline;
}

div#content-top {
	width: 403px;
	height: 8px;
	background: url(../images/content-top.gif) no-repeat;
	overflow: hidden;
}
div#content-wrapper {
	width: 387px;
	border-right: 8px solid #CFE6DC;
	border-left: 8px solid #CFE6DC;
}



div#content {
	background-color: #CFE6DC;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 10px 0;
}
div#content div {
	padding: 5px 10px;
	border-bottom: 1px solid #CFE6DC;
}
div#content-bottom {
	width: 403px;
	height: 8px;
	background: url(../images/content-bottom.gif) no-repeat;
	overflow: hidden;
}


div#main-col1 {
	width: 640px;
	float: left;
	margin-left: 32px;
	display: inline;
}
div#content-top1 {
	width: 639px;
	height: 8px;
	background: url(../images/content-topBIG.gif) no-repeat;
	overflow: hidden;
}
div#content-wrapper1 {
	width: 623px;
	border-right: 8px solid #CFE6DC;
	border-left: 8px solid #CFE6DC;
}
div#content1 {
	background-color: #CFE6DC;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 10px 0;
}
div#content1SUB {
	background-color: #CFE6DC;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
div#content1 div {
	padding: 5px 10px;
	border-bottom: 1px solid #CFE6DC;
}
div#content-bottom1 {
	width: 639px;
	height: 8px;
	background: url(../images/content-bottomBIG.gif) no-repeat;
	overflow: hidden;
}




div#side-col {
	width: 221px;
	float: right;
	margin-right: 34px;
	display: inline;
}
div.side-box-top {
	width: 221px;
	height: 7px;
	background: url(../images/side-box-top.gif) no-repeat;
	overflow: hidden;
}
div.side-box-middle {
	width: 221px;
	background-color: #CFE6DC;
	padding: 1px 0;
	text-align: center;
}
div.side-box-bottom {
	width: 221px;
	height: 7px;
	background: url(../images/side-box-bottom.jpg) no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
}
div#footer {
	text-align: center;
	
}

div#logo {
}
div#login-box {
	float: left;
	width: 500px;
	height: 43px;
	background: url(../images/login-tab.gif) no-repeat;
	margin: 3px 0px 0px 15px;
	overflow: hidden;
	display: inline;
}
/* @end */

/* @group Nav */
ul#main-nav {
	height: 27px;
	margin: 14px 0 0 30px;
	overflow: hidden;
}
ul#main-nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	text-align: center;
	line-height: 28px;
}
ul#main-nav li#right-tab {
	margin-left: 83px;
}
ul#main-nav a:link, ul#main-nav a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 120%;
}
ul#main-nav a:hover {
	color: #ccc;
}
/* @end */

/* @group Headings */
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #febb3a;
	margin: 5px 0;
}
h2 {
	font-size: 175%;
	font-weight: bold;
	color: #6789A8;
	margin: 5px 0;
}
h3 {
	font-size: 130%;
	font-weight: normal;
	color: #92a8bd;
	margin: 5px 0;
}
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
p {
	margin: 1px 0;
	color: #1D2920;
	line-height: 160%;
}
div#login-box {
	color: #fff;
}
div#footer {
	color: #cccccc;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
div#login-box form {
	margin: 5px 0 0 0;
	text-align: center;
}
div#login-box form input {
	margin: 0;
	vertical-align: middle;
}
div#login-box form input.txt {
	width: 75px;
	border: 1px solid #46627c;
	padding: 2px;
	height: 12px;
	line-height: 10px;
}
/* @end */

/* @group Links - link visited hover active */
div#content a:link, div#content a:visited {
	color: #9C7394;
	text-decoration: none;
}
div#content a:hover {
	color: #496F58;
	text-decoration: underline;
}

div#footer a:link, div#footer a:visited {
}
div#footer a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}

/* Clearfix Method from: http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */


a {
	color: #9C7394;
	text-decoration: none;
}
a:hover {
	color: #496F58;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}



form { 
padding: 0;
margin: 0; 
}

ul{}
ol{}



/* TEXT styles ------------------------------------ */ 
.textNORMAL
{
  font-family: verdana; 
  font-size: 13px;
  color:#42281A;
  line-height:150%;
  padding-left:30px;
  padding-right:30px;
} 
.textBLUE
{
  font-family: arial; 
  font-size: 12px;
  color:blue;
  line-height:130%;
} 
.textMAROON
{
  font-family: arial; 
  font-size: 12px;
  color:Maroon;
  line-height:130%;
} 
.textMAROONbold
{
  font-family: verdana; 
  font-size: 12px;
  color:Maroon;
  line-height:130%;
  font-weight:bold;
} 
.textBLUE
{
  font-family: arial; 
  font-size: 12px;
  color:Blue;
  line-height:130%;
} 
.textMAROONbig
{
  font-family: verdana; 
  font-size: 16px;
  color:Maroon;
  line-height:150%;
  font-weight:bold;
} 
.textBLUEbig
{
  font-family: verdana; 
  font-size: 14px;
  color:Blue;
  line-height:150%;
  font-weight:bold;
} 
.textBIG
{
  font-family: arial; 
  font-size: 16px;
  color:navy;
} 
.textMEDIUM
{
  font-family: arial; 
  font-size: 13px;
  color:navy;
} 
.textSMALLBOLD
{
  font-family: verdana; 
  font-size: 10px;
  font-weight:bold;
  color:navy;
} 
.textSMALL
{
  font-family: arial; 
  font-size: 11px;
  color:navy;
} 
.textSMALLtb
{
  font-family: arial; 
  font-size: 11px;
  color:black;
  height:13px;
  width:80px;
} 
.textBUTTON
{
  font-family: arial; 
  font-size: 11px;
  color:navy;
}









