html { 
  background: url(../images/bg-body-lg.jpg) no-repeat fixed center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
	margin:0;
}
img{
	border:none;
}
h1{
	font-family : "Myriad Pro",Arial;
	font-size:21px;
	color:#253b8e;
}
h2{
	font-family : "Myriad Pro",Arial;
	font-size:18px;
	color: #535353;
}


#wrapper{
	margin:0 auto;
	width:872px;
}

/*************************** Top Header and NAV*/
#top-container{
	margin:0 auto;
	width:872px;
}
#top-left{
	width:216px;
	height:195px;
	float:left;
}
#top-right{
	width:570px;
	height:185px;
	float:right;
	text-align:right;
}
a.topright:link, a.topright:visited{
	font-family:'Myriad Pro',Arial;
	font-size: 19px;
	color:#cf8433;
	text-decoration:none;
	margin-right:30px;
}
a.topright:hover{
	font-family:'Myriad Pro',Arial;
	font-size: 19px;
	color:#213f73;
	text-decoration:underline;
	margin-right:30px;
}
a.toplink:link, a.toplink:visited{
	font-family:'Myriad Pro',Arial;
	font-size: 19px;
	color:#cf8433;
	text-decoration:none;
	margin-right:0;
}
a.toplink:hover{
	font-family:'Myriad Pro',Arial;
	font-size: 19px;
	color:#213f73;
	text-decoration:underline;
	margin-right:0;
}
#PageHeader{
	margin:0 0 0 -162px;
	width:1100px;
	height:300px;
	text-align:right;
}

/*************************** Boxes*/
#Box-Container{
	width:872px;
	height:342px;
	margin-top:6px;
	position:relative;
}
#box1{
	width:212px;
	height:330px;
	top:0;
	left:0;
	position:absolute;
}
#box2{
	width:212px;
	height:330px;
	top:0;
	left:220px;
	position:absolute;
}
#box3{
	width:212px;
	height:330px;
	top:0;
	left:438px;
	position:absolute;
}
#box4{
	width:212px;
	height:330px;
	top:0;
	left:657px;
	position:absolute;
}

/*************************** Content*/
#Content-Container{
	margin-left:224px;
	margin-bottom:15px;
	width:auto;
	min-height:250px;
	font-family : "Myriad Pro",Arial;
	font-size:14px;
	line-height:18px;
	color:#555555;
}
#Content-Container a:link, #Content-Container a:visited, #Content-Container a:hover  {
	color:#2b71d1;
	text-decoration:none;
} 
.subtitles{
	font-family : "Myriad Pro",Arial;
	font-size:18px;
	font-weight:bold;
	color: #4588D1;
}
#Content-Container img{
	border:none;
	margin:10px;
}

/*************************** Google Map*/
#Map{
	width:400px;
	height:300px;
	border:2px solid #cccccc;
	float:right;
	margin-top: 20px;
}
/*************************** Contact Form*/
#Form-Container{
	width:400px;
	font:14px Arial;
	color: #535353;
}
input{
	width:300px;
	height:20px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	font:14px Arial;
	color:#535353;
	float:right;
}
textarea{
	width:300px;
	height:80px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	font:14px Arial;
	color:#535353;
	float:right;
}
.email{
	width:300px;
	height:20px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	font:14px Arial;
	color: Blue;
}
.area-prefixl{
	width:40px;
	height:20px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	font:14px Arial;
	color:#535353;
	margin-right:5px;
}
.suffix{
	width:80px;
	height:20px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	font:14px Arial;
	color:#535353;
}
label{
	font:14px Arial;
	color:#535353;
}
.button{
	margin-top:10px;
	width:137px;
	height:37px;
	background-color:#00739e;
	border:1px solid #00739e;
	font:14px Arial;
	color:#ffffff;
	cursor : pointer;
}
.red{
	color:Red;
}

/*************************** Footer*/
#Footer-Wrapper{
	margin:0 0 0 0;
	width:100%;
	background : #311a17 url(../images/bg-footer.png) repeat-x;
}
#Footer-Container{
	margin:0 auto;
	width:872px;
	height:260px;
	font:12px Arial;
	color:#ffffff;
	position:relative;
}
#Footer-Container strong{
	font-size:17px;
}
#Footer-Container a:link, #Footer-Container a:visited, #Footer-Container a:hover{
	text-decoration:none;
	color:#ffffff;
}
#Footer1{
	width:290px;
	height:230px;
	top:15px;
	left:0;
	position:absolute;
}
#Footer2{
	width:180px;
	height:75px;
	top:105px;
	left:223px;
	position:absolute;
}
#Footer3{
	width:320px;
	height:179px;
	padding-left:10px;
	top:15px;
	left:360px;
	border-left:1px solid #cccccc;
	position:absolute;
}
#Footer4{
	width:112px;
	height:179px;
	top:15px;
	left:747px;
	padding-left:10px;
	border-left:1px solid #cccccc;
	position:absolute;
}
#Footer4 a:link, #Footer4 a:visited, #Footer4 a:hover{
	color:#ffffff;
	text-decoration:none;
	line-height:26px;
}