

/*
Company:	Mick Margo
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, pre, blockquote, label, fieldset, address { margin:20px 0; }
p {
	margin: 5px 0;
}

blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
	
/* @end */

/* @group Layout */
div#outer-wrapper {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
} 

#index .errorSummary {
	margin:-30px 0 0 0;
}
div#hd {
	background: url(../images/top-pattern.gif) no-repeat;
	padding-top: 60px;
}
div.search {
	float: right;
	display: inline;
}
div.search input.searchInput {
	font-size: 77%;
	height: 12px !important;
	* height: 13px !important;
	height: 13px;
	padding: 1px;
	color: #07263e;
	float: left;
	display: inline;
	border: 1px solid #a9a9a9;
}
.searchButton{
	float: left;
	cursor:pointer;
	font-size: 11px;
	font-weight: bold;
	color: #07263e;
	font-family: Garamond, Arial, sans-serif;
	border: 1px solid #a9a9a9;
	border-left:0;
	padding: 0;
	width: auto;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}

div#logo {
	clear: both;
	text-align: center;
	padding: 10px 0;
}

body#inside div#bd {
	margin: 10px 0;
	background: url(../images/inside-bkg.gif) repeat-y;
	font-size: 85%;
	color: #07263e;
}
div#feature {
	border-bottom: 5px solid #fff;
}
div#admin {
	padding: 10px;
}

div#credits p {
	margin: 5px 0;
	font-size: 77%;
	color: #999;
}
div#credits a:link, div#credits a:visited {
	color: #999;
	text-decoration: none;
}

div#left-col {
	width: 158px;
	float: left;
	display: inline;
}
div#right-col {
	width: 637px !important;
	width: 650px;
	line-height: 150%;
	float: right;
	display: inline;
margin:auto 0 auto auto;
}

/* Datebook */
div.db-date-row {
	padding: 15px 10px;
}
div.db-row-dark {
	background-color: #ccc;
}
div.db-date {
	width: 50px;
	margin-right: 65px;
	text-align: center;
	float: left;
	display: inline;
}
div.db-date p {
	margin: 0;
}
div.db-date span {
	display: block;
	font-size: 231%;
	font-weight: bold;
}
div.db-description {
	width: 500px;
	font-weight: bold;
	float: left;
	display: inline;
}
div.db-description img {
	margin-left: 50px;
	float: right;
	display: inline;
}

div.month-nav {
	color: #999;
	text-transform: uppercase;
	border-top: 1px solid #999;
	font-weight: bold;
	margin-top: 20px;
}
div.month-nav a:link, div.month-nav a:visited {
	color: #999;
	text-decoration: none;
}
div.month-nav p.prev {
	width: 49%;
	float: left;
	display: inline;
}
div.month-nav p.next {
	width: 49%;
	text-align: right;
	float: right;
	display: inline;
}
/* @end */

/* @group Nav */
div#top-nav ul {
	margin-left: 0!important;
	font-size: 77%;
}
div#top-nav ul li {
	list-style-type: none;
	margin-right: 10px;
	float: left;
	display: inline;
}
div#top-nav ul a:link, div#top-nav ul a:visited {
	color: #0a273f;
	text-decoration: none;
	font-weight: bold;
}

div#nav {
	height: 75px;
	background: url(../images/nav-bar-bkg.gif) repeat-x 0 27px;
	text-align: center;
	overflow: hidden;
}
div#outer-wrapper div#nav ul {
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
	width: 70.6em;
	font-size: 85%;
}





div#nav ul li {
	list-style-type: none;
	margin: 0!important;
	padding: 0!important;
	text-transform: uppercase;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 87px;
	padding: 0 2.5em;
	float: left;
	display: inline;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:hover, div#nav ul li.selectedPage, div#nav ul li a.selectedPage, div#nav ul li.active {
	background: url(../images/nav-rollover.gif) no-repeat top center;
}

/* Left Column */
div#left-col ul li {
	list-style-type: none;
	border-bottom: 1px solid #07263e;
	padding: 8px 0 8px 3px;
	font-family: Garamond, Arial, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
}
div#left-col ul li a:link, div#left-col ul li a:visited {
	color: #07263e;
	text-decoration: none;
}
div#left-col ul li a:hover, div#left-col ul li.selectedPage a:link, div#left-col ul li.selectedPage a:visited {
	color: #999;
}

/*div#left-col a {
	display: block;
	border-bottom: 1px solid #07263e;
	padding: 8px 0 8px 3px;
	font-family: Garamond, Arial, sans-serif;
	font-size: 107%;
}*/
/*div#left-col a:link, div#left-col a:visited {
	color: #07263e;
	text-decoration: none;
}
div#left-col a:hover {
	color: #999;
}*/

div#ft-nav {
	text-align: center;
	font-size: 77%;
	text-transform: uppercase;
	padding: 10px 0;
        margin: 0;
}
div#ft-nav ul.globalRootMenu {
	margin: 0 -13px 0 -3px!important;
	padding: 0!important;
}
div#ft-nav ul li {
	display: inline;
}
div#ft-nav ul li a {
	padding: 0 9px 0 0;
}
div#ft-nav a:link, div#ft-nav a:visited {
	color: #07263e;
	text-decoration: none;
}
div#ft-nav a:hover, div#ft-nav li.selectedPage a:link, div#ft-nav li.selectedPage a:visited {
	color: #999;
	text-decoration: none;
}
/* @end */

/* @group Headings */
h1 {
	font-size: 175%;
	font-weight: bold;
}
h2 {
	font-size: 133%;
	font-weight: bold;
}
h3 {
	font-size: 116%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 3px 0 5px 0;
}
h4 {
	color: #000;
	font-size: 108%;
	font-weight: bold;
}
h5 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	color: #000;
	font-weight: normal;
}
/* @end */

/* @group Text Styles */
	
/* @end */

/* @group Lists */
div#outer-wrapper ul {
	margin-left: 20px;
}
div#outer-wrapper ol {
	margin-left: 27px;
}
/* @end */

/* @group Forms  */ 

div#email-signup {
	background: url(../images/ft-bkg.gif) no-repeat bottom center;
	padding: 1px 0;
}
body#index div#email-signup {
	height: 140px;
}      
body#inside div#email-signup {
	height: 47px;
}

body#index div#email-signup div.element {
	margin:75px 0 0 0;
	padding:0 10px 0 0;
	width: 350px;
	height:50px;
}
body#inside div#email-signup div.element {
	margin: 10px 10px 0 0;
}
div#email-signup h2.formTitle {
	display: none;
}
div#email-signup div.element {
	font-size: 11px;
	width: auto;
	color: #fff;
	float: right;
	display: block;
}
div#email-signup .fieldSelected {
	background-color: transparent!important;
	border: none!important;
}
div#email-signup label {
	margin: 0!important;
	font-size: 12px;
	height: 12px;
	padding: 1px;
	color: #07263e;
	float: left;
	display: inline;
}/*
div#email-signup input {
	margin: 0!important;
	font-size: 12px;
	height: 20px;
	padding: 1px;
	color: #07263e;
	float: left;
	display: inline;
	border: 1px solid #a9a9a9;
}*/
div#email-signup label {
	font-family: Garamond, Arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#FFF;
	text-transform: uppercase;
	border:0;
	vertical-align:middle;
}
div#email-signup span#fieldRequired1{
	display:none;
	border:0;
}
div#email-signup #ExistingFormEntryID{
	border:0;
	background-color: transparent;
}/*
div#email-signup #EmailSignup_0_0_btnSubmit, #MainContent_2_2_btnSubmit, #MainContent_1_1_btnSubmit{
	font-size: 11px;
	font-weight: bold;
	color: #07263e;
	font-family: Garamond, Arial, sans-serif;
	cursor:pointer;
	border: 1px solid #a9a9a9;
	padding: 0;
	height:16px;
	width: auto;
	text-transform:uppercase;
	background-color: #FFF;
	display: block;
}*/
div#email-signup div.fieldItem, div#email-signup div#fieldList {
	margin: 0!important;
	padding: 0!important;
	float: left;
	display: inline;
}*/
body#index div#email-signup input { display: inline; margin: 0 0 0 0px; float: left; }

#index div#email-signup div.fieldItem, #index div#email-signup div#fieldList {
	width:auto;
}

.form_container {width: auto; float: left; position: relative;padding:0;}
.textsingleline{ width: 150px; height: 18px; float: left; }
.submitButton {position: absolute; width: 50px; right: -3px; height: 20px; font-size: .9em; cursor: pointer; padding: 1px; top: 32px; border: 0;}  
/* @end */
 /*	@group Contact Form	*/
.fieldLabels 
{
	display : block;
	font-weight : bold;
	margin:0;
	padding:0;
}

.xsmallField
{
	width : 50px;
}

.smallField
{
	width : 150px;
}

.medField
{
	width : 250px;
}

.largeField
{
	width : 350px;
}

textarea.medField
{
	height : 100px;
}

textarea.largeField
{
	height : 200px;
}

.fieldInstructions
{
	left:430px;
	top:20px;
	max-width:200px;
	z-index:25
}

.fieldItem
{
	padding:0;
	margin:5px 0!important;
	position : relative;
	display : block;
}

.fieldError
{
	color: #FFF;
	background: #F00;
}

#errorSummary {
	color: #FFF;
	padding: .5em 1em 1em 1em;
	background: #F00;
	}

.fieldSelected
{
	background-color: #EEE!important;
	border: 1px solid #777!important;
	padding:0;
	margin:5px 0!important;
}

.formHeader 
{
	font-weight: normal;
}

.formHeader h2 {
	margin: .55em 0 0 0;
	padding: 0;
	font-size: 160%;
	}

.formHeader p {
	margin-top: 0;
	}

#fieldList {
	margin:0;
	padding:0;
}

div#formHeader h2.formTitle {
	display: none;
}


#fieldList input, #fieldList textarea, #fieldList select{
	border: 1px solid #999;
}
     
.submitButtonContainer .submitButton {
font-size:1.2em;
margin:0pt;
position:relative;
top:0;
}

.passwordRequirement .passwordContainer {
		float:left;
}

/* @end */
     
/* @group Forms */
body#inside div#email-signup div.element {
	margin: 10px 10px 0 0;
}
div#email-signup h2.formTitle {
	display: none;
}
div#email-signup div.element {
	font-size: 11px;
	width: auto;
	color: #fff;
	float: right;
	display: inline;
    position: relative;
    margin: -50px 0 0 0 ;
}
div#email-signup .fieldSelected {
	background-color: transparent!important;
	border: none!important;
}
div#email-signup label, div#email-signup input {
	margin: 0!important;
	float: left;
	display: inline;
}
div#email-signup label {
	font-family: Garamond, Arial, sans-serif;
	line-height: 180%;
	text-transform: uppercase;
}
div#email-signup input {
	font-size: 11px;
}
div#email-signup div.fieldItem, div#email-signup div#fieldList {
	margin: 0!important;
	padding: 0!important;
	float: left;
	display: inline;
}
#inside input.submitButton{display: none !important; margin: 0 0 0 5px; }
#email-signup .element{margin: -50px 0 0 0;}     
#index div.submitButtonContainer {
	float:left;  
	padding:6px 0 0 0;
}
#index input.submitButton {
	display:block; 
	width: 50px;
	height:17px;
	line-height:17px;
	background:url(../images/whats-new-button.gif) left top no-repeat;
	color:#06263f;
	font:bold 10px Georgia, "New York", "Times New Roman", times, serif; 
	padding:0 0 2px 0;
	float:left;
	text-transform:uppercase;
}
#index div#email-signup div.fieldItemInner {
	float:left; 
	padding:0;
}
#index div#email-signup div.fieldItemInner div.fieldContent {
	float:left;
}
#index div#email-signup div.fieldItemInner div.fieldContent div.fieldRow {
	float:left;
}
#index div#email-signup div.fieldItemInner div.fieldTitle {
	float:left;
	padding:8px 10px 0 0;
	font:normal 12px Garamond, Georgia, Arial, sans-serif;
	text-transform:uppercase;
}
#index div#email-signup input.textField {
	width: 137px;
	height:17px;
	line-height:17px;
	padding:3px 0 0 3px;
	display:block;
	background:url(../images/whats-new-input.gif) left top no-repeat;
	border:0;
	color:#666;
	font:11px normal Arial, Helvetica, sans-serif;
	text-transform:uppercase;  
	margin:0;
	float:left;
}
    
#index span.req {display:none;}
#index div.fieldInstructions {display:none;}


/* @end */

/* @group Table Grid 1 */

	.tableGrid1{
		width: 100%; 
		background-color: rgb(255, 255, 255); 
		font-family: Arial,Helvetica,sans-serif; 
		font-size: 11px; 
		color: rgb(7, 38, 62);
	}

	.tableGrid1 td{
		vertical-align:top;
		padding:20px 13px 16px 0;
	}

	.tableGrid1 tr.alt{
		background-color:#CCC;
	}

	.tableGrid1 td.date{
		font-family:Arial, Helvetica, sans-serif;
		font-size:28px;
		font-weight:bold;
		color:#07263E;
		text-align:left;
		text-transform:uppercase;
		padding-top:29px;
		padding-left:18px;
		width:93px;
	}

	.tableGrid1 td.date p{
		font-size:13px;
	}
	
	.tableGrid1 a:link, .tableGrid1 a:visited, .tableGrid1 a:active{
		text-decoration:none;
		color:#07263E;
	}
	
	.tableGrid1 a:hover{
		text-decoration:underline;
	}
	
/* @end */

/* @group Content 1 */

	.content1{
		font-family: Garamond, Arial, sans-serif;
		font-size: 12px; 
		font-weight:bold;
		color: #07263E;
		text-transform:uppercase;
		line-height:16px;
	}
	
/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	color: #666666;
}
a:hover, a:active {
	text-decoration: none;
}
/* @end */

/*	@group F.A.Q. */

.faq div{
	font-size:12px;
	font-weight:bold;	
}

.faq blockquote{
	margin:10px 10px 10px 20px;
}

/* @end */

/*	@group Text Element */
.textElement h1{
	font-family: Garamond, Arial, sans-serif;
	text-transform:uppercase;
}

/* @group Misc */
.clear {
	clear: both;
}

.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 */

/* Shopping Cart */

#top-nav{text-transform: Uppercase;} 
.sitemapul ul{padding-left: 2px !important;}
.sitemapul li{padding-left: 0 !important;}
.sitemapul li a{padding-left: 0 !important;}

/* @group Links - link visited hover active */
a:link, a:visited {
	color: #666666;
}
a:hover, a:active {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}

.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 */
