/**
 * layout.css - Contains the layout for the Default template of the
 *              Dixon Domains Website System.
 */
/**
 * HTML Tag Styles
 */
BODY {
	margin: 20px 10px 20px 10px;
	color: #000000;
	background-color: #cccccc;
}

/**
 * Layout Styles
 */
#dd_page {
	color: #000000;
	background-color: #eeeeff;
	border: 1px solid #3f3f7e;
	padding: 0px;
}
#dd_main {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
}

/*  Header Styles */
#dd_header {
	position: relative;
	top: 0px;
	left: 0px;
}
.dd_header_top {
	height: 71px;
}
.dd_header_nav {
	height: 24px;
	color: #FFFFFF;
	background-color: #3f3f7e;
}
.dd_logo_image {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
}
#dd_left_column {
	padding: 0px;
	background-color: #3f3f7e;
	color: #FFFFFF;
	z-index: 0;
}
#dd_body {
	height: 400px;
	padding: 5px 0px 0px 0px;
	z-index: 0;
}
#dd_right_column {
	padding: 0px;
	z-index: 0;
}

/* Footer Styles */
#dd_footer {
	position: relative;
	top: 0px;
	height: 23px;
	color: #FFFFFF;
	background-color: #3f3f7e;
}
.dd_footer_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #3f3f7e;
	text-align: left;
	padding: 5px 0px 0px 8px;
}
.dd_footer_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #3f3f7e;
	text-align: right;
	padding: 5px 8px 0px 0px;
}
.dd_footer_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #3f3f7e;
}
.dd_body_caption_image {
	margin: 10px 0px 12px 0px;
}
.dd_associates_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 8px;
	line-height: 18px;
}
.dd_services_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding-left: 8px;
	line-height: 26px;
}
.dd_form_captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3f3f7e;
}
.dd_proccess_request {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3f3f7e;
	text-align: justify;
}
.dd_comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 265px;
	height: 50px;
}
