/* CSS RESET FOR CROSS-BROWSER COMPATIBILITY. DO NOT CHANGE. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
ALL CODE WRITTEN AND COPYRIGHT NORTHWEST GRAPHIC.

1. Always use strict doctype and standards-compliant HTML/CSS
2. Always use a reset at the start of your css
3. Use -moz-opacity:0.99 on text elements to clean up rendering in Firefox, and text-shadow: #000 0 0 0 in Safari
4. Never resize images in the CSS or HTML
5. Check font rendering in every browser. Don't use Lucida
6. Size text as a % in the body, and as em's throughout
7. All layout divs that are floated should include display:inline and overflow:hidden
8. Containers should have overflow:auto and trigger hasLayout via a width or height
9. Don't use any fancy CSS3 selectors
10. Don't use transparent PNG's unless you have loaded the alpha
*/

.borderimg {
border: 5px #9c9d9c solid;
margin: 4px;
}


#right {
position: absolute;
left:600px;
width:400px;
top:400px;
line-height: 1.5em;
color: #b2d2ff;
}

#right h1 {
margin: 0;
color: #ffb533;
font-weight: normal;
}

#right h2 {
font-weight: normal;
color: #b2d2ff;
}

#right a {
color: #b2d2ff;

}


#top {
	background:url(../images/bg.jpg) repeat-y #003372;
}

#wrap {
background: url(../images/right_bg.jpg) repeat-x;
}

#inside {
background: url(../images/tomco_bg.jpg) no-repeat;
}


#footer {
background: url(../images/footer_bg.jpg) repeat-x #292929;
clear: both;
padding: 20px;
text-align: center;
font-size: .8em;
}


#footer a {
color: #cccccc;
}

#content {
width:524px;
font-size: .8em;
padding-top: 180px;
margin: 20px;
margin-top: 0px;
}

#content img {
text-align: center;
}

#banner {
position: absolute;
left:560px;
top: 80px;
}

a
{
	color:#ef511e;
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
	color: #778fbd;
}

body
{
	background: #292929;
	color:#666;
	font-family:Arial, verdana, sans-serif;
	font-size:16px;
	font-weight:400;
	margin-top:0;
	line-height: 1.7em;
}

h1
{
	color:#011644;
	font-family:Arial, verdana, sans-serif;
	font-weight:normal;
	line-height:32px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 2.5em;
	padding-top: 15px;
	padding-bottom: 15px;
	

}

h2
{
	color:#0094da;
	font-family:Arial, verdana, sans-serif;
	font-weight:400;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 1.5em;
}

h3
{
	color:#666;
	font-family:Arial, verdana, sans-serif;
	font-weight:700;
	letter-spacing:-1px;
	text-align:center;
	width:auto;
}

h4
{
	font-weight:700;
	margin:1.33em 0;
	text-align:center;
}

h5 {
font-family: courier;
color: #b4b4b4;
font-size: .8em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
#navigator {
	list-style: none;
}

#navigator li {
	padding: 9px;
	background: #ebebeb;
	display: inline;
	margin-right: 8px;
}

