/****************************************************************
* 						Geodetics by CR							*
*																*
* Main CSS include, changes here will be reflected accross the	*
* entire site. Limit changes here to those that do not belong	*
* in the other CSS includes. Place changes in the following		*
* locations:													*
*																*
*	-- Header div changes >> header.css							*
*	-- Content div changes >> content.css						*
*	-- Footer div changes >> footer.css							*
*																*
*****************************************************************/

@import url('header.css');
@import url('content.css');
@import url('subnav.css');
@import url('footer.css');

/* BEGIN TAG STYLING */

html,body {
	margin: 0 0 0;
	padding: 0 0 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('../images/header_bg.jpg') no-repeat top left;
}

a {
	color: #cc6600;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: none;
}

p {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 620px;
}

ul {
	max-width: 560px;
	margin-bottom: -5px;
	padding-top: 0px;
}

li {
	list-style: url('../images/bullet.png');
}

h1 {
	display: none;	
}

h2 {
	padding-left: 10px;
	margin: 0px;
	margin-bottom: -10px;
	color: #7b3a00;
	font-size: 18px;
}

form {
	padding: 10px;
}