/* CSS Document */

html, body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	background-color: #1A116C;
	text-align:center;
}
 
#container {
	width:900px;
	position: relative;
	margin: 0 auto 0;
	overflow: visible;
	text-align:left;
	top: 10px;
}

#header{
	width:900px;
	background: #fff url(../img/bg-top.gif) no-repeat center top;
	height:140px;
	float: left;
	padding-top:15px;
	border-bottom:1px solid #1F367F;
}
#slideshow{
	float: left;
	width:650px;
	height: 350px;
	margin:0;
}
#contactform { float:right; display:block; width:250px; text-align:left; background:#D2EAF0; border:1px solid #F5E9D6;}
#contactform p {  font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size:0.8em; padding: 0 5px;}
.formtitle{	text-transform: uppercase;	color: #1A116C;	font-weight: bold;padding-left:25px;}
#contactform td { vertical-align:top; border-bottom:1px solid #68B2C5; padding:8px 0 8px 10px; }
.formContact { width:100%; }
.formContact .inputText { width:220px; padding: 2px 4px 2px 4px; border:1px solid #D3C8B7; vertical-align:middle; color: #666666;}
.formContact #msgContactForm { width:250px;	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;}

p#tagline{color:#000;	padding:0 0 0 230px;color:#2690AB;font-size:1.1em;font-style:italic;font-weight:bold;}
p#contact{position:absolute;right:10px;top:5px; font-size:1.5em;color:#1F367F;text-align:right; }
p#contact span{font-size:0.6em;color:#2690AB;}
.large {font-size:em;}
p#info{position:absolute;right:300px;top:30px;color:#1F367F;text-align:center;	font-size:1.4em;font-style:italic;}
a{
	color:#1F367F;	
}

a:hover{color:#000;	text-decoration:none;
}


#content {
	float: left;
	margin: 0;
	width:900px;
	overflow: visible;
	background: #fff;
}

#main{
	float: left;
	width:650px;
	margin:0;
}
#right{
	float: left;
	width:250px;
	margin:0;
}
#gallery img{
	margin:5px;	
	border: 1px solid #d9d9b9; 
	padding:5px;
}

h1, h2, h3, h4{
	margin:0;
	font-weight: normal;
}

h1{
	color: #1A116C;
	padding:20px 10px 10px 10px;
	font-size: 2.2em;	font-family: "Tw Cen MT";text-transform:uppercase;
}
h2 {
	font-size: 1.2em;
	color: #FFF;
	padding:1px 10px;
	background: #1A116C url(../img/bg-h2.jpg) repeat-y left;
	font-family: "Tw Cen MT";
	font-weight: bold;
	text-transform: uppercase;
	margin:0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h3 {color: #1A116C;
	margin:20px 5px 0 0;font-family: "Lucida Handwriting", "Lucida Sans";font-size: 1.6em;
	border-bottom:1px dotted #68B2C5;}

#main p ,#main ol{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 10px 10px 10px 20px;
	padding: 0;
	list-style-type: square;
	line-height: 130%;
}
#main ul{
	margin: 10px;
	padding:0 5px 5px 40px;
}

#footer{
	clear: both;
	float:left;
	width:900px;
	margin: 0;
	text-align:center;
	color: #949494;
	height: 50px;
	padding: 3px 0;
	border-top: 1px dotted #d9d9b9;
	background: #fff url(../img/bg-bottom.gif) no-repeat center bottom;
}
#footer a{	color: #949494;}
.small{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
