/* CSS Document */

body {
	margin: 0;
	text-align: left;
	height: 100%;
	padding: 0;
    background: #8C1509;
	font-family: helvetica, impact, sans-serif;
	font-size: 12px;
	color: #FFF;
}

A:link {

text-decoration:none;
font-weight:bold;
color: #FFF;

}

A:visited {

text-decoration: none;
font-weight: bold;
color: #FFF;
}

A:active {

text-decoration: none;
font-weight: bold;
color: #FFF;

}

A:hover { 

text-decoration: underline;
font-weight: bold;
color: #FFF;

}

A.footer:link {

text-decoration:underline;
font-weight:normal;
color: #999;

}

A.footer:visited {

text-decoration: underline;
font-weight:normal;
color: #999;
}

A.footer:active {

text-decoration: underline;
font-weight:normal;
color: #999;

}

A.footer:hover { 

text-decoration: underline;
font-weight:normal;
color: #8C1509;

}

.imgborder {
border: 1px solid #FFF; 
}

.imgborderprofile {
border: 2px solid #000; 
}

.imgbordershop img {
border: 1px solid #FFF;
}

.imgbordershop:hover img {
border: 1px solid #8C1509;
}

.imgbordershop:hover {
color: #8C1509; /* irrelevant definition to overcome IE bug */
}  

li { list-style: square; }
	 

/**************** Structural Elements ****************/

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 840px;
	height: auto;
	}

#folio {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 840px;
	height: auto;
	background: #000;
	border-right: solid 2px #FFF;
	border-left: solid 2px #FFF;
	}

/**************** Site Container ****************/

#site_wrapper {
float: left;
margin: 0;
width: 840px;
height: auto;
padding: 0;
background: #000;

}

/**************** Logo Container ****************/

#header {
	float: left;
	width: 840px;
  	height: 180px;
	margin: 0;
		

	}

/************** Navigation ****************/

#nav {
	float: left;
	width: 840px;
	height: 25px;
	padding: 0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	}

/*************** Main Content Wrapper and Area Styles ****************/

#main_content {
	float: left;
	width: 840px;
	height: auto;
	margin-top:1em;
	margin-bottom:1em;
	padding: 0;
	}
	
td.threetier {
font-size:16px;
font-weight:bold;

}

td.profiles {
font-size:25px;
font-weight:bold;

}

td.profile_name {
font-size:18px;
font-weight:bold;

}


profile_name {
font-size:18px;
font-weight:bold;

}

.warning {
	color: red;
	font-size: 11px;
	
}

.callout_box {
	position: relative;
  	width: 780px;
	height: auto;
	margin-left: 30px;
	margin-right: 30px;
	border: 1px solid #888;
	background-color: #444;
}

H1 {
	font-size: 25px;
	color: #FFF;
	font-weight: bold;
	margin-left:30px;

}

H2 {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;

}

H3 {
	font-size: 22px;
	color: #FFF;
	font-weight: bold;

}

/************************* Footer ***********************/

#footer {
float: left;
width: 840px;
background: #000;
font-size: 10px;
color:#999;
text-align: center;
border-top: 1px solid #FFF;
height: auto;
padding: 0;

}