/* Copyright (C) www.tiger-tail.net.com, All Rights Reserved. */

/* Layout */
/* =================================================================================================================== */
.header-background {background: url(../images/header-background.gif) repeat-x;}
.footer-background {
	background-image: url(../images/footer-background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.header, .content, .footer {width: 804px; margin-left: auto; margin-right:auto ; background-color:#fff;}
/* Content has 30px left and right padding so to make total width 804px, width before padding = 804-30-30=744px */
.content {padding:0 30px; width: 744px;}
.footer {padding-top: 50px;}

/* Global */
/* =================================================================================================================== */
body {font-family: Arial, Helvetica, sans-serif; background: #F4F4F4;}
p {line-height: 1.4em; padding:0 0 1em 0;}

.smaller {font-size: 80%;}
.bigger {font-size: 120%;}
.strikeout {text-decoration: line-through;}

img {border-style: none;}
img.float-right {float: right; padding: 0 0 5px 24px;}
#float-left {float: left; padding: 0 15px 5px 0;}

/* OLD
h1,h2 {font-family: georgia, serif; line-height: 1.3em; font-weight: normal; padding:0;}
h1 {
	font-size:280%;
	letter-spacing:-0.25px;
	text-align: center;
}
h2 {font-size:220%;}
*/

h1,h2 {
color: #1D6CB3;
background-color: transparent;
font-family: Arial,Helvetica,sans-serif;
line-height: 1em;
padding-bottom: 0.4em;
vertical-align: baseline;
word-spacing: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
}
h1 {
font-size: 40px;
letter-spacing: -1px;
font-style: italic;
text-align: center;
}
h2 {
font-size: 25px;
}

a:link {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #000;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
	background-color:#FFF350;
	/* yellow: 1/3 light shade of advert color (mid shade FFF350 is too bright) */
	background-color:#FFFBCC;
}

/* display block prevents IE adding unwanted vertical space */
.fix_IE_gap {display: block;}

/* Navigation Minitabs (http://web-graphics.com/mtarchive/001557.php) */
/* =================================================================================================================== */
ul#minitabs{list-style: none; margin: 0; padding: 0 0 35px 0; text-align: center; white-space: nowrap;}
ul#minitabs li{display: inline; margin: 0 10px}
/* blue was color: #1D6CB3; */
ul#minitabs a{font-family: georgia, serif; font-size:130%; text-decoration: none; padding-bottom: 1px; border-bottom: 4px solid #FFF; background-color:#FFF;}
ul#minitabs a#current{border-color: #E1E1E1;}
ul#minitabs a:hover{border-color: #E1E1E1;} 

/* Contact Form */
/* =================================================================================================================== */
form {
	width: 335px;
}
.col1 {
	text-align: right;
	width: 135px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
	background: url(../images/bg_label.gif) no-repeat;
}
.col2 {
	width: 195px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	background: url(../images/bg_textfield.gif) no-repeat;
}
.col2comment {
	width: 195px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
	background: url(../images/bg_textarea.gif) no-repeat;
}
.col1comment {
	text-align: right;
	width: 135px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	background: url(../images/bg_label_comment.gif) no-repeat;
}
div.row {
	clear: both;
	width: 335px;
}
.submit {
	height: 29px;
	width: 330px;
	background: url(../images/bg_submit.gif) no-repeat;
	padding-top: 5px;
	clear: both;
} 
.input {
	background-color: #fff;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #8595B2;
}
.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
}

/* Footer */
/* =================================================================================================================== */
#footer {
}

