
* { padding:0px; margin:0px;}

html { min-height: 100%; overflow-y: scroll; }

img { border:0; border-style: none; vertical-align: middle; }

body {
	font-family: Verdana, sans-serif;
	font-size: small;
    line-height: 1.7em;
	text-align: left;

	color: #666;
	background: #5c6c85 url(../img/body-bg.gif) repeat;

	background-position: 81% 44%;}

.container {
	width: 705px;
	padding: 20px 20px 0px 20px;
	background: #fff;
	margin: 0 auto;
}

.showgrid { background: url(grid.png); }

#header {
	background: #0b569a;
	width: 745px;
	margin: 0 auto;
}

#header-logo {
	float: left;
	padding: 0px 0px 0px 0px;
	text-indent: -2000px;
}

#header-logo a {
	display:block;
 	padding: 0px 0px 0px 0px;
 	width: 200px;
 	height: 50px;
	background: transparent url(../img/header-logo.gif) no-repeat;
}

#header-logo a:hover{
	background-position:-200px 0%;
}

#header-contact {
	float: right;
	padding: 0px 0px 0px 0px;
	text-indent: -20000px;
}

#header-contact a {
	display:block;
 	padding: 0px 0px 0px 0px;
 	width: 200px;
 	height: 50px;
	background: transparent url(../img/header-contact.gif) no-repeat;
}

#header-contact a:hover{
	background-position:-200px 0%;
}


/* TYPOGRAPHY */

div #top {
	padding: 0px 0px 20px 0px;
}

#top p {
	font-size: 100%;
	padding: 0px 0px 10px 0px;
}

p {
	font-size: 90%;
	padding: 0px 0px 10px 0px;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 105%;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 100%;
	padding: 0px 0px 10px 0px;
}

h4 {
	font-size: 90%;
	padding: 0px 0px 10px 0px;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul li {
	font-size: 80%;
	list-style-type: none;
}


.error {
	color: red;
}

.highlight {
	color: #5488b8;
}


/* LINKS */

a {
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #0b569a;
}

a:visited {
	color: #0b569a;
}

a:hover {
	color: #444;
	text-decoration: underline;
}


/* PLAIN LINKS */
a.plain:link {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

a.plain:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

a.plain:hover {
	color: #0066cc;
	text-decoration: none;
}


/* PORTFOLIO LINKS */
a.portfolio-link {
	padding: 0px 0px 0px 0px;
}

a.portfolio-link:link {
	text-decoration: none;
}

a.portfolio-link:visited {
	text-decoration: none;
}

a.portfolio-link:hover {
	text-decoration: none;
}

.portfolio-link span {
	padding: 0px 0px 0px 20px;
}



/* MENU */

.menu {

	width:725px;
	padding: 0px 10px 0px 10px;
	margin: 0 auto;
	line-height: 36px;
	height: 36px;
	background: #555 url(../img/menu-bg.gif) no-repeat;
	border: 1px #ffffff solid;

	/* FIX FOR WINDE MONITOR PAGE SPLIT BUG */
	border-width: 0px 0px 1px 0px;
}

.menu li {
	position: relative;
	list-style-type: none;
	float: left;
	color: #fff;
	display: inline;
	font-weight: bold;
}

.menu ul {
	padding: 0px;
	margin: 0px;
}

.menu a {
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	color: #ffffff;
}

.menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover {
	color: #aac4db;
	text-decoration: underline;
}

#currentPtr {
	padding: 0px 10px 0px 10px;
	text-decoration: underline;
	color: #aac4db;
}




/* FOOTER */

#footer {
	display: block;
	margin: 0px auto;
	line-height: 1.3em;
	width: 705px;
	height: 150px;
	padding: 0px 20px 0px 20px;
	background: #0b569a url(../img/footer.jpg) repeat;
	text-align: left;
}

#footer div {
	float: left;
	width: 705px;
	padding: 10px 0px 10px 0px;
}

#footer span {
	color: #fff;
	white-space: pre;
	font-weight: bold;
	font-size: x-small;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:visited {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}


/* Tools */

.clearfix { clear: both; }

.l { float: left; }

.r { float: right; }

.inline { display: inline; }

.block { display: block; }

.pre { white-space: pre; }

.middle { vertical-align: middle; }



/* FORM STUFF */

#website-planner {

}

#website-planner input {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 10px 0px;
	color: #333;
}

.checkbox-table {

}

.checkbox-table td {
	vertical-align: middle;
}

.checkbox {

}

#website-planner input .button {
	margin: 10px 0px 0px 0px;
}

#website-planner label {
	display: block;
}

#website-planner label.inline{
	padding: 0px 5px 0px 0px;
	display: inline;
}

#website-planner label.error {
	padding: 0px 0px 0px 10px;
	display: inline;
}

#website-planner span.section-intro {
	display: block;

}





#website-planner a.dtLink {
	padding: 5px 20px 5px 20px;
	display: block;
	color: #fff;
	background: #0b569a;
	/* background: #5589b9; */
	border: 1px solid #eee;
	border-width: 0px 0px 1px 0px;
}

#website-planner a.dtLink:link {
	text-decoration: none;
}

#website-planner a.dtLink:visited {
	text-decoration: none;
}

#website-planner a.dtLink:hover {
	text-decoration: none;
	background: #5589b9;
}


#website-planner dd {
	padding: 10px 20px 20px 20px;
	background: #eee;
}

/* OTHER STUFF */

hr.lightbar {
	margin: 15px 0px 10px 0px;
	border: none;
	color: #ffffff;
	background-color: #ffffff;
	border: 2px dotted #abc4dc;
	border-style: none none dashed;
}

.box {
	padding: 20px;
	background: #efefef;
}

.white-box {
	padding: 20px;
	background: #fafafa;
}

.portfolio-page {
	padding: 10px 0px 50px 0px;
}

.h200 {
	height: 200px;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.gtl-photobox {
	float: left;
	margin: 0px 20px 5px 0px;
	border: 1px solid #ddd;
}
























