	
/* ----------------------------------------------------

	SCREEN - * default browser CSS for the screen.
	
---------------------------------------------------- */


	
/* ----------------------------------------------------
	Reset - * Resets default browser CSS.
---------------------------------------------------- */

	/* Setting defaults on all the below tags */
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
	p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, 
	em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, 
	legend, table, caption, tbody, tfoot, thead, tr, th, td 
		{
		margin: 0;
		padding: 0;
		border: 0;
		}
	
	/* Remove possible quote marks (") from <q>, <blockquote>. */
	blockquote:before, blockquote:after, q:before, q:after 
		{
		content: "";
		}
		
	/* Block quotes */
	blockquote:before, blockquote:after,
	q:before, q:after 
		{
		content: "";
		}
	blockquote, q 
		{
		quotes: "" "";
		}
	
	/* Remove annoying border on linked images. */
	a img 
		{
		border: none;
		}
	
/* ----------------------------------------------------
	Global Styling
---------------------------------------------------- */
	
	/* Set the default html tag for the entire site */
	html 
		{
		height: 100%; 
		margin: 0 auto; 
		color: #FFF; 
		background-color: #000;
		background-image: url(/img/bg-tile.gif);
		background-repeat: repeat;
		}

	/* Set the default body tag for the entire site */
	body 
		{ 
		height: 100%; 
		margin: 0 auto; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 62.5%; /* Sets the default font size to 10px by using a percentage of the global size of 16px */
		text-align: left;
		}
		
		
/* ----------------------------------------------------
	Wrapper
---------------------------------------------------- */
	
	
	/* Set the outter wrapper to make your background 100% of the browser window */
	div#outterWrapper
		{
		margin: 0 auto; 
		margin-top: -4px;
		padding: 0;
		width: 922px;
		height: 100%;
		background-color: #000;
		}
	
	/* Set the wrapper for the entire site */
	div#wrapper
		{
		margin: 0 auto; 
		padding: 0;
		width: 922px;
		min-height: 900px;
		overflow: auto;
		overflow: hidden;		
		background-color: #000;
		background-image: url(/img/bg-secondary-new2.jpg);
		background-repeat: no-repeat;
		}
		
		
/* ----------------------------------------------------
	Page Header
---------------------------------------------------- */
		
	/* Page Header Background */
	div#pageHeader
		{
		width: 922px;
		padding-top: 17px;
		}
	
	/* Company Logo */
	div#companyLogo
		{
		
		}
		
	/* Company Logo Img Element Remove Link Border */
	.companyLogo
		{
		border: 0;
		}
		
/* ----------------------------------------------------
	Main Navigation
---------------------------------------------------- */
	
	/* Main Navigation Background */
	div#mainNavigationBackground
		{
		margin-top: -2px;
		height: 42px;
		}
		
	/* Main Navigation */
	div#mainNavigation
		{
		margin: 0 auto;
		padding-left: 101px;
		width: 737px;
		height: 42px;
		}
		
	/* Main Navigation list */
	div#mainNavigation ul 
		{
		display: inline;
		} 

	/* Main Navigation Unordered list */
	div#mainNavigation ul li 
		{
		position: relative;
		top: 41px;
		list-style: none;
		display: inline;
		font-weight: bold;
		font-size: 1.4em;
		padding-right: 21px;
		}
		
	
/* ----------------------------------------------------
	Middle
---------------------------------------------------- */
	
	/* Middle */
	div#middle
		{
		
		}
		
	/* Middle Content */
	div#middleContent
		{
		float: right;
		padding-top: 53px;
		padding-right: 54px;
		width: 444px;
		font-size: 1.1em;
		line-height: 1.8em;
		}
		
	/* Middle Content */
	div#middleContent ul
		{
		padding-left: 40px;
		}
		
/* ----------------------------------------------------
	Footer
---------------------------------------------------- */
	
	/* Footer */
	div#footer
		{
		
		}
		
	/* Footer Content */
	div#footerContent
		{
		
		}
		
	/* Footer Copyright */
	div#footerCopyright
		{
			
		}
		
	/* Footer Nav */
	div#footerNav
		{
		
		}
		
	/* Footer Nav list */
	div#footerNav ul 
		{
		display: inline;
		} 

	/* Footer Nav Unordered list */
	div#footerNav ul li 
		{
		list-style: none;
		display: inline;
		}

		
		
/* ----------------------------------------------------
	Typography
---------------------------------------------------- */


	/*---- Headings ----*/
	
	/* H1 Tag */
	h1
		{
		margin-top: 25px;
		margin-bottom: 20px;
		font-size: 2.4em;
		line-height: 1.4em;
		color: #FF0012; 
		}
		
	/* H2 Tag */
	h2
		{
		font-size: 1.4em; 
		color: #787878;
		}
	
	
	/*---- Text elements ----*/
	
	/* Default paragraph tags */
	p
		{
		margin: 0 0 1.5em;
		}
		
	/* Default paragraph tags */
	p img
		{
		float: left; 
		margin: 1.5em 1.5em 1.5em 0; 
		padding: 0;
		}
	
	/* Formats long quotes */
	blockquote
		{
		margin: 1.5em; 
		font-style: italic;
		}
		
	/* Customize the strong tag */
	strong
		{
		}
		
	/* Customize the definition tag */
	dfn
		{
		}
		
	/* Customize the superscript tag */
	sup
		{
		}
	
	/* Customize the subscript tag */
	sub
		{
		}
	
	/* Customize the abbreviation tag */
	abbr
		{
		}
		
	/* Customize the acronym tag */
	acronym
		{
		}
		
	/* Customize the address tag */
	address
		{
		margin: 0 0 1.5em; 
		font-style: italic;
		}
		
	/* Customize the deleted tag (put a line through the text) */
	del
		{
		}
	
	
	/*---- List elements ----*/
	
	/* Default styles */
	li ul, li ol
		{
		margin: 0 1.5em;
		}
		
	/* Default styles */
	ul, ol
		{
		margin: 0 1.5em 1.5em 1.5em;
		}
	
	/* Default ul styles */
	ul
		{
		list-style-type: disc;
		}
		
	/* Default ol styles */
	ol
		{
		list-style-type: decimal;
		}
	
	/* Defaults for definition list tag */
	dl
		{
		margin: 0 0 1.5em 0;
		}
		
	/* Defaults for definition term tag */
	dt
		{
		margin: 0 0 1.5em 0;
		}
		
	/* Defaults for definition term description tag */
	dd
		{
		margin-left: 1.5em;
		}		
		
/* ----------------------------------------------------
	Links
---------------------------------------------------- */
	
	/*---- Default link styles ----*/
		
	/* Default link style */
	a:link 
		{
		color: #fff;
		background-color: transparent;
		text-decoration: underline;
		}

	/* Default visited link style */
	a:visited
		{
		color: #fff;
		background-color: transparent;
		text-decoration: underline;
		}

	/* Default hover link style */
	a:hover
		{
		color: #FF0012;
		background-color: transparent;
		text-decoration: none;
		}
		
	/* Default active link style */
	a:active
		{
		}
		
	/* Default focus link style */
	a:focus 
		{
		}
		
	/* Default focus hover link style */
	a:focus:hover
		{
		}	
		
	
	/*---- Main navigation links ----*/
		
	/* Main navigation link style */
	div#mainNavigation a:link 
		{
		padding: 5px;
		color: #FFF;
		background-color: transparent;
		text-decoration: none;
		}

	/* Main navigation visited link style */
	div#mainNavigation a:visited
		{
		padding: 5px;
		color: #FFF;
		background-color: transparent;
		text-decoration: none;
		}

	/* Main navigation hover link style */
	div#mainNavigation a:hover
		{
		padding: 5px;
		color: #FFF;
		background-color: #ff0012;
		text-decoration: none;
		}
		
	/* Main navigation active */
	.active
		{
		padding: 5px;
		color: #FFF;
		background-color: #ff0012;
		text-decoration: none;
		}	
		
/* ----------------------------------------------------
	Forms
---------------------------------------------------- */

	/* Defaults for the form tags */
	form div
		{
		margin-bottom: 20px; 
		padding: 10px 20px; 
		border: 1px solid #ffa100; 
		text-align: center;
		}
		
	/* Defaults for the form tag on hover */
	form div input:hover 
		{
		background-color: #e591b9;
		}
	
	/* Defaults for the fieldset tag */
	fieldset
		{
		margin-bottom: 10px; 
		padding-top: 10px;
		padding-left: 20px; 
		padding-right: 20px; 
		padding-bottom: 10px; 
		border: 1px solid #ffa100; 
		overflow: hidden;
		}
		
	/* Defaults for the fieldset tag on hover */
	fieldset:hover
		{
		border: 1px solid #ffa100;
		background-color: #418736;
		}
		
	/* Defaults for the fieldset input tag */
	fieldset input
		{
		width: 45%; 
		border: 1px solid #000;
		margin-left: 15px;
		}
		
	/* Defaults for the fieldset select tag */
	fieldset select
		{
		width: 45%; 
		border: 1px solid #000;
		margin-left: 15px;
		}
		
	/* Defaults for the fieldset input hover tag */
	fieldset input:hover
		{
		border-color: #ffa100;
		}
		
	/* Defaults for the fieldset select hover tag */
	fieldset select:hover
		{
		border-color: #000;
		}
		
	/* Defaults for the fieldset input active/focus tag */
	fieldset input:active, input:focus 
		{
		border-color: #900;
		}
	
	/*  */
	label, label span 
		{
		display: block; 
		padding-bottom: .25em;
		}
		
	/*  */
	label
		{
		float: left; 
		width: 100%;
		}
		
	/*  */
	label span 
		{
		float: left; 
		width: 45%; 
		text-align: right;
		}
		
	/*  */
	form div input
		{
		padding: 0 .25em;
		}
		
	/*  */
	form div input:hover 
		{
		color: #fff;
		background-color : #ffa100;
		}
		
	/*  */
	.button
		{
		border: 2px double #ffa100; 
		border-top-color: #c97f00;
		}
		
	/*  */
	div#button
		{
		border: 0;
		}
		
		
/* ----------------------------------------------------
	Tables
---------------------------------------------------- */
	
	/*  */
	table
		{
		margin-bottom: 1.4em; 
		width:100%;
		}
		
	/*  */
	th
		{
		font-weight: bold; 
		background: #C3D9FF;
		}
		
	/*  */
	th,td
		{
		padding: 4px 10px 4px 5px;
		}
		
	/*  */
	tr.even td
		{
		background: #E5ECF9;
		}
		
	/*  */
	tfoot
		{
		font-style: italic;
		}
		
	/*  */
	caption
		{
		background: #eee;
		}
	
	/*  */
	table
		{
		border-collapse: separate; 
		border-spacing: 0;
		}
		
	/*  */
	caption, th, td 
		{
		text-align: left; 
		font-weight: normal;
		}
		
	/*  */
	table, td, th
		{
		
		}
	#plc2{display:none}
	#loc2{display:none}
	#urd2{display:none}
	#hoa2{display:none}
	#arg2{display:none}