/*============================================*/
/*=========NATIONAL=PUBLIC=SAFETY=CSS=========*/
/*============================================*/

a:link
	{
	text-decoration: none;
	font-family: Helvetica, verdana, Lucida Sans Unicode, arial;
	font-size: 9pt;
	color: gold;
	font-weight: bold;

	}

a:visited
	{
	text-decoration: none;
	font-family: Helvetica, verdana, Lucida Sans Unicode, arial;
	font-size: 9pt;
	color: gold;
	font-weight: bold;
	}

a:hover, a:active
	{
	text-decoration: underline;
	font-family: Helvetica, verdana, Lucida Sans Unicode, arial;
	font-size: 9pt;
	color: white;
	font-weight: bold;
	}



a.page:link
	{
	text-decoration: underline;
	color: #000;
	font-weight: bold;

	}

a.page:visited
	{
	text-decoration: underline;
	color: #000;
	font-weight: bold;
	}

a.page:hover, a.page:active
	{
	text-decoration: underline;
	color: #444;
	font-weight: bold;
	}


a.cpage:link
	{
	text-decoration: underline;
	color: red;
	font-weight: bold;

	}

a.cpage:visited
	{
	text-decoration: underline;
	color: red;
	font-weight: bold;
	}

a.cpage:hover, a.cpage:active
	{
	text-decoration: underline;
	color: maroon;
	font-weight: bold;
	}




a.download:link
	{
	text-decoration: underline;
	color: red;
	font-size: 14pt;
	font-weight: bold;

	}

a.download:visited
	{
	text-decoration: underline;
	color: red;
	font-size: 14pt;
	font-weight: bold;
	}

a.download:hover, a.download:active
	{
	text-decoration: underline;
	color: #990000;
	font-size: 14pt;
	font-weight: bold;
	}





a.footer:link
	{
	text-decoration: underline;
	font-family: BankGothic Md BT, Helvetica, verdana, Lucida Sans Unicode, arial;
	font-size: 8pt;
	color: white;
	font-weight: bold;

	}

a.footer:visited
	{
	text-decoration: underline;
	font-family: BankGothic Md BT, Helvetica, verdana, Lucida Sans Unicode, arial;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	}

a.footer:hover, a.footer:active
	{
	text-decoration: underline;
	font-family: BankGothic Md BT, Helvetica, verdana, Lucida Sans Unicode, arial;
	font-size: 8pt;
	color: #444;
	font-weight: bold;
	}


a.numbers:link
	{
	text-decoration: underline;
	color: #000;
	font-weight: bold;
	font-size: 12pt;
	}

a.numbers:visited
	{
	text-decoration: underline;
	color: #000;
	font-weight: bold;
	font-size: 12pt;
	}

a.numbers:hover, a.numbers:active
	{
	text-decoration: underline;
	color: #444;
	font-weight: bold;
	font-size: 12pt;
	}


a.numbers2:link
	{
	text-decoration: underline;
	color: green;
	font-weight: bold;
	font-size: 8pt;
	}

a.numbers2:visited
	{
	text-decoration: underline;
	color: green;
	font-weight: bold;
	font-size: 8pt;
	}

a.numbers2:hover, a.numbers2:active
	{
	text-decoration: underline;
	color: green;
	font-weight: bold;
	font-size: 8pt;
	}


a.sendtopic:link
	{
	text-decoration: underline;
	color: red;
	font-weight: bold;
	font-size: 18pt;
	}

a.sendtopic:visited
	{
	text-decoration: underline;
	color: red;
	font-weight: bold;
	font-size: 18pt;
	}

a.sendtopic:hover, a.sendtopic:active
	{
	text-decoration: underline;
	color: red;
	font-weight: bold;
	font-size: 18pt;
	}


/*============================================*/
/*==================COMMON====================*/
/*============================================*/

html
	{
	overflow-y: scroll; 	/*keeps scrollbars in firefox all the time*/
	}


body
	{
	margin: 0px;
	background: transparent url(graphics/canvas.jpg) repeat-x;
	font-family: Helvetica, verdana, Lucida Sans Unicode, arial;
	font-size: 10pt;
	}

img
	{
	border: 0px;
	}

td img 
	{
	display: block;
	}

/*============================================*/
/*============================================*/
/*============================================*/


#container
	{
	float: left;
	width: 100%;
	height: 100%;

	margin: auto;
	}

#content
	{
	width: 980px;
	margin: auto;
	}

#site
	{
	width: 980px;
	height: 811px;
	background: transparent url(graphics/site.jpg) no-repeat center center;
	}

/*============================================*/
/*============================================*/
/*============================================*/

#header
	{
	float: left;
	width: 980px;
	height: 136px;
	background: transparent url(graphics/header.jpg) no-repeat top center;
	}

#meat
	{
	float: left;
	width: 980px;
	background: transparent url(graphics/meat.jpg) no-repeat top center;
	}

#footer
	{
	float: left;
	width: 980px;
	height: 111px;
	background: transparent url(graphics/footer.jpg) no-repeat center center;

	font-family: BankGothic Md BT, Helvetica, verdana, Lucida Sans Unicode, arial;
	}

/*============================================*/
/*============================================*/
/*============================================*/

.banner
	{
	width: 980px;
	height: 105px;
	}

.linkbar
	{
	float: left;

	width: 980px;
	height: 31px;
	}

.meatcontent
	{

	width: 932px;
	
	padding-top: 20px;
	margin-left: 25px;
	
	}

.meatleft
	{
	float: left;
	}

.meatleftbuttons
	{
	width: 200px;
	height: 585px;
	
	background: #efebde;

	}

.meatright
	{
	float: left;
	width: 715px;
	height: 585px;

	margin-left: 15px;
	}

.meatrightpics
	{
	float: left;
	width: 715px;
	height: 585px;

	margin-left: 10px;
	padding-right: 5px;
	}

.footercontent
	{

	width: 932px;
	
	padding-top: 23px;
	margin-left: 25px;

	}

.footercopyright
	{
	text-align: center;
	color: #504d3f;
	width: 932px;
	font-size: 8pt;
	font-weight: bold;
	
	}

.petabytelogo
	{
	float: right;
	width: 125px;
	height: 50px;
	}

/*============================================*/
/*============================================*/
/*============================================*/

h1
	{
	color: #3d461b;
	font-family: BankGothic Md BT, Helvetica, verdana, Lucida Sans Unicode, arial;
	font-size: 36pt;
	margin-top: 0px;
	margin-bottom: 0px;
	}

h2
	{
	color: #555;
	font-family: Helvetica, verdana, Lucida Sans Unicode, arial;
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 0px;
	}

h6	
	{
	color: #555;
	font-family: Helvetica, verdana, Lucida Sans Unicode, arial;
	font-size: 18pt;
	margin-top: 0px;
	margin-bottom: 0px;
	}

p
	{
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 10pt;
	margin-top: 0px;
	}

.meatright-left
	{
	float: left;
	width: 300px;

	}

.meatright-right
	{
	float: left;
	width: 300px;
	margin-left: 50px;
	}

ul.benefits
	{
	font-size: 12pt;
	}

ul.application
	{
	font-size: 10pt;
	}

ul.hiring
	{
	font-size: 9pt;
	}

.picleft
	{
	float: left;
	}


.picright
	{
	float: right;
	}

.picrightcommunity
	{
	float: right;
	margin-right: 25px;
	}

.greenbox
	{
	width: 225px;
	background: #92996f;
	border: 1px solid #222;
	text-align: center;
	margin-left: 25px;
	}

.visionbox
	{
	width: 250px;
	background: #92996f;
	border: 1px solid #222;
	text-align: center;
	margin-left: 65px;
	padding: 10px;
	}

.numbers
	{
	font-size: 8pt;
	}

iframe.numbersframe
	{
	width: 100%;
	height: 510px;
	margin: 0px;
	}

td.ralign
	{
	text-align: right;
	}

table.feedback
	{
	font-size: 10pt;
	}

.nomargin
	{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13pt;
	color: #333;
	}