/*
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:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, 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;
/*	background-color: blue;*/
	background:url(/images/bg.png) repeat-x #213F53;
}
/* @end */
table, th, td {
	border: 1px black;
	text-align:left;
}
/* @group Layout */
div#outer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 0px;
	background-color: white;
	border-radius: 15px;
	margin-top:20px;
        box-shadow: 15px 15px 50px black;
	padding-bottom:1px;
}
div#header {
	height: 40px;
}
div#body-top {
	width: 980px;
	height: 38px;
	background: #8eadcc;
	border-radius: 8px 8px 0px 0px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
div#body-middle {
	width: 980px;
	padding: 0px;
	background: #8eadcc;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4px;
	padding-top: 1px;
	border-radius: 0 0 8px 8px;
	margin-bottom:10px;
	padding-bottom:10px;
}
div#body-middle-inside {
	width: 950px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
        box-shadow: 3px 3px 5px black;
	color:black;
}
div#body-bottom {
	width: 980px;
	height: 16px;
	background: #8eadcc;
	overflow: hidden;
	border-radius: 0 0 8px 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}
div#main-col {
	width: 404px;
	float: left;
	margin-left: 14px;
	display: inline;
}
div#nameplate-top {
	width: 404px;
	height: 16px;
	overflow: hidden;
}
div#nameplate-middle {
	background-color: #c6d8e8;
	border-radius: 8px;
	padding: 4px 20px;
}
div#nameplate-middle img {
	float: left;
	display: inline;
}
div#nameplate-middle p {
	float: right;
	text-align: right;
	margin: 0;
	line-height: 27px;
	color: #fff;
	display: inline;
	text-align:center;
	font-weight:thick;
	text-transform: uppercase;
	font-size:16px;
	color:black;
}
div#nameplate-bottom {
	width: 404px;
	height: 8px;
	background: #fff;
	overflow: hidden;
}
div#content-top {
	width: 403px;
	height: 8px;
	background: #c5d6e8;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}
div#content-wrapper {
	width: 387px;
	border-right: 8px solid #c5d6e8;
	border-left: 8px solid #c5d6e8;
	padding 10px;
}
div#content {
	background-color: #688ba8;
	border: 1px solid #fff;
	border-left: 1px solid #fff;
}
div#content div {
	padding: 5px 10px;
	border-bottom: 1px solid #c5d6e8;
}
div#content-bottom {
	width: 403px;
	height: 8px;
	background: #c5d6e8;
	overflow: hidden;
	border-radius:  0 0 8px 8px;
}
div#side-col {
	width: 221px;
	float: right;
	margin-right: 14px;
	display: inline;
}
div.side-box-top {
	width: 204px;
	height: 16px;
	overflow: hidden;
}
div.side-box-middle a:link, div.side-box-middle a:visited {
	text-decoration: none;
	color:black;
	font-weight:bold;
}
div.side-box-middle a:hover {
	text-decoration: underline;
}
div.side-box-middle {
	width: 204px;
	background-color: #c6d8e8;
	padding: 8px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
}
div.side-box-bottom {
	width: 221px;
	height: 7px;
	overflow: hidden;
	margin-bottom: 10px;
}
div#footer {
	text-align: center;
	font-color: #9d6e8c;
}

div#logo {
	width: 200px;
	height: 75px;
	margin: 0 0px 5px 5px;
	float: left;
	display: inline;
}
div#headline {
	width: 485px;
	height: 30px;
	text-shadow: 0 10px 15px black;
	text-align:right;
	font-size:27px;
	float:right;
	margin-right:10px;
	margin-top:13px;
}
div#login-box a:link, div#login-box a:visited {
	float: right;
	width: 250px;
	height: 29px;
	background: #688ba8;
	margin: 6px 20px 0 0;
	overflow: hidden;
	display: inline;
	border: 1px;
	border-radius: 8px 8px 0 0;
	border-style: solid;
	border-color: white;
	text-decoration: none;
	color:white;
	line-height:28px;
	text-transform: uppercase;
	font-size: 120%;
}
div#login-box a:hover {
	background: #9d6e8c;
}
/* @end */

ul#link-nav li {
	list-style-type:none;
}
/* @group Nav */
ul#main-nav {
	height: 27px;
	margin: 14px 0 0 30px;
	overflow: hidden;
}
ul#main-nav li {
	float: left;
	list-style-type: none;
	width: 100px;
	margin: 0;
	margin-right:3px;
	text-align: center;
	line-height: 28px;
	background:#688ba8;
	border: 1px;
	border-style: solid;
	border-color: white;
	border-radius: 8px 8px 0 0;
}
ul#main-nav li a:hover {
	float: left;
	list-style-type: none;
	width: 100px;
	margin: 0;
	text-align: center;
	line-height: 28px;
	background:#9d6e8c;
	border: 1px;
	border-style: solid;
	border-color: white;
	border-radius: 8px 8px 0 0;
}
ul#main-nav li#right-tab {
	margin-right: 28px;
	float:right;
	background:#9d6e8c;
}
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: 2000%;
	font-weight: bold;
	color: #febb3a;
	margin: 5px 0;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	color: #fff;
	margin: 5px 0;
}
h3 {
	font-size: 600%;
	font-weight: normal;
	color: #b57b0b;
	margin: 5px 0;
	text-align:center;
}
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
div#content div p {
	margin: 10px 0;
	color: #fff;
	line-height: 160%;
}
div#login-box {
	color: #fff;
}
div#footer {
	color: black;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
div#login-box {
	margin: 5px 0 0 0;
	text-align: center;
	color:white;
}
/* @end */

/* @group Links - link visited hover active */
div#content a:link, div#content a:visited {
	color: #febb3a;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}

div#footer a:link, div#footer a:visited {
	color: black;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}

div#body-middle-inside a:link, div#body-middle-inside a:visited {
	text-decoration: none;
	color: black;
}

div#body-middle-inside a:hover {
	color: red;
}



/* @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 */
