/* CSS Document */


/* Universal Elements */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 750px;
	height: 100%;
	min-height: 100%;
	position: absolute;
	background-color: #FFFFFF;
	background-image: url(/images/bgMain.png);
	background-repeat: repeat-x;
}

img {
	border: 0px;
}

div {
	border: 0px;
}



/* Navbar Images */

#navLogo {
	left: 0px;
	top: 0px;
	width: 72px;
	height: 80px;	
	position: absolute;
}
	
#navHome {
	left: 83px;
	top: 23px;
	width: 70px;
	height: 43px;	
	position: absolute;
}

#navAbout {
	left: 153px;
	top: 23px;
	width: 89px;
	height: 43px;	
	position: absolute;
}

#navServ {
	left: 242px;
	top: 23px;
	width: 114px;
	height: 43px;	
	position: absolute;
}

#navTher {
	left: 356px;
	top: 23px;
	width: 96px;
	height: 43px;	
	position: absolute;
}

#navFac {
	left: 452px;
	top: 23px;
	width: 86px;
	height: 43px;	
	position: absolute;
}

#navTest {
	left: 538px;
	top: 23px;
	width: 107px;
	height: 43px;	
	position: absolute;
}

#navContact {
	left: 645px;
	top: 23px;
	width: 105px;
	height: 43px;	
	position: absolute;
}



/* Common DIVs */

#container {
	width: 750px;
	height: 100%;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	text-align: left;
}

#navbar {
	width: 750px;
	height: 80px;
	top: 0px;
	left: 0px;
	position: relative;
	display: block;
}

#columnLeft {
	width: 206px;
	height: auto;
	float: left;
	display: block;
	background-image: url(/images/bgls.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

#columnLeftNoBG {
	width: 206px;
	height: auto;
	float: left;
	display: block;
}

#contentLeft {
	width: 164px;
	height: auto;
	position: relative;
	display: block;
	padding-left: 22px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#columnRight {
	width: 530px;
	height: auto;
	float: right;
	display: block;
}

#footer {
	width: 750px;
	height: auto;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}



/* Common Objects and Images */

#titleBar {
	width: 750px;
	height: 215px;
	top: 0px;
	position: relative;
	display: block;
	background-image: url(Medical%20Facilites:%20SSurfside%20Staffing%20is%20here%20to%20connect%20you.);
}

#lsTitle {
	width: 206px;
	height: 59px;
	position: relative;
	display: block;
}

#lsBottom {
	width: 206px;
	height: 25px;
	position: relative;
	display: block;
}

.inputField {
	width: 150px;
	height: 20px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
}



/* Home Page Specific Objects and Images */

#homeFlash {
	left: 0px;
	top: 80px;
	width: 502px;
	height: 370px;	
	position: absolute;
}

#homeRight1 {
	left: 512px;
	top: 80px;
	width: 238px;
	height: 43px;	
	position: absolute;
}

#homeRight2 {
	left: 512px;
	top: 123px;
	width: 238px;
	height: 158px;	
	position: absolute;
}

#homeRight3 {
	left: 512px;
	top: 281px;
	width: 238px;
	height: 10px;	
	position: absolute;
}

#homeRight4 {
	left: 512px;
	top: 291px;
	width: 238px;
	height: 159px;	
	position: absolute;
}

#homeFooter {
	left: 0px;
	top: 465px;
	width: 750px;
	height: auto;
	position: absolute;
	text-align: center;
}



/* Surfside News DIVs */

#news1 {
	width: 250px;
	height: auto;
	float: left;
	display: block;
}

#news2 {
	width: 265px;
	height: auto;
	float: right;
	display: block;
}



/* Sitemap DIVs */

#map1 {
	width: 233px;
	height: auto;
	padding-left: 25px;
	float: left;
	display: block;
}

#map2 {
	width: 234px;
	height: auto;
	padding-left: 25px;
	float: left;
	display: block;
}

#map3 {
	width: 233px;
	height: auto;
	float: right;
	display: block;
}
