
/* -- LINKS -- */

a         { text-decoration:none; }
a:hover   { text-decoration:underline; }
a:visited { }
a:active  { }

/* -- HEADINGS -- */

h1, h2, h3, h4, h5, h6 { margin:20px 10px; }
h1 { font-size:200%; }
h2 { font-size:180%; }
h3 { font-size:160%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%;font-weight:bold; }

/* -- CONTENT BLOCKS -- */

p { 
    margin:10px;
}

blockquote {
    margin:10px;
}

pre {
    margin:10px;
    font-family:monospace fixed;
    font-size:80%;
    padding:10px;
}

code {
    margin:10px;
    font-family:monospace fixed;
    font-size:80%;
    background:#eee;
    padding:10px;
}

/* -- LISTS -- */

ul { margin:10px; list-style:square; }
ul li { margin-left:20px; }

ol { margin:10px; list-style:decimal; }
ol li { margin-left:20px; }

/* -- TABLE.grid -- */

table.grid {
    border-collapse:collapse;
    margin:10px;
}
table.grid.fill {
    width:100%;
}
table.grid thead {}
table.grid thead tr {}
table.grid thead tr th {
    padding:8px;
    text-align:center;
    font-size:80%;
    color:#666;
    border:1px solid #111;
    background:#ddd;
}
table.grid thead tr td {
    padding:8px;
    text-align:center;
    font-size:80%;
    color:#111;
    border:1px solid #111;
}

table.grid tbody {}
table.grid tbody tr {}
table.grid tbody tr th {
    padding:8px;
    text-align:right;
    font-size:80%;
    color:#666;
    border:1px solid #111;
    background:#eee;
}
table.grid tbody tr.even th {
}
table.grid tbody tr td {
    padding:8px;
    border:1px solid #111;
    font-size:85%;
}
table.grid tbody tr.even td {
}

table.grid tfoot {}
table.grid tfoot tr {}
table.grid tfoot tr th {
    padding:8px;
    text-align:center;
    font-size:80%;
    color:#666;
    border:1px solid #111;
    background:#ddd;
}
table.grid tfoot tr td {
    padding:8px;
    text-align:center;
    font-size:80%;
    color:#111;
    border:1px solid #111;
}

/* -- FORMS -- */

fieldset { margin:10px; border:1px solid #ccc; padding:0 10px 10px 10px; }
fieldset legend { margin:10px; border:1px solid #ccc; padding:4px; }

/* -- HELPERS -- */

.center,center  { text-align:center!important; }
.left           { text-align:left!important; }
.right          { text-align:right!important; }
.bold,b,strong  { font-weight:bold!important; }
.italic,i       { font-style:italic!important; }
.xsmall         { font-size.70%!important; }
.small,small    { font-size:80%!important; }
.large          { font-size:120%!important; }
.xlarge         { font-size:140%!important; }
.hidden         { display:none!important; }
.block          { display:block!important; }
.inline         { display:inline!important; }
.small-caps     { font-variant:small-caps!important; }
.fleft          { float:left!important; }
.fright         { float:right!important; }
.clear          { clear:both!important; }
.fixed,kbd,var  { font-family:fixed monospace sans-serif; }




/* TRI-COM */

h1 {
    color:#9EC42C;
    letter-spacing:4px;
    font-family:arial;
}
h2 {
    color:#aaa;
    letter-spacing:4px;
    font-family:arial;
}

body {
    margin: 0 auto;
    width: 920px;
    font-family:helvetica,arial,sans-serif;
    color:#333;
}

#bd{
    margin-top:20px;
}

#ft {
    text-align:center;
    color:#999;
    font-size:0.8em;
    margin:16px 0px;
}

#nv {
    background:#fff url(../img/logo.jpg) no-repeat 0 0;
    height:108px;
}
.nav {
    float:right;
    list-style:none;
    margin:0;
    padding:0;
}
.nav li {
    float:left;
    list-style-type:none;
    margin:0;
    padding:0;
}
.nav li a {
    display:block;
    margin:0 2px;
    padding:55px 60px 5px 10px;
    background:#222 url(../img/menu-bg.jpg) repeat 0 0;
    color:#fff;
    font-size:0.9em;
}
.nav li a:hover {
    background:#222 url(../img/menu-bg-hover.jpg) repeat 0 0;
    text-decoration:none;
}

div.teaser {
    float:right;
    margin: 20px 0px 0px 8px;
}

#bd p {
    font-family:'trebuchet MS';
    font-size:0.9em;
    letter-spacing:1px;
}

#bd ul {
    list-style-image:url(../img/bullet.gif);
    list-style-position:outside;
}

a {
    color:#9EC42C;
}

#services h2 {
    color:#9EC42C;
    font-variant:small-caps;
}
#services td {
    color:#666;
    font-size:0.8em;
}
#services li {
    font-family:verdana;
    font-size:0.8em;
    padding:2px 0;
}
address {
    border-left:1px solid #eee;
    padding:8px 6px 8px 12px;
    margin:6px 0;
    font-style:normal;
    font-size:.8em;
    color:#666;
}
h6 {
    font-weight:normal;
    letter-spacing:1px;
    color:#666;
    margin-bottom:0px;
}


/* Banners */
div.banner {
    width:100%;
    height:231px;
    position:relative;
    z-index:0;
    overflow:hidden;
}
div.banner-splash {
    width:100%;
    height:72px;
    background:#333;
	filter:alpha(opacity=90);
    opacity:0.9;
    color:#fff;
    z-index:1;
    position:absolute;
    bottom:0;
    overflow:visible;
}
div.banner-title {
    width:100%;
    z-index:2;
    font-size:2.0em;
    margin: 4px 4px;
    font-variant:small-caps;
    border-bottom:1px solid #666;
}
div.banner-title span {
    color:#9EC42C;
}
div.banner-subtitle {
    width:100%;
    z-index:2;
    position:absolute;
    bottom:0;
    font-size:1.1em;
    margin: 4px 4px;
}

/* Portfolio */

li {
    padding: 6px 8px;
}

table.website {
    width: 91%;
    border-collapse:collapse;
    margin:0 auto;
}
table.website td {
    text-align:center;
    vertical-align:center;
    border:1px solid #ddd;
    padding: 10px 0;
}
