﻿

div#HomePrimaryContainer {
	width:941px;
	margin-left: 7px;
	background-color:transparent !important;
/*	background: transparent url('/_images/layout/pgContainerBkrd.png') repeat-y ;*/
/*    background: transparent url('/_images/boat_icon.png') ;*/
	border: 0px solid tomato;
}



/*alert styles */
#AlertStripContainer {
	margin: 0 0 7px 7px;
	width:941px;
	height:38px;
	display:none;
	/*background: transparent url('/_images/layout/pgContainerBkrd.png') repeat-y ;*/
}
#AlertStripLeft {
	width:10px;
	height:38px;
	float:left;
	background: transparent url('/_images/Alert/LeftEndBG.gif') no-repeat ;
	border: 0px solid aqua;
}
#AlertStripCenter {
	width:898px;
	height:34px;
	border-top:2px solid #FF0000;
	border-bottom:2px solid	#FF0000;
	background:#FCD4CE;
	float:left;
}
#AlertStripRight {
	background: transparent url('/_images/Alert/RightEndBG.gif') no-repeat ;
	width:10px;
	height:38px;
	float:left;
	border: 0px solid aqua;
}
#AlertStripIcon {
	position:relative;
	top:1px;	
}
#AlertStripText {
	display:inline;
	position:relative;
	top:-3px;
	margin-left:3px;
}
#AlertStripLinkButton { 
	position:relative;
	top:5px;
	margin-left:10px;
	border:0px;
}
#AlertStripClose {
	width:22px;
	height:34px;
	border-top:2px solid #FF0000;
	border-bottom:2px solid	#FF0000;
	background:#FCD4CE;
	float:left;
}
#AlertStripClose img {
	margin-top: 5px;
	border:0px;
}

/* IE6 alert styles */
#IE6AlertContainer {
	display:none; /* Javascript on welcome.aspx to only show this in IE 6 and below */
	margin: 0 0 7px 7px;
	width:941px;
	height:38px;
	border: 0px solid green;
}
#IE6AlertStripLeft {
	width:10px;
	height:38px;
	float:left;
	background: transparent url('/_images/Alert/LeftEndBGOrange.gif') no-repeat ;
}
#IE6AlertStripCenter {
	width:920px;
	height:34px;
	border-top:2px solid #f4ab3a;
	border-bottom:2px solid	#f4ab3a;
	background:#fdf2e2;
	float:left;
}

#IE6AlertStripIcon {
	position:relative;
	top:1px;	
}

#IE6AlertStripText {
	font-size:1.2em;
	font-weight:bold;
	display:block;
	position:relative;
	top:-4px;
	margin: 12px 0 0 20px;
}
#IE6AlertStripRight {
	background: transparent url('/_images/Alert/RightEndBGOrange.gif') no-repeat ;
	width:10px;
	height:38px;
	float:left;
	border: 0px solid aqua;
}

#InfoContainer {
	display: none;
	margin-left: 7px;
	margin-bottom: 10px;
	width: 940px;
}

#InfoContainerTop {
	width: 940px;
	background: transparent url('/_images/Alert/top-alert-green_top940px.png') no-repeat;
	height: 5px;
}

#InfoContainerMiddle {
	width: 940px;
	background: transparent url('/_images/Alert/top-alert-green_middle940px.png') repeat-y;
	padding: 10px;	
}

#InfoContainerBottom {
	width: 940px;
	background: transparent url('/_images/Alert/top-alert-green_bottom940px.png') no-repeat;
	height: 5px;
}

#InfoContainerText {
	padding-left: 10px;
	color: #4c3f2e;
	font-size:1.2em;
	font-weight:bold;
	vertical-align: sub;	
}

