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

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

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

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

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

	background-position: 335% 0%;}

.container {
	width: 846px;
	padding: 18px 18px 0px 18px;
	background: #fff;
	margin: 0 auto;
}

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


#top-bar {
	background: #142e51 url(../img/footer-bg.gif) repeat-x;
    margin: 0px;
    padding: 0px;
	//background: #0b569a;
	width: 100%;
	height: 50px;
}

#top-bar div {
	width: 846px;
	height: 50px;
	line-height: 0px;
	padding: 0px 18px 0px 18px;
	margin: 0 auto;
}

#top-bar img {
	float: left;
}

#top-bar p {
	line-height: 50px;
	height: 50px;
	font-size: 14px;
}

#top-bar span {
	color: #fff;
}


#top-bar a {
	color: #fff;
}

#logo {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -423px;
    z-index: 1;
}



#header {
	width: 882px;
	height: 270px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}

#header img {


}

#home #header {
    // background: #555 url(../img/home-header.jpg) no-repeat;
}

#about #header {
    background: #555 url(../img/about-header.jpg) no-repeat;
}

#portfolio #header {
    background: #555 url(../img/portfolio-header.jpg) no-repeat;
}

#services #header {
    background: #555 url(../img/services-header.jpg) no-repeat;
}

#contact #header {
    background: #555 url(../img/contact-header.jpg) no-repeat;
}



/* TYPOGRAPHY */

div #top {
	line-height: 2em;
	padding: 10px 0px 20px 0px;
}

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

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

h1 {
	font-size: 120%;
	padding: 0px 0px 10px 0px;
}

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;
}

ol li {
    margin: 0px 0px 0px 20px;
}


.error {
	color: red;
}

.error-block {
	padding: 4px 20px 4px 20px;
	margin: 0px 0px 10px 0px;
	border: solid red 1px;
	color: red;
	font-weight: bold;
	background: #ffcccc;
}

.success-block {
	padding: 4px 20px 4px 20px;
	margin: 0px 0px 10px 0px;
	border: solid green 1px;
	color: green;
	font-weight: bold;
	background: #cce6cc;
}

.highlight {
	color: #5488b8;
}

.bold {
    font-weight: bold;
}


/* 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 STYLE */

#menu {
    width:862px;
	padding: 0px 10px 0px 10px;
		/* center the text */
	line-height: 40px;
	height: 40px;
	margin:0px auto;
	background: url(../img/sprite.jpg) no-repeat;

}


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

}

#menu li:hover {
}

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

#menu a {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 40px;
    text-indent: -9999px;
	color: #332814;
	background: url(../img/sprite.jpg) no-repeat;
	position:relative;
	cursor: pointer;
}

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

#menu a:hover {
	color: #eee;
	text-decoration: none;
}



/* CSS ONLY MENU ROLLOVER EFFECTS */

/* Link */
#menu a.home { width: 65px; background-position: 0px 0px; }
#menu a.about { width: 74px;  background-position: -65px 0px; }
#menu a.portfolio { width: 107px;  background-position: -139px 0px; }
#menu a.services { width: 98px;  background-position: -246px 0px; }
#menu a.contact { width: 91px;  background-position: -344px 0px; }

/* Hover */
#menu a.home:hover { width: 65px; background-position: 0px -40px; }
#menu a.about:hover { width: 74px;  background-position: -65px -40px; }
#menu a.portfolio:hover { width: 107px;  background-position: -139px -40px; }
#menu a.services:hover { width: 98px;  background-position: -246px -40px; }
#menu a.contact:hover { width: 91px;  background-position: -344px -40px; }

/* Current */
// #menu a.home#currentPtr { background-position: 0px 42px; }

#menu a.home#currentPtr { width: 65px; background-position: 0px -80px; }
#menu a.about#currentPtr { width: 74px;  background-position: -65px -80px; }
#menu a.portfolio#currentPtr { width: 107px;  background-position: -139px -80px; }
#menu a.services#currentPtr { width: 98px;  background-position: -246px -80px; }
#menu a.contact#currentPtr { width: 91px;  background-position: -344px -80px; }







/* FOOTER */

#footer {
    width: 100%;
    height: 232px;
    background: #0b569a;
    background: #142e51 url(../img/footer-bg.gif) repeat;
}

#footer div {
	display: block;
	margin: 0px auto;
	line-height: 1.3em;
	width: 846px;
    height: 80px;
	padding: 18px 18px 0px 18px;
	text-align: left;

}

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

#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;
}

#website-planner input {
    width: 300px;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #ddd;

}

#website-planner .button {
    width: 170px;
    padding: 7px 20px 7px 20px;
    margin: 15px 0px 0px 0px;
    border: 2px solid #0b569a;
    background: #0b569a;
    color: #fff;
    font-weight: bold;

}

#website-planner .button:hover {
    background: #5589b9;
}

#website-planner textarea {
    width: 655px;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #ddd;

}

/* 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;
}

























