/* CSS Document */

body{
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
margin:0px;
font-family: tahoma, Verdana, sans-serif;
font-size: small;}

.holder{
width:748px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
background-image:url(images/curve_mid.jpg);
background-repeat:repeat-y;
}

.header{
height:50px;
padding:5px;
padding-left:22px;
}

.navigation{
	float:right;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #006699;
	padding-right:22px;
	padding-top:10px;
}

.block_left{
background-image:url(images/nav_block.gif);
background-repeat:no-repeat;
float:left;
width:227px;
height:191px;
margin-left:22px;
}

*html .block_left{
background-image:url(images/nav_block.gif);
background-repeat:no-repeat;
float:left;
width:227px;
height:191px;
margin-left:10px;
}

.block_right{
/*	background-image:url(images/side_banner_bg.jpg);
	background-repeat:no-repeat;*/
	float:right;
	width:447px;
	height:191px;
	margin-right:22px;
	font-size: 36px;
	padding-left: 10px;
/*	padding-top: 105px;*/
	color: #FFFFFF;
}

*html .block_right{
/*	background-image:url(images/side_banner_bg.jpg);
	background-repeat:no-repeat;*/
	float:right;
	width:447px;
	height:191px;
	margin-right:10px;
	font-size: 36px;
	padding-left: 10px;
/*	padding-top: 105px;*/
	color: #FFFFFF;
}

.top_curve{
background-image:url(images/curve_top.jpg);
background-repeat:no-repeat;
height:16px;}

.left_shade1{
background-image:url(images/curve_left.jpg);
background-repeat:no-repeat;
width:5px;
float:left;
height:600px;
}

.center_content{
width:738px;
background-color:#FFFFFF;
float:left;
}

.right_shade1{
background-image:url(images/curve_right.jpg);
background-repeat:no-repeat;
width:5px;
float:left;
height:600px;
}

.left_content{
float:left;
width:227px;
margin-left:22px;
margin-top:10px;
}

*html .left_content{
float:left;
width:227px;
margin-left:10px;
margin-top:10px;
}

.right_content{
	margin-top:10px;
	float:right;
	width:437px;
	margin-right:22px;
	padding-left: 10px;
	border-left: solid 1px #F2F2F2;
}

*html .right_content{
	margin-top:10px;
	float:right;
	width:437px;
	margin-right:10px;
	padding-left: 10px;
	border-left: solid 1px #F2F2F2;
}

.bottom_curve{
height:17px;
background-image:url(images/curve_btm.jpg);
background-repeat:no-repeat;
background-position: center center;
clear:both;
}

.footer{
width:748px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top:10px;
margin-bottom:25px;
}

h2 {
	margin: 0;
	color: #006699;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left:25px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 5px 4px;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #006699;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #003366;
}
	
h4 {
	margin: 0;
	color: #006699;
	font-size: 14px;
	padding-top:5px;
	padding-bottom:9px;
	background-image:url(images/dots-hr-4.gif);
	background-repeat:repeat-x;
}

h3 {
	margin: 0 0 8px 0;
	color: #000000;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h5 {
	margin: 0 0 8px 0;
	color: #006699;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.hr{
	width: 100%;
	height:8px;
	background-image:url(images/dots-hr.gif);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-repeat: repeat-x;
	background-position:center;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


.nav{
color:#006699;
text-decoration:none;
padding-left:20px;
padding-right:5px;
background-image:url(images/nav_buddy.gif);
background-repeat:no-repeat;
background-position: 7px 5px;}

.nav:hover{
color:#003366;
text-decoration:none;
padding-left:20px;
padding-right:5px;
background-image:url(images/nav_buddy.gif);
background-repeat:no-repeat;
background-position: 7px -14px;}

/*form*/
form.login{
	width: 227px;
	padding-top: 20px;
	}
	
label.formtitle{
	color:#FFFFFF;
	font-size: 17px;
	background-color:#1D4349;
	display:block;
	text-indent: 10px;
	height: 30px;
	line-height: 28px;
	}
	
label.loginlabel{
	color:#333333;
	text-indent: 20px;
	display:block;
	}
	
input.logininput{
	margin-left: 20px;
	width: 180px;
	}
input.submit{
	margin-left: 20px;
	margin-top: 5px;
	}

/* contact form */
form.contact{
	width: 400px;
	padding-left: 20px;
}

label.contactlabel{
	float: left;
	}
	
input.contactinput{
	float:right;
	width: 300px;
	}
	
textarea{
	float:right;
	width: 300px;
	height: 200px;
	}

input.contactsubmit{
		float:left;
		margin-top:165px;
	}
	
/*photo gallery*/
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 92px;
	height: 68px;
}

.hoverbox li
{
	background: #006699 ;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 3px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

/**tabbed **/
DIV.tab-container-1 {
	MARGIN: 0px 0px 20px; WIDTH: 100%
}
UL.tab-container-1-nav {
	BACKGROUND: url(pixel.gif) repeat-x left bottom; FLOAT: left; WIDTH: 100%; LIST-STYLE-TYPE: none
}
UL.tab-container-1-nav LI {
	FLOAT: left; MARGIN: 0px 2px 0px 0px
}
UL.tab-container-1-nav A {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 8px; BORDER-TOP: #ccc 1px solid; DISPLAY: block; PADDING-LEFT: 8px; FONT-WEIGHT: bold; BACKGROUND: #eee; FLOAT: left; PADDING-BOTTOM: 4px; BORDER-LEFT: #ccc 1px solid; COLOR: #666; PADDING-TOP: 4px; BORDER-BOTTOM: #ccc 0px solid; TEXT-DECORATION: none
}
UL.tab-container-1-nav A:hover {
	BACKGROUND: #fff
}
UL.tab-container-1-nav A.active {
	BACKGROUND: #fff; PADDING-BOTTOM: 5px; CURSOR: default; COLOR: #006699
}
.tabs-container {
	CLEAR: left; BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 8px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 8px; PADDING-BOTTOM: 0px; BORDER-LEFT: #ccc 1px solid; PADDING-TOP: 20px; BORDER-BOTTOM: #ccc 1px solid; width: 640px;
}
