/* 

	&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& WARNING!!!!!!!!!!!!!!!! &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

	Author: ITS Alaska
	Please do not edit this file, as it controls the look of your entire site.  If changes are needed please call ITS Alaska at 
	907-373-4640!
	
	&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
	
	This file contains the following:
	
	1. Universal Settings
	2. Heading Fonts
	3. News Section Fonts
	4. Ididaride Fonts
	5. Other Fonts
	6. Navigation Fonts
	7. UnOrders Lists
	8. Image Attributes
*/
	




/* ============================================= Universal Settings ======================================== */

p {
	margin: 0;}

html {
	font-family: Arial;
	}
	
/* =============================================== Heading Fonts ============================================== */

h1, h1 a:link, h1 a:visited {
	font-family: Arial;
	font-size: 30px;
	color: #145E70;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	}
	
h1 a:hover {
	font-family: Arial;
	font-size: 30px;
	color: #145E70;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 0;
	}
	
h2, h2 a:link, h2 a:visited {
	font-family: Arial;
	font-size: 20px;
	color: #97989A;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	}
	
h2 a:hover {
	font-family: Arial;
	font-size: 20px;
	color: #97989A;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: underline;
	margin: 0;
	}
	
h3, h3 a:link, h3 a:visited {
	font-family: Arial;
	font-size: 17px;
	color: #145E70;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	}
	
h3 a:hover {
	font-family: Arial;
	font-size: 17px;
	color: #145E70;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 0;
	}
	
h4, h4 a:link, h4 a:visited {
	font-family: Arial;
	font-size: 15px;
	color: #145E70;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	}
	
h4 a:hover {
	font-family: Arial;
	font-size: 15px;
	color: #145E70;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 0;
	}
	
h5, h5 a:link, h5 a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #145E70;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	}
	
h5 a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #145E70;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 0;
	}
	
h6, h6 a:link, h6 a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #145E70;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	}
	
h6 a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #145E70;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 0;
	}

/* ==================================================== News Section Fonts ======================================================== */

.newsHeading {
	font-family: Arial;
	font-size: 15px;
	font-color: black;
	font-weight: bold;
	}
			
.newsDate {
	font-family: Arial;
	font-size: 13px;
	font-color: #696A6E;
	font-style: italic;
	}
	
/* ================================================== Dog Tour Fonts =============================================================== */
	
.cityHeading, .cityHeading a:link, .cityHeading a:visited {
	font-family: Arial;
	font-size: 15px;
	font-color: black;
	font-weight: bold;
	text-transform: Uppercase;
	text-decoration: none;
	}
	
.cityHeading a:hover {
	font-family: Arial;
	font-size: 15px;
	font-color: black;
	font-weight: bold;
	text-transform: Uppercase;
	text-decoration: underline;
	}
	
/* ======================================================= Other Fonts ============================================================ */
			
p {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	}
	
a:link, a:visited{
	font-family: Arial;
	font-size: 14px;
	color: #145D70;
	text-decoration: none;}

	
a:hover {
	font-family: Arial;
	font-size: 14px;
	color: #145D70;
	text-decoration: underline;
	}


.normal {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;}	
	
/* ====================================================== Navigation Fonts ====================================================== */
	
.nav, .nav a:link, .nav a:visited {
	font-family: Arial;
	font-size: 14px;
	color: #3A3E48;
	text-transform: Uppercase;
	text-decoration: none;
	}
	
.nav a:hover{
	font-family: Arial;
	font-size: 14px;
	color: #3A3E48;
	text-transform: Uppercase;
	text-decoration: underline;
	}
	

	
.topNav, .topNav a:link, .topNav a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;}
	
.topNav a:hover{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;}
	
/* ======================================= UnOrdered Lists ========================================================= */

ul {
	list-style-type: square;
	list-style-position: inside;
	marker-offset: auto;}
	
li {
	font-size: 14px;
	font-family: Arial;
	color: #000000;}
	
/* =========================================== Image Attributes =================================================== */

img.floatLeft {
	float: left;
	margin: 10px;
	border: 1px solid black;}
	
img.floatRight {
	float: right;
	margin: 10px;
	border: 1px solid black;}
	
img.newsImage {
	float: left;
	margin: 10px;
	border: 1px solid #97989A;}