@charset "UTF-8";
/* CSS Document */

@import url('propClear.css');
@import url('basicText.css');
@import url('navigation.css');
@import url('accordion.css');
@import url('formRules.css');

/* FONT IMPORTING 
---------------------------------------------------------------*/
@font-face {
font-family: "Gotham";
src: url("../fonts/Gotham-Book.ffil")
}

/* INHERANT TAGS BEGIN ----------------------------------------*/
html {
	background: #eeeeee url('../images/webBackground.jpg') center top no-repeat; 
	}
	
body {
	text-align:center;
	font-family: Gotham, Arial, Helvetica, sans-serif;
	padding-top: 25px;
	margin:0;
	padding:0;
	}
	
a {
	border:0;
	outline:0;
	}
	
img {
	border: 0;
	outline: 0;
	}

/* INHERANT TAGS END ------------------------------------------*/	
/* ID BEGIN ---------------------------------------------------*/

	
#content {
	width: 600px;
	margin: 50px auto;
	padding: 0;
	text-align: center;
	}
	
#logo {
	margin: 0;
	padding: 85px 0 0 0;
	float:left;
	text-align:left;
	text-indent: 0;
	}
	
#content #logo h1 {
	margin: 0 0 20px 0;
	padding: 0;
	text-indent:0;
	}

/* ID END ------------------------------------------------------*/	
/* CLASS BEGIN -------------------------------------------------*/	
	

.left {
	float:left;
	}
	
.right {
	float: right;
	}
	
ul#menu li ul p#disclaimer {
	font-weight: bold;
	color:#000000;
	font-size: 11px;
	}
	
	
/* CLASS END -------------------------------------------------*/
/* TEXT BEGIN ----------------------------------------------------*/
	
p {
	margin: 0 0 5px 0;
	font-size: 10px;
	}

/* TEXT END ------------------------------------------------*/
/* IMAGES BEGIN --------------------------------------------------*/



/* IMAGES END ------------------------------------------------*/
/* COLORS BEGIN --------------------------------------------------*/

.white {
	color: #ffffff;
	}
	
/* COLORS END -------------------------------------------------*/
/* LINKS BEGIN ---------------------------------------------------*/

#content a {
	color: #ffffff;
	}
#content a:hover {
	text-decoration: underline;
	}

#content p a.emailLink, #content p a.emailLink:visited, #content p a.emailLink:hover {
	font-size: 10px;
	line-height: 1.25em;
	color: #009fbd;
	border-bottom: 1px #009fbd dashed;
	text-decoration: none;
	padding: 0 0 1px 0;
	margin: 0 0 0 0;
	width: auto;
	display: inline;
	}
	
#content p a.emailLink:hover {
	color: #72b94c;
	border-bottom: 1px #72b94c dashed;
	}
	








