/*   Nutter Site CSS   */


/*  TAG DEFINITIONS - SITEWIDE  */
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.gif);
	line-height: 1.2;
}
body, table {
	font-size: 10pt;
	background-color: #FFFFFF;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
table {
	width: 100%;
	padding:2px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}


/*  Container CSS  */
#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 50px;
	width: 850px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
#wrapper #stripe {
	background-color: #FF0000;
	height: 4px;
}


/*  BANNER  */
#banner {
	top: 0;
	left: 0;
	background-color: #000000;
	background-repeat: repeat;
}
#banner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#banner #contact {
	position: absolute;
	top: 40px;
	right: 10px;
	font-weight: bold;
	font-size: 12pt;
}
#banner #contact a {
	text-decoration: none;
	color: white;
}
#banner #mask {
	position: relative;
	top:0;
	left:0;
	width: 780px;
	background-color: #000000;
	background-image: url(../images/nuttercarbg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 130px;
	border-right-width: 32px;
	border-left-width: 32px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}


/*  HEADER  */
#header {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
}

#header h1 {
	font-size: 16pt;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	line-height: 1;
}	
#header h2 {
	text-align: center;
	font-style: italic;
	color: #333333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}


/*  CONTENT  */
#content {
	background-color: #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content a {
	text-decoration: underline;
        color: #0000CC;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
        color: #0066FF;	
}

#content h1 {
	text-align: center;
	font-style: italic;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #CC3333;
	font-size: 16px;
}

#content h2 {
	text-align: left;
	font-style: italic;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333333;
	font-size: 14px;
}
#content h3 {
	font-size: 11pt;
	color: #271e69;
	padding-top: 5px;
}

#content h4 {
	text-align: center;
	font-style: italic;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333333;
	font-size: 14px;
}

#content p {
	text-align: justify;
	margin-top: 0px;
}

#content img {
	border: 1px solid black;
}

#content .freeimage {
	margin-top: 18px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	margin-bottom: 5px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#content .lpix {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content .rpix {
	float: right;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	clear: right;
}

#content .lpix {
	margin-top: 7px;
}

#content .caption {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	clear: both;
}

#content td {
	margin-right: auto;
	margin-left: auto;
}


/* Top navigation*/
#topnav {
	padding: 3px;
	background-color: #cccc99;
}
#topnav #navbar {
	width: 780px;
	margin: 0 auto;
	line-height: 18px;
	text-align: center;
	color: #990000;
				}

#topnav #navbar a {
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	padding:3px 6px;
	text-decoration: none;
}
/* Rollovers */
#topnav #navbar a:hover {
	background-color: #333333;
	color: #E4E4CB;
}

#content .bird {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content ol {
	padding-top: 0px;
	padding-bottom: 0px;
}


/* Footer navigation*/
#footer {
	background: #cccc99;
	color: #666666;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	padding-right: 15px;
	margin-top: 15px;
}
#footer p {
	text-align: justify;
	margin-bottom: 0px;
	margin-top: 5px;
}
#footer  #contactus {
	text-align: center;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 10px;
	text-decoration: none;
}
#footer  #contactus  a {
	text-decoration: none;
}
#footer #copyright {
	font-size: 11px;
	text-align: center;
	color: #5F5F5F;
	margin: 0px;
	padding: 2px;
}
#footer #nav {
	color: #666666;
	font-size: 8pt;
	padding-bottom: 1em;
	padding-top: 10px;
	padding-left: 1ex;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
#footer #nav a {
	color: #333333;
}
#footer #nav a:hover {
	color: #990000;
}
#footer  .rpix {
	float: right;
	margin-left: 20px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 10px;
	clear: right;
}
