@charset "UTF-8";
/* CSS Document */

/*  
Theme Name: Nottawar
Theme URI: http://www.nottageandward.com/
Description: Custom WordPress theme for Nottage and Ward.
Version: 1.0
Author: Erika Holmquist
Author URI: http://www.erikaholmquist.com/

*/

body {
	margin:0px;
	padding:0px;
	background:#959595;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	color:#FFF;
	font-smoothing:always;
}
#container {
	position:relative;
	height:765px;
	width:775px;
	font-size:1.2em;
	line-height:1.6em;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
}
@media print
{
#container {top:0%; margin-top:0px;}
}
button::-moz-focus-inner { border: 0; }
a:focus { outline: none; }

/* ------------------------------ test ------------------------------ */
.arial {
	font-family:Arial, sans-serif;
}
.helvetica {
	font-family:Helvetica, sans-serif;
}
.verdana {
	font-family:Verdana, sans-serif;
}
.times {
	font-family:"Times New Roman", Times, serif;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;

}
.courier {
	font-family:"Courier New", Courier, monospace;
}

/* ------------------------------ typography ------------------------------ */
p {
	margin: 0px 0px 10px 0px;
}
.fistLine {
	font-variant:small-caps;
	font-weight:normal;
	color:#333;
	text-transform:none;
	font-size:1.2em;
}
strong {
	color:;
	font-size:;
}
em {
}
a:link,
a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover,
a:active {
	color:#ff3300;
	text-decoration:underline;
}
a.ON,
.ON {
	color:#f24405;
}
#topNav a:link,
#topNav a:visited,
#topNav a:hover,
#topNav a:active {
	text-decoration:none;
}
#nav li li a:link,
#nav li li a:visited {
	color:#333;
}
#nav li li a:hover,
#nav li li a:active {
	color:#f24405;
}
#content p a:link,
#content p a:visited {
	color:#ff3300;
	text-decoration:underline;
}
#content p a:hover,
#content p a:active {
	color:#000;
	text-decoration:underline;
}
#footerNav a:link,
#footerNav a:visited {
	text-decoration:none;
}
#footerNav a:hover,
#footerNav a:active {
	text-decoration:underline;
	color:#FFF;
}
#sideNav a:link,
#sideNav a:visited {
	color:#ff3300;
}
#sideNav a:hover,
#sideNav a:active {
	text-decoration:underline;
	color:#FFF;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.4em;
	line-height:1.4em;
	color:#f24405;
	text-transform:none;
	margin:0px;
	padding:10px 0px;
}
h1 a:link,
h1 a:visited {
	color:#f24405;
	text-decoration:none;
}
h1 a:hover,
h1 a:active {
	color:#f24405;
	text-decoration:underline;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.4em;
	line-height:1.4em;
	color:#f24405;
	text-transform:none;
	margin:0px;
	padding:10px 0px 5px 0px;
}
#sideBar h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.2em;
	line-height:1.4em;
	letter-spacing:.1em;
	color:#f24405;
	text-transform:uppercase;
	margin:0px;
	padding:10px 0px 5px 0px;
}
h2 a:link,
h2 a:visited {
	color:#f24405;
	text-decoration:none;
}
h2 a:hover,
h2 a:active {
	color:#f24405;
	text-decoration:underline;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.4em;
	color:#f24405;
	margin:0px;
	padding:10px 0px 0px 0px;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:1em;
	line-height:1.2em;
	letter-spacing:.1em;
	margin:0px;
	padding:10px 0px 0px 0px;
}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1em;
	line-height:1.2em;
	letter-spacing:.1em;
	color:#f24405;
	text-transform:uppercase;
	margin:0px;
	padding:10px 0px 0px 0px;
}
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:.9em;
	line-height:1.4em;
	letter-spacing:.1em;
	color:#f24405;
	text-transform:uppercase;
	margin:0px;
	padding:5px 0px 3px 0px;
}
.smallCaps {
	font-variant:small-caps;
	font-size:90%;
}
.ital {
	font-style:italic;
	text-transform:lowercase;
}
.callout {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:.9em;
	text-transform:uppercase;
	color:#f24405;
}
.black {
	color:#000;
}
.orange {
	color:#f24405;
}
input {
	background:#ececec;
	border:1px solid #CCC;
}
.condensed h2 {
} 
.condensed h6 {
} 
.condensed {
}
#sideBar .condensed ul li {
}
#sideBar .condensed ul {
}

/* ------------------------------ header ------------------------------ */
#header {
	height:100px;
	width:775px;
	background:url(/images/NW_logo.jpg) #FFF top left no-repeat;
}

/* ------------------------------ sideBar ------------------------------ */
#sideBar {
	position:relative;
	height:580px;
	width:280px;
	background:#494949;
	float:left;
	font-size:90%;
	line-height:135%;
	font-family:Arial, Helvetica, sans-serif;
	overflow:auto;
}
#imgBox {
	height:240px;
	width:280px;
	background:top left no-repeat;
}
#sideCopy {
	height:auto;
	padding:15px 20px 20px 30px;
}
#sideCopy.nav {
	height:440px;
}
#sideCopy.short {
	height:200px;
}
#sideNav {
	position:relative;
	height:60px;
	width:215px;
	padding:20px 25px 10px 30px;
	line-height:1.4em;
	clear:both;
}
#sideNav ul li  {
	padding:0px;
}

/* ------------------------------ content ------------------------------ */
#content {
	height:545px;
	width:445px;
	background:#FFF;
	color:#333;
	padding:15px 20px 20px 30px;
	float:left;
}
.flexcroll {
	overflow:auto;
}
#content table tr td {
	padding:5px 0px;
}
#homeText {
	padding-top:155px;
	padding-left:190px;
	font-size:90%;
	line-height:1.7em;
	color:#FFF;
}
#content ul,
#content li {
	margin:0px;
	padding:0px;
}
ul#checkbox ul,
ul#checkbox li {
	margin:0px 0px 5px 20px;
	padding:2px;
	list-style:outside url(/images/checkbox.gif);
}
ul#checkbox {
	margin:0px 0px 20px 0px;
	padding:0px;
}
ul#checkbox li {
	margin:0px 0px 5px 20px;
	padding:0px;
}
ul#services ul {
	margin:0px;
	padding:0px;
}
ul#services li {
	margin:0px 0px 5px 20px;
	padding:2px;
	list-style:outside url(/images/arrow.gif);
}
ul#services li li {
	margin:3px 0px 3px 20px;
	padding:0px;
	list-style:outside url(/images/bullet.gif);
}

/* ------------------------------ sideNav ------------------------------ */
#sideBar,
#sideBar li {
	margin:0px;
	padding:0px;
	list-style:none;
}
#sideBar ul {
	padding:0px 0px 10px 0px;
}
#sideBar ul {
	margin:0px;
	padding:0px;
}
#sideBar li {
	padding:0px 0px 5px 0px;
}
#sideBar li ul {
	padding:0px 15px;
}

/* ------------------------------ topNav ------------------------------ */
#topNav {
	height:30px;
	width:775px;
	background:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.85em;
	letter-spacing:2px;
	text-transform:uppercase;
	z-index:1000;
}
#nav, #nav ul {
	padding:10px 10px;
	margin: 0;
	list-style: none;
	line-height:10px;
	z-index:1000;
}
#nav a {
	display: block;
}
#nav li {
	display: block;
	float: left;
	padding:0px 20px;
	border-right:#FFF 1px solid;
}
#nav li.last {
	border-right:none;
}
#nav li li {
	display: block;
	padding:4px 20px;
	clear:both;
	border-right:none;
}
#nav li ul {
	position: absolute;
	padding:2px 20px 2px 0px;
	margin-left:-20px;
	border-top:#000 10px solid;
	width: auto;
	background:#efefef;
	filter: alpha(opacity=85);   
	-moz-opacity: .85;   
	opacity: .85;
	-khtml-opacity: .85; 
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* ------------------------------ footer ------------------------------ */
.clear {
	clear:both;
}
#footer {
	height:30px;
	width:775px;
	background:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.75em;
	letter-spacing:2px;
	text-transform:uppercase;
	clear:both;
}
#footer ul {
	padding:10px 0px;
	margin: 0;
	list-style: none;
	line-height:10px;
}
#footer a {
	display: block;
}
#footer li {
	display: block;
	float: left;
}
#footer ul.left {
	padding-left:30px;
	width:215px;
	text-align:left;
	float:left;
}
#footer ul.left li {
	padding-right:20px;
}
#footer ul.right {
	padding-right:30px;
	width:500px;
	text-align:right;
	float:right;
}
#footer ul.right li {
	padding-left:20px;
	float:right;
}
#footerNav {
	height:20px;
	width:765px;
	padding:2px 5px;
}
#footerNav .left {
	width:40%;
	float:left;
}
#footerNav .right {
	width:40%;
	float:right;
	text-align:right;
}