@charset "UTF-8";
/* CSS Document */

@import url('text.css');
@import url('navigation.css');
@import url('images.css');

html,
body {
   margin:0;
   padding:0px 0px 0px 0px;
   height:100%;
   width:100%;
   text-align:center;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: normal;
   font-style: normal;
   text-decoration: none;
   color: #333333;
   background-color: #ffffff;
}
#container {
   min-height:100%;
   position:relative;
   width:100%;
   text-align:center;
   min-height: 100%; 
   height: auto; 
   height: 100%; 
   margin: 0 auto -200px;
}
#container {
   /*height:100%;*/
   width:100%;
}

.push {
	height: 15px;
}

/********************************* header *********************************/

#header {
   padding:0px 0px 0px 0px;
   background-image:url(../images/header_bkgd.jpg);
   background-repeat:repeat-x;
   height:97px;
   text-align:center;
   position:relative;
}
#headerCenter {
	width:920px;
    padding:0px 0px 0px 0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/********************************* body *********************************/

#body {
   padding:0px 0px 60px 0px;
   margin:0px;
   text-align:center;
   background-image:url(../images/body_bkgd.jpg);
   background-repeat:repeat-x;
}

#bodyHome {
   padding:0px 0px 60px 0px;
   margin:0px;
   text-align:center;
   background-image:url(../images/body_home_bkgd.jpg);
   background-repeat:repeat-x;
   background-color: #FFFFFF;
}

#bodyCenter {
	width:920px;
    padding:0px 0px 0px 0px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#bodyHeader {
	width:920px;
	height:100px;
    padding:0px 0px 0px 0px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

/********************************* body columns *********************************/

#columnLeft {
	padding: 2px;
	margin-left: 120px;
	width: 310px;
	float:left;
	min-height: 280px;
}

#columnRight {
	padding: 2px;
	margin-right: 120px;
	width: 310px;
	float:right;
	min-height: 280px;
}


/********************************* footer *********************************/

#footer {
   position: relative;
   bottom:0;
   width:100%;
   min-height:200px;   /* Height of the footer */
   max-height: 500px;
   background-image:url(../images/footer_bkgd.png);
   background-repeat:repeat-x;
   clear: both;
   vertical-align: baseline;
}
#footerCenter {
	width:920px;
	height:200px;
    padding:0px 0px 0px 0px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/footer_bkgdline.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.contact {
	float: left;
	width: 634px;
	height: 83px;
	margin: 0;
    padding:0px 0px 0px 0px;
	white-space:nowrap;
}

.email {
	float: left;
	text-align: right;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 1px;
	padding-top: 50px;
	padding-left: 30px;
}

.emailText {
	margin: 0;
	padding: 44px 0 10px;
	float: left;
}

.phone {
	float: left;
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 1px;
	padding-top: 50px;
	padding-right: 100px;
	vertical-align: text-bottom;
}

.phoneText {
	margin: 0;
    padding:0px 0px 0px 0px;
	float: left;
}
