/*defaults*/
body, html{
	margin: 10px;
	text-align: center;
	background-color: #ffffff;
	font-family: arial;
	font-size: 15px;
}

.clear{
	clear: both;
}

b.blue{
	color: #3C599F;
}

a{
	color: #3C599F;
	font-weight: bold;
}

a:hover, a:active{
	color: darkblue;
}

h1{
	display: block;
	background-image: url('../images/layout/h1bg.jpg');
	background-repeat: no-repeat;
	height: 23px;
	width: 490px;
	color: white;
	font-size: 15px;
	text-indent: 5px;
	padding-top: 3px;
}

h2{
	font-size: 17px;
}

h3{
	color: #3E599C;
	margin-bottom: 0px;
	font-size: 14px;
}

#container{
	width: 900px;
	margin: 0px auto;
}

#header, #header2{
	height: 154px;
}

.headerSpacer{
	background-image: url('../images/layout/slice.jpg');
	background-repeat: repeat-y;
	height: 10px;
}

#footer{
	height: 40px;
}

#innerContainer{
	background-image: url('../images/layout/slice2.jpg');
	background-repeat: repeat-y;
	text-align: left;
	height: 100%;
}

#titles{
	height: 54px;
}

#leftMenu{
	margin-left: 40px;
	float: left;
	width: 200px;

}

#leftMenu ul{
	list-style-image: url('../images/layout/circle.jpg');
	font-size: 15px;
	color: #3C599F;
	vertical-align: top;

}

#leftMenu ul a{
	color: #3C599F;
	text-decoration: none;
}

#leftMenu ul a:hover{
	list-style-image: url('../images/layout/circleDark.jpg');
	color: #3C599F;
	font-weight: bold;
}

#leftMenu li{
	padding-left: 10px;
	padding-bottom: 10px;
}

li.active{
	list-style-image: url('../images/layout/circleDark.jpg');
}

#testi{
	padding: 5px;
	padding-top: 20px;
	text-align: center;
}

#testi span{
	color: #9DACCF;
	font-size: 25px;
}

#testi p{
	color: #3E599C;
	font-style: italic;
	padding: 2px;
}

#content{
	float: left;
	padding: 20px;
	width: 550px;	
}

#footerLine{
	background-image: url('../images/layout/bottomLine.jpg');
	background-repeat: no-repeat;
	height: 6px;
	width: 100%
}

#footer2{
	padding-top: 30px;
	background-image: url('../images/layout/slice.jpg');
	background-repeat: repeat-y;
}

.copy{
	color: #3C599F;
	font-size: 11px;
	width: 270px;
	display: block;
	text-align: center;
	float: left;
}

.tc{
	color: #3C599F;
	font-size: 13px;
	width: 220px;
	display: block;
	text-align: center;
	float: left;
}

.tc a{
	text-decoration: none;
	color: #3C599F;
}



.greyBG{
	background-color: #EFF3F8;
	padding: 5px
	
}

.services img{
	float: left;
}

.package .cost{
	color: #C6382F;
	font-weight: bold;
	font-style: italic;
}

.package ul{
	margin: 0px;
	margin-left: 20px;
}

.small{
	font-size: 10px;
}

#hints{
	color: #3E599C;
}

.formContainer label{
	display: block;
	width: 150px;
	float: left;
	margin: 5px;
	font-weight: bold;
}

.formContainer input, textarea{
	margin: 5px;
	width: 200px;
}

.formContainer .button{
	border: 1px solid #3E599C;
	width: 205px;
	font-weight: bold;
	font-size: 20px;
	color: #3E599C;
}

.formContainer .button:hover{
	color: black;
	cursor: pointer;
}

.notification{
	border: 1px solid red;
	padding: 10px;
	margin: auto;
	width: 60%;
}

#gallery{
	text-align: center;
	width: 100%
}

#gallery h3{
	text-align: left;
	margin-bottom: 10px;
}

#gallery img{
	border: 1px solid #cccccc;
	padding: 5px;
}

#gallery img:hover{
	border: 1px solid #999999;
}

#gallery a{
	text-decoration: none;
}

#links{
	font-size: 11px;
}

