/*------------------------------------------------------------------
[Master Stylesheet]

Project:	    3StrikesDesign website
Version:	    1.0
Last change:  06/01/09
Assigned to:  Kevin Fairbanks (kf)
Primary use:  website

[Table of contents]

01. Reset
02. Typography
03. Layout
04. Header
05. Navigation
06. Content
07. Contact Form
08. Footer

/*------------------------------------------------------------------
[01. Reset]
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, 
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1.5; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/*------------------------------------------------------------------
[02. Typography]
*/
body { font-size: 75%; color: #222; background: #fff; font-family: Helvetica, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, h99 { font-weight: normal; color: #326697; }
h1 { font-size: 3em; line-height: 1; margin-bottom: .5em; }
h2 { font-size: 2em; margin-bottom: .75em; font-weight: bold; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height:1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h95 { font-size: 1em; font-weight: bold; color: #a80905; }
h96 { font-size: 2em; font-weight: bold; color: #326697; }
h97 { font-size: .75em; font-weight: bold; color: #326697; }
h98 { font-size: 1.5em; font-weight: bold; color: #a80905; }
h99 { font-size: 1.5em; font-weight: bold; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
p { margin: 0 0 1.5em; }
p img { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
a:focus, a:hover { color: #326697; text-decoration: underline; }
a { color: #326697; text-decoration: none; }
blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:#666; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
hr { border: 0; width: 80%; color: #fff; background: #fff; height: 1px; clear: both; }
/* Lists  */
li ul, li ol { margin: 0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; margin-left: 2em; }
ol ol { list-style-type: upper-roman }
ol ol ol { list-style-type: lower-roman }
html>/**/body ol { margin-left: 1.5em; } /* Skip IE family */
dl { margin: 0 0 1.5em; }
dl dt { font-size: 1.25em; font-weight: bold; color: #12549c; }
dd { margin: 0 0 1em; }
/* Tables  */
table { margin-bottom: 1.4em; width: 100%; }
table#3SD { margin: 0em; width: 330px; }
th { font-weight: bold; background: #C3D9FF; }
th, td { padding: 4px 10px 4px 5px; }
th#3SD, td#3SD { padding: 0px; }
tr.even td { background: #E5ECF9; }
/* Forms  */
label { font-weight: bold; }
fieldset { background: #fafafa; padding: 1em; margin: 0 0 1.5em; border: 1px solid #ddd; }
legend { font-weight: bold; font-size: 1.2em; }
input.text, input.title, textarea, select { border: 1px solid #bbb; }
input.text:focus, input.title:focus, textarea:focus, select:focus { border: 1px solid #666; }
/*input.text, input.title { width: 300px; padding: 5px; }*/
input.title { font-size: 1.5em; }
textarea { width: 380px; height: 250px; padding: 5px; }
/* Extras  */
tfoot { font-style: italic; }
caption { background: #eee; }
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.3em; line-height: 1.25em; margin-bottom: 1.25em; font-weight: bold; }
.hide { display: none; }
.quiet { color: #666; }
.loud { color: #000; }
.highlight { background: #ff0; }
.added { background: #060; color: #fff; }
.removed { background: #900; color: #fff; }
.first { margin-left: 0; padding-left: 0; }
.last { margin-right: 0; padding-right: 0; }
.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }
.alert { color: #8a1f11; }
p.error, p.notice, p.success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
p.error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
p.notice { background: #FFF6BF; color: #514721; border-color: #FFD324; }
p.success { background: #E6EFC2; color: #264409; border-color: #C6D880; }
p.error a { color: #8a1f11; }
p.notice a {color: #514721; }
p.success a {color: #264409; }

/*------------------------------------------------------------------
[03. Layout]
*/
.clear { clear: both; }
body {
  text-align: center;
  min-width: 1024px;  
  background: transparent url(../images/bg-body.jpg) repeat-x 0 0;
}
.container {
  width: 1024px;
  margin: 20px auto 0;
  text-align: left;
  position: relative;
  background: #fff;
}
#content { float: left; }
#main {
  float: left;
  width: 730px;
  margin: 0 15px;
  display: inline;
  padding-top: 2em;
}
#main_contact {
  float: left;
  width: 930px;
  margin: 0 15px;
  display: inline;
  padding-top: 2em;
}
#sidebar {
  float: right;
  width: 200px;
  margin-right: 15px;
  padding-left: 30px;	
  display: inline;
  padding-top: 2em;
}
#leftContact {
	float: left;
	width: 250px;
	display: inline;
}

/*------------------------------------------------------------------
[04. Header]
*/
#logo {
  position: absolute;
  top: 29px;
  left: 36px;
}
h1 { 
  text-indent: -100em;
  height: 118px;
  width: 849px;
  margin: 0;
}
#nma-logo {
  position: absolute;
  top: 24px;
  right: 10px;
}

/*------------------------------------------------------------------
[05. Navigation]
*/
ul#main-nav, ul#secondary-nav, ul#ternary-nav {
  width: 1020px;
  text-align: center;
  margin: 0;
  padding: 0;
}
ul#main-nav li, ul#secondary-nav li, ul#ternary-nav li {
  display: inline;
}
ul#main-nav li a, ul#secondary-nav li a, ul#ternary-nav li a {
  font-weight: bold;
  text-decoration: none;
}
/* Main navigation */
ul#main-nav {
  background: #326697 url(../images/bg-main-nav.jpg) repeat-x 0 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
ul#main-nav li a {
  color: #fff;  
  font-size: 1.25em;
  line-height: 2.8em;
  height: 2.8em;
  background: transparent;
  padding: .8em 1.25em;
}
ul#main-nav li a:hover, ul#main-nav li a.active { 
  background: #a80905; 
}
/*ul#main-nav li.first { padding-left: 50px; }*/
/* Secondary & Ternary navigation */
ul#secondary-nav, ul#ternary-nav {
  background: #ddd;
  border: 1px solid #fff;
  border-bottom: none;
}
ul#secondary-nav li a, ul#ternary-nav li a {
  line-height: 2.66em;
  height: 2.66em;
  margin: 0 1em;
  color: #a80905;
  font-weight: normal;  
}
ul#secondary-nav li a:hover, ul#ternary-nav li a:hover { text-decoration: underline; }
/*ul#secondary-nav li.first, ul#ternary-nav li.first { padding-left: 54px; }*/
ul#secondary-nav li a.active, ul#ternary-nav li a.active { color: #111; } 

/* Ternary navigation */
ul#ternary-nav { background: #efefef; }
ul#ternary-nav li a { font-weight: normal; }

/* Supporting navigation */
ul#supporting-nav {
  background: transparent url(../images/bg-dotted-line.gif) repeat-x 0 0;
  text-align: center;
  clear: both;
  margin: 1em 0 0;
  padding: 1em 0 1.5em;
  height: 2em;
}
ul#supporting-nav li {
  display: inline;
  padding-right: 1em;
  margin-right: 1em;
  background: transparent url(../images/bg-supp-list-li.gif) no-repeat 100% 50%;
}
ul#supporting-nav li.last { background: none; }

/*------------------------------------------------------------------
[06. Content]
*/
/* Home page */
#home h2 { font-size: 180%; }
#intro { margin: 15px; }
#intro p { margin-bottom: 1em; }
#intro ul { 
  list-style: none; 
  margin-bottom: 4.2em;
}
#intro li { 
  font-weight: bold; 
  font-size: 1.3em;
}
#intro img {
  float: left;
  margin-right: 15px;
}
#intro-img {
  width: 1024px;
  margin-top: 5px; 
  margin-bottom: 5px;  
  overflow: hidden;
}
#home .large { margin-top: 15px; }
.methodology, .supporting-content, .service {
  float: left;
  margin: 0 0 15px 15px;
  display: inline;
  font-weight: bold;
}
.service {
  background: #727272;
  color: #fff;
  width: 163px; 
  height: 21em;
  margin-bottom: 0;
}
.service p { 
  font-size: 1.3em;
  line-height: 1.2;
}
#sidebar .methodology {
  margin: 0 15px 15px 0;
}
.methodology, .supporting-content div, .service { padding: 10px 15px; }
.methodology h2, .supporting-content h2, .service h2 { margin-bottom: .25em; }
.methodology h2 a, .supporting-content h2 a, .service h2 a {
  display: block;
  width: 100%;
}
.methodology {
  background: #727272;
  color: #fff;
  width: 233px; 
  height: 21em;
}
.methodology h2 a, .service h2 a {
  color: #fff;
  /*background: transparent url(../images/bg-blue-bullet.gif) no-repeat 100% 50%;*/
}
.methodology h2 a:hover, .service h2 a:hover {
  color: #ffd646;
  text-decoration: none;
}
#understand { background: #727272 url(../images/bg-understand.png) no-repeat 0 100%; }
#innovate { background: #727272 url(../images/bg-innovate.png) no-repeat 0 100%; }
#enable { background: #727272 url(../images/bg-enable.png) no-repeat 0 100%; }
#portal { background: #727272 url(../images/bg-serv-portal.gif) no-repeat 0 100%; }
#cms { background: #727272 url(../images/bg-serv-cms.gif) no-repeat 0 100%; }
#collaboration { background: #727272 url(../images/bg-serv-collab.gif) no-repeat 0 100%; }
#search { background: #727272 url(../images/bg-serv-search.gif) no-repeat 0 100%; }
.supporting-content {
  width: 188px;
  color: #555;
  height: 18em;
  background: transparent url(../images/bg-grey-box-top.png) no-repeat 0 0;
  margin-bottom: 2em;
}
* html .supporting-content {
  margin-bottom: 0;
}
.supporting-content div {
  background: transparent url(../images/bg-grey-box-bottom.png) no-repeat 0 100%;
  height: 100%;
}
.supporting-content h2 a {
  /*background: transparent url(../images/bg-grey-bullet.gif) no-repeat 100% 50%;*/
  line-height: 0.85; 
  margin-bottom: .5em;
}
.supporting-content h2 a:hover {
  color: #da0c07;
  text-decoration: none;
}
.uberlarge { font-size: 2.2em; }

/* Content page */
#main ul {
  list-style: none;
  margin-left: 0;
}
#main li {
  background: transparent url(../images/bg-bullet.gif) no-repeat 0 .45em;
  padding-left: 12px;
}
#sidebar img { padding-bottom: 1.5em; }
.related-links * {
  margin: 0;
  padding: 0;
}
.related-links {
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent url(../images/bg-dotted-line.gif) repeat-x 0 0;
}
.related-links li {
  background: transparent url(../images/bg-dotted-line.gif) repeat-x 0 100%;
}
.related-links li a {
  padding-left: .5em;
  display: block;
  line-height: 3em;
  height: 3em;
  font-weight: bold;
}
.related-links li a:hover {
  background: #e4f4ff;
  text-decoration: none;
}
/*.client-logos {
  padding: 0; 
  margin: 0 0 .5em; 
  list-style: none;
  float: left;
}
.client-logos li { float: left; margin: 0 8px 6px 0; }
.client-logos li.last { margin: 0 0 6px 0; }*/
.client-logos {
  padding: 0; 
  margin: 0; 
  list-style: none;
}
#sidebar .client-logos li, #sidebar .client-logos li img {
  padding: 0; 
  margin: 0 0 0.25em;
}
.ulright { background: #eee; padding: 1em 1em 1em; list-style-type: none; }
.ulright li { margin-bottom: 1em; }

/*------------------------------------------------------------------
[07. Contact Form]
*/
#contact-form { margin-bottom: 2.5em; }
#contact-form ol { 
  list-style: none; 
  margin: 0 
}
#main #contact-form li { 
  clear: left; 
  padding: 0 0 1.5em 0;
  background: none;
}
#contact-form label { 
  float: left; 
  width: 110px; 
}
#contact-form label.checkbox-label, #contact-form label.error { 
  float: none; 
  width: auto; 
  margin-left: .5em; 
} 
label.error { 
  background: #FBE3E4; 
  color: #8a1f11; 
  border: 1px solid #FBC2C4; 
  padding: .15em .5em;
}
#contact-form .nowrap label.error { 
  display: block; 
  margin: 5px 0 0 110px; 
  width: 380px; 
}

/*------------------------------------------------------------------
[08. Footer]
*/
p#copyright {
  display: block;
  text-align: center;
}
