/*******************************************************
TITLE: Summer Holiday v1.0
DATE: 20060424
AUTHOR: rayk web design - http://www.raykdesign.net
*******************************************************/

body {
margin:.5em;
padding:0;
height:100%;
background-color:#ffffff;
background-image:url(../images/body-bg.jpg);
background-position:top;
background-repeat:repeat-x;
color:#000000;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
}

h1 {
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1 a:link, h1 a:visited {
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
   text-transform: uppercase;
   margin: 0;
   padding: 0 0 2px 0;
   border-bottom: 1px solid #91BE07;
	font-size: 1.5em;
line-height: 1.5em;
}
h3 {
   color: #91BE07;
   text-transform: uppercase;
   font-size: 12px;
   margin: 0;
   padding: 0 0 5px 0;
}

a {
color:#547699;
text-decoration:underline;
}

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

img {
border:none;
}

iimg.left {
float:left;
margin:0 .5em 0 .2em;
padding:.2em;
border:1px solid #eeeeee;
}

img.right {
float:right;
margin:0 .2em 0 .5em;
padding:.2em;
border:1px solid #eeeeee;
}

blockquote.warning {
margin:1em;
padding:.5em;
padding-left:5em;
background-color:#ffffff;
background-image:url(../images/blockquote-bg-warning.jpg);
background-position:left top;
background-repeat:no-repeat;
border-top:1px solid #eeeeee;
}

blockquote.question {
margin:1em;
padding:.5em;
padding-left:5em;
background-color:#ffffff;
background-image:url(../images/blockquote-bg-question.jpg);
background-position:left top;
background-repeat:no-repeat;
border-top:1px solid #eeeeee;
}

blockquote p {
font-size:.8em;
margin:.2em;
color:#616161;
}

#centerColumn { 	
margin:0 auto;
padding:10px;
width:760px;
text-align:left;
vertical-align: middle;	
background-color:#ffffff;
border:1px solid #BBD1E2;
}

#centerColumn h2 {
margin:0 0 -.5em 0;
padding:.75em 0 0 0;
font-size:1em;
letter-spacing:.1em;
color:#DA8619;
}

#header {
margin:0 0 0 0;
padding:0 0 0 0;
height:184px;
background-color:#ffffff;
background-image:url(../images/header101.jpg);
background-position:top left;
background-repeat:no-repeat;
border:0px solid #EBCD48;
}

#header h1 {
margin:0 0 -.6em 0;
padding:10px 0 0 5px;
font-size:1.7em;
letter-spacing:.1em;
color:#ffffff;
}

#header h2 {
margin:0 0 0 0;
padding:10px 0 0 10px;
font-size:1.2em;
font-weight:300;
letter-spacing:.1em;
color:#000000;
border-bottom: 0px;
text-transform: none;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navtabs a span {float:none;}

/* End IE5-Mac hack */
#navtabs a:hover span {
color:#000;
}

#navtabs a:hover {
background-position:0% -42px;
}

#navtabs a:hover span {
background-position:100% -42px;
color:#000000;
}

#fauxRightColumn {
position:relative;
float:right;
margin:.5em 0 0 .5em;
padding:0 .7em .7em .7em;
width:15em;
font-size:.9em;
background-color:#ffffff;
background-image:url(../images/fauxrightcolumn-bg.jpg);
background-position:top;
background-repeat:repeat-x;
border-bottom:1px solid #eeeeee;
}

#fauxRightColumn h2 {
margin-bottom:-1em;
font-size:.9em;
color:#DA8619;
}

#fauxRightColumn a {
font-size:.9em;
text-decoration:none;
color:#559449;
}

#fauxRightColumn a:hover{
text-decoration:none;
color:#cccccc;
}

#footer {
position:relative;
bottom:0;
margin:5em 0 0 0;
padding:0;
height:4em;
line-height:4em;
text-align:center;
font-size:.7em;
background-color:#ffffff;
border-top:1px solid #eeeeee;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
width: 760px;
background: transparent url(../images/pinkbg.gif) top right repeat;
border-bottom: 3px solid #ffa1a3; /*thick bottom border below tabs*/
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
border-top: 1px solid #d3bdbe; /*top border style*/
background: transparent url(../images/pinkbg.gif) top right repeat;


}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: black;
background-image: url(../images/pinkbgover.gif); /*background image swap on hover*/
}

