/* CSS Document */

body {
	background-color:#F7F0DF;
}

#mainwrapper { /* add margin auto stuff if you want the layout centered */
	width:776px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}

#header {
	width:776px;
	height:119px;
	background-image:url(images/carogaBanner.gif);
	border-bottom:0px solid #960;
}

#columnswrapper {
	float:left;
	width:776px;
	background-image:url(images/wrapperBackground.gif);
	background-repeat:repeat-y;
}

#nav { /* nagative margin moves nav column into position */
	float:left;
	width:150px;
	margin-left:-626px;
}

#content { /* display inline is hack fix for IE */
	float:left;
	width:476px;
	height:inherit;
	margin-left:150px; 
	background-color:#fff;
	display:inline;
}

#centercolumnin {
	float:left;
	display:inline;
	width:150px;
	padding-left:140px;
}

#rightcolumnin {
	float:left;
	width:140px;
	display:inline;
	margin:0 10px 0 20px;
}

#leftcolumnin {
	float:left;
	width:200px;
	display:inline;
	margin: 0 10px 20px;
}

#rightcolumn {
	height:auto;
	padding-left:10px;
	display:inline;
	/*background-color:#F7F0DF;*/
	float:left;
	width:140px
}

#rightcolumnleftmargin {
	float:left;
	display:inline;
	padding-left: 20px;
	width:140px
}

.clearthis {
	clear:both;
}

/* content column styles */
#content {
	padding:0 0
}

#contentinner {
	margin:0 12px 20px;
}

#mainimage {
	width:250px;
	float:left;
	margin:0 8px 0px 0;
}

#mainimage img {
	border: 0px solid #960;
}

#mainimage p {
	font-size:.65em;
	margin:0px 5px;
	color:#C60;
} 

#content h1{
	font-size:1.2em;
	text-align: center;
	font-variant:small-caps;
	margin-top:1em;
	margin-bottom:2em;
	font-family:arial, verdana, sans-serif;
	color:#960;
}

#content h2{
	font-size:1em;
	text-align: center;
	font-variant:small-caps;
	margin-top:1em;
	margin-bottom:1em;
	font-family:arial, verdana, sans-serif;
	color:#960;
}

#content h3{font-size:1em;
	text-align: right;
	font-variant:small-caps;
	font-family:arial, verdana, sans-serif;
	color:#960;
}

#content h4{
	font-size:1em;
	text-align: left;
	font-variant:small-caps;
	font-family:arial, verdana, sans-serif;
	color:#000;
}

#content h5{
	font-size:1em;
	text-align: center;
	margin-bottom:1em;
	font-family:arial, verdana, sans-serif;
	color:#000;
	text-align:center;
}

#content h6{
	font-size:1em;
	text-align: center;
	margin-top:-1em;
	margin-bottom:1em;
	font-family:arial, verdana, sans-serif;
	color:#000;
	text-align:center;
}

#content h7{
	font-size:.8em;
	text-align: left;
	font-variant:small-caps;
	font-family:arial, verdana, sans-serif;
	color:#960;
}

#content p {
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	margin-top:0;
	margin-bottom:.5em;
}

p.center{
	text-align:center;
	margin-top:.5em;
}	

#content li {
	font-size:.75em;
}

#content blockquote {
	width: 200px;
	float:right;
	font-size:.7em;
	border-top: 3px dotted #960;
	border-bottom:2px dotted #960;
	margin:0 10px;
	padding: 6px 10px;
}

#content blockquote p {
	margin:0;
	font-style:italic;
}

#content a {
	text-decoration:none;
	color:#996600;
}

#content a:hover {
	color: #C60;
	text-decoration:none;
}

/* nav styles */

#navigation {
	text-align: center;
	float: right;
	padding-top:100;
	margin-top:100;/*Set to "left" or "right" to position menu accordingly*/
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
}
#navigation ul {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	margin-top:84px;
	margin-right:12px;
	padding: 0;
	list-style:none;
}
#navigation li {
	display: inline;
	background: url(images/greenbg.gif) repeat-x center bottom;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;
}
#navigation a {
	color: #663300;
	background: url(images/greenleft.gif) no-repeat left bottom;
	float:left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a:hover {
	color: #fff799;
}
#navigation a span {
	background: url(images/greenright.gif) no-repeat right bottom;
	display: block;
	padding:7px 13px 4px 5px;
}
#navigation a span {
	float: none;
}

#nav {
	padding-top:40px;
}

#nav p {
	color:#fff799;
}

#nav ul {
	font-family: Verdana;
	border:0;
	margin: 12px 1.25em 12px 1.25em;
	padding:0;
	list-style-type:none;
	font-weight:bold;
	font-size:.9em;
}

#nav li {
	border-bottom:0px dotted #fff799;
	margin:0;
	padding:.3em 0;
	text-indent:0;
}

#nav li:first-child {
	border-top:0px dotted #fff799;
}

#nav a {
	text-decoration:none;
	color:#fff799;
}

#nav a:hover {
	color: #663300;
}

/* a hack for IE Win only \*/	
* html div#nav ul {
	border-top:0px dotted #960;
}
/*end of hack */

#navSub {
	padding-top:0px;
}

#navSub p {
	color:#fff799;
}

#navSub ul {
	font-family: Verdana;
	border:0;
	margin:-15px 1.25em -10px 3em;
	padding:0;
	list-style-type:none;
	font-weight:bold;
	font-size:.7em;
}

#navSub li {
	border-bottom:0px dotted #fff799;
	margin:0;
	padding:.3em 0;
	text-indent:0;
}

#navSub li:first-child {
	border-top:0px dotted #fff799;
}

#navSub a {
	text-decoration:none;
	color:#fff799;
}

#navSub a:hover {
	color: #663300;
}

/* a hack for IE Win only \*/	
* html div#navSub ul {
	border-top:0px dotted #960;
}
/*end of hack */

#rightcolumnleftmargin p {
	font-size:.8em;
	margin-left:100px;
}

/* right column styles */
#rightcolumn p {
	font-size:.8em;
	margin-left:5px;
}

#rightcolumn img {
	border:none;
	border-top:0px solid #fff799;
}

#rightcolumn div#newslinks ul {
	list-style-type:none;
	font-size:.8em;
	padding-left:10px;
	margin:0 6px 0 0;
}

#rightcolumn div#newslinks li {
	margin-top:0;
	margin-bottom:.5em;
}

#rightcolumn h3 {
	text-align:center;
	font-size:.8em;
	color:#960;
	margin-bottom:10px;
	padding-top:3px;
	border-top:0px solid #fff799;
}

#rightcolumn a {
	text-decoration:underline;
	color:#960;
}

#rightcolumn a:hover {
	color: #663300;
	text-decoration: none;
}

#rightcolumn li.morelink {
	font-style:italic;
}

/*footer styles*/
#footer {
	width:776px;
	height:26px;
	padding:30px 0; /* pushes the links away from top and bottom of the div */
	font-size:.8em;  /* sets the font size of all links */
	text-align:center; /* centers the ul elements in the div */
	background-color:#fff; /* sets the background color of the div */ /* sets the background color of the div */
	background-image: url(images/carogaBannerBottom.gif);
	background-repeat:no-repeat;
}

#footer ul {
	margin:4px 0; /* vertical spacing between the lists */
}

#footer li {
	display:inline; /* the key CSS - makes the lists display horizontally */
	color:white; /* sets the color of the vertical lines */
	border-left:1px solid; /* creates the vertical line to the left of each list items */
	color:#fff799; /* sets the color of the vertical lines  - links colored below */
	padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l & r values to center */
}

#footer li:first-child {
	border-left:0; /* removes the left border of the first list item - IDWIMIE */
}

#footer ul li a {
 	text-decoration:none; /* removes the underlining off the links */
 	color:#fff799; /* the color of the links */
}

#footer ul li a:hover {
	text-decoration:underline; color:#663300 /* underlines the links when hovered */
}

#footer ul.fineprint li {color:#fff799; /* color for copyright and vert dividers on last row */
}

#footer ul.fineprint li a {color:#fff799; /* had to explicitly color these or they inherit from div#footer li */
}

#footer ul.fineprint li a:hover {color:#960;/* turns bottom row white when hovered */
} 

/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#000;
}

/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
width:450px; 
height:450px; 
background:#fff url(images/postcards/Postcard1.jpg) 0 40px no-repeat;
border:1px solid #ffffff;
margin:0 auto;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
padding:0; 
margin:450px 0 0 0; 
list-style-type:none; 
position:relative; 
width:450px;
}
/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:26px; 
height:26px; 
line-height:24px; 
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:-480px;
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:-410px;
}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:0;
border-left:79px solid #fff;
border-right:79px solid #fff;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#92c6b0; 
color:#fff;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}

#menuInside {
	width:450px; 
	height:auto; 
	margin:0 auto;
}

.contentMenu {
	padding:0px 0 0 0;
	font-size:.9em;
	font-family:arial, verdana, sans-serif;
	text-align:center;
}

.contentMenu ul {
	list-style-type:none;
} /* vertical spacing between the lists */

.contentMenu li {
	border-left:0px solid #960;
	padding:0 5px 0 0px;
	display:inline;
}

.contentMenu li:first-child {
	padding:0 5px 0 0px;
	border-left:0;
}

.contentMenu li a {
	text-decoration:none;
	color: #0000FF;
}

.pcontentMenu li a:link {
	text-decoration: none;
	color: #00FF00;
}


.contentMenu li a:visited {
	text-decoration: none;
}

.contentMenu li a:hover {
	text-decoration: none;
}

.contentMenu li a:active {
	text-decoration: none;
}

