@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}


.container{
  max-width: 980px;
  margin: 0 auto;
}

.top_nav {
	list-style-type: none;
	text-align: left;
	list-style-image: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-size: xx-small;
	padding: 5px;
}
.top_nav ul {
	margin: 0 0 0 0;
	padding: 25px 0 15px 0;
	list-style-type: none;
}
.top_nav ul li {
	display: inline;
}
.top_nav li a {
	background-color: #FFF;
	color: #3B3B3B;
	padding-right: 55px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.top-row {
	margin-top:60px;
    margin-bottom: 20px;
}

.block-padded {
	padding:0px;
}

.block-paddedB {
	padding:0 0 0 5px;
}

.text-padded {
	padding:0 10 5 10px;

}

.boxed {
	background-color:;
	background-color: #D6D6D6;
	background-repeat: repeat;
	width: auto;
    padding-top: 30px;
	padding-bottom: 1px;
	padding-left: 10px;
    margin-top: 20px;
	vertical-align: middle;
	height: 30px;
}

p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	margin:0;

}
p a {
	color: #860e1a;
	text-decoration: underline;
}
.block-padded p {
	margin: 16px 0 0 0;
}

.text-padded p {
	margin: 16px 0 0 0;

}
.text-padded h2 {
	margin: 10px 0 0 0;

}


.footer {
	height: 40px;
}

h1 {
	font-size: 32px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	vertical-align: top;
	margin: 20px 0 0 0;
	text-align: center;
}

h2 {
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	vertical-align: top;
	margin: 5px 0 0 0;
}

h3 {
	font-size: 21px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	vertical-align: top;
	margin: 5px 0 0 0;
}

.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
}
