/* Formatting Style Sheet :: DesignLab */
/* Author :: Alex Stanhope for DesignLab */
/* Copyright :: The Author, All rights reserved */

/* Global Styles */

img {
	border: 0px;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

br.clear {
	clear: both;
}

embed {
 margin-top: -5px;
}

.navimg {
	margin-top: -3px;
}

/* Text Styles */

#sidebar h3 {
	font-size: 1.1em;
	margin-left: 0.5em;
	margin-bottom: -0.5em;
	margin-top: 0em;
	color: #acb2bf;
	font-weight: bold;
}

#sidebar p {
	font-size: 1.1em;
	margin-left: 0.5em;
}

p.featured {
	text-align: right;
	margin-bottom: -0.2em;
	margin-top: 0.5em;
}

p.error {
	color: #f9d404;
}


#dl_intro_left h1 {
	font-size: 1.15em;
	color: #000;
	margin-left: 1em;
	margin-bottom: 0.75em;
	margin-top: 0em;
	font-weight: normal;
}

#dl_content h1 {
	font-size: 1.15em;
	color: #000;
	margin-left: 1em;
	margin-bottom: 0.75em;
	margin-top: 1em;
	font-weight: normal;
}

#content_wide_right h1 {
	font-size: 1.3em;
	color: #00699a;
	margin-left: 1em;
	margin-bottom: 0.75em;
	margin-top: 0em;
	font-weight: bold;
}

#dl_intro_left p, #dl_content p, #content_wide_left p, #content_wide_right p {
	font-size: 1.15em;
	color: #000;
	margin-left: 1em;
	margin-bottom: 0.75em;
	margin-top: 0em;
}

#content_wide_right p, #content_right_alt p  {
	font-size: 1.15em;
	color: #333;
	margin-left: 1em;
	margin-bottom: 0.75em;
	margin-top: 0em;
}

div.page_title {
	margin-left: 1em;
	margin-top: 0em;
}

p.date {
	font-size: 1.1em;
	color: #be0101;
	font-weight: bold;
	text-align: center;
	margin-top: 0em;
}

#quick_contact p {
	color: #acb2bf;
	font-weight: bold;
}

div.dl_services_home {
	color: #000;
	padding: 2.1em 2em 0.5em 7.9em;
	font-size: 1.1em;
}

p.footer {
	margin-top: -0.2em;
	margin-bottom: 0.5em;
	font-size: 1.1em;
	color: #acb2bf;
} 

.portfolio, p.emphasis {
	color: #00699a;
	font-weight: bold;
}

.important {
	background: url(../images/layout/important.gif) no-repeat top left;
	height: 64px;
	padding-left: 5em;
}


/* Link Styles */

#sidebar a:link, #footer a:link {
	color: #acb2bf;
	text-decoration: none;
}

#sidebar a:visited, #footer a:visited {
	color: #acb2bf;
	text-decoration: none;
}

#sidebar a:hover, #footer a:hover {
	color: #acb2bf;
	text-decoration: underline;
}

#dl_intro a:link, #dl_content a:link, #content_wide_right a:link {
	color: #00699a;
	text-decoration: none;
}

#dl_intro a:visited, #dl_content a:visited, #content_wide_right a:visited {
	color: #00699a;
	text-decoration: none;
}

#dl_intro a:hover, #dl_content a:hover, #content_wide_right a:hover {
	color: #00699a;
	text-decoration: underline;
}

/* Form Styles */

.button {
	background: #fff url(../images/layout/bg_btn.jpg) top left repeat-x;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	border: 1px solid #ccc;
}

#sidebar textarea {
	background-color: #596580;
	background-image: url(../images/layout/bg_input.jpg); 
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 1.1em;
	color: #fff;
	border: 1px solid #acb2bf;
	font-family: Arial, sans-serif;
	width: 13em;
}

.sidebar_input {
	font-size: 1.1em;
	background-color: #596580;
	background-image: url(../images/layout/bg_input.jpg); 
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #acb2bf;
	color: #fff;
	width: 13em;
}

/* List Styles */

dt {
	background-color: #fff;
	background-image: url(../images/layout/bullet.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: 0.2em;
	margin-left: 1.5em;
	padding-bottom: 0.5em;
	text-indent: 1.7em;
	font-size: 1.2em;
	color: #000;
}

dd {
	margin-bottom: 1.5em;
	margin-left: 3.2em;
	font-size: 1.2em;
	color: #000;
}

/* Table Styles */

table.portfolio_thumbs {
	width: 100%;
	text-align: center;
}

td.top {
	text-align: left;
	vertical-align: top;
}

td.td_150 {
	width: 150px;
	text-align: center;
}

/* Miscellaneous Styles */

img.featured {
	border: 1px solid #acb2bf;
	margin-left: 0.3em;
}

img.portfolio {
	border: 1px solid #333;
}

br.lower_pad {
	margin-bottom: 0.5em;
}

img.upper_pad {
	 vertical-align: top;
}

/* Horizontal Rule Styles */

div.hr {
	height: 1px;
  	background: #fff url(../images/layout/divider_dots.gif) repeat-x;
	margin: 0px 0px 10px 10px;
}

div.hr hr {
  	display: none;
}