	a:link {
		color: #3684d7;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px #3684d7 dotted;
	}
	a:visited {
		color: #3684d7;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px #3684d7 dotted;
	}
	a:hover {
		color: #ff6600;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px #ff6600 dotted;
	}
	a:active {
		outline: none;
		border: none;
		text-decoration: none;
	}
	a:focus {
		outline: none;
		border: none;
		text-decoration: inherit;
	}
	a img {
		outline: none;
		border: none;
	}
	body {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		background-image: url(/images/bg_paper_texture.gif);
		background-position: top left;
		background-repeat: repeat;
	}
	#page {
		position: relative;
		width: 1000px;
		margin: 0px auto;
		padding: 0px 0px 0px 0px;
		background-position: top left;
		background-repeat: repeat-y;
	}
		
/* * * * * * * * * * * TOP BAR * * * * * * * * * * */		
	#connect_bar {
		float: right;
		width: 210px;
		margin: 8px 0px 5px 0px;
		padding: 0px 0px;
		height: 50px;
		text-align: center;
	}
	#connect_bar iframe {
		float: right;
		margin: 5px 57px 5px 0px;
	}
	#connect_bar #contact {
		margin-top: 4px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 22px;
		color: #666666;
	}
	#connect_bar #contact em {
		font-weight: bold;
		font-style: normal;
	}
	#connect_bar a {
		background-image: none;
	}
	#connect_bar #clientlogin {
		float: left;
		display: none;
		margin: 5px 5px 5px 17px;
		padding: 5px 10px;
		color: #ffffff;
		border: 2px #ff6600 solid;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 20px;
		text-transform: uppercase;
		background: url(/images/bg_block_orange_trans75.png);
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		cursor: pointer;
	}
	#connect_bar #clientlogin:hover {
		background-color: #ff6600;
		background-image: none;
		cursor: pointer;
	}
	#connect_bar .outlet {
		float: right;
		position: relative;
		right: 5px;
		width: 50px;
		height: 50px;
		background-repeat: no-repeat;
		background-position: 3px 3px;
		background-image: none;
		filter: alpha(opacity=80);
		opacity: 0.80;
	}
	#connect_bar .outlet:hover {
		filter: alpha(opacity=100);
		opacity: 1.0;
		-webkit-transform: rotate(-2.5deg);
		-moz-transform: rotate(-2.5deg);
	}
		
/* * * * * * * * * * * HEADER * * * * * * * * * * */		
	#header {
		float: left;
		margin: 15px 0px 30px 0px;
		padding: 0px 0px 0px 0px;
		background-image: url(/images/bg_block_blue_trans50.png);
		border: 5px #3684d7 solid;
	}
	#header #main_nav {
		float: left;
		margin: 0px;
		padding: 0px;
	}
	#main_nav span.item a {
		float: left;
		margin: 0px;
		padding: 0px 13px 0px 18px;
		height: 94px;
		background-image: none;
		border: none;
	}
	#main_nav span.item:hover a {
		background-image: url(/images/bg_block_blue_trans50.png);
	}
	#main_nav span.item a img {
		margin-top: 18px;
	}
	#main_nav span.item a img#logo {
		margin: 6px -7px 0px -9px;
		height: 84px;
		width: 133px;
	}
	#main_nav span.item.active a {
		background-color: #3684d7;
		cursor: default;
	}
	#main_nav span.item.active:hover a {
		background-image: none;
		cursor: default;
	}

/* * * * * * * * * * * MAIN CONTENT * * * * * * * * * * */		
	#main_content {
		float: left;
		width: 660px;
		margin: 15px 0px 0px 0px;
	}
	#main_content a:link {
		color: #3684d7;
		text-decoration: none;
		border-bottom: none;
	}
	#main_content a:visited {
		color: #3684d7;
		text-decoration: none;
		border-bottom: none;
	}
	#main_content a:hover {
		color: #ff6600;
		text-decoration: none;
		border-bottom: none;
	}
	#main_content h1 {
		width: 640px;
		margin: 30px 0px 15px 0px;
		padding: 0px;
		font-family: helvetica, arial, sans-serif;
		font-weight: bold;
		font-size: 42px;
		line-height: 44px;
		text-transform: normal;
		text-shadow: #ffffff 1px 2px 0px;
		color: #222222;
	}
	#main_content h1 a:link {
		color: #222222;
		background-image: none;
	}
	#main_content h1 a:visited {
		color: #222222;
		background-image: none;
	}
	#main_content h1 a:hover {
		color: #ff6600;
		background-image: none;
	}
	#main_content h2 {
		margin: 5px 0px 0px 0px;
		padding: 0px;
		font-family: helvetica, arial, sans-serif;
		font-weight: normal;
		font-size: 26px;
		color: #444444;
	}
	#main_content p {
		margin: 18px 0px 18px 24px;
		font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", arial, verdana, helvetica, sans-serif;
		font-weight: normal;
		font-size: 24px;
		line-height: 32px;
		color: #666666;
	}
	#main_content p em {
		font-style: normal;
		font-weight: bold;
		color: #333333;
	}
	#main_content object, #main_content img {
		padding: 5px;
		background: url(/images/bg_block_white_trans75.png);
		border: 2px #dddddd solid;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#main_content object {
		float: left;
		position: relative;
		bottom: 10px;
		margin-left: -10px;
	}
	#main_content img {
		margin: 5px;
	}
	#main_content a img, #main_content a object {
		background: url(/images/bg_block_blue_trans50.png);
		background-color: #f2f2f2;
		border: 2px #3684d7 solid;
	}
	#main_content a img:hover, #main_content a object:hover {
		background: url(/images/bg_block_orange_trans75.png);
		background-color: #f2f2f2;
		border: 2px #ff6600 solid;
	}
	#main_content .push {
		float: left;
	}
	#main_content .push h1 {
		float: left;
		text-align: center;
		width: 640px;
		margin: 30px 0px 15px 0px;
		padding: 0px;
		font-family: helvetica, arial, sans-serif;
		font-weight: bold;
		font-size: 42px;
		text-transform: none;
		line-height: 44px;
		text-transform: normal;
		text-shadow: #ffffff 1px 2px 0px;
		color: #222222;
	}
	
/* * * * * * * * * * * SIDE CONTENT * * * * * * * * * * */
	#secondary_content {
		float: right;
		margin: 15px 0px;
		padding: 0px 10px 10px 10px;
		width: 270px;
		background-image: url(/images/bg_block_white_trans50.png);
		border: 2px #dddddd solid;
		border-radius: 12px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	}
	#secondary_content h1 {
		margin: 15px 0px 5px 0px;
		padding: 0px;
		font-family: helvetica, arial, sans-serif;
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		color: #333333;
	}
	#secondary_content h1 a:link,
	#secondary_content h1 a:visited,
	#secondary_content h1 a:hover {
		text-decoration: none;
		border-bottom: none;
	}
	#secondary_content h2 {
		margin: 18px 0px 5px 0px;
		font-family: helvetica, arial, sans-serif;
		font-size: 20px;
		line-height: 22px;
	}
	#secondary_content h2 a:link,
	#secondary_content h2 a:visited,
	#secondary_content h2 a:hover {
		text-decoration: none;
		border-bottom: none;
	}
	#secondary_content p {
		margin: 0px 0px 8px 0px;
		padding: 0px;
		font-size: 16px;
		line-height: 20px;
		font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", arial, verdana, helvetica, sans-serif;
		color: #666666;
	}
	#secondary_content p em {
		font-style: normal;
		font-weight: bold;
		color: #333333;
	}
	#secondary_content ul {
		padding: 0px;
	}
	#secondary_content ul li {
		margin-left: 30px;
	}

/* * * * * * * * * * * TWITTER FEED * * * * * * * * * * */
	#twitter_feed {
		float: right;
		width: 270px;
		margin: 15px 0px;
		padding: 10px 10px 0px 10px;
		font-family: arial, verdana, helvetica, sans-serif;
		background-image: url("/images/bg_block_teal_trans50.png");
		border: 2px #2acdff solid;
		border-radius: 12px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	}
	#twitter_feed a:link {
		color: #ffffff;
		border-bottom: none;
	}
	#twitter_feed a:visited {
		color: #ffffff;
		border-bottom: none;
	}
	#twitter_feed a:hover {
		color: #2acdff;
		border-bottom: none;
	}
	#twitter_feed ul {
		width: 100%;
		margin-left: 0px;
		padding: 0px;
		list-style: none;
		font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", arial, verdana, helvetica, sans-serif;
		font-size: 16px;
		color: #333333;
	}
	#twitter_feed ul li {
		position: relative;
		margin-bottom: 15px;
		padding-bottom: 20px;
		border-bottom: 1px #2acdff solid;
		line-height: 1.3em;
	}
	#twitter_feed ul li a {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	#twitter_feed ul li span {
		position: relative;
	}
	#twitter_feed ul li span a {
		position: relative;
		bottom: 0px;
		left: 0px;
		font-size: inherit;
	}
	#twitter_feed #twitter_header {
		height: 25px;
		width: 100%;
		margin: 0px 0px 0px 0px;
		text-align: center;
		position: relative;
		bottom: -2px;
		font-size: 24px;
		color: #ffffff;
	}
	#twitter_feed #twitter_header img {
		position: relative;
		top: 2px;
		width: 95px;
		height: 22px;
	}
	#twitter_feed #twitter_footer {
		text-align: center;
		position: relative;
		bottom: 7px;
	}

/* * * * * * * * * * * FOOTER * * * * * * * * * * */		
	#footer {
		float: left;
		width: 100%;
		margin-top: 30px;
		padding: 0px 0px 15px 0px;
		background-image: url(/images/bg_block_blue_trans75.png);
		border-top: 3px #3684d7 solid;
	}
	#footer #content {
		position: relative;
		width: 1000px;
		margin: 0px auto;
		padding: 0px 0px;
		font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", arial, verdana, helvetica, sans-serif;
		font-size: 16px;
		color: #ffffff;
	}
	#footer #content p em {
		font-weight: bold;
		font-style: normal;
	}
	#footer #content a:link {
		color: #ffffff;
		border-bottom: 1px #ffffff dotted;
		text-decoration: none;
	}
	#footer #content a:visited {
		color: #ffffff;
		border-bottom: 1px #ffffff dotted;
		text-decoration: none;
	}
	#footer #content a:hover {
		color: #3684d7;
		border-bottom: 1px #3684d7 dotted;
		text-decoration: none;
	}
	#footer #content #contact {
		float: left;
		margin: 15px 30px 0px 0px;
		width: 260px;
	}
	#footer #content #extra_info {
		float: right;
		margin: 15px 0px 0px 30px;
		width: 260px;
		text-align: right;
	}
	#footer #content .copy_msg {
		font-size: 12px;
	}
	#footer #content .copy_msg em {
		font-style: italic;
	}
	#footer #content #sub_nav {
		position: absolute;
		top: 0px;
		left: 300px;
		margin: 0px;
		width: 400px;
		font-size: 18px;
		font-weight: bold;
		background-color: #3684d7;
		text-align: center;
		-moz-border-radius-bottomright: 12px;
		-moz-border-radius-bottomleft: 12px;
		-webkit-border-bottom-right-radius: 12px;
		-webkit-border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	#footer #content #sub_nav ul {
		list-style: none;
		position: relative;
		right: 20px;
	}
	#footer #content #sub_nav ul li {
		margin: 0px 5px 10px 5px;
		display: inline;
	}
	#footer #content #sub_nav a:link {
		color: #ffffff;
		border-bottom: none;
	}
	#footer #content #sub_nav a:visited {
		color: #ffffff;
		border-bottom: none;
	}
	#footer #content #sub_nav a:hover {
		color: #ffffff;
		border-bottom: 2px #ffffff dotted;
	}
