/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
 background: #00512E left top;
font-size: 1.0em;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #DB7093;}
a:visited {color:#c43300;}
a:hover {color: #c43300;}
a:active { color:#000000;}

h1 {
	font-size: 21px;
	text-transform:uppercase;
	margin:0px;
	font-weight: normal;
	color: #9A1212;
	padding: 5px 10px;
}
.question {
	font-weight: bold;
	font-variant: small-caps;
	color: #9A1212;
}


h2 {
color: #9A1212;
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {
	vertical-align:top;
}
a img {border: none; } /* remove border from all images*/

/* ----------container to center the layout-------------- */
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	border:1px solid #8D8D8D;
	background-color: #ffffe5;
	/*-- background-image: url(../images_page/recycle-black2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom; --*/
}

/* ----------banner for logo-------------- */
#banner {
	height:211px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #e1ddd9;
	background-image: url(../images_page/summerwhinnys-banner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#banner img {padding:10px 0px;} 
#bannertitle{
padding-top:0px;
font-size:2em;
font-weight:bold;
}

/* -----------------content--------------------- */
#content {

background:#ffffe5;
padding: 0px;
margin-left: 200px;
margin-right: 0px;
}
div#content { 
min-height:600px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	height:90%;
	background-color: #CFBD8B;
	background-image: url(../images_page/summerwhinnys_vertmenu_bkgnd.jpg);
	background-repeat: repeat-y;
}

/* -----------footer--------------------------- */
/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/
.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;
}
#footer {
	clear: both;
	background: #333333;
	background-image: url(../images_page/footer.jpg);
	bottom: -7.5em;
	padding: 2% 10%;
	position: relative;
	height: 27px;
	width: 100%;
	w\idth: 80%;
	font-size: small;
	font-style: italic; 
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-repeat: repeat-x;
}
 #footer h1 a{
	color: #FFFFFF;
	font-size: small;
 }
  #footer h1{
  padding: 5px 0px 5px 5px;
  }
 /**********vertical menu***************/
.verticalmenu ul{
 list-style: none;
/*list-style-image: url("bullet.gif")*/


 padding: 10px;
 margin: 0px;
}

 .verticalmenu li, a:link, .verticalmenu a:visited, .verticalmenu a:hover {
	display: block;
	color: #9A1212;
	text-decoration: none;
	text-align: left;
	width: 145px;
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	word-spacing: .02em;
   /*background: url('menuhover.gif') no-repeat;*/
 }

 .verticalmenu a:hover{
   background:  url(../images_page/menuhover3.gif) no-repeat;
   color: #dc4d1b;
 }
/**************************************************************
   Alignment classes
 **************************************************************/

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}
img.floatLeftClear { 
    float: left; 
    clear: left; 
    margin: 4px; 
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}
a.insidelink {
	display:inline;
	float:none;
	font-weight: normal;
	font-size: 1em;
}
a.insidelink:link {color: blue; text-decoration: none; }
a.insidelink:visited {color: purple; text-decoration: none; }
a.insidelink:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #00824A;
}
a.insidelink:active {color: black; }
.copy {
	clear: both;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	display:inline;
	float:none;
}
a.copy{
	display:inline;
	float:none;
}
a.bottommenu {
	display:inline;
	float:none;
}
a.bottommenu:link {color: blue; text-decoration: none; }
a.bottommenu:visited {color: blue; text-decoration: none; }
a.bottommenu:hover {color: white; text-decoration: underline; }
a.bottommenu:active {color: black; }
.answer {
	font-weight: bold;
	font-variant: small-caps;
	color: #00512E;
}

