/*
Theme Name: Custom
*/

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}


/* STRUCTURE */
body {
	background-color: #FFF;
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family:Tahoma;
	font-size:0.9em;
	padding-bottom: 2em;
}

#wrapper {
	width: 991px;
}

#header {
	text-align: left;
}
#newportpacific {
	display: none;
}
#navigation li {
	display: inline;
}
#navigation li:hover, #navigation li:active, #navigation li:focus {
	background-image: url(images/breadcrumb-black.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
}
#navigation li a {
	color: #BF9C7C;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 42px;
	padding-right: 0;
	padding-left: 8px;
	display: inline-block;
}
#content {
	min-height: 554px;
	padding-left: 340px;
	padding-top: 180px;
	padding-right: 20px;
}
#content p {

}

.aligncenter { text-align: center;}
.alignright{float: right; margin-left: 2em;}
.alignleft{float: left; margin-right: 2em;}
p {margin-bottom: 1em; font-family: Tahoma, Geneva, sans-serif; font-size: .9em;}
.clear {clear: both;}
h2 { text-align: center; font-weight: bold; font-size: 1.3em; border-bottom: 1px solid #333; margin-bottom: 1.2em;}
li { list-style: inside;}
td strong {font-size: .9em; margin-right: 1em;line-height:1em; padding: 10px 0px; display: block;}
tr td {padding-right: 1em;}
table {margin-bottom: 1em;}
.aligncenter {margin: 0 auto;}