
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "myriad-pro-1","myriad-pro-2","Arial",sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	background: url(images/bg9.jpg) no-repeat top center #000;	
}

#Wrapper {
	width: 920px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/bg2.jpg);
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	overflow: hidden;
	position: relative;
	z-index: 200;
}

h1 {
	color: #47571a;
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2","Arial Narrow",sans-serif;
	font-size: 32px;
}

h2 {
	color: #47571a;
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2","Arial Narrow",sans-serif;
	font-size: 28px;
}

h3 {
	color: #940303;
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2","Arial Narrow",sans-serif;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0px;
}

h3.Uppercase {
	font-size: 16px; 
	font-family: 'Century Gothic', 'Avant Garde', Geneva, Verdana, Arial, Helvetica, sans-serif; 
	color: #808000; 
	padding-top: 0px; 
	margin: 20px 0px 0px;
}

p {
	margin-top: .5em;
}

a img {
	border: none;
}

img.SecondImage {
	margin-top: 10px;
}

td {
	line-height: 1.6em;
}
#mainContent td {
	vertical-align: top;
}
td.RightColumn {
	padding-left: 12px;
}

u {
	text-decoration: none;
	border-bottom: dotted #222 1px; 
	font-weight: bold; 
	font-size: .8em; 
	text-transform: uppercase;
}


input[type=button], input[type=submit] {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	background: #940303;
	color: #fff;
	border: none;
	height: 30px;
	cursor: pointer;
}
input[type=text], input[type=password] {
	font-family: Verdana;
	font-size: 13px;
	height: 16px;
	padding: 4px;
	border: solid #c0c0c0 1px;
}
select{
	height: 26px;
	font-family: Verdana;
	color: #000;
	border: solid #c0c0c0 1px;
}


div#HeaderImage {
	width: 1020px;
	margin: 20px auto 0px auto;
	background: url(images/bg1.jpg) center;
  -webkit-border-radius: 8px 8px 0 0; 
  -moz-border-radius: 8px 8px 0 0; 
  border-radius: 8px 8px 0 0;
	-moz-box-shadow: 0px 5px 20px #000;
	-webkit-box-shadow: 0px 5px 20px #000;
	box-shadow: 0px 5px 20px #000;
	position: relative;
	z-index: 201;
}
div#HeaderImage table#ImageContainer {
	height: 170px;
	width: 100%;
}
div#HeaderImage table {
	vertical-align: middle;
}
div#HeaderImage div#Title {
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2","Arial Narrow",sans-serif;
	line-height: 60px;
	font-size: 60px;
	font-weight: bold;
  -webkit-transform: scale(1, 1.2); 
  -moz-transform: scale(1, 1.2); 
  transform: scale(1, 1.2);
  text-transform: uppercase;
	text-shadow: 1px 1px #fff, -1px -1px #000;
	color: #940303;
	display: inline-block;
  text-align: left;
	white-space: nowrap;
}
div#HeaderImage img#OUILogo {
	width: 120px;
}

div#HeaderImage img#OrganizationLogo {
	float: right;
	margin-right: 10px;
}

#siteNav {
	background: url(images/menubg.jpg);
	text-align: left;
	border-top: 1px solid #241d13;
}
#siteNav td {
	width: 400px;
}
#siteNav a {
	text-decoration: none;
}
#siteNav a div {
	color: #DDF5B4;
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2","Arial Narrow",sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 10px 8px 10px 8px;
	white-space: nowrap;
}
#siteNav a div.BuyLink {
	color: #efefef;
    font-weight: normal;

	margin-left: -5px;
    font-size: 15px;
	
	/*letter-spacing: -0.02em;
    font-size: 16px;
    margin-left: -20px;*/
}
#siteNav a:hover div {
	background: url(images/transparent_bg.png);
	background: #241d13;
}
#siteNav div.RightLink {
	color: #dcdcdc;
	font-size: 15px;
}
#siteNav div.RightLink a:hover {
	color: #222;
}
#mainContent {
	margin: 0px;
	padding: 20px;
}
#mainContent a {
	border-bottom-style: dotted;
	text-decoration: none;
	color: #9F3A0D;
	border-bottom-width: thin;
	border-bottom-color: #CBA35E;
}
#mainContent a:hover {
	color: #FF9900;
}


div#mainContent a.button, div#mainContent a.button:hover {
	font-family: "myriad-pro-1","myriad-pro-2","Arial",sans-serif;
	font-weight: bold;
	font-size: 14px;
	background: #940303;
	color: #fff;
	border: none;
	height: 30px;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	display: inline-block;
	margin: 7px;
	text-shadow: 1px 1px 2px #444;
	border: solid #666 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
	-moz-box-shadow: 0px 5px 10px #777;
	-webkit-box-shadow: 0px 5px 10px #777;
	box-shadow: 2px 2px 10px #777;
	white-space: nowrap;
}
div#mainContent a.button:hover, div#mainContent a.button:focus {
	background: #111;
}

#FooterBar {
	background: url(images/menubg.jpg);
	border-top: 1px solid #241d13;
	color: #DDF5B4;
	text-align: center;
	height: 20px;
}

#Footer {
	background: url(images/bg1.jpg) center;
	background: none;
	width: 920px;
	color: #bbb;
	text-align: left;
	margin: 20px auto 40px auto;
	position: relative;
	z-index: 200;
	text-shadow: 2px 2px 3px #000;
}
#Footer h1, #Footer h1 a {
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2","Arial Narrow",sans-serif;
	font-size: 20px;
	line-height: 20px;
	margin: 10px 0px 2px 0px;
	color: #fff;
}
#Footer a {
	color: #efefef;
	text-decoration: none;
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2","Arial Narrow",sans-serif;
	font-size: 18px;
}
#Footer a:hover {
	text-decoration: underline;
}
#Footer a span {
	color: #A93300;
}
#Footer table {
	margin: 0px auto;
}
#Footer td {
	padding: 0px 30px;
	vertical-align: top;
	white-space: nowrap;
}
#Footer td.First {
	padding-left: 0px;
}
#Footer td.Last {
	padding-right: 0px;
	border-right: none;
}
#Footer td.Last a {
	text-decoration: underline;
	font-family: "myriad-pro-1","myriad-pro-2","Arial Narrow",sans-serif;
	font-size: 14px;
}
#Footer img {
	margin-top: 8px;
}
#Footer .Accented {
	background: url(images/bg1.jpg);
	border: solid #303C25 3px;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
  padding: 4px;
}

.LighterBackground {
	background: url(images/transparent_bg2.png);
	padding: 10px 20px;
}	
div.LighterBackground.NotLoggedIn {
	text-align: center; 
	font-weight: bold;
	padding: 20px;
}
div.LighterBackground.NotLoggedIn div.InsuranceClick {
	background: url(images/cursor.png) left no-repeat;
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2","Arial Narrow",sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding: 11px 0px 0px 34px;
	margin-bottom: 16px;
	display: inline-block;
	line-height: 22px;
}


#divAlert {
	position: absolute;
	display: none;
	left: 50px;
	background-color: #efefef;
	border: outset #c0c0c0 1px;
	z-index: 2000;
}
#divAlertTitle {
	background-color: #222;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}
#divAlert #divClose {
	color: #fff;
	font-weight: normal;
	font-size: 8pt;
	text-align: right;
	float: right;
	cursor: pointer;
}
#divAlert #divClose:hover {
	text-decoration: underline;
}
#divAlertMessage {
	text-align: left;
	font-size: 8pt;
	padding: 4px;
}

div#SafetyTips {
	background: url(images/bg1.jpg);
	border: solid #303C25 3px;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
	padding: 14px;
	display: table;
	margin: 20px auto;
}
div#SafetyTips a {
	background: url(images/safety.png) no-repeat left;
	display: block;
	padding-left: 40px;
	margin: 0px;
	color: #940303;
	font-size: 20px;
	line-height: 25px;
	text-shadow: 1px 2px 5px #C25D31;
}

.SmallText {
	font-size: 14px;
}
span.SmallText span {
	font-weight: normal;
	font-size: 12px;
}

#mainContent a.PDF {
	background: url(https://www.outdoorunderwriters.com/uFiles/images/pdf.png) no-repeat left;
	border-bottom: none; 
	color: #808000; 
	text-decoration: underline; 
	font-size: 16px;
	padding-left: 34px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}

#Application a#TopLink {
	color: #000;
	text-decoration: none;
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2","Arial Narrow",sans-serif;
	font-size: 20px;
	margin: 10px 16px;
	float: right;
	border: none;
}
#Application a#TopLink span {
	color: #A93300;
	font-weight: bold;
}
#Application a#TopLink:hover {
	text-decoration: underline;
}


