/* Global Elements
----------------------------------------------------*/

body {
	background: #012d6a;
	text-align: center; /* IE 6 hack */
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #000;
	font-size:  12px;
}

/* "wild card" - universal selector removes default padding and margins globally */
* { 
	padding: 0px;
	margin: 0px;
}

/* Firefox link border remove
----------------------------------------------------*/

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* Typography
----------------------------------------------------*/

h1 {
	color: #e8a713;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0px 15px 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	color: #012d6a;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	color: #012d6a;
}

p {  
	margin-top: 10px; 
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #012d6a;
	text-decoration: none;
	border-bottom: 1px dotted #012d6a;
}

/*a:hover, a:active {
	color: #03a;
	border-bottom: 0px;
}*/

#mainContent a:hover {
	background-color: #DFF2FF;
}

#footer p {
	font-size: 10px;
	color: #012d6a;
}

#mainContent h1, h2, h3, p, hr {
	padding-left: 25px;
	padding-right: 90px;
}

#mainContent #slideshow {
	cursor: default;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	
	margin-left: -15px;
	
	margin-top: -10px;
	margin-bottom: -15px;
	/* display: inline; IE 6 double-margin float bug hack */
}

#mainContent #slideshow object {
	cursor: default;
}

#mainContent #slideshow script {
	cursor: default;
}

#mainContent ul {
	padding-left: 40px;
	padding-right: 90px;
	margin-left: 10px;
}

#mainContent li {
	padding-top: 5px;
}

#mainContent table {
	padding-left: 25px;
	padding-right: 10px;
}

/* Primary Section Layout
----------------------------------------------------*/

#wrapper {
	background: #fff url(/img/wrapper_bg.gif);
	width: 951px;
	margin: 0 auto; /* aligns page center - all but IE 6 */
	text-align: left; /* IE 6 hack */
}

.french #sideContentContainer {
	background: url('/img/sideContent_bg_fr.gif') no-repeat;
	position: relative;
	float: left;
	width: 387px;
	height: 715px;
}

#sideContentContainer {
	background:url('/img/sideContent_bg.gif') no-repeat;
	position: relative;
	float: left;
	width: 387px;
	height: 715px;
}

#logo {
	position: absolute;
	top: 29px;
	left: 46px;
	height: 181px;
	width: 331px;
}

#logo a:link {
	border: none;
}

#logo a:visited {
	border: none;
}

#mainContentContainer {
	background: url('/img/mainContent_bg.gif') no-repeat;
	position: relative;
	float: right;
	width: 564px;
}

#languageSelect {
	display: block;
	position: absolute;
	right: 25px;
	top: 10px;
	padding: 4px;
	border: 1px solid #e8a713;
}

#languageSelect a {
	border: none;
}

#mainContent {
	margin-top: 80px;
	margin-left: 10px;
	margin-right: 10px;
}


#mainNav {
	position: absolute;
	left: 46px;
	top: 246px;
	width: 331px;  /* width of the logo - for centering */
}

#footerContainer {
	background: url('/img/footer_bg.gif') no-repeat;
	position: relative;
	width: 951px;
	height: 136px;
	clear: both;
}

#footer {
	margin: 0 auto;
	text-align: center;
	padding-top: 75px;
}


#reflection {
	background: url('/img/reflection.gif') no-repeat;
	margin: 0 auto; /* aligns page center - all but IE 6 */
	text-align: left; /* IE 6 hack */
	width: 951px;
	height: 127px;
}

#sidePhoto {
	position: absolute;
	left: 46px;
	top: 520px;
	width: 331px;  /* width of the logo - for centering */
	text-align: center;
}

#sidePhotoLanding {
	position: absolute;
	left: 46px;
	top: 300px;
	width: 331px;  /* width of the logo - for centering */
	text-align: center;
}

/* Main Nav
----------------------------------------------------*/


#mainNav ul {
	margin: 0px; /* IE indent remove */
	margin-left: -20px; /* to compensate for padding added below */
	padding: 0px; /* Firefox, Safari indent remove */
	list-style-type: none; /* bullet remove*/
	text-align: center;
}

#mainNav ul li {
	font-size: 12px;
}


#mainNav ul a {
	display: inline; /* list item must have html <br> between to rebuild list */	
	padding-left: 20px;
	line-height: 25px;
	text-decoration: none;
	color: #012d6a;
	border-bottom: 0px;
	width: auto;
}

#mainNav li a:hover {
	background-image: url('/img/navBullet.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-weight: bold;
}


ul.homeSelect .home a,
ul.milkfedSelect .milkfed a,
ul.grainfedSelect .grainfed a,
ul.humaneSelect .humane a,
ul.reserveSelect .reserve a,
ul.programsSelect .programs a,
ul.brandsSelect .brands a,
ul.contactSelect .contact a
 {
	cursor: default;
	font-weight: bold;
	background-image: url('/img/navBullet.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

/* Other Elements
----------------------------------------------------*/

#topPhoto {
	float: left;
}

.reserve_photo {
	margin-top: -15px;
	margin-bottom: 15px;
}


/* PDf List
----------------------------------------------------*/

.checkBox {
	margin: 0px; /* IE indent remove */
	padding: 0px; /* Firefox, Safari indent remove */
	list-style-type: none; /* bullet remove*/
}

.checkBox ul li {
	display: inline; /* IE fix to eliminate extra space between li items */
}

.checkBox li a:link {
	display: block;
	padding: 0 25px; /* t r b l? */
	width: 250px; /* for IE 6 to see hover background - force layout */
	background-image: url('/img/checkBox.gif');
	background-repeat: no-repeat;
	background-position: 0% -2px;
}

.checkBox li a:visited {
	display: block;
	padding: 0 25px; /* t r b l? */
	width: 250px; /* for IE 6 to see hover background - force layout */
	background-image: url('/img/checkBoxCheck.gif');
	background-repeat: no-repeat;
	background-position: 0% -2px;
	/* color: #FF6600; */
}

.checkBox li a:active {
	background-image: url('/img/checkBoxCheck.gif');
	background-repeat: no-repeat;
	background-position: 0% -2px;
}

.checkBox li a:hover {
	background-image: url('/img/checkBoxCheck.gif');
	background-repeat: no-repeat;
	background-position: 0% -2px;
}
.errors{
  color:#FFFFFF;

}
a.contentLink{
	color:#FFFFFF;
	text-decoration:underline;

}
a.contentLink:hover{
	color:#FFFFFF;
	text-decoration:none;

}
a.contentLink:link{
	color:#FFFFFF;
	text-decoration:underline;

}
a.contentLink:active{
	color:#FFFFFF;
	text-decoration:underline;

}
a.contentLink:visited{
	color:#FFFFFF;
	text-decoration:underline;

}

.managerLayerSwitch
{
	left:4px;
	z-index:10000;
}
