/* Base Styling*/

body {
	text-align:center;
	background-image:url(../img/tile.gif);
	background-repeat:repeat-x;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	list-style-image: url(../img/bullet.gif);
	list-style-type: disc;
}



 h1 {font-size: 12px; }
 h2{font-size: 12px; }
h3 {font-size: 12px; }
h4 {font-size: 10px; }
h5 {font-size: 10px; }
h6 {font-size: 10px; }



#header {
overflow: hidden;
}

/*Tags and Divs*/

#bigger {
	width: 820px;
	
	text-align: center;
	margin: auto;
	background-image: url(../img/bottombackground.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear:both;
	}
.smaller {
	width: 780px;
	text-align: center;
	margin: auto;
	
}
#header {
	width:780px;
	height:121px;
	
	}
#headerleft {
	width:440px;
	height:121px;

	float:left;
	}
#headertop {
	width:440px;
	padding-top:35px;
	height:30px;

	text-align:left;
	z-index:5;
	}
#headertop a {
	border-top: 3px solid #FFFFFF;
}
#headertop a:hover {
	border-top: 3px solid #003366;	
}
#headerdown {
	width:440px;
	height:56px;

	float:left;
	}
#headerright {
	width:340px;
	height:56px;

	float:right;
	}
#underflash {
	width: 820px;
	height:25px;
	text-align: center;
	margin: auto;

	}
#topbackground {
	width: 820px;

	text-align: center;
	margin: auto;

	background-image: url(../img/topbackground.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#contenttile {
	width: 740px;

	text-align: left;
	margin: auto;
	padding: 5px 20px 20px 20px;
	background-image: url(../img/contentile.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
a {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #1C5981;
	text-decoration: underline;
}
a:active, link {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #1C5981;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#footer {
	width:100%;
	height: 85px;
	text-align: center;

	background-image: url(../img/footertile.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	}
#footerTop {
	width:768px;
	height:43px;
	padding-left:26px;
	padding-right:26px;
	text-align:center;
	margin:auto;

	background-image: url(../img/footerTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#footerTop a {
	font-family:  Tahoma, Arial, Helvetica, sans-serif,;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

#footerTop a:hover {
	color: #333333;
	text-decoration: underline;
}
.footerlinepadding {
padding-bottom:10px;
}
#footerBottom {
	width:768px;
	height:26px;
	padding-left:26px;
	padding-top:15px;
	padding-right:26px;
	text-align:center;
	margin:auto;

	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #3F7394;
	text-decoration: none;
	}
#footerBottom a {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #3F7394;
	text-decoration: none;
}
#footerBottom a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/*Flash*/

#flashcontainer {
width:780px;
height:84px;
display:block;
}

/*content formating*/

.leftPage {
	width:370px;
	height:370px;

	float:left;
	text-align:left;
	}
.rightPage {
	width:370px;
	height:370px;

	float:left;
	text-align:left;
	}
.leftPageContact {
	width:330px;


	float:left;
	text-align:left;
	}
.middlePageContact {
	width:400px;
	height:370px;

	float:left;
	text-align:left;
	}
.rightPageContact {
	width:200px;
	height:370px;

	float:left;
	text-align:left;
	}

.PhotoLeftPadding {
padding-left:15px;
}

/*forms*/
.inputForm {
	width:250px;
	text-align:left;
	}
.textareaForm {
	width:250px;
	height:250px;
	text-align:left;
	}
.selectForm{
	width:100pxpx;
	text-align:left;
	}
