@charset "utf-8";
/* CSS Document */


:focus {outline:none;}
::-moz-focus-inner {border:0;}


body {
	font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #395260;
	background: #005aab;
	margin: 0;
	padding: 0;
	text-align: center; 
	/* this centers the container in IE 5* browsers. 
	The text is then set to the left aligned default in the #container selector */
	background-image: url(imgs/bg2.jpg);
	background-repeat: repeat-x;
}

.quote {
	font: 108% Trebuchet MS, Arial, Helvetica, sans-serif;
	adding:0px 0px 10px 0px;
	color: #186fb7;
	font-style: italic;
	line-height: 14px;
	text-align: justify;
}

a:link {
	color: #1781C3;
	text-decoration: none;
}

a:visited {
	color: #1781C3;
	text-decoration: none;
}

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

a:active {
	color: #1781C3;
	text-decoration: none;
}

/*----------------------revisedHome--------------------------*/

.corp1 #boxGroup
{
	width: 956px;
	clear: both;
	height: 240px;
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 0px 2px;
	text-align: right;
}

p.box1
{
    height: 77px;
    width: 210px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
}


.corp1 #mainCol {
	width: 575px;
	text-align: justify;
	font-size: 100%;
	height: auto;
	padding: 46px 0px 0px 70px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.corp1 #pg-wider {
	height: auto;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(imgs/pg-bg-wider.jpg);
	background-repeat: no-repeat;
}

.corp1 #picCol1 {
	float:right;
	width: 233px;
	height: 240px;
/*	background-image: url(imgs/connect-logo.jpg);
	background-repeat: no-repeat; */
	margin: 30px 0px 0px 0px;
	padding: 20px 44px 20px 0px; 
	/* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.corp1 #rgtArrow{
	float:left;
	valign: top;
	height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*----------------------revisedHome--------------------------*/

.navcontainer {
	height: 37px;
	width: 960px;
	background: url(imgs/nav-bg.jpg);
	background-repeat: repeat-x;
}

.mainNav1 a {
	display:block;
	width: 216px;
	height: 24px;
	position: relative;
	text-align: centre;
	align-vertical: middle;
	float: left;
	padding:13px 0px 0px 0px;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 100%;
	background-position: 0 0px;
	background: url(imgs/nav-btn1.jpg) 0 0 no-repeat;
}

.mainNav1 a:hover {	
	background-position: 0 -37px;
	text-decoration: none;
	color: #FFFFFF;
}

.mainNav1 a:active {
	background-position: 0 -74px;
	text-decoration: none;
	color:#FFFFFF;
}

.mainNav2 a {
	display:block;
	width: 221px;
	height: 24px;
	position: relative;
	text-align: centre;
	align-vertical: middle;
	float: left;
	padding:13px 0px 0px 0px;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 100%;
	background-position: 0 0px;
	background: url(imgs/nav-btn2.jpg) no-repeat;
}

.mainNav2 a:hover {	
	background-position: 0 -37px;
	text-decoration: none;
	color: #FFFFFF;
}

.mainNav2 a:active {
	background-position: 0 -74px;
	text-decoration: none;
	color:#FFFFFF;
}

.mainNav3 a {
	display:block;
	width: 246px;
	height: 24px;
	position: relative;
	text-align: centre;
	align-vertical: middle;
	float: left;
	padding:13px 0px 0px 0px;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 100%;
	background-position: 0 0px;
	background: url(imgs/nav-btn3.jpg) no-repeat;
}

.mainNav3 a:hover {	
	background-position: 0 -37px;
	text-decoration: none;
	color: #FFFFFF;
}

.mainNav3 a:active {
	background-position: 0 -74px;
	text-decoration: none;
	color:#FFFFFF;
}

.mainNav4 a {
	display:block;
	width: 277px;
	height: 24px;
	position: relative;
	text-align: centre;
	align-vertical: middle;
	float: left;
	padding:13px 0px 0px 0px;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 100%;
	background: url(imgs/nav-btn4.jpg) no-repeat;
	background-position: 0 0px;
}

.mainNav4 a:hover {	
	background-position: 0 -37px;
	text-decoration: none;
	color: #FFFFFF;
}

.mainNav4 a:active {
	background-position: 0 -74px;
	text-decoration: none;
	color:#FFFFFF;
}


.toptxt {
	font-size: 90%;
	width: 400px;
	color: #bcd9e7;
	padding: 8px 0px 0px 6px;
	margin: 0px 0px 30px 0px;
}

.toplinks a{
	text-align: right;
	vertical-align: middle;
	float: right;
	font-size: 90%;
	color: #bcd9e7;
	text-decoration: none;
	padding: 4px 10px 0px 0px;
}

.toplinks a:link{
	color: #bcd9e7;
	text-decoration: none;
}

.toplinks a:hover {
	color: #ecb931;
	text-decoration: none;
}


.corp1 #container {
	width: 960px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.corp1 #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. 
	If an image is used in the #header instead of text, you may want to remove the padding. */
}
.H1 {
	font: 140% Arial, Helvetica, sans-serif;
	color: #186fb7;
	text-transform: uppercase;
	margin: 0px;/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. 
	If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.H2 {
	font: Arial, Helvetica, sans-serif;
	color: #186fb7;
	text-transform: normal;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	font-size: 110% ;
}

	
.H3 {
	font: 110% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #395260;
	font-weight: bold;
	text-transform: normal;
	margin: 0px;
	padding: 20px 0px 20px 0px;}

.H4 {
	font: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #186fb7;
	line-height: 20px;
	text-transform: normal;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	font-size: 140%;
}

.corp1 #mainContent {
	margin:0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
	line-height: 1.5em;
	background-image: url(imgs/pg-bg.jpg);
	background-repeat: repeat-y;
}

.corp1 #pg-top {
	height: auto;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(imgs/pg-bg-top.jpg);
	background-repeat: no-repeat;
}

.corp1 #leftcol {
	width: 586px;
	text-align: justify;
	font-size: 100%;
	height: auto;
	padding: 46px 0px 30px 70px; 
	/* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.corp1 #pic {
	float: left;
	width: 100px;
	height: 117px;
	padding: 20px 10px 0px 0px; 
}

.corp1 #pic2 {
	float: left;
	width: 100px;
	height: 117px;
	padding: 0px 10px 0px 0px; 
}


.corp1 #people {
	float: left;
	width: 160px;
	text-align: left;
	font-size: 100%;
	height: auto;
	padding: 40px 10px 0px 0px; 
}

.corp1 #people A:link{
	color: #1781C3;
	text-decoration:none;
}

.corp1 #people A:hover{
	color: #ecb931;
	text-decoration:none;
}

.corp1 #rgtcol {
	float:right;
	width: 233px;
	height: auto;
	background-image: url(imgs/sd-rgt-top2.jpg);
	background-repeat: no-repeat;
	margin: 22px 0px 0px 0px;
	padding: 440px 26px 20px 0px; 
}

.corp1 #rgtcol2 {
	float:right;
	width: 233px;
	height: auto;
	background-image: url(imgs/sd-rgt-top3.jpg);
	background-repeat: no-repeat;
	margin: 22px 0px 0px 0px;
	padding: 440px 26px 20px 0px; 
}

.corp1 #rgtcol3 {
	float:right;
	width: 233px;
	height: auto;
	background-image: url(imgs/rgtCol_medici.jpg);
	background-repeat: no-repeat;
	margin: 22px 0px 0px 0px;
	padding: 480px 26px 20px 0px; 
}


.corp1 #rgtcol-low {
	float:right;
	width: 233px;
	height: 159px;
	background-image: url(imgs/sd-rgt-bklet.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.corp1 #rgtcol-low p{
	font-size: 90%;
	color: #577586;
	line-height: 1.2em;
	text-align: left;
	padding: 64px 86px 0px 22px;
}

.corp1 #booklet { display: block; padding: 0px 0px 0px 0px; height: 32px;
	font-size: 100%; color: #2f2f2f; text-align: centre; text-decoration: none;
	background: url(imgs/btn-download.jpg); background-position: 0 0px; }

.corp1 #booklet a{ display: block; padding: 8px 0px 0px 0px; height: 32px;
	font-size: 100%; color: #2f2f2f; text-align: centre; text-decoration: none;
	background: url(imgs/btn-download.jpg); background-position: 0 0px; }

.corp1 #booklet a:link { background-image: url(imgs/btn-download.jpg); background-position: 0 0px; text-decoration: none; color: #2f2f2f; }
.corp1 #booklet a:hover { background-position: 0 -40px; text-decoration: none; color: #ffffff;}
.corp1 #booklet a:active { background-position: 0 -80px; text-decoration: none; color: #2f2f2f; }

.booklet a{ 
	font-size: 100%; color: #2f2f2f; text-align: center; float:left; text-decoration: none; 
	width: 233px; height: 32px; padding: 8px 0px 0px 0px; margin: 0px auto;
	background: url(imgs/btn-download.jpg); background-position: 0 0px; background-repeat: no-repeat;
}
.booklet a:link { color: #2f2f2f; text-decoration: none; }
.booklet a:hover { background-position: 0 -40px; text-decoration: none; color: #ffffff;}
.booklet a:active{ background-position: 0 -80px; color: #2f2f2f; text-decoration: none; }
.booklet a:visited{ background-position: 0 -80px; color: #2f2f2f; text-decoration: none; }



.booktxt {
	padding: 0px;
	height: 60px;
	font-size: 100%;
	font-color: #577586;
	text-decoration: none;
}


.booktxt a{
	font-color: #577586;
	text-decoration: none;
}

.booktxt a:link{
	font-color: #1781C3;
	text-decoration: none;
}

.booktxt a:hover{
	font-color: #5CB445;
	text-decoration: underline;
}




.corp1 #banr {
	position: relative;
	margin: 0px;
	padding:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	height: 186px;
	background-image: url(imgs/banr_bg.jpg);
	background-repeat: no-repeat;

}

.corp1 #clear {
	padding: 37px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}

.clearfloat { 
	/* this class should be placed on a div or break element and should be the final element 
	before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.corp1 #footer {
	clear: both;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	height: 138px;
	font-size: 80%;
	line-height: 1.2em;
	background-image: url(imgs/ftr-bg.jpg);
	background-repeat: no-repeat;

}

.copyright {
	float: left;
	text-align: left;
	width: auto;
	font-color: #bcd9e7;
	padding: 26px 0px 0px 60px;
}

.ftrlinks {
	float: right;
	text-align: right;
	font-color: #2993ce;
	width: auto;
	padding: 16px 70px 0px 70px;
}

.ftrlinks a{
	color: #2993ce;
	text-decoration: none;
}

.ftrlinks a:link{
	color: #2993ce;
	text-decoration: none;
}

.ftrlinks a:hover {
	color: #2993ce;
	text-decoration: underline;
}

