/* Starksoft CSS Styles */
html, body {
  min-height: 100%;
	margin-bottom: 0px auto;
}
body {
	margin:0px auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:#cde8fb;
	background-image:url(images/body_background.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#wrapper {
	margin:0px;
	padding:0px;
	width: 100%;
	text-align:center;
}
#container {
	margin:0px auto 75px auto;
	padding:0px;
	width: 813px;
	text-align:center;
}
#footer {
	margin:0px auto;
	padding:0px;
	width: 100%;
	height:75px;
	position: absolute;
	bottom:0px;
	text-align:center;
	background-image:url(images/bckgr_btm.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#footer_btm {
	margin:0px auto;
	padding:0px;
	width: 100%;
	height:75px;
	position:absolute;
	bottom:0px;
	text-align:center;
	background-image:url(images/bckgr_btm.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#footer_content {
	margin:0px auto;
	padding:0px;
	width:723px;
	text-align:left;
}
#footer_content_left {
	margin:0px; 
	padding:0px;
	width:auto;
	text-align:left;
	float:left;
}
#header {
	background:#013971;
	background-image:url(images/header_bckgr.jpg);
	background-repeat:repeat-x;
	margin:0px auto;
	padding:0px;
	text-align:right;
	width: 775px;
}
#logo {
	margin:0px auto;
	padding:0px;
	width:175px;
	height:27px;
	background:transparent;
	float:left;
}
#header_title {
	margin:37px 0px 0px 0px;
	padding:0px;
	width: 400px;
	text-align:right;
	float:right;
}
#clear {
	line-height:0px;
  clear: both; 
  visibility: hidden;
}
#spacer_home {
  height: 15px;
  visibility: hidden;
}
#spacer_main {
  height: 20px;
  visibility: hidden;
}
#content {
	margin:0px auto;
	padding:10px 20px 10px 20px;
	text-align:left;
	background-color:#FFFFFF;
	background-image:url(images/body_bckgr.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 733px;
	font-size:1.2em;
}
#box {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
#lines_home_title {
	margin:0px 5px 0px 5px;
	padding:5px 0px 5px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
}
#lines {
	margin:0px 10px 0px 10px;
	padding:5px 0px 5px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
}
#lines_half {
	margin:0px 10px 0px 10px;
	padding:5px 0px 5px 0px;
	width:300px;
	float:left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
}
#lines_half_right {
	margin:0px 10px 0px 10px;
	padding:5px 0px 5px 0px;
	width:300px;
	float:right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
}
#lines_half_left {
	margin:0px 10px 0px 10px;
	padding:5px 0px 5px 0px;
	width:300px;
	float:left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
}

#link_box {
	margin:15px 50px 0px 50px;
	padding:0px;
}
#map {
	width:338px;
	margin:0px;
	padding:0px;
	float:right;
}
#home_intro {
	float:left;
	width:330px;
	margin:0px;
	padding:0px;
}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:2.25em;
	line-height: 1.1em;
}
h2 {
	margin:5px 0px 10px 0px;
	padding:0px;
	font-size:1.75em;
	line-height: 1.1em;
}
h3 {
	margin:5px 0px 5px 0px;
	padding:0px;
	font-size:1.2em;
	line-height: 1.1em;
	background: #cde8fb;
}
h4 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:1em;
	font-weight:bold;
	line-height: 1.1em;
}
INPUT, SELECT, TH, TD {
	font-size:1.2em
}
p {
	line-height: 1.2em;
	margin:5px 0px 5px 0px;
}
a:link {
	color:#333333;
}
a:visited {
	color:#999999;
}
a:hover {
	color:#cccccc;
	text-decoration:none;
}
a:active {
	color:#333333;
}


/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0px;
	margin:0px;
	background:#ffffff;
	}
.cbb h1 {
	margin:0px;
	padding:0px 0px 15px 0px;

	font-size:2.25em;
	line-height: 1.1em;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:0px;
	}
.two {
	width:45%;
	float:left;
	}
.three {
	width:45%;
	float:right;
	}
/* Rules for the top corners and border */
.bt {
	background:url(images/box.png) no-repeat 100% 0;
	margin:0 0 0 15px;
	height:15px;
	}
.bt div {
	height:15px;
	width:15px;
	position:relative;
	left:-15px;
	background:url(images/box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(images/box.png) no-repeat 100% 100%;
	margin:0 0 0 15px;
	height:15px;
	}
.bb div {
	height:15px;
	width:15px;
	position:relative;
	left:-15px;
	background:url(images/box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 15px;
	background:url(images/borders.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 15px 0 0;
	background:url(images/borders.png) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#ffffff;
	padding:10px;
	}
/* CSS for the box ends here */

