/*** Title ***/

#print-only {
	color: #009;
	display: none;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

/*** Content ***/

body {
	background-color: #848484;
	background-image: url(../images/layout/bkgrnd.jpg);
	background-repeat: repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin-top: 0;
}

#title,
h1,
h2,
.em,
.box_a h2,
.box_b h2,
.box_a .content.quote,
.box_b .content.quote {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #333;
	border-bottom: 1px solid #BBB6BB;
	font-size: 19px;
	font-style: bold;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding-bottom: 6px;	
}

h2 {
	color: #009;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

.admin th {
	background-color: #CEDDE6;
}	

em {
	color: #009;
	font-style: italic;
}

/*** Lists ***/

ul {
	list-style-image: url(../images/layout/bullet_content.gif);
	list-style-position: outside;
}

/*** Box Content ***/

.box_a {
	background-color: #CCC; 
}

.box_b {
	background-color: #BDD3EE;
}

.box_a.main,
.box_b.main {
	width: 198px;
}

.box_a h2,
.box_b h2 {
	background-repeat: repeat-x;
	color: #fff;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	height: 18px;
	margin: 0;
	padding: 5px 12px;
}

.box_a h2 {
	background-image: url(../images/layout/h2_bkgrnd_a.jpg);
}

.box_b h2 {
	background-image: url(../images/layout/h2_bkgrnd_b.jpg);
}

.box_a .content,
.box_b .content {
	padding: 12px;
}

.box_a .content.quote,
.box_b .content.quote {
	font-size: 14px;
	line-height: 19px;
}

.box_a .content ul,
.box_b .content ul {
	margin: 0 0 0 12px;
	padding: 0;
}

.box_a .content ol,
.box_b .content ol {
	margin: 0 0 0 17px;
	padding: 0;
}

.photo,
.button {
	padding: 8px 0 2px 0;
	text-align: center;
}

.photos {
	border: 1px solid #CCC;
	padding: 4px;
}
.signage {
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	padding-bottom: 10px;
}

.quotation {
	color: #61778E;
	font-size: 19px;
	font-weight: bold;
}

/*** Images ***/

.imagespacert {
	float: right;
	margin: 0 0 10px 10px;
}

.imagespacelt {
	float: left;
	margin: 0 10px 10px 0; 
}

.icon {
	padding-right: 6px;
}

/*** Links ***/

a:link, 
a:visited, 
a:active {
	color: #009;
	text-decoration: none;
}

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

/*** The "About Us" index page ***/

body#about_us #title {
	display: none;
}

body#about_us #print {
	position: absolute;
	left: 296px;
	top: 4px;
}

body#about_us #main_index {
	background-color: #BDD3EE;
	float: right;
	width: 198px;
	padding: 0px;
	margin: 0px;
}

body#about_us #main_index * {
	margin-left: 0px;
}
body#about_us #main_index ul {
	margin-left: 12px;
}

body#about_us #content_area {
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	width: 584px;
}

body#about_us #home_content {
	float: left;
	margin-top: 30px;
	width: 360px;
}

/*** Submit Selection Form ***/

#content_area .form {
	background-color: #CEDDE6;
}

#content_area .form th {
	padding: 15px 15px 0 15px;
	text-align: right;
	vertical-align: top;
}

#content_area .form td {
	padding: 15px 15px 0 0;
	text-align: left;
	vertical-align: top;
}

#content_area .form .button td {
	padding: 15px 15px 15px 0;
}

#content_area .form .optional {
	color: #312f2c;
	font-size: 11px;
}

/*** Steps 1,2 & 3 ***/

.box_steps {
	background-color: #EEEEE1;
	margin: 0;
	padding: 0;
	width: 166px;
	text-align:left;
}

.box_steps h2 {
	color: #fff;
	font-size: 15px;
	background-color: #37587B;
	margin: 0;
	padding: 5px 10px;
}

.box_steps .content {
	margin: 0;
	padding: 10px;
}

.box_steps .content .photo {
	border: 1px solid #CCC;
	padding: 0;
	margin-top: 10px;
}


