/*
Theme Name: NFR
Theme URI: http://northfortyroad.com/
Description: NFR's Theme for our corporate web site.
Author: bthooper
Author URI: http://northfortyroad.com/
Version: 1.0
Tags: NFR
.
all rights reserved
.
*/

/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 0; list-style: decimal; font-size: 1em; }
ul { padding-left: 0; padding-top: 0; list-style: disc; font-size: 1em; }
q:before, q:after { content:''; }
/* end stylesheet reset */

/* NFR Defaults: default styles for use in all NFR projects. Extends the reset. */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	font-family: "Franklin Gothic Book", Arial, Helvitica, sans-serif;
	color: #222222;
	}
	
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #262261;
	margin: 10px 0 10px 0;
	}

h2 {
	font-size: 2em;
	font-weight: bold;
	color: #262261;
	margin: 10px 0 10px 0;
	}

h3 {
	font-size: 1.7em;
	font-weight: bold;
	color: #262261;
	margin: 10px 0 10px 0;
	}

h4 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	}

h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	}

h6 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	}
	
a {
	color: #262261;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	text-decoration: none;
	}

a: active {
	text-decoration: underline;
	}
	
p {
	margin-bottom: 1em;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignleft {
	display: block;
	margin: 0 10px 0 0;
	float: left;
	}
	
img.alignright {
	display: block;
	margin: 0 0 10px 0;
	float: right;
	}
	
/*end NFR Defaults */

body {
	background-color: #EAEBEC;
	color: black;
	}

/* header style */
	
#header {
	height: 125px;
	width: 100%;
	background-color: #262261;
	}
	
#title {
	width: 960px;
	margin: auto;
	}
	
#title img.logo {
	padding: 30px 0 0px 0;
	float: left;
	}

/* end header style */

/* navigation menu styles */
	
.menu {
	overflow: hidden;
	list-style: none;
	float: right;
	margin: 84px 0 0 0;
	}	
	
.menu ul {
	width: 100%;
	float: left;
	list-style: none;
	}
	
.menu li {
	display: inline;
	float: left;
	margin-left: 10px;
	list-style: none;
	text-align: center;
	}
	
.menu li a {
	font-family: "Franklin Gothic Book", Arial, Helvitica, sans-serif;
	color: #EAEBEC;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 9px 5px 9px;
	margin-right: 10px;
	height: 18px;
	font-size: 18px;
	display: block;
	margin: 0;
	text-decoration: none;
	position: relative;
	}
		

.menu li:hover, .menu li:hover a, .menu li a:hover, .menu li a:active, .menu li.current_page_item a {
	color: #5a9dcf;
	}
	
.menu li li a, .menu li li a:link, .menu li li a:visited {
	background-color: rgba(20, 63, 155, .8);
	color: white;
	width: 140px;
	font-family: "Franklin Gothic Demi", Arial, Helvitica, sans-serif;
	font-size: 12px;
	padding: 5px 10px 5px 5px;
	text-align: center;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;*/
	}

.menu li li:first-child a, .menu li li:first-child a:link, .menu li li:first-child a:visited {
	margin-top: 10px;
	}

.menu li li:last-child a, .menu li li:last-child a:link, .menu li li:last-child a:visited { 
	/*border-bottom: 1px solid #000000;	*/
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	}
	
.menu li li a:hover, .menu li li a:active {
	color: #5a9dcf;
	}

.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	}
	
.menu li ul a {
	width: 140px;
	}
	
/*.menu li ul ul {
	margin: -31px 0 0 159px;
	}	*/
	
.menu li:hover ul ul, .menu li:hover ul ul ul, .menu ls.sfHover ul ul, .menu li.sfHover ul ul {
	left: -999em;
	}	
	
.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li.sfHover ul, .menu li li.sfhover ul, .menu li li li.sfHover ul {
	left: auto;
	}
	
.menu li:hover, .menu li.sfHover {
	position: static;
	}

/*end nav styles */

/* main style */

	
#imagewrapper {
	margin: auto;
	width: 100%;
	height: 400px;
	}
	
#homewrapper {
	width: 960px;
	margin: 0 auto;
}

#homemainwrapper {
	width: 100%;
	top: 500px;
	background-color: #EAEBEC;
	overflow: auto;
	}

#wrapper {
	width: 100%;
	min-height: 600px;
	background-color: #EAEBEC;
	overflow: auto;
	}

#mainwrapper {
	width: 960px;
	margin: 0 auto;	
	overflow: auto;
	}
	
#main {
	width: 680px;
	padding-top: 10px;
	margin: 0 0 0 0;
	float: left;
	}
	
#main ul {
	list-style-type: disc;
	margin-left: 35px;
	}
	
#main li:last-child {
	margin-bottom: 10px;
	}

#shadow {
	position: relative;
	display: block;
	top: 25px;
	margin: 0 auto;
	}

#seperator {
	position: relative;
	top: 65px;
	}

	
/* used to style the tagline in the center of the screen under the slideshow */

#tagline {
	font-family: "Helvetica Neue LT Pro", Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing: .3em;
	color: #E6E7E8;
	text-align: center;
	position: relative;
	top: 50px;
	}

/*used to style the widget area with the punchboxes that describe or services.*/

#punchwrap {
	height: 355px;
	width: 100%;
	margin: auto auto;
	background-color: #262261;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
#punchbox {
	/*font-family: Arial, sans-serif;
	font-size: .8em;*/
	height: 200px;
	width: 960px;
	position: relative;
	margin: 80px auto 0 auto;
	list-style: none;
	font-size: 1em;
	}
	
#punchbox h4 {
	text-transform: uppercase;
	font-weight: bold;
	color: #E6E7E8;
	font-size: 20px;
	padding-bottom: 5px;
	text-align: center;
	}

#punchbox li {
	width: 300px;
	height: 250px;
	margin-right: 20px;
	float: left;
	}
	
#punchbox li p {
	padding: 0 5px 0 10px;
	color: #E6E7E8;
	}

#punchbox li.last {
	margin-right: 0;
	}	
	
#punchbox a {
	color: #00ADEF;
	text-decoration: none;
	}
	
#punchbox a:hover {
	color: white;
	}

/*end main styles */

/*sidebar style*/

#Sidebar {
	float: right;
	width: 220px;
	margin-top: 10px;
	}
	
#Sidebar h2 {
	border-bottom: solid rgb(38, 34, 97) 3px;
	}
#Sidebar li {
	font-family: Arial, sans-serif;
	margin: 5px 0 10px 0;
	padding: 5px 10px;
	list-style: none;
	}

.widgettitle {
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #666666;
	padding-bottom: 5px;
	}

/*end sidebar styles*/

/* Gravity Form Styles */

.gchoice_26_0 {
  height: 110px;
  background-image: url(images/justfont.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  }

.gchoice_26_1 {
  height: 90px;
  background-image: url(images/handmade.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  }

.gchoice_26_2 {
  height: 105px;
  background-image: url(images/fontmeaning.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  }
  
  .gchoice_26_3 {
  height: 85px;
  background-image: url(images/initials.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  }
  
  .gchoice_26_4 {
  height: 115px;
  background-image: url(images/fontshape.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  }
  
  .gchoice_29_0 {
  height: 90px;
  background-image: url(images/abstract.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  }
  
  .gchoice_29_1 {
  height: 90px;
  background-image: url(images/silhouet.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  }
  
  .gchoice_29_2 {
  height: 90px;
  background-image: url(images/geometric.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  }
  
  .gchoice_29_3 {
  height: 90px;
  background-image: url(images/illustrated.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  }
  
   .gchoice_29_4 {
  height: 135px;
  background-image: url(images/detailed.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  }
  
   .gchoice_29_5 {
  height: 145px;
  background-image: url(images/seals.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  }
  
   .gchoice_29_6 {
  height: 90px;
  background-image: url(images/mascot.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  }
  
  .gchoice_32_1 {
	  height: 30px;
	  background-color: rgba(222,0,36,1);
  }
  
  .gchoice_32_2 {
	  height: 30px;
	  background-color: rgba(228,95,48,1);
  }

  .gchoice_32_3 {
	  height: 30px;
	  background-color:rgba(247,223,45,1);
  }

  .gchoice_32_4 {
	  height: 30px;
	  background-color: rgba(49,164,75,1); 
  }

  .gchoice_32_5 {
	  height: 30px;
	  background-color: rgba(49,58,153,1); 
  }

  .gchoice_32_6 {
	  height: 30px;
	  background-color: rgba(124,55,150,1);
  }

 .gchoice_32_7 {
	  height: 30px;
	  background-color: rgba(180,0,50,1);
  }
  
  .gchoice_32_8 {
	  height: 30px;
	  background-color: rgba(226,50,63,1);
  }
.gchoice_32_9 {
	  height: 30px;
	  background-color: rgba(142,200,67,1);
  }

.gchoice_32_10 {
	  height: 30px;
	  background-color: rgba(59,115,186,1);
  }

.gchoice_32_11 {
	  height: 30px;
	  background-color: rgba(59,115,186,1);
  }

.gchoice_32_12 {
	  height: 30px;
	  background-color:rgba(41,28,96,1);
  }

.gchoice_32_13 {
	  height: 30px;
	  background-color:rgba(206,0,95,1);
  }
.gchoice_32_14 {
	  height: 30px;
	  background-color:rgba(225,0,125,1);
  }
.gchoice_32_15 {
	  height: 30px;
	  background-color:rgba(227,56,30,1);
  }
.gchoice_32_16 {
	  height: 30px;
	  background-color:rgba(29,106,55,1);
  }
.gchoice_32_17 {
	  height: 30px;
	  background-color:rgba(21,22,62,1);
  }
.gchoice_32_18 {
	  height: 30px;
	  background-color:rgba(150,6,100,1);
  }
.gchoice_32_19 {
	  height: 30px;
	  background-color:rgba(0,0,0,1);
  }
.gchoice_32_20 {
	  height: 30px;
	  background-color:rgba(64,64,64,1);
  }
.gchoice_32_21 {
	  height: 30px;
	  background-color:rgba(128,129,133,1);
  }
.gchoice_32_22 {
	  height: 30px;
	  background-color:rgba(188,189,191,1)
  }
.gchoice_32_23 {
	  height: 30px;
	  background-color:rgba(111,75,42,1);
  }
.gchoice_32_24 {
	  height: 30px;
	  background-color:rgba(56,34,19,1);
  }

.gchoice_34_0 {
  height: 90px;
  background-image: url(images/sandserif.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.gchoice_34_1 {
  height: 90px;
  background-image: url(images/serif.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gchoice_34_2 {
  height: 90px;
  background-image: url(images/retro.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gchoice_34_3 {
  height: 90px;
  background-image: url(images/oldenglish.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gchoice_34_4 {
  height: 90px;
  background-image: url(images/typewriter.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gchoice_34_5 {
  height: 90px;
  background-image: url(images/slabserif.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gchoice_34_6 {
  height: 90px;
  background-image:	url(images/moderscript.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gchoice_34_7 {
  height: 90px;
  background-image: url(images/script.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.gchoice_34_8 {
  height: 90px;
  background-image: url(images/handwritten.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gchoice_34_9 {
  height: 90px;
  background-image: url(images/classic.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gchoice_34_10 {
  height: 90px;
  background-image: url(images/modern.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gchoice_34_11 {
  height: 90px;
  background-image: url(images/eurostile.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gchoice_34_12 {
  height: 90px;
  background-image: url(images/techno.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gchoice_34_13 {
  height: 90px;
  background-image: url(images/pixelated.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gchoice_34_14 {
  height: 90px;
  background-image: url(images/eroded.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  }

.gchoice_36_0 {
  height: 90px;
  background-image: url(images/artistic.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.gchoice_36_1 {
  height: 90px;
  background-image: url(images/minimal.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.gchoice_36_2 {
  height: 90px;
  background-image: url(images/sophisticated.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.gchoice_36_3 {
  height: 90px;
  background-image: url(images/corporate.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.gchoice_36_4 {
  height: 90px;
  background-image: url(images/childish.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.gchoice_36_5 {
  height: 90px;
  background-image: url(images/web20.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gchoice_36_6 {
  height: 90px;
  background-image: url(images/retro.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.gchoice_36_7 {
  height: 90px;
  background-image: url(images/fun.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.gchoice_36_8 {
  height: 90px;
  background-image: url(images/hitech.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.gchoice_36_9 {
  height: 90px;
  background-image: url(images/feminine.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

/* End Gravity Form Styles */


/*footer styles */

#footspace {
	background-color: #262261;
	clear: both;
	margin: 10px;
	}

#footer {
	width: 960px;
	margin: 0 auto;
	height: 25px;
	padding-top: 10px;
	color: #EAEBEC;	
	font-size: .6em;
	clear: both;
	}
	
#footer a {
	color: #EAEBEC;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#nfr {
	float: left;
	display: block;
	padding-bottom: 20px;
	}
	
#copyright {
	float: right;
	display: block;
	}

/* end footer styles */