/* html defs */
	html,body {
		margin: 0px;	
		padding: 0px; 
		width:100%;
	}
	body 
	{
		background-color: #003258;
		background-image: url('/Portals/_default/skins/ChrisRothfuss/images/background.jpg');		
		background-position: top left;
		background-repeat: repeat-x;
		text-align:center;
	}
	html,body,table {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;
	}
	div { margin: 0px; padding: 0px; }
	img { border: 0px; }
	td, th { vertical-align: top; }
	p { margin:0px 0px 10px 0px; margin:0em 0em 1em 0em; }
/* end html defs */


/* body styles */
	.pad10 {
		padding: 10px;
	}
/* end body styles */

/* side bar */
	.ltContent hr {
		background-color: #e8e8e8;
		height: 1px;	
		margin: 0px auto;
		padding: 0px;
		width: 190px;			
	}
/* end side bar */

.skinContainer {
width:948px;
margin:0px auto 0px auto;
text-align:left;
}
.skinMenu {
background-image: url('/Portals/_default/skins/ChrisRothfuss/images/menu_background.jpg'); background-repeat: repeat-x; height: 51px;
}
.skinContent { 
background-color: #d3d3d3; 
background-image: url('/Portals/_default/skins/ChrisRothfuss/images/body_bottom_bg.gif'); 
background-repeat:repeat-x; 
background-position: bottom left; 
height: auto !important;  
height:500px;  
min-height: 500px; 
width: 948px;  
}
.skinBottomMenu { 
background-image: url('/Portals/_default/skins/ChrisRothfuss/images/footer_bg.gif'); 
background-repeat: no-repeat; 
width: 948px; 
height: 32px; 
text-align: center; 
vertical-align:middle;
}
.skinBottomMenu a {
	color: #63aaf2;
	font-size: 11px;		
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;	
}
.loginClass {
float:left;
width:40px;
margin-right:-40px;
font-size:11px;
text-align:left;
opacity:0;
filter:alpha(opacity=0);
}
.gutter {
	height: 100%;
	width: 15px;
}

.headerDiv { height: 201px; position: relative; }
.headerEmailFormDiv {  position: absolute; right: 16px; top: 145px; width: 237px; z-index: 10; height: 46px;  }
/* header styles */
.headerImg 
{
	height: 201px;
	width: 948px;
}		

/* .headerEmailFormDiv */
.signupBtn 
{
	float: right;
	height: 24px;
	width: 76px;
	cursor: pointer;	
}

.emailAddrTxt 
{
	float: left;
	font-size: 12px;
	height: 24px;
	margin: 0px;
	padding: 4px 0px 0px 5px;
	width: 149px;
	border-width: 2px;
	border-style: solid;
	border-top-color: #848484;
	border-left-color: #848484;
	border-right-color: #fafafa;
	border-bottom-color: #fafafa; 
}
/* end #headerEmailFormDiv */

/* end header styles */

.maxWidth {
width: 100%;
}
	
