/* DESIGN */

/* SITE */
	body {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#393939;}
	#header-nav {font-size:16px; line-height:12px; font-weight:normal;}
	#footer {font-size:10px; text-transform:uppercase;}
	
/* PLACEMENT */
	.center { margin-left: auto; margin-right: auto; text-align: center;}
	.right { float: right; text-align: right;}
	.left { float: left; text-align: left;}
	.clear-all { clear: both; width: 100%; font-size: 0em;}

/* LINKS */
	a { text-decoration: none; color: #0e4983;}
	a:hover {color: #839ab2;}
	a img { border: none;}
	a img:hover { border: none;}
	
	#header-nav a {color:#8495a7}
	#header-nav a:hover {color:#393939;}
	
	#footer a {color:#4c6883;}
	#footer a:hover {color:#393939;}

/* TEXT */
	.bold { font-weight: 700;}
	.medium { font-size: 90%;}
	p {margin: 0 0 10px 0; padding:0px; line-height:20px;}
	.inline { display: inline;}

	/* HEADINGS */
		h1 {margin:0 0 13px 0; padding:0; font-weight:bold; font-size:16px; line-height:16px; }
		

/* MISC */
	.pre-load { display: none;}

