/*
Company:		Spinnaker Microwave, Inc.
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* Import styles for ie 5 & 5.5 */

@media tty {
 i{content:"\";/*" "*/}}; @import '../css/ie5.css'; {;}/*";}
}/* */

@media tty {
 i{content:"\";/*" "*/}}@m; @import '../css/ie5.css'; /*";}
}/* */

/*<group=Global Browser Reset>*/

body {padding:0px;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 15px; }
.content_list {
	list-style-type: disc;
	color: #333333;
}


fieldset { padding:10px; }

img {
	border: 0px;
	display: none;
}
/*</group>*/

/*<group=HTML, Body>*/
html {
	background: url("../images/background.jpg") repeat-y top #2f4971;
}
html, body {
	height: 100%;
}
body {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}

/*</group>*/

/*<group=Layout>*/
div#backgroundWrapper {
	width: 824px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 100%;
}
div#outerBox {
	background: url("../images/background.jpg") repeat-y top;
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body div#outerBox {
	height: auto;
}
div#innerBox {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
	padding-bottom: 12px;
}
div#headerNavBar {
	background-color: #999;
	padding: 3px 8px 3px 8px;
	height: 18px;
	display: none;
}
div#headerNavBar p, div#footer p {
	margin: 0px;
}
div#header {
	height: 131px;
	display: none;
}
div#nav {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-y;
	display: none;
}
div#content {
	width: 742px;
	margin-left: 17px;
	padding: 1px;
}
div#contentSmall {
	width: 480px;
	float: left;
	padding-left: 17px;
	padding-right: 42px;
}
div#sideBar {
	width: 220px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-left: 10px;
	margin-top: 15px;
}
div#footer {
	width: 732px;
	color: #666666;
	padding: 3px 12px 3px 12px;
	text-align: left;
	border-top: 1px solid #4b76b5;
	margin-left: 10px;
	font-size: 10px;
}

/*</group>*/

/*<group=Nav>*/
	
/*</group>*/

/*<group=Headings>*/
h1 {
	font-size: 18px;
	color: #2E385B;
}
h2 {
	color: #B96F00;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 16px;
}
h3 {
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	margin-top: 0px;
}

h4 {
	color: #333333;
	margin-bottom: 0px;
	font-size: 14px;
	margin-top: 5px;
}
h5 {
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 4px;
	font-size: 14px;
}
h6 {
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 4px;
	font-size: 14px;
}
/*</group>*/

/*<group=Text Styles>*/
div#headerNavBar p {
	font-size: 11px;
	color: #fff;
}
p#headerTextBlock {
color: #2e385b;
font-size: 18px;
font-weight: bold;
font-style: italic;
text-align: right;
margin-left: 200px;
margin-top: 20px;
float: left;
}

div#sideBar p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
div#footer p {
	color: #fff;
}
div#content p, div#contentSmall p, div#sideBar p, div#sideBar h3 {
	color: #333333;
}
/*</group>*/

/*<group=Lists>*/
	
/*</group>*/

/*<group=Forms>*/
	
/*</group>*/

/*<group=Links - link visited hover active>*/
/* Links for body content */
div#content a:link, div#content a:visited, div#contentSmall a:link, div#contentSmall a:visited {
	color: #2f4971;
	text-decoration: underline;	
}
div#content a:hover, div#content a:active, div#contentSmall a:hover, div#contentSmall a:active {
	color: #2f4971;
	text-decoration: underline;	
}
/* Links for top blue bar */
div#headerNavBar a:link, div#headerNavBar a:visited {
	text-decoration: none;
	color: #fff;
}
div#headerNavBar a:hover, div#headerNavBar a:active {
	text-decoration: underline;
	color: #fff;
}
/* Links for bottom footer bar */
div#footer a:link, div#footer a:visited {
	text-decoration: none;
	color: #666666;
}
div#footer a:hover, div#footer a:active {
	text-decoration: none;
	color: #304971;
}
/* Links for sideBar */
div#sideBar a:link, div#sideBar a:visited {
	text-decoration: underline;
	color: #304971;
}
div#sideBar a:hover, div#sideBar a:active {
	text-decoration: underline;
	color: #304971;
}
/*</group>*/

/*<group=Misc>*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
DIV#content TABLE.spec A:link {
	TEXT-DECORATION: underline}
DIV#content TABLE.spec A:visited {
	TEXT-DECORATION: underline
}
DIV#content TABLE.spec {
	COLOR: black
}
