@charset "utf-8";
body  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	line-height: 145%;
	background: #003E74 url(http://www.alaskadermatology.com/images/background.jpg) repeat-x; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 958px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	border: 1px solid #CCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.twoColFixLtHdr #header { 
	text-align:center;
	background: #FFF;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

/* CONTAINS LOGO AND MIN NAV */
#mast{
	width:958px;
	margin:5px auto 5px auto;
}

#mast #siteLogo{
	float:left;
	margin-bottom:0px;
}

#mast #miniNav{
	text-align:right;
	float:right;margin-top:127px;margin-bottom:0px;
}


/* HIDE GALLERY TO ALLOW USERS WITHOUT FLASH TO SEE PLAIN IMAGE */
#flashGallery{
	display:none;
}
/* WRAPS FRONT PAGE SLIDESHOW */
#headerWrap{
	width:940px;
	height:300px;
	border:1px solid #1b5d59;
	margin:9px auto;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	margin: 9px;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #003E74 url(http://www.alaskadermatology.com/images/nav-bg.jpg) repeat-y;  /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px 6px 15px 4px;
	border: thin solid #333;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 242px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 11px 0px 10px 18px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(../images/footer.jpg);
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.nav {
	width:205px;
	margin-top: 0px;
	padding: 0px 5px 0px 0px;
	color: #FFFFFF;
	font-size:90%;
	font-weight: bold;
	}
	
.nav h2 {
	margin: 0;
	padding: 0;
	color: #363;
	font-size: 1px;
	}
	
.nav ul {
	margin: 0px;
	padding:10px 5px 5px 0px;
	list-style: none;
}
	
.nav ul li {
	margin: 0px 0px 0px 5px;
	padding:5px;
	}

.nav a:link, .nav a:visited, .nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:hover {
	color: #FC3;
	text-decoration: underline;
}

.white-text {
	color: #FFFFFF;
	font-size: 90%;
	}
		
.white-text a:link, .white-text a:visited, .white-text a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.white-text a:hover {
	color: #FC3;
	text-decoration: underline;
	}

.blue-text {
	color: #003E74;
	font-size: 85%;
	}
		
.blue-text a:link, .blue-text a:visited, .blue-text a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.blue-text a:hover {
	color: #FC3;
	text-decoration: underline;
	}

.small-text {
	font-size: 80%;
}

.img-shadow {
  float:left;
  background: url(../images/shadow-alpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 


h1{
	font-size: 124%;
	color:#333333;
	margin-top: 0px;
	line-height: 120%;
}
h2 {
	font-size: 118%;
	color:#333333;
	}
h3 {
	font-size: 110%;
	color:#333333;
	}
h4 {
	font-size: 100%;
	color:#333333;
	}
