#printHeader, #handheldHeader  {
	display: none;
}

/* @group Footer */

#footer {
	clear: both;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	padding: 0 0 10px 0;
}
#footer ul {
	background-color: #999999;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
	margin-bottom: 10px;
}
#footer ul li {
	display: inline;
}

#footer li a:hover {
	color: #FFFFFF;
}

/* @end */

/* @group Generic Styles */

body {
	font-size: 0.8em;
	color: #505050;
	font-family: Tahoma, Geneva, sans-serif;
}
p {
	line-height: 1.5em;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
h1 {
	font-size:1.5em;
	line-height: 1.5em;
}
 
h2 {
	font-size:1.3em;
	margin-top: 1em;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	margin-bottom: 0.3em;
}
 
h3 {
	font-size:1.1em;
	font-weight:bold;
}
h4 {
	font-size:1em;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
table th {
	color: #333333;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
hr {
	margin: 1em 0;
	height: 1px;
	border: 0;
	background-color: #F02F00;
}

/* @group blockquote */

blockquote {
	background-image: url(../images/quote-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	font-size: 1.4em;
	line-height: normal;
	margin: 1.5em 0 0.2em;
}
.blockquoteName {
	font-style: italic;
	color: #f02f00;
	margin-left: 25px;
}

/* @end */

/* @group Text Links */

a, .link {
	color: #ff6600;
	text-decoration: none;
}
a:visited, .visited {
	color: #ff6600;
}

a:hover, .hover {
	color: #0066FF;
}

/* @end */

/* @end */

/* @group Text Button */

a.textButton {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	white-space: nowrap;
	background-image: url(../images/textButtonArrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
}
a.textButton:hover {
	background-image: url(../images/textButtonArrow2.png);
}

/* @end */

.blueBar {
	color: #FFFFFF;
	background-color: #134083;
	padding: 0.5em 0.5em;
	margin-bottom: 1em;
	margin-top: 0px;
}
.subHeading {
	font-size: 0.7em;
}

.orangeText {
	color: #ff6600;
}
.redText {
	color: #990000;
}

.largeText {
	font-size: 1.4em;
}
.smallText {
	font-size: 0.8em;
}
.dividerLine {
	background-image: url(../images/divider_212px.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 6px;
	background-position: left bottom;
}
#leftColumn {
	float: left;
	width: 500px;
}
#rightColumn {
	width: 280px;
	padding: 20px 0;
	float: right;
}
.col3 {
	float: left;
	width: 240px;
	margin-right: 40px;
	margin-left: 0px;
}
.colLast {
	margin-right: 0px;
}
.rightShadow {
	background-image: url(../images/right-edge-shadow600.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.leftShadow {
	background-image: url(../images/right-edge-shadow600.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div.photoDesc {
	font-size: 0.8em;
	text-align: center;
	line-height: normal;
	margin-bottom: 10px;
}
div.photoDesc img {
	margin-bottom: 5px;
}

/* @group photo thumbnail */

.photoThumbnail {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.photoThumbnail a {
	display: block;
	border: 1px solid #bfbfbf;
	float: left;
	background-color: #fff;
	padding: 4px;
	margin: 5px;
}

.photoThumbnail a:hover {
	border-color: #7f7f7f;
}

#photo_center {
	text-align: center;
}
	



/* @end */

/* @group pop up tips */

a.popUpTips {
	position: relative;
}

a.popUpTips span {
	display: none;
	background-color: #f1f1f1;
	color: #6480ac;
	padding: 0.3em;
	border: 1px solid #6480ac;
	width: 200px;
	z-index: 1;
	font-size: 0.9em;
}

a.popUpTips:hover span {
	display: block;
	position: absolute;
	top: 2em;
}

.centralize {
	text-align: center;
}

/* @end */

/* @group group box */

div.groupBox {
	border: 1px solid #134083;
	margin-bottom: 10px;
	background-color: #ebebeb;
	font-size: 0.85em;
	padding: 10px;
	line-height: 1.2em;
	width: 163px;
}

div.groupBox h3 {
	line-height: 15px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	padding: 2px 5px;
	font-size: 11px;
	margin: -10px -10px 10px;
	background: #1b3d84 url(../images/group-box-title-bg.png) no-repeat;
}

div.groupBox h4 {
	font-weight: normal;
	font-style: normal;
	font-size: 1.6em;
	line-height: 1em;
	margin-bottom: 0.3em;
	color: #1b3d84;
}

div.groupBox ul {
	margin-top: 0;
}

div.groupBox li {
	margin-bottom: 0.5em;
}

div.groupBox img {
	margin-bottom: 5px;
	margin-top: 5px;
}
.logoTable {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.logoTable td {
	vertical-align: middle;
	text-align: center;
	width: 200px;
}



/* @end */

/* @group Tab Menu */

ul.tabMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.tabMenu li {
	display: inline;
}
ul.tabMenu a  {
	display: block;
	float: left;
	text-align: center;
	margin-right: 5px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	padding: 6px 3px;
	font-size: 12px;
	vertical-align: bottom;
	background-position: center top;
	width: 174px;
}
ul.tabMenu a:link, ul.tabMenu a:visited, ul.tabMenu a:hover, ul.tabMenu a:active {
	color: #FFFFFF;
}
ul a.tabmenuBlue {
	background-image: url(../images/tabmenu-blue.png);
}
ul a.tabmenuGreen {
	background-image: url(../images/tabmenu-green.png);
}
ul a.tabmenuRed {
	background-image: url(../images/tabmenu-red.png);
}
ul a.tabmenuYellow {
	background-image: url(../images/tabmenu-yellow.png);
}
ul a.tabmenuOrange {
	background-image: url(../images/tabmenu-orange.png);
}
ul a.tabmenuMagenta {
	background-image: url(../images/tabmenu-magenta.png);
}
ul a.tabmenuPurple {
	background-image: url(../images/tabmenu-purple.png);
}

/* @end */

/* @group Tab Content */

div.tabcontentBlue {
	border: 10px solid #037dbc;
	padding: 5px;
}
div.tabcontentBlue h3 {
	background-color: #037dbc;
	color: #FFFFFF;
	padding: 5px;
}
div.tabcontentGreen {
	border: 10px solid #009912;
	padding: 5px;
}
div.tabcontentGreen h3 {
	background-color: #009912;
	color: #FFFFFF;
	padding: 5px;
}
div.tabcontentRed {
	border: 10px solid #c20000;
	padding: 5px;
}
div.tabcontentRed h3 {
	background-color: #c20000;
	color: #FFFFFF;
	padding: 5px;
}
div.tabcontentYellow {
	border: 10px solid #FFCC00;
	padding: 5px;
}
div.tabcontentYellow h3 {
	background-color: #FFCC00;
	color: #000000;
	padding: 5px;
}
div.tabcontentOrange {
	border: 10px solid #ff5400;
	padding: 5px;
}
div.tabcontentOrange h3 {
	background-color: #ff5400;
	color: #FFFFFF;
	padding: 5px;
}
div.tabcontentPurple {
	border: 10px solid #7800A4;
	padding: 5px;
}
div.tabcontentPurple  h3 {
	background-color: #7800A4;
	color: #FFFFFF;
	padding: 5px;
}

/* @end */

/* @group Link Icon */

/****Advance Links Icon*****/
a[href $='.pdf'], a[href $='.mov'], a[href $='.doc'], a[href $='.xls'], a[href ^='mailto:'], a[href ^='http://'] {
	padding: 0 0 0 12px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
a[href ^='mailto:'] {
	background-image: url(../images/icon-email.png);
}
a[href ^='http://'] {
	background-image: url(../images/icon-url.png);
}
a[href $='.pdf'] {
	background-image: url(../images/icon-pdf.png);
}
a[href $='.mov'] {
	background-image:url(../images/icon-mov.png);
}
a[href $='.doc'] {
	background-image: url(../images/icon-doc.png);
}
a[href $='.xls'] {
	background-image: url(../images/icon-xls.png);
}
a[target ='_blank'] {
	padding: 0 12px 0 0;
	background-repeat: no-repeat;
	background-image: url(../images/icon-pop.png);
	background-position: right 2px;
}
a.noIcon {
	padding: 0px;
 	background: none;
}

/* @end */
.smallTextCopy {
	font-size: 0.8em;
}

