
/* Reset our padding and margins */
* { margin:0; padding:0; }
html { padding: 0; margin: 0; }

.clear {
	clear: both;
}

body {
	background: #ffffff url('/images/design/bg.jpg') top center repeat-x;
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

h1 {
	font-family: "Gill Sans", Tahoma, Verdana, sans-serif;
	font-size: 36px;
	font-weight: normal;
	padding: 5px 0 10px 0px;
	margin: 0px 5px 5px 0px;
}

h1 span,
h1 span a {
	color: #a1a1a1;
}

.navigation-block h3 {
	color: #9aba11;
	font-family: "Gill Sans", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 4px;
	letter-spacing: 3px;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 2px;
	margin: 0;
}

h2 {
	font-family: "Gill Sans", Tahoma, Verdana, sans-serif;
	font-size: 1.4em;
	margin: auto;
	margin-bottom: 10px;
}

h3 {
	font-family: "Gill Sans", Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: auto;
	padding-bottom: 5px;
	padding-top: 10px;
}

h2 span {
	padding: 10px 50px 0px 0;
	margin: auto;
	line-height: 2em;
}

p {
	margin-top: 10px;
	line-height: 1.8em;
}

a { /*text-decoration:none;*/
	color: #72a12d;
	/*border-bottom:1px solid #dbe6be;*/
}

.maintext {
	margin-top: 30px;
}

#border {
	width: 900px;
	padding: 0;
	margin: 0 auto;
	background: #fff
}

.mini-nav {
	width: 900px;
	height: 30px;
	/*margin: 10px auto;
	padding: 0 0 5px 0;*/
	text-align: left;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-left: auto;
	margin-right: auto;
	color: #999999;
}

.mini-nav a {
	color: #97c159;
}

.mini-nav a.current {
	font-weight: bold;
}

.mini-nav-corp-links {
	padding-top: 3px;
	float: left;
}
.mini-nav-corp-links img {
	border-style: none;
}
.mini-nav-account-links {
	padding-top: 3px;
	float: right;
}
.mini-nav .logged-in-as {
	font-size: 12px;
}

#small {
	background: url(/images/design/nautica.jpg) no-repeat;
	padding-left: 20px;
}

/*
.mini-nav a:link, a:visited{
	color:#b8ce83;
}
*/

/* Used to be '#container' */
body {
	font-size: 14px;
	text-align: left;
	margin: 0px;
}

#navigation {
	float: right;
	margin: 0px 0 20px 20px;
}

.navigation-block {
	width: 173px;
	padding: 10px 20px;
	background: url(/images/design/menu.gif) no-repeat;
	line-height: 1.5em;
	font-size: 1.0em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	letter-spacing: 0px;
	margin-bottom: 30px;
}

.navigation-block ul,.navigation-block li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation-block a {
	border-bottom: none;
}


/**** flash messager *****/

.flash-messages-container1 {
	width: 500px;
	background: url(/images/design/flash-message-bg.jpg) repeat-y left top;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -250px;
}

.flash-messages-container2 {
	background: url(/images/design/flash-message-bottom.jpg) no-repeat left bottom;
	padding: 5px 0 5px 0;
}

.flash-message {
	text-align: center;
	font-weight: bold;
}

.js-hidden {
	display: none;
}

.js-no-height {
	height: 1px;
	overflow: hidden;
}

.js-invisible {
	visibility: hidden;
}


/***** Generic UI element styles ****/

.generic-add-link {
	background: url(/images/icons/add.gif) no-repeat 0px 2px;
	padding-left: 20px;
}

.invisible {
	visibility: hidden;
}

.editable-text {
	text-decoration:none;
	border-bottom:1px dashed;
}

