
body{
	font-family:verdana;
	font-size:12px;
	margin:0;padding:0;
}

#outerWrapper{
	margin:5px 10px;padding:0;
}
#pageWrapper{
	margin:0;padding:0;
}

a {
	color:#205BAF;  
}
/********************** HEADER **********************/
#mainHeader{
	width:100%;
	margin:0;padding:0;
}
#mainHeader h1{
	margin:0;

	height:120px;
	border-bottom:1px solid #205BAF;
	color:#E09B20;
	font-weight:normal;
	font-size:45px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
}
#imgWrapperHead {
}
#imgWrapperHead a,
#imgWrapperHead img{
	border-style:none;
	margin:0;
	margin-bottom:-10px;
	padding:0;
}

/*#mainHeader h3{
	margin:0;
	margin-bottom:-10px;
	padding:10px 10px 5px 0px;
	color:#E09B20;
	font-weight:500;
	font-size:22.5px;
	background-image:url(../images/logo_sm.jpg);
	background-repeat:no-repeat;
}

#mainHeader h3 a{
	color:#E09B20;
	text-decoration:none;
	padding:3px 5px;
}
#mainHeader h3 a:hover{
	background-color:#E09B20;
	color:#fff;
}*/
#clientLogin{
	width:400px;
	text-align:right;
	float:right;
}
#tagline{
	text-align:right;
	font-style:italic;
	font-size:11px;
	color:#666666;
	margin:2px;
}

#lowerLeft .quote{
	display:inline;
	font-size:20px;
	font-family:times, serif;
}
/********************** NAVIGATION **********************/
#navBar{
	width:100%;
	text-align:right;
	border-bottom:1px solid #205BAF;
	padding-bottom:5px;
	margin:0;
}
#navBar .navLink{
	padding:0;margin:0;
	font-weight:bold;
	font-size:11px;
	color:#205BAF; 
}
#navBar .navLink .on{
	color:#ffffff;
	background-color:#205BAF; 
}
#navBar .navLink a{
	text-decoration:none;
	padding:5px;
	margin:0;
}
#navBar .navLink a:hover{
	color:#ffffff;
	background-color:#205BAF; 
}
/********************** MAIN BODY **********************/
#mainBody{
	padding:0;
}
#mainBody table{
	margin:0;
	padding:0;
	border-collapse:collapse;
}
#mainBody td{
	vertical-align:top;
	padding:0;margin:0;
}
.divLeft{
	padding:10px 30px;
	line-height:1.8em;
}
#tdLeft{
	width:250px;
	background-color:#D2DDEE;
	background-image:url('../images/GIN_logo_small.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;

}
#upperLeft{
	background-color:#3A5C91;
	color:#D2DDEE;
	font-weight:bold;
	margin:0;
	background-image:url('../images/bluefade.gif');
	background-repeat:repeat-x;
	background-position:top left;
}
#lowerLeft{
	padding-bottom:60px;
	color:#3A5C91;
	margin:0;
	background-image:url('../images/bgblue.gif');
	background-repeat:no-repeat;
	background-position:top left;
	
}
#lowerLeft span{
	display:block;
	line-height:1.2em;
	font-size:10px;
	color:#3A5C91;
}

#lowerLeft .pCaption{
	font-style:italic;
	color:#3A5C91;
}
#lowerLeft #pCredit{
	text-align:right;
	font-size:9px;
	line-height:1.2em;
	color:#3A5C91;
}


.divRight{
	padding:20px 40px;
	line-height:1.5em;
}

/***** HOME PAGE  *****/
#upperRight .tdTitle{
	height:2.5em;
	font-size:15px;
	text-align:right;
	
}
#upperRight .tdTitle a,
#upperRight .tdDescription a{
	color:#333333;
	color:#205BAF;
	font-weight:bold;
	text-decoration:none;
	padding:0 3px;
}
#upperRight .tdTitle a:hover,
#upperRight .tdDescription a:hover{
	/*color:#000;
	text-decoration:underline;*/
	background-color:#205BAF;
	color:#fff;
}
#upperRight .tdDescription{
	height:2.5em;
	padding-left:15px;
}
#lowerRight table{
}
#lowerRight td{
	vertical-align:top;
	text-align:center;
	width:150px;
}
#lowerRight .tdImage img{
	border:1px solid silver;
	width:120px;
}
#lowerRight .tdImage img:hover{
	border:1px solid black;
}
#lowerRight .tdCaption a{
	color:#333333;
	text-decoration:none;
	font-size:10px;
}
#lowerRight .tdCaption a:hover{
	color:#000;
	text-decoration:underline;
}

/******* OTHER PAGES  **********/

#upperLeft h1{
	font-size:30px;
	margin:0;
	padding:8px 0;
	font-weight:normal;
}
#lowerLeft{
	font-weight:bold;
	color:#333333;
	color:#3A5C91;
}
#technologies{
	display:none;   /*          HIDE TECHNOLOGIES DIVS FOR NOW                    */
	font-weight:normal;
}
#technologies h4{
	color: #205BAF; 
	margin:3px 0;
}
#technologies ul{
	margin:5px 10px 20px 10px;
	padding:0;
}
#technologies li{
	margin:4px;
	line-height:1.5em;
}
#upperRight table{
	width:100%;
}
#upperRight .tdImage,
#upperRight .tdCaption{
	text-align:center;
	width:50%;
}

#upperRight .tdImage img{
	width:300px;
	width:90%;
	max-width:500px;
	border:0.5px solid silver;
	padding:3px;
}
#upperRight .tdImage img:hover{
	border:1px solid #333333;
}
#upperRight .tdCaption{
	padding:5px 5px 20px 5px;
}
/********************** FOOTER **********************/
#mainFooter{
	width:100%;
	border-top:1px solid #205BAF;
	text-align:center;
	font-size:10px;
	color:#999999;
	padding-top:5px;
}
#mainFooter a{
	text-decoration:none;
	color:#999999;
}
#mainFooter a:hover{
	color:#333333;
}