@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
@import url("typography.css");

h1, h2, h3, h4, h5, h6, ul, li, td, p, a, span, label, textarea, input { font-family:Tahoma, Geneva, Helvetica; }

.tabs { width:100%; height:100%; position:absolute; top:0; }
.main { width:944px; margin:0px auto; }
.nav { width:944px; position:absolute; top:0; margin:0px auto; padding-top:10px; }
.nav2 { width:944px; position:absolute; top:0; margin:0px auto; padding-top:10px; }
.content { width:944px; margin:0px auto; padding-top:73px;}

.no_bg { width:100%; height:100%; background-color:#ffffff; display:table;  }
.color_bg { width:100%; height:100%; background-color:#657471;  display:table;  }

.small { width:303px; float:left; margin-left:17px; margin-bottom:18px; }
.medium {margin-left:17px; margin-bottom:18px;  }
.large { width:623px; float:left; margin-left:17px; margin-bottom:18px;  }
.full { width:944px; float:left; margin-bottom:18px;  }
.no-border { margin-left:0px; }