/* ----------------------- ordhq.com  ------------------------

						01 DEFAULTS
						02 STRUCTURE
						03 NAVIGATION
						04 LINKS
						05 TYPOGRAPHY
						06 LISTS
						07 IMAGES
						08 NOTES
						
*/


/* ----------------------- 01 DEFAULTS  ------------------------ */

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #f1f1f1;
	}

.container_12 {
	}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	}


/* -- COLOR -- */

.green {
	color: #00a131;
	}

.mdGrey {
	color: #8f929b;
	}

.dkGrey {
	color: #434651;
	}

#masthead {
	color: #7f7f7f;
	}

.footer {
	color: #7f7f7f;
	}


/* ----------------------- 02 STRUCTURE   ------------------------ */

#wrapper {
	}
		
#masthead {
	height: 72px;
	}

#navigation {
	float: left;
	margin: 20px 0 0 10px;
	}
		
#logo {
	width: 230px;
	height: 170px;
	background: url(../img/logo-large-shaded.png) no-repeat;
	position: relative;
	top: 0;
	left: 365px;
	clear: none;
	}

#logoSmall {
	width: 69px;
	height: 51px;
	background: url(../img/logo-small-shaded.png) no-repeat;
	float: right;
	}

#login {
	float: right;
	margin: 20px 10px 0 0;
	}

#navContainer {
	}

.content {
	margin-top: 12em;
	margin-bottom: 2em;
	}

.footer {
	margin-top: 4em;
	}

#box5 {
	background-color: #e1e1e1;
	padding: 10px;
	}


	/* -- SPACING -- */

	ol {
		}
	
	ul {
		}
	
	li {
		}
	
	p, dl, hr,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	ol, ul, pre,
	table,
	address,
	fieldset {
		margin-bottom: 0.6em;
		}


	/* -- FLOAT-CLEARING RULES -- */
	
	.separator {
			clear: both;
			}
	
	.separatorInvisible {
			clear: both;
			height: 1px;
			}
	
	.clearFix:after {
	    	content: "."; 
	    	display: block; 
	    	height: 0; 
	    	clear: both; 
	    	visibility: hidden;
			}		


/* ----------------------- 03 NAVIGATION  ------------------------ */

#navigation {
	font-size: 0.9em;
	font-family: "Lucida Grande", sans-serif;
	line-height: 1.5em;
	}

#navigation a {
	color: #000;
	}
	
#navigation a:hover {
	text-decoration: underline;
	}

#navigation a:visited {
	}

#navigation ul {
	}

#navigation li {
	}


/* ----------------------- 04 LINKS  ------------------------ */

a {
	color: #00a131;
	text-decoration: none;
	}

a:link {
	}

a:visited {
	}

a:hover {
	text-decoration: underline;
	}

a:focus {
	outline: 1px dotted;
	}

a:active {
	}

	#login a {
		font-size: 1.3em;
		color: #fff;
		background-color: #00a131;
		padding: 0.8em;
		}

	#login a:hover {
		color: #fff;
		background-color: #00a131;
		text-decoration: underline;
		}

	.footer a {
		color: #000;
		text-decoration: underline;
		}


/* ----------------------- 05 TYPOGRAPHY  ------------------------ */

html { font-size: 100%; }

body {
	font-family: Georgia, serif;
	font-size: 62.5%;
	text-align: left;
	color: #111111;
	}


	/* -- HEADINGS -- */

	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		}
	
	h1 {
		font-size: 8.0em;
		text-align: center;
		}
	
		#masthead h1 {
			text-indent: -10000px;
			margin: 0;
			}
	
		.footer h1 {
			text-indent: -10000px;
			margin: 0;
			}
		
	h2 {
		font-size: 3.6em;
		}

		.footer h2 {
			font-size: 1.8em;
			color: #fff;
			}
	
	h3 {
		font-size: 3.0em;
		}
			
	h4 {
		font-size: 2.0em;
		color: #7a7a7a;
		}

	h5 {
		text-transform: uppercase;
		font-size: 1.4em;
		}
	
	h6 {
		font-size: 0.9em;
		}


	/* -- TEXT -- */
	
	p {
		font-size: 2.0em;
		line-height: 1.2em;
letter-spacing: -0.04em;
		}
		
		.content p {
			font-size: 2.8em;
			text-align: center;
			margin-bottom: 1.0em;
			color: #7a7a7a;
			}
		
		p.leadParagraph {
			font-size: 5.6em;
			color: #00a131;
			margin-bottom: 0.8em;
			}
	
		#box4 p {
			font-size: 0.9em;
			}
			
		#box5 p {
			color: #7a7a7a;
			}
		
		.tiny p {
			font-size: 0.9em;
			font-family: "Lucida Grande", sans-serif;
			line-height: 1.5em;
			margin-top: 1em;
			}
		
		.footer p {
			font-size: 0.9em;
			font-family: "Lucida Grande", sans-serif;
			line-height: 1.5em;
			color: #bababa;
			text-align: center;
			}

	.centerText {
		text-align: center;
		}

/* ----------------------- 06 LISTS  ------------------------ */

ul {
	}


/* ----------------------- 07 IMAGES  ------------------------ */

.content img {
	margin-top: 1.0em;
	
	}


/* ----------------------- 08 NOTES  ------------------------ */


