@charset "UTF-8";
/* 
Title:     North Wind Pictures - styles.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

/* LINKS
============================================================================= */
a:link, a:visited, a:active {
	color: #336633;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: underline;
	outline: none;
}
a:focus, input:focus {
	-moz-outline-style: none;
}

/* COMMON ELEMENTS
============================================================================= */
.clear {
	clear: both;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #363;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	color: #960;
}
h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	color: #333;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* EXISTING STYLES 
============================================================================= */
.bodytxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.footertxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.td12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.td13 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.td14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.td15 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
.td16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.catheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #336633;
}
.box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}
.button {
	background-color: #336633;
	color: #FFFFFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
}
.messagegood {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #336633;
}
.message {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF3300;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #336633;
}
/* MAIN MENU STYLES
============================================================================= */
/*Menu Outer Wrapper*/
.p7PMMh09 {
	position: absolute;
	top: 5px;
	left: 170px;
	margin: 0 auto;
	width: auto !important;
	width: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	text-transform: uppercase;
	text-align: left;
	line-height: normal;
	z-index: 1000;
	display: inline;
}
/*Hide Sub-Menu in Design View
Compensate for LI padding on Sliding Doors themes*/
.p7PMMh09 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMh09 ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.p7PMMh09 li {
	list-style-type: none;
	float: left;
	width: 120px;
	background: url(images/nav-li-bg.gif) no-repeat left center;
}
/* Hide from IE5 Mac \*/
.p7PMMh09 li {
	width: auto;
}
/*Top Level Links*/
.p7PMMh09 a {
	display: block;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	color: #363 !important;
	text-align: left;/*font-variant: small-caps;*/
}
.p7PMMh09 a:hover {
	color: #960 !important;
	text-decoration: none;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh09 ul a.pmmfirst {
}
.p7PMMh09 ul a.pmmlast {
}
.p7PMMh09 ul li.pmmfirst {
	background-image: none;
}
.p7PMMh09 ul li.pmmlast {
}
/*First Sub Level*/
.p7PMMh09 ul ul {
	z-index: 10000;
	width: 135px;
	background-color: #fff;
	border-right: 1px solid #363;
	border-bottom: 1px solid #363;
	border-left: 1px solid #99B299;
}
.p7PMMh09 ul ul li {
	float: none;
	border-top: 1px solid #99B299;
	background-image: none;
	background-color: #fff;
}
.p7PMMh09 ul ul a {
	padding: 4px 8px;
	color: #363 !important;
	/*background-image: none;*/
	text-align: left;
	border: 0;
	font-variant: normal;
	font-size: .9em;
	overflow: hidden;
	text-decoration: none;
}
.p7PMMh09 ul ul a:hover {
	background-color: #99b299 !important;
	color: #363 !important;
	text-decoration: none;
	background-image: none;
}
/*
TRIGGERS and CURRENT MARK RULES
*/

/*Sub Level*/
.p7PMMh09 ul a.trig_open, .p7PMMh09 ul a.trig_open_up {
	color: #960 !important;
}
.p7PMMh09 ul ul a.trig_open {
	color: #FFF !important;
	background-color: #000 !important;
}
/*The Current Marker (You are here) links*/
.p7PMMh09 .current_mark {
	color: #960 !important;
}
.p7PMMh09 ul ul .current_mark {
	color: #960 !important;
}
/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* SEARCH NAV
============================================================================= */
form {
	margin: 0;
	padding: 0;
}
#searchNavContainer {
	float: left;
	width: 667px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #030;
	border: 1px solid #363;
	background: #99B299;
}
label, input, select {
	vertical-align: middle;
}
#row1 {
	float: left;
	padding: 3px 5px;
	width: 657px;
}
#row2 {
	float: left;
	padding: 4px 5px;
	width: 657px;
	background: #fff;
	border-top: 1px solid #363;
	border-bottom: 1px solid #363;
}
#row2 p {
	float: left;
	margin: 0;
	padding: 0 4px;
	display: inline;
}
#row3 {
	float: left;
	padding: 3px 5px;
	width: 657px;
}
#searchBox {
	float: left;
	width: 620px;
}
.textfield {
	padding: 0 3px;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px solid #363;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
/*#searchWithin {
	float: left;
	margin: 0;
	padding: 5px 20px 0 20px;
}*/
#searchOptions {
	float: left;
	margin: 0;
	padding: 0;
	height: 16px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#searchOptions li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#searchOptions a {
	float: left;
	padding: 16px 3px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:16px; /* for IE/Win only */
}
#searchOptions a:hover {
	background-position: 0 -16px;
}
#tabNav a:active, #tabNav a.selected {
	background-position: 0 -16px;
}
#subjectIndex a {
	width: 93px;
	background: url(images/btn-subjectIndex.gif) no-repeat;
}
#motionClips a {
	width: 88px;
	background: url(images/btn-motionClips.gif) no-repeat;
}
#galleries a {
	width: 78px;
	background: url(images/btn-galleries.gif) no-repeat;
}
#imagesPer {
	float: left;
	margin: 0;
	padding: 2px 0 2px 4px;
}
#imagesPer a {
	color: #030;
	text-decoration: none;
}
#imagesPer a:hover {
	color: #fff;
}
#orientation {
	float: left;
	margin: 0 0 0 60px;
	padding: 1px 20px;
}
#orientation td {
	margin: 0;
	padding: 0 3px;
}
#searchHistory {
	float: right;
	margin: 0;
	padding: 0;
}
