/* CSS Document */

body{
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	
	padding-top:0px;
	margin:0px;
	
	
	line-height:16px;
	
	margin:0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999;
	line-height: 12px;
	}

#header{
	margin:auto;
	padding:0px;
	
	height:172px;
	background-color: #45495d;
}

#header-image{
	margin:auto;
	padding:0px;
	width:774px;
	height:172px;
	background-image: url(../images/main-image.jpg);
}

#header-blue{
	margin:auto;
	padding:0px;
	color:#FFFFFF;
	height:27px;
	background-color: #45495d;
}
#topnav{
width:780px;
height:27px;
margin:auto;
margin-bottom:5px;
padding-top:0px;


}

#topnav ul{
width:780px;
height:20px;
margin:auto;
}



#topnav li{
height:20px;
display: inline;
list-style:none;
border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
padding:5px 20px 0px 5px;
background:url(../images/blue-dot.gif) top right no-repeat;
float:left;

}
#topnav a{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-decoration:none;
}
#topnav a:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color:#FF0000;
	text-decoration:none;
	
}

#header-grey{
	margin:auto;
	padding:0px;
	
	height:27px;
	background-color: #ccc;
}
#main-container{
	margin:auto;
	padding:0px;
	width:780px;
	height:400px;
	background:url(../images/right-shadow.jpg) top right no-repeat;
	
}

#container{
	margin:auto;
	padding:0px;
	width:774px;
	height:400px;
	background:url(../images/right-shadow.jpg) top right no-repeat;
	
}

#left-col{
	padding-left:30px;
	padding-right:10px;
	font-weight:bold;

	width:230px;
	height:400px;
	float:left;
	background:url(../images/left-shadow.jpg) top left no-repeat;
}
#left-col-contact{
	margin-top:20px;
	padding-left:20px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-size: 17px;
	line-height:21px;
	color:#45495d;
	width:200px;
	height:165px;
	float:left;
	background:url(../images/grey-image.gif) top left no-repeat;
}

#right-col{
	margin:auto;
	padding:0px;
	width:500px;
	height:400px;
	float:left;
	font-weight:bold;
	}
	
#right-col-contact-top{
	margin:auto;
	padding:0px;
	width:500px;
	height:200px;
	float:left;
	font-weight:bold;
	
	
	
}
	

#right-col-contact{
	margin:auto;
	padding-top:0px;
	padding-left:10px;
	width:480px;
	height:400px;
	float:left;
	font-weight:bold;
	background:url(../images/contact.jpg) top left no-repeat;
	
	
	
}

.number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 23px;
	font-weight: bold;
	color: #990000;
}

