/* cfgp style sheet */

body {
	background-color:#DCF0F7;
	background-image:url('images/background.jpg');
	background-position:top left;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003333;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

/* master head style */
.masthead {
	background-color:white;
	margin-bottom:20px;
}

/* main navigation style */
.navigation {
	background-color:white;
}

/* contains the body and footer, with a border and padding */
.superdiv {
	background-color:white;
	width:960px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

/* title row */
/* main content row */
.row2 {
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:15px;
}
/* sidebar row */
.row3 {
	padding-top:0px;
	padding-left:40px;
	padding-right:0px;
	padding-bottom:15px;
	width:340px;
}

/* main body sides*/
.side_left {
	background-image:url(images/side_left2.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
.side_right {
	background-image:url(images/side_right2.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

/* box1 */
.box1_mid {
	width:550px;
	margin-bottom:15px;
	background-image:url(images/box1_mid.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
.box1_top {
	background-image:url(images/box1_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.box1_bot {
	background-image:url(images/box1_bot.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	min-height:485px;
	padding-left:25px;
	padding-top:20px;
	padding-bottom:15px;
	padding-right:15px;
	text-align:left;
	line-height:20px;
}


/* box2 */
.box2_mid {
	width:300px;
	margin-bottom:15px;
	background-image:url(images/box2_mid.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
.box2_top {
	background-image:url(images/box2_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.box2_bot {
	background-image:url(images/box2_bot.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:25px;
	padding-top:20px;
	padding-bottom:15px;
	padding-right:15px;
	text-align:left;
}

/* page footer */
div.footer {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	background-color:white;
	margin-bottom:0px;	
	text-align:center;
	font-size:10px;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:15px;
}
div.footer a:link {
	color:#666666;
	text-decoration:none;
}
div.footer a:visited {
	color:#666666;
	text-decoration:none;
}
div.footer a:hover, .footer a:active {
	color:#166699;
	text-decoration:underline;
}

/* all default links */
a:link {
	color:#003333;
	text-decoration:underline;
}
a:visited {
	color:#004359;
	text-decoration:underline;
}
a:hover, a:active {
	color:#004359;
	text-decoration:underline;
}
a.hide {
	color:black !important;
	text-decoration:none !important;
	border-bottom:0px !important;
}
.hidelinks a {
	text-decoration:none !important;
	border-bottom:0px !important;
}
.textlink {
	color:#003333;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}

/* headers */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#004359;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#004359;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#004359;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#004359;
}

/* list boxes */
ul {
  margin-left:10px; /* IE */
  padding-left:10px; /* Firefox */
}
ul li {
  margin-bottom:3px;
}

/* definition list boxes */
dl {
  margin-left:10px; /* IE */
  padding-left:10px; /* Firefox */
}
dl dt {
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
}
dl dd {
  margin-left:10px; /* IE */
  padding-left:10px; /* Firefox */
}

form {
 margin:0px;
 padding:0px;
}

.nopad {
padding:0px;
margin:0px;
}

.comingsoon {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#0196C6;
}
.address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#009775;
}

.navlist {
	font-size:14px;
	font-weight:bold;
	line-height:35px;

}


