body {font-family:Arial; font-size:12px; }
h1, h2, p {margin: 0 10px; }

.container {width:800px; float:left; }

.menu {width:800px; height:50px; float:left; }

.body {width:800px; float:left;	}

.header {width:800px; height:72px; float:left; padding-bottom:10px; }
.header_logo {width:250px; height:100%; float:left; text-decoration:none; }
.header_content {width:290px; height:100%; float:left; text-align:center; color:#009999; font-family:Arial Bold; font-size:16px; line-height:24px; }
.header_phone {width:250px; height:100%; float:right; text-align:right; color:#009999; font-family:Arial Bold; font-size:16px; line-height:24px; }

.footer {width:800px; height:72px; float:left; padding-top:5px; border-top:1px solid grey; border-bottom:1px solid grey; }
.footer_left {width:200px; height:100%; float:left;	}
.footer_right {width:600px; height:100%; float:right; text-align:right; font-size:14px; line-height:20px; }

/*Box with Round Corners*/
div.infinity{margin: 5px 5px 0 0; background:#cde;}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #cde}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
/*End*/

/*Box with Square Corners and a Header*/
.dataTable{border-collapse: collapse;  border: 1px solid #aaa; width:290;}
.dataTable td{font-family: Arial; font-size: 12px; border: none; padding: 10px 0; background-color: #fff; padding-left:8px;}
.dataTable td.header{font-family: Arial Bold; font-size: 14px; border: 1px solid #aaa; padding: 0; background-color: #cde; height:30px;}
/*End*/

/*Menu CSS*/
ul#menu { width: 100%; height: 43px; background: #FFF url("images/menu-bg.gif") top left repeat-x; font-size: 1.2em; font-family:Arial; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu li a:hover { color: #333; }
ul#menu li a.current{ color: #FFF; background: #FFF url("images/menu-current-bg.gif") top left repeat-x; padding: 5px 15px 0; }
/*End*/

