﻿/*
 * Author: Duo Consulting
 * Contact: www.duoconsulting.com
 * File: basestyles.css
 * 
 * Description:
 * Basic styling rules.
 *
 */

/* Global White Space Reset - Hat Tip: Andrew Krespanis of http://leftjustified.net/  */
* {
	padding:0;
	margin:0;
	}
p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 0 0 1em; }
ul, ol { margin-left: 3em; }
/* End GWR */


/* Custom Styles
-------------------------------------------------------- */
body {
	color: #555;
	background: #fff;
	font: 75%/1.4em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}


/* Tables - table, tr, th, td
-------------------------------------------------------- */
th, td {
	padding: 2px;
	font-size: 69%; /* for IE 5.x */
	voice-family: "\"}\""; 
  voice-family:inherit;
	font-size: 100%; /* for compliant browsers */
} 
th { vertical-align: bottom; }
td { vertical-align: top; }


/* Lists - ol, ul, li, dl, dt, dd
-------------------------------------------------------- */
li {
	line-height: 1.5em;
	margin-bottom: .4em;
}


/* Forms - form, fieldset, legend, input, textarea
-------------------------------------------------------- */
fieldset {
	padding: .7em .7em;
}
legend {
	padding: 0 .3em;
	font-weight: bold;
}


/* Links - a, a:hover
-------------------------------------------------------- */
a { text-decoration: none; color: #002d62; outline: none; }
a:hover { text-decoration: underline; }

a img { border: none; }

/* Headers - h1, h2, h3, h4, h5, h6
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { 
	margin-bottom: .5em; 
	font-weight: normal;
	}
h1 { font-size: 20pt; font-weight:normal; letter-spacing: -1px; padding: 15px 0px 0px 27px; margin: 0 0 .25em; color: #56595c; border-bottom: 2px solid #56595c; background: #eaebeb url(/_layouts/images/WWWPointBridgeCom/bg_h1.gif) left top no-repeat; min-height:88px; line-height: 1.1em; margin-top:-2px; text-align:left; }
h2 { font-size: 135%; margin: 0 0 1em; }
h3 { font-size: 135%; margin: 0 0 1em; }
/* h3 { font-size: 122%; margin: 2.25em 0 .75em; text-transform: uppercase; color: #6b9629; font-weight: bold; border-bottom: 1px solid #ccc; }*/
h4 { font-size: 100%; margin: 0; text-transform: uppercase; font-weight: bold; margin-bottom: .25em;  }
h5 { font-size: 90%; }
h6 { font-size: 80%; }

/* Text
-------------------------------------------------------- */
b, strong { font-weight: bold; }
i, em { font-style: oblique; }

input, select, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, "Courier New", Courier, mono;
	font-size: 11px;
	padding: 1px 2px;
	}


h1 {height:88px !important; height: 104px; }

