/* GLOBALS */

body {
	background-color: #21474F;
	background-image: url(../images/MainBg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

div, input, textarea, select {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

a img {
	border: 0;
}

.img_portfolio {
	border: 1px solid #000000;
}

	

/* TABLES */

.table_footer {
	vertical-align: middle;
	width: 250px;
	height: 30px;
	text-align: center;
}

.td_contact {
	background-image: url(../images/bk_groundl2_02.gif);
	height: 140px;
	width: 220px;
	background-repeat: no-repeat;
	color: #1E474F;
	padding-left: 5px;
	text-align: center;
}

.td_main_portfolio {
	width: 200px;
	vertical-align: top;
	background-color: #FFFFFF;
}

/* LINE BREAKS */

hr.blue, hr.white {
	margin-top: 0px;
	height: 0px;
	border: 0px;
	border-bottom: 1px solid #C4D0D7;
}

hr.white {
	border-bottom: 1px solid #ffffff;
	width: 205px;
}

/* DIVS */

div#site {
	width: 760px;
	margin: 0 auto;
	margin-top: 5px;
	background-color: #ffffff;
	height: 100%;
}

div#td_left {
	float: left;
	width: 262px;
	padding-left: 5px;
	background-image: url(../images/DownArrow1.gif);
	background-position: 20px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div#td_middle {
	float: left;
	width: 255px;
	padding-left: 5px;
	background-color: #FFFFFF;
}

div#td_right {
	float: right;
	width: 215px;
	height: 275px;
	padding-right: 5px;
	color: #2A353A;
	background-color: #1E474F;
	background-image: url('../images/DownArrow2.gif');
	background-position: 165px 0px;
	background-repeat: no-repeat;
}

div#td_main {
	float: left;
	width: 517px;
	padding-left: 5px;
	background-image: url(../images/DownArrow1.gif);
	background-position: 20px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div#main_container {
	background-color: #FFFFFF;
	height: 100%;
}

div#td_main_portfolio {
	float: left;
	width: 732px;
	padding-left: 5px;
	background-image: url(../images/DownArrow1.gif);
	background-position: 20px 0px;
	background-repeat: no-repeat;
}

div#header_container {
	width: 760px;
	height: 165px;
	background-color: #FFFFFF;
}

div#header_container2 {
	width: 760px;
	height: 140px;
	background-color: #FFFFFF;
}

div#footer1 {
	width: 760px;
	height: 30px;
	background-color: #147482;
	color: #FFFFFF;
	border-bottom: 1px solid #ffffff;
	clear: both;
}

div#footer2 {
	width: 760px;
	height: 20px;
	background-color: #1E474F;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
}

/* HEADERS */

h2, h4, h3 {
	color: #006A8D;
	font-size: 12px;
	margin: 10px 0px 3px 0px;
	height: 17px;
}

h3 {
	background-image: none;
	margin: 3px 0px 3px 0px;
	height: 15px;
}

h3 a{
	color: #008EA1;
	text-decoration: none;
	background-image: none;
}

h3 a:hover {
	text-decoration: underline;
	background-image: none;
}	

.featured {
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 12px;
	font-weight: bold;
}

.white {
	font-size:8px;
	color: #FFFFFF;
}

.phone {
	color: #008EA1;
	text-decoration: none;
}

/* LINKS */

a {
	color: #008EA1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.pages:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
}
a.pages:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
}
a.pages:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 10px;
}
a.pages:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
}

/* LISTS */

ul { 
	list-style-image: url(../images/Bullet.gif);
}