@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
body img {
	border: 0px;
}

/*---Top Nav---*/
#topNavBar {
	background-image: url(../images/structure/bg_footer.gif);
	background-repeat: repeat;
	height:24px;
	width:100%;
	overflow:hidden;
}
#topNavBar img {
	border:0;
	float:left;
}
#topNavBar ul{
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	list-style-type: none;
}
#topNavBar ul li{
	float:left;
}
#topNavBar ul li a{
	padding:0;
	text-decoration: none;
	float: left;
}

#wrapper {
	width: 955px; /*--keep content within 955px;--*/
}

/*---left nav---*/

#leftNav {
	width: 231px;
	height: 271px;
	background-image: url(../images/pages/bg_menu_contact.gif);
	background-repeat: no-repeat;
	padding-top:90px;
	margin-bottom: 20px;
	float: left;
}
#leftNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: 70%;
}
#leftNav li{
	color: #0066CC;
	font-weight: bold;
	width: 231px;
	background-color: #EDF6F9;
}
	
#leftNav a {
	display: block;
	width: 185px;
	color: #006CC0;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
}
	
#leftNav li a:hover {
	background-color: #FFFFFF;
	color: #FF9933;
	width: 185px;
}
#leftNav .selected {
	background-color: #FFFFFF;
	color: #FF9933;
}

/*---content column---*/

#contentColumn {
	margin: 0;
}

/*---content column1---*/

#column1 {
	width: 508px;
	float:left;
	height: 100%;	
}
#column1 h1 {
	font-family: Univers, Helvetica, sans-serif;
	color: #0B287D;
	font-weight: normal;
	font-size: 130%;
	line-height: 150%;
	padding-top: 10px;
}
#column1 p {
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 70%;
	line-height: 170%;
	margin-right: 30px;
}




/*---content column2---*/

#column2wrap {
	width: 216px;
	height: 100%;
	float: left;
	margin-bottom: 100px;
}
#column2 {
	width: 212px;
	height: 100%;
	margin-top: 30px;
	border: 2px solid #FFC000;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

#column2 a{
	text-decoration: none;
	color: #0066CC;
}

#column2 a:hover{
	text-decoration: underline;
}

#column2 h1{
	background-image: url(../images/structure/column2_header.gif);
	background-repeat: no-repeat;
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;;
	font-size: 80%;
	color: #FF9933;
	text-transform: uppercase;
	width: 188px;
	height: 100%;
	height:100%;
	margin:0 0 10px 0;
	padding: 3px 0px 3px 24px;
	font-weight: bold;
}
#column2 p {
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;;
	font-size: 65%;
	padding-left: 24px;
	margin: 0;
	line-height: 130%;
	text-decoration: none;
	padding-right: 12px;
}



#column2 p.blue{
	color: #0066CC;
	font-weight:bold;
}
#column2 p.grey{
	color: #666666;
}


/*---footer---*/

#footer {
	background-image: url(../images/structure/bg_footer.gif);
	background-repeat: repeat;
	width: 100%;
	height: 25px;
	clear:both;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	position: relative;

}
#footer p {
	text-align:left;
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;;
	font-size: 65%;
	font-weight:bold;
	margin: 0px 0px 5px 510px;
	padding-top: 5px;
	color: #999999;
}

#footer p.links {
	text-align:left;
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;;
	font-size: 65%;
	font-weight:bold;
	margin: 0px;
	color: #999999;
	position: absolute;
	left: 36px;
	top: 1px;
	
}

#footer a {
	text-decoration: none;
	color:#999999;
	
}

#footer a:hover {
	text-decoration: none;
	color: #CCCCCC;
	
}


#leftNavLinksArea {
	width: 231px;
	height: 271px;
	background-repeat: no-repeat;
	padding-top:0px;
	margin-bottom: 20px;
	float: left;
}
#leftNavLinksArea ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: 70%;
	background-color: #EDF6F9;
}
#leftNavLinksArea li {
	color: #0066CC;
	font-weight: bold;
	width: 205px;
}
#leftNavLinksArea a {
	display: block;
	width: 185px;
	color: #006CC0;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
}
#leftNavLinksArea li a:hover {
	background-color: #FFFFFF;
	color: #FF9933;
	width: 185px;
}
#leftNavLinksArea .selected {
	background-color: #FFFFFF;
	color: #FF9933;
}
#column1-MainTextArea {
	width: 508px;
	height: 100%;
	float:left;
	margin-bottom: 30px;
	padding-top: 25px;
}
#column1-MainTextArea h1 {
	font-family: Univers, Helvetica, sans-serif;
	color: #0B287D;
	font-weight: normal;
	font-size: 130%;
	line-height: 150%;
	padding-top: 10px;
}

#column1-MainTextArea h2 {
	font-family: Univers, Helvetica, sans-serif;
	color: #0B287D;
	font-weight: bold;
	font-size: 85%;
	line-height: 100%;
	padding-top: 10px;
}

#column1-MainTextArea ul {
   	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 70%;
	line-height: 150%;
	margin-right: 20px;
}

#column1-MainTextArea ol {
   	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 70%;
	line-height: 150%;
	margin-right: 20px;
}

#column1-MainTextArea p {
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 70%;
	line-height: 170%;
	margin-right: 30px;
}

#column1-MainTextArea form {
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 70%;
	line-height: 220%;
}

#column1-MainTextArea form input {
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 100%;
}

#column1-MainTextArea form input.button {
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 100%;
}

#column1-MainTextArea form option {
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 80%;
}

#column1-MainTextArea form select {
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 100%;
}


#column1-MainTextArea form .column1 {
	float: left;
	width: 215px;
	margin-top:10px;
	text-align: right;
}

#column1-MainTextArea form .column2 {
	float: right;
	width: 245px;
	margin: 10px 0px 0px 0px;
	padding-right: 30px;
	text-align: right;
	}

#column1-MainTextArea form .buttons {
	text-align: center;
	clear: both;
	padding-top: 15px;
}


#column2wrap-subpageNoFlashArea {
	width: 216px;
	height: 100%;
	float: left;
	margin-bottom: 20px;
	margin-top: 200px;
}
#column2-NoFlashArea {
	width: 212px;
	height: 100%;
	margin-top: 80px;
	border: solid 2px #FFC000;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
#column2-NoFlashArea h1 {
	background-image: url(../images/structure/column2_header.gif);
	background-repeat: no-repeat;
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;;
	font-size: 80%;
	color: #FF9933;
	text-transform: uppercase;
	width: 188px;
	height: 100%;
	height:100%;
	margin:0 0 10px 0;
	padding: 3px 0px 3px 24px;
	font-weight: bold;
}
#column2-NoFlashArea p {
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;;
	font-size: 65%;
	padding-left: 24px;
	margin: 0;
	line-height: 130%;
	text-decoration: none;
	padding-right: 12px;
}
#column2-NoFlashArea p.blue {
	color: #0066CC;
	font-weight:bold;
}
#column2-NoFlashArea li.blue {
	color: #0066CC;
	list-style-image:url(../images/pages/home/bullet.gif);
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size:80%;
}
#column2-NoFlashArea p.grey {
	color: #666666;
}
#column2-NoFlashArea a{
	color: #0066CC;
	text-decoration: none;
}

#column2-NoFlashArea a:hover{
	text-decoration: underline;
}
