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


body {
	background:		#fff;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		80%;
	color:			#11147f;
}

/* Index page only styles */

#sidebar {
	
	padding: 0px 0px 0px 30px;
	margin:	0px 0px 20px 30px;
	width:	200px;
	color:	#230350;
	line-height: 1.7em;
	text-align:	left;
	border-left: 2px solid #aaa;
	float: right;
}

#sidebar h2 {
	font-size:			125%;
	text-align:			left;
	padding-top:		0px;
	margin-top:			0px;

}

#sidebar img {
	text-align:			center;
	padding:			10px 0px;
	
}

#sidebar p {
	text-align:			left;
	
}

#sidebar a {
	text-decoration:	underline;
	
}


/* END index page styles */

#allcontent {
	background-color:	#fff;
	width: 				1000px;
	margin-left:		auto;
	margin-right:		auto;
	margin-top:			0px;
	margin-bottom:		20px;
	border:				none;
	padding-top:        20px;
}

#header {
	padding: 			0px;
	width:				740px;
	height:				85px;
	margin-bottom:		20px;
	margin-left:		auto;
	margin-right:		auto;
	background-image:	url(../images/header-bg.jpg);
	text-align:			center;
	border:				1px solid #11147f;
	background-repeat:	no-repeat;
	background-color: #11147f;
}


/* Content styles - editable #content region of template */

#content {
	padding: 0px;
	margin:	0px 65px 0px 25px;
	text-align:	left;
	line-height: 1.5em;
}

#content h1 {
	text-align:	left;
	padding: 15px 0px 20px 0px;
	font-size: 1.5em;
	
}


#content h2 {
	padding-bottom: 5px;
	font-size: 1.25em;
	
}

#content h3 {
	padding-bottom: 5px;
	font-size: 1.2em;
	
}

#content h4 {
	margin:				10px 0px 0px 0px;
	vertical-align:		text-bottom;
	padding-bottom:     0px;
	line-height:		.5em;
}

#content ul {
	padding:     	    10px 20px 10px 15px;
}

#content ul li ul {
	list-style: circle;
}

#content img {
	text-align:			center;
	padding-right:		5px;
	border:				none;
}

#content em {
	color:				#11147f;
	font-style:			italic;	
}

#content p {
	padding-bottom: 10px;
}

/* Navigation styles */

/* Top level nav */

#mld-nav #current {
	border-bottom: 2px solid #11147f;
	padding-left: 0px;
}

#mld-nav {
	width: 100%;
	font-size: 1.25em;
	margin: 0px 55px 20px 25px;
	float: left;
	clear: right;
	
}

#mld-nav ul {
	margin-left: 0px;
	
}

#mld-nav li {
	border: none;
	list-style-type: none;
	float: left;
	position: relative;
	background-color: #fff;
	margin-right: 20px;
	
}

#mld-nav li:first-child {
	border: none;
}

#mld-nav li:hover {
	background-color: #fff;
}


#mld-nav a {
	color: #555;
	font-weight: bold;
	padding: 2px 10px;
	text-decoration: none;
	display: block;

}

#mld-nav a:first-child {
	padding-left: 0px;
}

#mld-nav a:hover {
	color: #840000;
	padding: 2px 10px;
}

#mld-nav a:hover:first-child {
	padding-left: 0px;
}

#mld-nav li:hover ul {
	display: block;
	
}
/* Top level nav end */

/* Drop menu start level 2 */

#mld-nav ul li ul {
	margin: 0;
	width: 10em; /* makes menu stack */
	position: absolute;
	left: -1px;
	z-index: 99;
}

/* Hides drop menu until hovered */
#mld-nav ul li ul {
	display: none;
}

#mld-nav ul li:hover ul {
	display: block;
}
/* Ends hide */

#mld-nav ul li ul li {
	width: 100%;
	font-size: .8em;
	font-weight: normal;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#mld-nav ul li ul li:first-child {
	border: 1px solid #ccc;
}

/* Sub Nav */
#sub-nav #sub-current {
	color: #840000;
}

#sub-nav {
	width: 100%;
	font-size: .75em;
	margin: 10px 55px 20px 0px;
	float: left;
	
}

#sub-nav ul {
	margin-left: 0px;
	
}

#sub-nav li {
	border: none;
	list-style-type: none;
	float: left;
	position: relative;
	background-color: #fff;
	margin-right: 20px;
	
}

#sub-nav li:first-child {
	border: none;
}

#sub-nav li:hover {
	background-color: #fff;
}


#sub-nav a {
	color: #555;
	font-weight: bold;
	padding: 2px 10px;
	text-decoration: none;
	display: block;

}

#sub-nav a:first-child {
	padding-left: 0px;
}

#sub-nav a:hover {
	color: #840000;
	padding: 2px 10px;
}

#sub-nav a:hover:first-child {
	padding-left: 0px;
}

#sub-nav li:hover ul {
	display: block;
	
}

/* Foot Nav */

#foot-nav {
	width: 100%;
	font-size: 1em;
	margin: 0px 55px 10px 0px;
	float: left;
	
}

#foot-nav ul {
	margin-left: -12px;
	
}

#foot-nav li {
	border: none;
	list-style-type: none;
	float: left;
	position: relative;
	background-color: #fff;
	margin-right: 20px;
	
}

#foot-nav li:first-child {
	border: none;
}

#foot-nav li:hover {
	background-color: #fff;
}


#foot-nav a {
	color: #555;
	font-weight: normal;
	padding: 2px 10px;
	text-decoration: none;
	display: block;

}

#foot-nav a:first-child {
	padding-left: 0px;
}

#foot-nav a:hover {
	color: #840000;
	padding: 2px 10px;
}

#foot-nav a:hover:first-child {
	padding-left: 0px;
}

#foot-nav li:hover ul {
	display: block;
	
}

/* Hacks for IE */
* html a {
	display: block;
}
* html div#mld-nav {
	float: left;
	border-left: 1px solid #ccc;
	margin-left: 10px;
}

* html div#sub-nav {
	float: left;
	border-left: 1px solid #ccc;
	margin-left: 10px;
}


/* End IE hacks */
/* img styles */

#content img.bordered {
	border: 1px solid #000;
	padding-right: 0px;
}

/* textlink styles */

.email {
	color:			#555;
	font-weight:	bold;
	background:		none;
	font-size:		small;
	text-decoration:	underline;
}

.link-top {
	color:			#555;
	font-weight:	bold;
	background:		none;
	font-size:		small;
	text-decoration: none;
	vertical-align: top;
}

/* tag styles */
#footer p {
		padding:		5px 0px;

}


i {
	font-weight:	bold;
	
}

em {
	font-size:		90%;
	color:			red;
	font-weight:	normal;
	font-style:		normal;
	
}

/* table styles */
caption {
	font-size:		125%;
	font-weight:	bold;
	text-align:		left;
	padding:		20px;
	
}


table table {
	border:			none;
	padding:		0px;
	
}

table table td {
	text-align:		right;
	padding-bottom:	0px;
	
}

/* class styles */
.cat {
	font-weight:		bold;
	color:				#666666;
	text-decoration:	none;
	
}

.detail {
	font-style:		italic;
	color:			#11147f;
	
}

.center {
	text-align:		center;
	
}

.rfq {
	text-align:		center;
	
}

p.left {
	float: left;
	margin-right: 5px;
}

.gray {
	color: #555;
	font-size: .75em;
	padding-top: 10px;
}

/* contact page styles */
#contact {
	margin-left:	auto;
	margin-right:	auto;
	padding:        0px;
	
}

#contact table {
	padding:		0px;
	margin-left:	auto;
	margin-right:	auto;
	margin-bottom:	20px;
	
}

#contact th {
	text-align:		right;
	padding:	5px 0px 5px 5px;
	vertical-align: text-top;
	
}

#contact td {
	padding:		5px 0px 5px 5px;
	text-align:		left;
	vertical-align: text-top;
	
}

#contact caption {
	text-align:			center;
	
	
}

#contact a:link {
	color:			#11147f;
	background:		none;
	font-size:		small;
	text-decoration:	underline;
	text-align:		center;
	padding:        10px 0px;
	
}

#contact a:visited {
	color:			#11147f;
	background:		none;
	font-size:		small;
	text-decoration:	underline;
	text-align:		center;
	padding:        10px 0px;
	
}

#contact p {
	text-align:		center;

}


#client-wip {
	
	text-align:			center;
	
}

/* form styles */
#form {
	
	
	
}

#form table{
	border:			none;
	margin-left:	0px;
	
}

#form td {
	padding:    5px 0px 0px 5px;
	
}

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

#form caption {
	padding: 		5px 0px 0px 15px;
	font-size:		1em;
	
}

#form a:link {
	color:				#11147f;
	background:			none;
	text-decoration:	underline;
	text-align:			center;
	padding:        	10px 0px;
	
}

#form a:visited {
	color:				#11147f;
	background:			none;
	text-decoration:	underline;
	text-align:			center;
	padding:        	10px 0px;
	
}


#rescontact {
	width:			250px;
	margin-left:	auto;
	margin-right:	auto;
	margin-top:		30px;
	text-align:		center;

}

/* Blue-light Box Styles */
#crown {
	width: 				740px;
	height:				20px;
	margin-top:			0px;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		0px;
	border-left:		1px solid #11147f;
	border-right:		1px solid #11147f;
	border-top:			1px solid #11147f;
	
}

#content-bg {
	width: 				740px;
	margin-top:			0px;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		0px;
	border-left:		1px solid #11147f;
	border-right:		1px solid #11147f;
	border-bottom:		1px solid #11147f;
}

p.logo img  {
	margin-right: 10px;
}

#Accordion1 {
	width: 685px;
}