/* NTC Consultants: Main CSS  */
/* Shannon-Rose Design 2009 */

/* Swatches
	Blue: 3b7ca7
	Orange: eb6e1f
*/

/* == Common Rules ============================ */
.clear { clear: both; }
div.clear {	font-size: 1px;	line-height: 1px; height: 0; visibility: hidden; }
.left {	float: left; display: inline; }
.right { float: right; display: inline; }
strong { font-weight: bold; }
em { font-style: italic; }
/* ============================================ */
body { font-size: 62.5%; font-family: Helvetica, Arial, sans-serif; color: #fff; line-height: 140%; background: #eb6e1f url(/imgs/bodyBkgd.gif) repeat-x 0 0; }
#wrapper { width: 560px; margin: 0 auto; }
#masthead { width: 560px; height: 135px; }
img#logo { width: 186px; height: 84px; margin: 29px 0 0; }
#content { width: 560px; margin: 55px 0 0; }
.contentTop { margin: 0 0 20px; padding: 0 0 15px; border-bottom: 1px solid #fff; }
h1 { font-size: 16px; line-height: 20px; margin: 0 0 20px; }
h2 { font-size: 16px; line-height: 20px; font-weight: bold; margin: 0 0 5px; }
li { font-size: 13px; line-height: 18px; font-style: italic; list-style-type: disc; margin: 0 0 3px 15px; }
p { font-size: 12px; line-height: 18px; }
a { text-decoration: underline; color: #fff; }
a:hover { text-decoration: none; color: #fff; }
