/*
Theme Name: nni
Template: nni

*/

body {
	text-align: center;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#pagecontainer {
	width:975px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-color:#fff;
		line-height: 1.2em;
	color: #666;
}
#header {
	margin: 12px 0 0 0;
	padding: 0px;
	text-align: right;
	color: #666;
}
#phone {
	margin: 0;
	padding: 0;
	display: inline;
font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7f7f7f;
}
#menu {
	margin: 18px 0 0 0;
	padding: 0;
	color: #7f7f7f;
}
#nav { 
margin:0; padding:0; list-style-type: none;  width:100%; height:25px; } 
#nav li { 
display: inline; font-size: 14px; padding: 0; margin:0; text-decoration: none;  height:20px; text-transform: uppercase;
} 
#nav a { 
text-decoration: none; padding:0px 0 3px 18px;  width:auto; color: #7f7f7f; 
} 
#nav a:hover { color: #09f; border: none;

 } 
#nav .current_page_item a {
	background: url(images/current.jpg) no-repeat;
}
#contentcontainer {
background-image: url(images/swirl_background.jpg);
	float:left;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
		}
#banner-container {
	width: 100%;margin: 0 200px; padding: 0;	overflow: hidden; text-align: left;
}
#right-column {
	margin: 0 0 0 200px;
	padding: 0;
	width: 775px;
	height: 100%;
	float: right;
}

#content-column {margin: 0 0 18px 0; padding: 0;
width: 460px; float: left;}

#sidebar {
	width: 290px; float: right;text-align:right; margin: 0; padding: 0; display: inline;
}

#footer {
	padding:0; 
	margin: 0;
	color: #666;
	width: 975px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#footer-image {
	width: 775px;
	height: 230px;
	margin: 0;
	padding: 0;
}

#footer-nav {color: #999;}

#footer-nav li { display: inline;
text-decoration: none; list-style-type: none; padding-left: 6px;
}

#footer-nav a { color: #666; text-decoration:none;
text-decoration: none;
}
#footer-nav a:hover {color: #09F; text-decoration: none; border-bottom: 1px dotted #666;
                        }

#footer-nav .current_page_item a {
	color: #000;
}

#text-header { margin: 0 0 9px 0;
padding: 0;
text-align: left;
	
}
#footer-menu {
	line-height: 1em;
	letter-spacing: .5px;
	font-size: 12px;
	margin:0;
	padding: 0;
	color:#999;
	text-align:center;
	width: 775px;
}

.clear {
	clear: both;
}
a:link    {color: #06c; text-decoration:none;
                        }
a:visited            {color: #06c; text-decoration:none;
                        }
a:active {color: #06c; text-decoration:none;
                        }
a:hover             {color: #09f; text-decoration: none; border-bottom: 1px dotted #666;
                       }
                        
                        /*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
	width: 450px;
	float: left; 
	margin:  0px 10px 0 0;
	padding: 0;
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; }

.cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 16px Times; 
}

ol.cf-ol { 
	margin:0; 
	padding:0; 
}
ol.cf-ol li	{ 
	margin:8px 23px!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:3px 0; 
	text-align:center;
	font-size: 12px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:2px 10px 0 0; 
	text-align:left;
	vertical-align:top;
	font-size: 12px;
	display:block;
	color:#888888;
}
.cform label span {
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0 5px 0 0; 
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0 0 0 6px;
	width:200px;
	text-align:left;	
}

label.cf-after span {
	width:200px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:1px 3px;
	background: #fbfbfb; 
	border:none;
	border-top: 1px solid #aaaaaa; 
	
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:370px; 
}
.cform select {
	width:378px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
	height: 6em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display:block; /*for mozilla*/
	font-size:12px;
	vertical-align:top;
	color:#888888;
	text-align:right;
	margin-right:25px;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:16px; 
	border:none; 
}

input.cf-box-a 	{ 
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 0; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
	text-align:right;
}
.cform input.sendbutton	{ 
	width:100px;  
	padding:2px; 
	margin: 10px 1px 0 0;
	font-size:1em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .error 		{ color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }
.cform .errortxt    	{ color:red!important; }


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}

label.secq,
label.secq span {
	display:inline;
}
label.secq {
	vertical-align:middle;
	font-size: 12px;
}

input.secinput {
	width:45px;
	margin: 3px 0 0 10px;
	vertical-align:middle;
}

#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:top;
}

img.captcha	{
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
}


/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:0 0 10px 0!important;
	padding:0!important;	
	text-align:center!important;;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-top:1px;
}
*+html input.cf-box-a,
*+html input.cf-box-b{ 
	background:none;
	margin-top:0;
}
* html input.cf-box-a,
* html input.cf-box-b { 
	background:none;
	margin-top:0;
}
