/*
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*/
*
{
	padding: 0;
	margin: 0px 0 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: Arial, sans-serif;
	font-size: 12px;
}
/*@end
@group Layout*/
DIV#outer
{
	width: 702px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
DIV#header
{
	height: 125px;
	margin: 5px 0 0;
}
DIV#body-top
{
	width: 702px;
	height: 48px;
	background: url(../images/body-top.gif) no-repeat;
	overflow: hidden;
	position: relative;
	margin-top: -2px;
}
DIV#body-middle
{
	width: 702px;
	padding: 1px 0;
	background: url(../images/body-middle.gif) repeat-y;
}
DIV#body-bottom
{
	width: 702px;
	height: 25px;
	background: url(../images/body-bottom.gif) 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: #C6D8E8;
	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: #025E95;
	text-transform: uppercase;
	font-size: 80%;
	display: inline;
	font-weight: bold;
}
DIV#nameplate-bottom
{
	width: 404px;
	height: 8px;
	background: url(../images/nameplate-bottom.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 15px;
}
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 #C5D6E8;
	border-left: 8px solid #C5D6E8;
	overflow: scroll;
	height: 450px;
	background-color: #8EADCC;
}
DIV#content
{
	background-color: #8EADCC;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 10px 0;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
DIV#content DIV
{
	padding: 0px 10px 5px;
}
DIV#content-bottom
{
	width: 403px;
	height: 11px;
	background: url(../images/content-bottom.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: #C6D8E8;
	padding: 1px 0 0px;
	text-align: center;
}
DIV.side-box-bottom
{
	width: 221px;
	height: 7px;
	background: url(../images/side-box-bottom.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
}
DIV#footer
{
	text-align: center;
}
DIV#logo
{
	width: 300px;
	height: 50px;
	margin: 5px 0 0px 72px;
	float: left;
	display: inline;
	font: 1em Arial;
	font-size: 26pt;
	color: #025E95;
}
DIV#login-box
{
	float: right;
	width: 304px;
	height: 29px;
	background: url(../images/login-tab.gif) no-repeat;
	margin: 94px 10px 0 0;
	overflow: hidden;
	display: inline;
}
/*@end
@group Nav*/
UL#main-nav
{
	background: url(../images/nav-tabs.gif) no-repeat;
	height: 27px;
	margin: 14px 0 0 30px;
	overflow: hidden;
}
UL#main-nav LI
{
	float: left;
	list-style-type: none;
	width: 139px;
	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: #171C78;
}
/*@end
@group Headings*/
H1
{
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px 0;
}
H2
{
	font-size: 120%;
	font-weight: normal;
	color: #FFF;
	margin: 5px 0;
}
H3
{
	font-size: 180%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px 0;
}
H4
{
}
H5
{
}
H6
{
}
.coName
{
	color: #171C78;
	font-weight: bold;
}
/*@end
@group Text Styles*/
DIV#content DIV P
{
	margin: 10px 0;
	color: #FFF;
	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;
	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: #171C78;
	text-decoration: none;
}
DIV#content A:hover
{
	text-decoration: underline;
}
DIV#footer A:link, DIV#footer A:visited
{
	color: #CCCCCC;
	text-decoration: none;
}
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*/
