/*#############################################################
Name: Silver Moon Care
Date: 6/18/08
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #224464;
	margin: 0;
	font-family: "Lucida Grande","Myriad Pro","Myriad","Arial","Helvetica",sans-serif;
}
a img {
	border: 0;
}
a.external {
	background:transparent url(img/external.png) no-repeat scroll right center;
	padding-right:13px;
}
.container {
	margin: 0 auto;
	width: 782px;
	position: relative;
}
.header {
	height: 105px;
}

/* main content box */
.box {
	background: #FFFFFF url(img/box-bg.gif) repeat-y;
}
.breadcrumb {
	font-size:75%;
	margin-left: 1em;
	margin-bottom: .5em;
}
.box-header {
	background: #DDE4EB;
	margin-right: 4px;
}
.box-top {
	background: #FFFFFF url(img/box-top.gif);
	height:19px;
}
.box-left {
	float:left;
	width:201px;
	padding-left:15px;
	padding-right:10px;
	color:white;
}
#box-left a {
	text-decoration: none;
	font-weight: normal;
	color: white;
}
#box-left a:hover {
	border-bottom: .1em solid;
}
#box-left li {
	list-style-image: url(img/bullet.gif);
	list-style-type: square;
	list-style-position: inside;
	font-size: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#box-left-sub li {
	list-style: none;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 90%;
}
.contact {
	padding-top: 20px;
	font-size: 80%;
	color: #D8DDE3;
}
#company_name {
	font-weight: bold;
	color: #D8DDE3;
}
#certification p {
	font-size: 50%;
}
#selected a {
	color: black;
}
.box-right {
	float:right;
	width:556px;
}
.box-content {
	padding: 10px 15px 0px 10px;
	font-size: 90%;
}
.box-content li {
	list-style-position: inside;
}

.box-bottom {
	background: #FFFFFF url(img/box-bottom.gif);
	height:19px;
}
.minibox-right {
	float:right;
	width:250px;
}
.minibox-left {
	float:left;
	width:250px;
}

/* infobar */
.infobar {
	background: #763DA7;
	height: 15px;
	width: 100%;
	color: white;
	font-size: 70%;
	text-align: center;
	white-space: nowrap;
}
#infobarnav li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
}
#infobarnav a {
	text-decoration: none;
	font-weight: normal;
	color: white;
}

/* footerbar */
.footerbar {
	font-size: 70%;
	text-align: center;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
}
#footerbarnav li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
}
#footerbarnav a {
	text-decoration: none;
	font-weight: normal;
	color: white;
}

/* disclaimer box */
.disclaimer {
	margin: 0 auto;
	width: 550px;
	position: relative;
	font-size: 65%;
/*	border: 2px solid #604B6E;
	background-color: #A37EBA; */
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
	color: #604B6E;
}
#disclaimer p {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:justify;
}
#disclaimer a {
	font-weight: normal;
	font-style: underline;
	color: #604B6E;
}
.footnote {
	margin: 0 auto;
	width: 550px;
	position: relative;
	font-size: 65%;
	color: black;
	padding-bottom: 0px;
}


/* content & misc */
h1 {
	font-family: "Lucida Grande","Myriad","Myriad Pro","Verdana","Tahoma","Arial","Helvetica",sans-serif;
	padding: .5em;
	font-size: 130%;
}
h2 {
	font-family: "Lucida Grande","Myriad","Myriad Pro","Verdana","Tahoma","Arial","Helvetica",sans-serif;
	font-size: 110%;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3 {
	font-size: 90%;
	padding-top: 1em;
	text-transform: uppercase;
}
.floatimgright {
	float:right;
	margin-right:10px;
	margin-bottom:10px;
	clear: both;
	border-style: solid; 
	border-width: 1px;
}
p {
	padding-bottom: 15px;
	line-height: 1.3em;
}
li {
	line-height: 1.3em;
}
ul {
	margin-bottom:10px;
}
.center {
	text-align: center;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
a {
	font-weight: bold;
}
.clearer {
	clear: both;
}
.super {
	vertical-align: super;
	font-size:65%;
}
.name {
	font-size:150%;
}
.commonlist {
	margin-left: 20px;
	padding-bottom: 15px;
}

.box-content form ul {
	margin-bottom: 3em;
}
.box-content form li {
	list-style-type: none;
	clear: left;
	margin-bottom: 1em;
}
.box-content form li label {
	float: left;
	width: 12.5em;
	text-align: right;
	margin-bottom: 1em;
	margin-right: .5em;
}
.box-content form input {
	float: left;
	width: 20em;
}
.box-content form input#submit {
	width: 10em;
}