/*
 * frontend/default.css
 * Website Framework © 2005 Andrew LeBaron, A&G Productions
 * configured for aandgproductions.com
 */

body {
	font-family: georgia, verdana;
	font-size: 12pt;
	background: white;
	text-align: center;
	color: #7F7E7F;
	color: #666;
}

body, h1, h2, h3, p, div, hr, ul, li, form {
	margin: 0;
	padding: 0;
}

a {
	color: black;
	text-decoration: underline;
}
a.anchor {
	color: inherit;
}

/* sitemessages */
.error, .debug, #debug {
	text-align: left;
	font-size: 12px;
	background: white;
	color: black;
	border-bottom: 1px dashed black;
	margin: 0;
	padding: 2px;
}
#debug {
	border-top: 1px dashed black;
	border-bottom: none;
}

.indent {
	padding-left: 20px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.center {
	text-align: center;
}
.alignright {
	text-align: right;
}
.displaynone {
	display: none;
}
.size10 {
	font-size: 10px;
}
.size10 {
	font-size: 12px;
}
.clearboth {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.red {
	color: red;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.floatright {
	float: right;
}
.floatleft {
	float: left;
}

#wrap {
	text-align: left;
	width: 95%;
	margin: 20px auto;
	background: url(images/wrap-right.png) 100% 8px repeat-y;
}
#wrap .wrap1 {
	background: url(images/wrap-topri.png) top right no-repeat;
}
#wrap .wrap2 {
	background: url(images/wrap-left.png) left repeat-y;
}
#wrap .wrap3 {
	background: url(images/wrap-botr.png) bottom right no-repeat;
}
#wrap .wrap4 {
	background: url(images/wrap-botl.png) bottom left no-repeat;
	padding: 1px 9px 10px 1px;
}

#nav {
	width: 456px;
	float: right;
	margin: 0 0 10px 10px;
	background: white url(images/flower.jpg) bottom no-repeat;
	padding-bottom: 243px;
	border-left: 1px solid #C2C1C1;
	border-bottom: 1px solid #C2C1C1;
}
#nav .wrap {
	float: right;
	background: white url(images/nav-bot.png) bottom no-repeat;
	padding-bottom: 27px;
}
#nav a:hover {
	text-decoration: none;
}
#nav .head {
	background: url(images/nav-top.jpg) top no-repeat;
	width: 456px;
	height: 142px;
	position: relative;
}
#nav .head li {
	list-style: none;
	position: absolute;
	top: 105px;
}
#nav .head a {
	display: block;
	height: 32px;
}
#nav .head span {
	visibility: hidden;
}
#nav .head li.what {
	left: 0px;
	width: 167px;
}
#nav .head li.what a {
	background: url(images/nav-what.jpg) no-repeat;
}
#nav .head li.about {
	left: 179px;
	width: 126px;
}
#nav .head li.about a {
	background: url(images/nav-about.jpg) no-repeat;
}
#nav .head li.port {
	left: 317px;
	width: 139px;
}
#nav .head li.port a {
	background: url(images/nav-port.jpg) no-repeat;
}
#nav .head li a:hover,
#nav .head li.current a {
	background-image: none;
}

#nav ul {
	list-style: none;
	width: 213px;
	padding-top: 4px;
}
#nav #clientrelated ul {
	width: 200px;
}
#nav ul.navl {
	float: left;
	margin-left: 10px;
}
#nav ul.navr {
	float: right;
	margin-right: 10px;
}
#nav li a {
	display: block;
	padding: 4px 4px 4px 15px;
	text-indent: -11px;
	text-decoration: none;
	color: #777;
}
#nav li a:hover,
#nav li.current a {
	color: black;
}
/* Fix IE. Hide from IE Mac \*/
* html #nav ul { width: 203px; }
* html #nav #clientrelated ul { width: 193px; }
* html #nav { width: 446px; }
* html #nav li { float: left; }
* html #nav li a { height: 1%; }
/* End */

#clientrelated {
	clear: both;
	border-top: 1px solid #e2e1e1;
	margin-top: 5px;
	padding: 10px 10px 0;
}
#clientrelated .heading {
	font-size: 16px;
	margin-bottom: 5px;
}

#clientrelated form.login {
	font-size: 12px;
	padding: 5px 0;
}
#clientrelated .loginerror {
	font-size: 14px;
	color: red;
}
#clientrelated form.login input{
	width: 90px;
}
#clientrelated .username,
#clientrelated .password,
#clientrelated .loginbutton,
#clientrelated .forgotpass {
	float: left;
	width: 100px;
}
#clientrelated .loginbutton {
	padding-top: 12px;
}
#clientrelated .forgotpass {
	padding-top: 16px;
}

#clientrelated .sidenav {

}

#header {
	background: url(images/logo-tile.png) top repeat-x;
}
#header a {
	display: block;
	background: url(images/logo.png) no-repeat;
	height: 48px;
	width: 218px;
	text-decoration: none;
}
#header span {
	visibility: hidden;
}

#content h1 {
	font-size: 18px;
	margin: 10px;
	font-weight: bold;
	color: #444;
}
#content h2 {
	font-size: 16px;
	margin: 10px;
	margin-left: 13px;
	font-weight: bold;
	color: #333;
}
#content h3 {
	font-size: 14px;
	margin: 10px;
	margin-left: 16px;
	font-weight: bold;
	color: #333;
}
#content p {
	margin: 10px 10px 10px 20px;
}
#content ul {
	margin: 10px 10px 10px 20px;
}
#content li {
	margin-left: 20px;
}

#content .image {
	text-align: center;
	margin-top: 0;
}
#content .image span {
	font-size: 80%;
	font-family: verdana;
	color: #000;
}
/* Fix IE. Hide from IE Mac \*/
* html #content .image { margin-left: 10px; }
/* End */

#content a img {
	border: 1px solid #edf5a8;
}
#content a:hover img {
	border: 1px solid #eece40;
}

#content form {
	margin: 10px 10px 10px 20px;
}
#content form .note {
	font-size: 90%;
}

#content .formsuccess {
	color: #5bad1f;
	font-weight: bold;
	padding: 20px;
}
#content .formerrors {
	color: #eb1e1e;
	padding: 15px;
}
#content .formerrors ul {
	font-weight: bold;
}
#content .formerror {
	color: #eb1e1e;
	padding: 20px;
	font-weight: bold;
}

#footer {
	color: #AEB3B0;
	font-size: 90%;
	padding: 10px;
	border-top: 1px dashed #67716B;
}
#footer p {
	text-align: right;
	margin: 0;
}
#footer a {
	color: #C7514F;
}

