/* CSS Document */
/* universal selector resets for all browsers*/
*
{
	
	padding:0px;
	/* leave this out because if forces the table to left justify in Firefox browser.  Added the 
	code to the H5 to margin = 0 px
	margin:0px;
	*/
}
body 
{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color: #FFFFFF;
}

a:link{color:#0033FF;}
a:visited{color:#201850;}
a:hover
{
	text-decoration:none;
	color:#0000FF;
}
a:active{color:#0033FF;} 


.ClearIt
{
	clear:both;
	float:none;
	font-size:1px;
	height:0px;
}

#Header
{
	background: url(http://www.great-oregon-coast-vacations.com/imgs/logo.jpg) no-repeat center top;
	height:125px;
}

#Content
{
	float:left;
	margin:10px;
	text-align:left;
	font-size:.8em;
	line-height:130%;
	display:inline;
}
#Content a:link, #Content a:visited, #Content a:active
{
	background:transparent;
	color:#0033FF;
	text-decoration:underline;
	}

#Content a:hover
{
	text-decoration:none;
	color: #0000FF;
}
#Content h1
{
	font-size:24px;
	font-weight:bold;
	text-align:left;
	margin:0px;
	color:#600;
	line-height:100%;
}

#Content h2
{
	font-size:17px;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
	margin:25px 0px 10px 0px;
	padding:3px;
    color:#600;
	background-color:#fff;
	line-height:110%;
}

#Content h3
{
	font-size:13px;
	font-weight:bold;
	color:#84433B;
	text-align:left;
	text-transform:capitalize;
	margin:5px 10px 0px 0px;
	line-height:130%;
}

#Content h4
{
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin:0px;
	color:#600;
}

#Content h5
{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
    margin-top:10px;
	color:#000;
}

#Content p
{
	padding:10px 10px 10px 0px;
	text-align:left;
}

#Content li
{
	font-size:1em;
	padding:0px 10px 0px 0px;
	/*text-align:justify;*/
	margin-left:30px;
}

#NavBox
{
	float:left;
	font-size:12px;
	background:#f6b579;
	margin-top:0px;
	padding-top:0px;
}

.LinkBox
{
	float:left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.LinkBox ul
{
	padding:0px;
	margin:0px;
	margin-left:15px;
	font-size:11px;
	line-height:170%;
	list-style:none;
	text-indent: 10px;
}

.LinkBox li .LinkBox li a
{
	margin:0px;
	padding:0px;
	list-style:none;
}

.LinkBox p
{
	font-size:11px;
	color:#84433B;
}

#NavBox .LinkBox p a:link, #NavBox .LinkBox p a:visited, #NavBox .LinkBox p a:active, #NavBox .LinkBox p a:hover
{
	color:#600;
	text-decoration:underline;
}

.LinkBox li a
{
	text-decoration:none;
	color:#600;
}

.LinkBox li a:visited
{
	color:#600;
}

.LinkBox li a:hover
{
	color:#600;
	text-decoration:underline;
}

.LinkBox li a:active
{
	color:#84433B;
}

.LinkBox img
{
	border:none;
}

#NavBox .LinkBox h5, #NavBox .LinkBox h5 a:link, #NavBox .LinkBox h5 a:visited, #NavBox .LinkBox h5 a:active, #NavBox .LinkBox h5 a:hover
{
	font-size:11px;
	color:#600;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	margin: 0px;
}

#NavBox .LinkBox h5 a:hover
{
	text-decoration:underline;
}

.nav-main
{
	border-bottom:#600 1px solid;
	margin-bottom:3px;
	margin-top:10px;
	
}

#NavBox .LinkBox .nav-main h5, #NavBox .LinkBox .nav-main h5 a:link, #NavBox .LinkBox .nav-main h5 a:visited, #NavBox .LinkBox .nav-main h5 a:active, #NavBox .LinkBox .nav-main h5 a:hover

{
	font-size:12px;
}

.LinkBox img
{
	margin:3px;
}
#BreadCrumbs
{
	background:transparent;
	font-size:8pt;
	color:#000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#BreadCrumbs a:link, #BreadCrumbs a:visited, #BreadCrumbs a:active
{
	background:transparent;
	color:#0033FF;
	text-decoration:underline;
	}

#BreadCrumbs a:hover
{
	text-decoration:none;
	color: #0000FF;
}

#Footer
{
	color:#666;
	border:#CCC 2px solid;
	border-width:1px 0px;
	margin-bottom:0px;
	padding:10px;
	text-align:center;
	font-size:10px;
	background:#F6B579;
	line-height:150%;
}



img
{
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}


.img-thumb
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.img-left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.img-right
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* This is for centering images and horizontal rules, I just have to put class="center" (left,right) inside the image tag */

.center
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.right
{
	float:right;
}

.left
{
	float:left;
}

.Quote /*for the quotes on about us page*/
{
    text-align:center;
    color:#663300;
    font-weight:bold;
}

.big /*for crammed lists*/
{
    line-height:150%;
}

.box
{
	border:#600 2px solid;
	border-width:1px 1px;
	margin: 10px 10px 10px 0px ;
    padding:0px 10px;
	font-size:0.9em;
    font-style:italic;
	background:#f8f0d0;
}

.weatherbox
{
	margin: 0px;
	padding:0px;
	font-size:0.9em;
	font-style:normal;
	background-color: #FFFFFF;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #600;
	border-right-color: #600;
	border-bottom-color: #600;
	border-left-color: #600;
}
.weatherbox p
{
	font-size:12px;
	color:#84433B;
	text-align: center;
	font-weight: bold;
}

.imglink a:link, .imglink a:visited, .imglink a:hover, .imglink a:active
{
	color:#000;
	background-color: #FFFFFF;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.img-left {
	float: left;
	padding-right: 10px;
}


/* for blocks of adsense */
.Adsense-large-rectangle
{
	float:left;
	height:340px;
	width:340px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
