/*====================================================== BODY ELEMENTS ==============================================*/
body, td, th {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #030;
}
body {
	background-color:#C8D2C8;
	margin:0;
}

/*====================================================== LINKS ======================================================*/
a {
	font-size: medium;
	color: #030;
}
a:visited {
	color: #030;
}
a:hover {
	color: #090;
}
a:active {
	color: #030;
}
#navigation ul a {
	color:#C8D2C8;
	width:148px;
	border:solid 1px #030;
	display: block;
	background-color: #030;
	margin:0 0 7px 0;
	text-decoration: none;
	font-variant:small-caps;
	font-weight:bolder;
	text-align: center;
	box-shadow:2px 2px 4px 0 #666;
}
#navigation ul a:hover {
	color:#030;
	width:148px;
	border:solid 1px #030;
	display: block;
	background-color: #C8D2C8;
	margin:0 0 7px 0;
	text-decoration: none;
	font-variant:small-caps;
	font-weight:bolder;
	text-align: center;
	box-shadow:2px 2px 4px 0 #666;
}
#navigation ul a:active {
	color:#030;
	width:148px;
	border:solid 1px #030;
	display: block;
	background-color: #C8D2C8;
	margin:0 0 7px 0;
	text-decoration: none;
	font-variant:small-caps;
	font-weight:bolder;
	text-align: center;
	box-shadow:1px 1px 2px 0 #666;
}
#navigation a img {						/*===For linked Images in Navigation Pane===*/
	border:solid 1px #030;
	box-shadow:2px 2px 4px 0 #666;
}
#navigation a:hover img {				/*===For linked Images in Navigation Pane===*/
	border:solid 1px #030;
	box-shadow:2px 2px 4px 0 #666;
}
#navigation a:active img {				/*===For linked Images in Navigation Pane===*/
	border:solid 1px #030;
	box-shadow:1px 1px 2px 0 #666;
}
#navigation ul {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#navigation ul li {
}
.designby a {
	color: #030;
	font-size:x-small;
}
.designby a:visited {
	color: #030;
	font-size:x-small;
}
.designby a:hover {
	color: #030;
	font-size:x-small;
}
.adminaccess a {
	color: #030;
	font-size:x-small;
}
.adminaccess a:visited {
	color: #030;
	font-size:x-small;
}
.adminaccess a:hover {
	color: #030;
	font-size:x-small;
}
.productlineTITLE {
	background:none!important;
	border:none; 
	padding:0!important;
	font: inherit;
	cursor: pointer;
	font-size: large;
	font-weight:bold;
	color: #030;
	text-decoration:none;
	margin: 0 0 3px 0;
}
.productlineTITLE:hover {
	border-bottom:1px solid #030;
	margin: 0 0 2px 0;
}
#sliderFormatTable a	{
	color:#C8D2C8;
	border:solid 1px #030;
	display: block;
	background-color: #030;
	text-decoration: none;
	font-weight:bolder;
	text-align: center;
	box-shadow:2px 2px 4px 0 #666;
	font-size:24px;
	width:30px;
	height:30px;
	margin:auto;
	border-radius:50px;
}
#sliderFormatTable a:hover	{
	color:#030;
	border:solid 1px #030;
	display: block;
	background-color: #C8D2C8;
	text-decoration: none;
	font-weight:bolder;
	text-align: center;
	box-shadow:2px 2px 4px 0 #666;
	font-size:24px;
	width:30px;
	height:30px;
	margin:auto;
	border-radius:50px;
}
#sliderFormatTable a:active	{
	color:#030;
	border:solid 1px #030;
	display: block;
	background-color: #C8D2C8;
	text-decoration: none;
	font-weight:bolder;
	text-align: center;
	box-shadow:1px 1px 2px 0 #666;
	font-size:24px;
	width:30px;
	height:30px;
	margin:auto;
	border-radius:50px;
}

/*====================================================== GRAPHICS ===================================================*/
#logo {
	margin:.5em 1em;
}
#NAWCC_Logo {
	height:100px;
	width:60px;
	margin:10px 45px;
}
#clock {
	margin:.5em 1em;
	border:solid 1px #360;
	box-shadow:2px 2px 4px 0 #666;
	float:right;	
}
.productlineIMAGE {
	border:solid 1px #360;
	box-shadow:2px 2px 4px 0 #666;
}
#map {
	height: 435px;
	width: 435px;
	margin:auto;
	border:solid 1px #360;
	box-shadow:2px 2px 4px 0 #666;
}
#MapContent {
	overflow:hidden;
}
#MsiteNotice {
	width:300px;
	background-color:black;
	border:solid 1px #360;
	box-shadow:2px 2px 4px 0 #666;
}
#map b {
	font-variant:small-caps;
	font-weight:bolder;
	font-style:italic;
}
.productLARGEimage {
	border:solid 1px #360;
	box-shadow:5px 5px 10px 0 #666;
}

/*====================================================== HOROZONTAL RULES ===========================================*/
#footerHR {
	color:#030;
	width:900px;
	margin:0 auto;
}
#productlineROWright hr {
	margin:0;
	color:#360;
}
/*====================================================== LAYOUT CONTROL =============================================*/
#main {
	/*border:solid thin white;*/
	width:920px;
	margin:0 auto;
}
#header {
	/*border:solid thin black;*/
	margin:20px 10px 5px 10px;
	width:900px;
	background-image:url(../../images/website/header_background.png);
	background-repeat:repeat-y;
}
#navigation {
	/*border:solid thin red;*/
	float:left;
	width:150px;
	margin:5px 5px 5px 10px;
}
#content {
	/*border:solid thin blue;*/
	min-height:500px;
	margin:10px 10px 5px 175px;
}
#productlineROW {
	/*border:solid 1px red;*/
	margin:.5em 0;
}
#productlineROWleft {
	/*border:solid 1px black;*/
	float:left;
	text-align:center;
	min-width:200px;
	min-height:150px;
}
#productlineROWright {
	/*border:solid 1px black;*/
	margin:0 0 0 210px;
	min-height:150px;
}
#footer {
	/*border:solid thin yellow;*/
	width:900px;
	height:20px;
	margin:5px auto 5px auto;
}
.Column_Left {
	width:48%;
	float:left;
	margin:0 5px 0 0;
}
.Column_Right {
	width:48%;
	float:right;
	margin:0 0 0 5px;
}
#clearFLOAT {
	clear:both;
	height:0;
	font-size:1px;
}
.Centered_Italic {
	text-align:center;
	font-style:italic;
}
#pageTOPIC {
	/*border:solid 1px black;*/
	min-height:150px;
}
#pageTOPIC h1 {
	font-family:"Times New Roman", Times, serif;
	margin:0 0 0 2em;
	font-size: xx-large;
	color: #030;
}
#pageTOPIC p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:justify;
	margin:0 0 0 6em;
	color: #030;
}
#contentLEFT {
	/*border:solid 1px red;*/
	float:left;
	width:40%;
	margin:20px 0 0 0;
	min-height:150px;
}
#contentRIGHT {
	/*border:solid 1px green;*/
	margin:20px 0 0 40%;
	min-height:150px;
}
#below_slider {
	margin:.5em auto;
}

/*====================================================== TEXT =======================================================*/
h1 {
	font-size: xx-large;
	color: #030;
}
h2 {
	font-size: x-large;
	color: #030;
}
h3 {
	font-size: large;
	color: #030;
}
.copyright {
	width:30%;
	float:left;
	text-align:left;
	margin:0 0 0 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant:small-caps;
	color:#030;
}
.adminaccess {
	margin:.25em 0 0 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.designby {
	width:30%;
	float:right;
	text-align:right;
	margin:0 1em 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-variant:small-caps;
	color:#030;
}
#navigation p {
	margin:-5px auto 5px auto;
	width:100%;
	text-align:center;
	font-size:smaller;
	font-style:italic;
}
.Bold {
	font-weight:bold;
}
.Back_Color {
	background-color:#030;
	color:#C8D2C8;
	font-weight:bold;
	padding:10px;
	border-radius:10px;
	box-shadow:2px 2px 4px 0 #666;
}
#productlineROWright p {
	margin:3px 0 0 .75em;
}
.BoldRed {
	font-weight:bold;
	font-style:italic;
	color:#F00;
}

/*====================================================== FORMS ======================================================*/
select {
	margin:.25em 0;
	border:solid 1px #360;
	width:15em;
	box-shadow:2px 2px 4px 0 #666;
}
.selected {
	color:red;
}
select option {
	margin:0 0 .25em 0;
}
#work_request_form input[type=submit] {
    width: 100%;
    background-color: #030;
    box-shadow: 2px 2px 4px 0 #666;
    color:#C8D2C8;
	border:solid 1px #030;
	margin:-30px 0 0 0;
	font-variant:small-caps;
	font-weight:bolder;
	text-align: center;
}

/*====================================================== TABLES =====================================================*/
#contactTABLE {
	/*border:solid thin white;*/
	margin:35px auto;
}
#contactTABLE th{
	text-align:left;
	vertical-align:top;
	border-bottom:solid thin #360;
}
#WorkRequestFormTABLE{
    margin: -50px 20px 0 0;
}

#contactTABLE td{
	min-height:3.5em;
	text-align:left;
	vertical-align:top;
	padding:.5em 0 0 2em;
	font-family:Arial, Helvetica, sans-serif;
}
#productlineTABLE {
	width:100%;
	/*border:solid 2px #F00;*/
}
#productlineTABLE td {
	min-width:220px;
	min-height:220px;
	text-align:center;
	/*border:solid thin green;*/
}
#productlineTABLE p {
	text-align:center;
	font:x-small small-caps "Arial, Helvetica, sans-serif";
	margin:.0 auto 1em auto;
	/*border:solid thin yellow;*/
}
#sliderFormatTable	{
	width:100%;
	/*border:solid 1px red;*/
}
#sliderFormatTable td	{
	width:25%;
	text-align:center;
	/*border:solid 1px blue;*/
}
#LARGEinfo	{
	margin:-1em 0 0 0;
	width:100%;
	/*border:solid 2px black;*/
}
#LARGEinfo td	{
	text-align:center;
}
#LARGEinfo tr:nth-child(1) td	{
	text-align:center;
	padding:1px;
	border-bottom:solid 2px #030;
	height:3em;
	font-size:small;
	font-style:italic;
}
#LARGEinfo tr:nth-child(2)	{
	height:2em;
}
#LARGEinfo tr:nth-child(2) td:nth-child(1)	{
	font:large bolder;
	text-align:left;
	width:60%;
}
#LARGEinfo tr:nth-child(2) td:nth-child(2)	{
	font:large bolder;
	text-align:right;
	width:20%;
}
#LARGEinfo tr:nth-child(2) td:nth-child(3)	{
	color:#F00;
	text-align:left;
	width:20%;
}
#LARGEinfo tr:nth-child(3) td	{	/*	large.php description	*/
	font-style:italic;
	text-align:justify;
	text-indent:1.5em;
	padding:.5em 0 .5em 3em;
}
#LARGEinfo tr:nth-child(4) td	{
	text-align:right;
	padding:.5em 5em 0 0;
}
#serviceTABLE	{
	width:100%;
	border-collapse:collapse;
	padding:0;
	margin:0 0 1em 0;
	/*border:solid 1px #FFF;*/
}
#serviceTABLE tr:nth-child(1)	{
	border-bottom:solid 2px #030;
}
#serviceTABLE tr:nth-child(1) td:nth-child(1)	{
	font-weight:bolder;
	font-size:larger;
}
#serviceTABLE tr:nth-child(1) td:nth-child(2)	{
	width:15%;
	text-align:right;
	padding-right:1em;
}
#serviceTABLE tr:nth-child(2) td	{
	padding-left:2em;
	font-style:italic;
}



AUDIO	{
	width:200px;
	height:25px;
	border-radius:5px;
}