/*
	Primary Screen Style Sheet :
	Developed by: Mizrahi, Inc.

*/

html { background-color: #1B496B; }

body {
	background: #1B496B url(../images/pagebg.jpg) repeat-x 0 0 ;	
	font: 13px/18px arial, helvetica, sans-serif;
	color: #333;
	text-align: center;
	}
	
img { border: 0; }

a { color: blue; outline: none; }
a:visited { color: gray; }
a:hover { color: red; }

b, strong, th {font-weight: bold; }
em, i { font-style: italic; }

td, th { text-align: left; vertical-align: top; }

.note { background: #ffa; color: red;}
.skipnav { display: none; }
.printonly { display: none; }


/* Primary Page Layout
---------------------------------------------------------------------------------------------------- */

.pagewrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}

.masthead {
	position: relative;
	height: 300px;
	width: 900px;
	margin: 0;
	text-align: left;
	}


.footer {
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	}
	
	.footer a {
		color: #FFD2C0;
		display: block;
		text-decoration: none;
		line-height: 60px;
		padding-left: 40px;
		background: url(../images/email-icon.png) left center no-repeat;
		}
		
		.footer a:hover {
			color: #fff;
			}

/* Footer 
---------------------------------------------------------------------------------------------------- */



/* Clear Fix
---------------------------------------------------------------------------------------------------- */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}



