p a {
	font-weight:normal;
	text-decoration:underline;
}

.container {
	background:url(../images/container_background.gif) top center repeat-y;
}

/* styles for the center column */
.center_column .content_padding {
	padding:0px 30px 0px 30px;
}
.center_column ul {
	margin:10px 0px;
	margin-left:5px;
	padding-bottom:7px;
	padding-left:15px;
	list-style: disc url(../images/bullet_blue_square.png) outside;
	text-indent:0em;
}
.center_column select, .center_column select option{
  color:#826F74;
	font-family:verdana,sans-serif;
  font-size:11px;
}

.center_column select{
	margin-top:2px;
	height:20px;
}

.image_holder_right {
	float:right;
}
.image_holder_right .image_padding {
	padding:0px 0px 5px 20px;
}
.image_holder_left {
	float:left;
}
.image_holder_left .image_padding {
	padding:0px 20px 5px 0px;
}
.image_holder_right .center,
.image_holder_left .center {
	text-align:center;
}
.image_holder_right img,
.image_holder_left img {
	border:1px solid #e4e1da;
}
.image_holder_right p,
.image_holder_right a,
.image_holder_left p,
.image_holder_left a {
	font-size:10px;
	line-height:13px;
	text-decoration:none;
}

/* styles for the left column on all inner pages */
.breaker_left_column {
	width:100%;
	height:1px;
	background:url(../images/left_column_breaker.gif) top center no-repeat;
	margin:5px 0px;
}
.section_title {
	padding-left:15px;
}
.section_title p,
.section_title p a {
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	color:#aba2a7;
	text-decoration:none;
}
.section_title p {
	background:url(../images/navigation/left_level_one_empty.gif) bottom left no-repeat;
	padding-left:5px;
	height:30px;
	line-height:26px;
}
.section_title p a:hover {
	color:#706466;
}

/* styles for the right column on all inner pages */
.breaker_right_column {
	width:100%;
	height:1px;
	background:url(../images/right_column_breaker.gif) top center no-repeat;
	margin:8px 0px;
}
.right_column h2 {
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#aba2a7;
	text-decoration:none;
}
.right_column p {
	color:#826f74;
}
.right_column p a {
	color:#5186a8;
}
.right_column p a:hover {
	color:#0f3852;
}
.right_column ul {
	padding-bottom:7px;
	padding-left:15px;
	list-style: disc url(../images/bullet_blue_chevron.png) outside;
	text-indent:0em;
}
.right_column ul li {
	margin-top:3px;
	margin-left:0px;
	padding-left:0px;
}
.right_column ul li p,
.right_column ul li p a {
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	color:#5186a8;
	text-decoration:none;
}
.right_column ul li p a:hover {
	color:#0f3852;
}


/* to hide the bullets from a list */
.right_column ul.nobullet {
	list-style:none;
	list-style-type: none;
	list-style-image: none;
	padding-left:5px;
}


/* styles for the wide content*/
body.wide .container {
	background:url(../images/container_wide_background.gif) top center repeat-y;
}
body.wide .page_content {
	background:url(../images/breadcrumb_wide_background.gif) top left no-repeat;
}
body.wide .page_content_footer {
	background:url(../images/content_wide_footer_background.gif) top left no-repeat;
}

body.wide .right_column {
	display:none;
}
body.wide .center_column {
	width:754px;
}

/* styles for the gallery */
.galleryNav {
	width:680px;
	border-top:1px solid #d1cbcd;
	border-bottom:1px solid #d1cbcd;
	padding:2px 0px;
	text-align:right;
}
.galleryNav p a {
	text-decoration:underline;
}

.galleryContainer {
	position:relative;
}
.pictureContainer {
	float:left;
	padding:0px;
	width:155px;
	overflow:visible;
}
.pictureFrame {
	padding:0px;
	border-spacing:0px;
	margin:0px;
}
.pictureFrame td { 
	width:155px;
	height:155px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/content/gallery/pictureFrame.gif) top left no-repeat;
}
.pictureFrame a {
	text-decoration:none;
}
.pictureFrame img {
	border:1px solid #e9e2e4;
}
.pictureContainer p a {
	text-decoration:underline;
}
.picturePadding {
	float:left;
	width:20px;
	height:155px;
}
.pictureBreaker {
	clear:both;
	height:20px;
}

.popUp {
	display:none;
	position:absolute;
	top:0px;
	left:120px;
/*
	width:310px;
	height:314px;
*/
	width:442px;
	height:440px;
	z-index:10;
	background:url(../images/content/gallery/popUp2.gif) top left no-repeat;
}
.popUp .close {
	float:right;
	display:block;
	margin:5px 5px 0px 0px;
}
.popUp .pictureFrame {
	padding:1px;
	border-spacing:0px;
	margin:0px;
}
.popUp .pictureFrame td { 
	/*
	width:306px;
	height:290px;
	*/
	width:432px;
	height:416px;
	text-align:center;
	vertical-align:middle;
	background:none;
}
.popUp .pictureFrame img {
	border:none;
}


/* styles for a form */
.hrWide {
	width:100%;
	height:1px;
	margin:15px 0px;
	background:url(../images/hr_wide.gif) top center no-repeat;
}
.formBullet {
	margin:0px 5px 0px 0px;
}

td.form {
	padding:1px 5px;
	border:none;
	text-align:left;
}
td.form_search {
	padding:1px 5px;
	text-align:left;
	border:none;
}
label {
	float:left;
	/* width:100px; */
	line-height:16px;
}
input {
	float:left;
	margin-right:5px;
	height:16px;
}
select {
	float:left;
	width:175px;
	height:18px;
	padding:0px;
	margin:0px;
	color:#996FA8;
	line-height:16px;
}
option {
	margin:1px;
	color:#996FA8;
}
select,
input {
	border:1px solid #7F9DB9;
}
.contactMarket, .productInfo {
	width:400px;
	height:158px;
	border:1px solid #7F9DB9;
	overflow:scroll;
	margin:5px;
}
.contactMarket label, .productInfo label {
	width:250px;
}

p.project_radio,
div.project_radio {
	line-height:18px;
}
div.project_radio span {
	float:left;
}
div.project_radio table,
div.project_radio table tr td {
	float:left;
	margin:0px;
	padding:0px;
	border:none;
}
div.project_radio table tr {
	display:block;
	float:left;
}
div.project_radio input,
p.project_radio input,
div.project_radio label,
p.project_radio label {
	display:inline;
	float:none;
	margin:0px 2px 0px 5px;
	vertical-align:bottom;
	border:none;
}


/* for products pages */
div.select {
	float:right;
	padding-top:4px;
}
div.select select {
	height:18px;
	width:200px;
	padding:1px;
	font-size:11px;
	color:#826f74;
	line-height:16px;
	border:1px solid #7F9DB9;
}
div.select select option {
	font-size:11px;
	color:#826f74;
	line-height:16px;
}
.product_content {
	width:500px;
	background:url(../images/content/products/content_background.gif) top left repeat-x;
}

.product_content ul{
  font-size:11px;
}

.noborder, img.noborder, span.noborder input {
	border:none;
}


.hr_narrow {
	width:100%;
	height:1px;
	margin:15px 0px;
	background:url(../images/hr_narrow.gif) top center no-repeat;
	clear:both;
}

p.links {
	padding-top:0px;
	margin-top:5px;
	position:relative;
}
p.links a {
	font-weight:bold;
	text-decoration:none;
	position:relative;
}

/* Blue NOTE */
div.bluenote {
	width:100%;
	height:29px;
	background:url(../images/blue_note_background.gif) top center no-repeat;
}
div.bluenote p {
	display:block;
	width:100%;	
	margin:5px 10px 8px 10px;
	text-align:center;
}
div.bluenote p a {
	font-weight:bold;
	text-decoration:none;
}
div.bluenote p a:hover {
	text-decoration:underline;
}
	

/* TABLE STYLES */
table.content {
	width:100%;
	text-align:center;
	margin-top:5px;
}
table.content th,
table.content td {
	padding:4px 10px 6px 10px;
	border-right:1px solid #cecccd;
}
table.content th {
	border-top:1px solid #cecccd;
	border-bottom:1px solid #cecccd;
}
table.content td {
	border-bottom:1px solid #fff;
}
table.content th.right,
table.content td.right {
	border-right:none;
	text-align:right;
}
table.content th.left,
table.content td.left {
	text-align:left;
}
table.content th.right.left,
table.content td.right.left {
	border-right:none;
	text-align:left;
}
table.content tr.shadow td {
	background-color:#f5f1f2;
}
table.content tr.bottom td {
	border-bottom:1px solid #cecccd;
}
table.content th.middle_right,
table.content td.middle_right {
	text-align:right;
}
table.content th.middle_left,
table.content td.middle_left {
	text-align:left;
}
table.content tr.footer td {
	font-weight:bold;
	padding-bottom:8px;
	border-bottom:1px solid #cecccd;
	border-right:none;
}
table.content th p a {
	font-weight:bold;
	text-decoration:none;
}
table.content th p a:hover {
	font-weight:bold;
	text-decoration:none;
}
table.content td p a {
	font-weight:normal;
	text-decoration:underline;
}


/* FORM ERRORS */
p.form_error {
	font-weight:bold;
	color:#cc0000;
	margin:0px;
	margin-left:10px;
}
ul.form_error {
	list-style: disc url(../images/bullet_red_square.png) outside;
	margin:0px;
	margin-left:10px;
}
ul.form_error li {
	font-weight:normal;
	color:#cc0000;
}
div.input_error {
	float:left;
	width:10px;
	height:18px;
	background:url(../images/bullet_red_triangle.png) top left no-repeat;
}
td.form label.input_error {
	width:90px;
}

/* TABLE STYLES - No Style */
table.clear,
table.clear td {
	border:none;
}

table.blank {
	width:auto;
	text-align:center;
	margin-top:auto;
}
table.blank th,
table.blank td {
	padding:auto;
	border-right:auto;
}
table.blank th {
	border-top:auto;
	border-bottom:auto;
}
table.blank td {
	border-bottom:auto;
}


/* styles for the Product and Project Homepages */
.center_column .placement {
	float:left;
	width:230px;
}
.center_column .placement .placement_image{
	width:230px;
	height:80px;
}
.center_column .placement .content_placement_text {
	padding:3px 6px;
	background:url(../images/placement_text_home_background.gif) top left repeat-x;
}

.center_column .featureSeparator {
	float:left;
	width:20px;
	height:200px;
}


/* event table */
.event_table {
  width:480px;
}
.event_table td div {
	float:right;
	padding-right:2px;
	width:90px; /* makes sure it can not be too large */
}
.event_table td h3 {
	float:left;
	width:380px;  /* leaves 10px of space */
}
.event_table td div img {
  border:1px solid #E4E1DA;
}



/* *********** FORMS ************** */
div.form_spacer {
	height: 1em;	
}


/* invisible links in content */
p a.invisible_link,
p a.invisible_link:hover,
p a.invisible_link:link,
p a.invisible_link:visited,
p a.invisible_link:active {
	font-weight:normal;
	text-decoration:none;
	color:#826f74;
}




