@import url(../css/index.css);
@import url(home.css);
@import url(navigation.css);
@import url(homePics.css);
@import url(roadService.css);

#blue{
	/*center position for #main used for IE */
	text-align:center;
	background-color:d9e8f0;
}

#main{
	/*size of container*/
	width:900px;
	height:700px;
	
	/*position for both IE and firefox */
	margin:0 auto;
	float:center;	
}

/*This main2 is used for any page except 
	the index and home page.
	This reduces the height of the page.
*/
#main2{
	/*size of container*/
	width:900px;
	
	/*position for both IE and firefox */
	margin:0 auto;
	float:center;	
}

.text{
	
	float:center;
	margin:20px 50px;

	text-align:left;
	font-family:georgia;
	font-size:70%;
	
	line-height:160%;
	
	width:500px;
	
	color:navy;
}
	

.text1{
	text-align:left;
	text-indent:15px;
	font-family:georgia;
	font-size:70%;
	
	line-height:160%;
	
	width:235px;
	
	margin-left:10px;
	
	
	color:navy;
}

.text2{
	text-align:left;
	text-indent:15px;
	font-family:georgia;
	font-size:70%;
	
	line-height:160%;
	
	margin-top:10px;
	margin-left:10px;
	
	
	color:navy;
}
	

.text3{
	text-align:left;
	text-indent:15px;
	font-family:georgia;
	font-size:70%;
	
	line-height:160%;
	
	width:150px;
	
	float:right;
	
	margin-top:10px;
	margin-right:10px;
	
	color:navy;
}

.text4{
	text-align:left;
	text-indent:15px;
	font-family:georgia;
	font-size:70%;
	
	line-height:160%;
	
	width:275px;
	
	margin-top:10px;
	color:navy;
}

.text5{

	text-align:center;
	font-family:arial;
	font-size:70%;
	
	line-height:160%;
	
	color:navy;
}

.form{
	
	float:center;
	margin:20px auto;
	
	width:500px;
	height:200px;
	
	color:#666666;
	
	font-family:arial;
	font-size:80%;
	text-align:left;
	line-height:175%;
}

.formWrappers{
	border-top:1px solid #666666;
}

.logoWrapper{
	float:left;
	margin-top:10px;
	width:200px;
	height:100px;
}

.border{
	border-bottom:2px solid navy;
}

.tabWrapper{
	margin-top:20px;
	
	height:30px;
}

.tab{
	font-family:arial;
	text-decoration:none;
	font-weight:700;
	font-size:150%;
	color:navy;

	width:300px;
	height:20px;

	float:left;
}	

.content{
	border:1px solid navy;

	background-color:white;
	
	text-align:center;
	
	height:160px;
	
	padding:0;
	margin-top:10px;
}

.content2{
	border:1px solid navy;
	
	background-color:white;
	
	text-align:justify;
	
	height:400px;
	
	padding:0;
	margin-top:10px;
}

.linkWrapper{

	height:125px;
	
	margin:30px auto 0 0;
	float:center;
}

.linkPicWrapper{
	height:50px;
}


/* This is to wrap linkPic and have
	it centered on the left.
*/
.left{

	float:left;
	
	width:50%;
}

/* This is to wrap linkPic and have
	it centered on the right.
*/
.right{

	float:right;
	
	width:48%;
}

.factsWrapper{
	
	float:right;
	
	margin-top:20px;
	margin-right:25px;
	
	width:200px;
	
	text-align:center;
	
	background-color:#ebebeb;
}

.factsHeader{
	font-family:arial;
	font-size:80%;

	width:100%;
	height:20px;
	
	color:white;
	background-color:#d80101;
}

.factsPic{
	border:1px solid navy;
	
	float:center;
	
	margin-top:20px;
	
	width:90px;
	height:75px;
}

.footer{
	margin-top:10px;
	
	font-size:70%;
	color:#666666;
	
	height:70px;
}
