/* CSS Document */

/* -----------------------------------------------------------
						Generic Page Properties
----------------------------------------------------------- */

body {
	background-color:#ededed;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	margin:0px;
	font-family: Sans-Serif;
	font-size:11px;
}

img {
	border:0px;
}

/* -----------------------------------------------------------
						Typography
----------------------------------------------------------- */

p {
	color:#000;
	margin:0;
	padding: 0 0 10px 0;
	line-height:14px;
}

.bold {
	color:#073080;
	font-weight:bold;
}

a:link,
a:visited {
	text-decoration:underline;
	color:#0089c8;
}

a:hover {
	color:#000;
	text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	/*letter-spacing:1px;*/
	font-weight:600;
	margin:0;
	padding:0;
}

h1 {
	color:#424242;
	font-size:13px;
	margin:5px 0;
}

h1 span {
	color:#073080;
}

.form {
	color:#000;
	width:250px;
	margin: 2px 0 2px 0;
	text-align:left;
	border: 1px solid #073080;
	padding: 2px;
	font-family: Sans-Serif;
	font-size:11px;
}

.button {
	color:#fff;
	background-color:#073080;
	padding:2px;
	margin:0;
	border:0px;
}
/* -----------------------------------------------------------
						Main Header Div's
----------------------------------------------------------- */

div#wrapper {
	width:711px;
	margin:0px auto;
}

div#header {
	height:128px;
	background-image:url(../images/header.gif);
}

div#header img {
	float:left;
	padding-top:10px;
}

div#time {
	float:right;
	margin:110px 0 0 0;
	padding:0px;
	width:300px;
	text-align:right;
	color:#fff;
}

div#navigation {
	background-image:url(../images/navigation.gif);
	height:53px;
	margin:0;
	padding:0;
	width:100%;
}

div#navigation img {
	border:0px
}

/* -----------------------------------------------------------
						Main Body Div's
----------------------------------------------------------- */

div#topframe {/* Top Frame */
	background-color:#fff;
	margin-top:8px;
	border: 1px solid #cfcfcf;
	padding:10px;
	height:279px;
}

div#welcome {
	width:260px;
	float:left;
	height:284px;
}

div#welcome p {
	text-align:justify;
}

div#services {
	width:418px;
	float:right;
	text-align:left;
	height:284px;
}

div#bottomframe {/* Bottom Frame */
	background-color:#fff;
	margin-top:8px;
	border: 1px solid #cfcfcf;
	padding:6px;
	height:140px;
}

div#mainframe {/* Main Frame */
	background-color:#fff;
	margin-top:8px;
	border: 1px solid #cfcfcf;
	padding:10px;
	height:441px;
}

div#galleryframe {/* Main Frame for Gallery Page */
	background-color:#fff;
	margin-top:8px;
	border: 1px solid #cfcfcf;
	padding:10px;
	/*height:750px;*/
}

/* -----------------------------------------------------------
						Footer Div's
----------------------------------------------------------- */

div#footer {/* Footer Tier 1 */
	background-color:#073080;
	border-bottom:4px solid #424242;
	margin-top:8px;
	padding:10px;
	color:#fff;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
}

div#footer a{
	color:#fff;
	text-decoration:underline;
}

div#footer a:hover{
	color:#fff;
	text-decoration:none;
}

div#footer2 {/* Footer Tier 2 */
	padding:8px 0 0 0;
	color:#424242;
	text-align:right;
}

div#footer2 a{
	color:#424242;
	text-decoration:underline;
}

div#footer2 a:hover{
	color:#424242;
	text-decoration:none;
}

/* -----------------------------------------------------------
					Home Bottom Boxes
----------------------------------------------------------- */

.bottom_box1 {
	width:210px;
	height:122px;
	border: 1px solid #898989;
	float:left;
	margin:0;
	padding:8px;
	margin-right:6px;
}

.bottom_box1 img {
	border:0px;
}

.bottom_box1 p {
	margin-top:5px;
}

.bottom_box2 {
	width:210px;
	height:122px;
	border: 1px solid #898989;
	float:left;
	margin:0;
	padding:8px;
}

.bottom_box2 img {
	border:0px;
}

.bottom_box2 p {
	margin-top:5px;
}

/* -----------------------------------------------------------
						Images
----------------------------------------------------------- */

.left_image {
	float:left;
	margin:5px 10px 5px 0;
}

.right_image {
	float:right;
}

.galleryimage {
	border:1px solid #000;
	margin-right:5px;
}
