/* Media Electric styles */

/* global element definitions */
p {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	line-height: 100%;
}

.pnga { } /* hack to make png tranparency work in IE */

li {
	list-style: circle;
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	line-height: 120%;
}

ul {
	margin-top: 0px;
	padding-right: 6px;
}

h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}


a:visited {
	color: black;
}

a:link img {
	border: none;
}

a:visited img {
	border: none;
}

.listholder {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: -15px;
}

/* box element definitions */
/* individual box backgrounds are defined on their own pages */
#container1 { /* holds entire layout to center the site on the page */
	position: relative;
	left: 50%;
	width: 755px;
	margin-left: -375px;
}

#container2 { /* holds picture_box_home and all content on right side of page */
	width: 753px;
	\width: 773px;
	w\idth: 753px;
}

#container3 { /* holds main_box_home, bits_box_home, subnav_box */
	position: absolute;
	top: 0px;
	left: 223px;
	width: 532px;
	/width: 532px;
	w/idth: 532px;
	padding: 0px;
	margin: 0px;
}

div.picture_box {
	width: 209px;
	\width: 209px;
	w\idth: 209px;
	height: 416px;
	margin: 0;
	margin-right: 12px;
	padding: 0px;
	border: 1px solid #999;
	background-color: #fff;
	background-location: top left;
	background-repeat: no-repeat;	
}

div.footer { /* spans columns to keep them together */
	clear: both;
	padding: 0px;
	height: 1px;
}

.main_box_border {
	border: 1px solid #999;
	background-color: #fff;
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

.main_box {
	min-height: 208px;
	height: 208px;
}

.bits_box_border {
	float: left;
	width: 373px;
	\width: 373px;
	w\idth: 373px;
	margin: 0px;
	margin-right: 12px;
	padding: 0px;
	border: 1px solid #999;
	background-color: #fff;
	background-position: top left;
	background-repeat: no-repeat;
}

.bits_box {
	min-height: 192px;
	height: 192px;
}


.subnav_box_border {
	padding: 0px;
	margin-left: 385px;
	border: 1px solid #999;
	background-color: #fff;
}

.subnav_box {
	min-height: 192px;
	height: 192px;
}

body[class] .main_box { height: auto; }
body[class] .bits_box { height: auto; }
body[class] .subnav_box {height: auto; }


/* items in the subnav list in the lower right corner*/
.subnavlist {
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	line-height: 2em;
	padding-top: 25px;
	padding-left: 32px;
	text-indent: 16px;
	color: #676;
}

.subnavlist a:link, .subnavlist a:visited{
	display: block;
	width: auto;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
	color: #676;
}

.subnavlist a:hover{
	background-image: url(images/bullet_on.gif);
	text-decoration: underline;
}

.firstcol {
	float: left;
	padding-left: 12px;
	width: 225px;
}

.secondcol {
	margin-left: 237px;
	width: 225px;
}

.header_text {
	padding-top: 42px;
	padding-left: 12px;
	padding-bottom: 8px;
}

.general_text {
	padding-left: 12px;
	padding-bottom: 6px;
}

#breadcrumb_bar {
	width: 209px;
	height: 16px;
	background-color: #000;
	margin: 0px;
}

#breadcrumb_bar img {
	margin: 4px;
	padding: 0px;
}

.left_box_nav {
	position: relative;
	top: 290px;
	padding-left: 10px;
	text-align: left;
	margin: 0px;
}

.orange_header {
	display: block;
	font-weight: bold;
	line-height: 120%;
	color: #f52;
	padding-bottom: 0px;
}
