/* this fixes all the gapping issues in strict */
.imgfix{
	vertical-align: top;
}

/* Editor Specific CSS */
#EDITOR_MODE .table_spacer {
	display:inline;
	height:3px;
	font-size: 3px;
	line-height: 3px;
}
#EDITOR_MODE {
	width:823px;
	background-image: none;
	background-color:#eff3ea;
}
.table_spacer {
	display:none;
}

/* Global CSS Properties */

body {
	background-image: url(./images/bg_gradient.gif);
	background-repeat: repeat-x;
	background-color: #0d2740;
	font-size:12px;
	color:#3c3c3c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
}
table{
	font-size:inherit;
	font-family: inherit;
}
h1, .h1{
	/*padding-right: 4px;*/
	color: #152e51;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	/*margin: 2px 0px 2px 0px;*/
	font-size: 14px;
}
h2, .h2{
	font-size: 12px;
	/*padding: 0px;
	margin: 0px;*/
	font-weight: bold;
	color: #003e7a;
}

h3{
	font-size: 12px;
	margin-left: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-weight: bold;
	color: #003e7a;
}

.content h1{
	display: inline;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(./images/h1_bg.gif);
	color: #152e51;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
	font-size: 14px;
}

a{
	text-decoration: underline;
	color:#014493;
}

.divider{
	line-height: 1px;
	font-size: 1px;
	padding: 0px;
	margin: 0px;
	background-repeat:repeat-x;
	background-position:top left;
	width:100%;
	height:1px;
}
.divider.dotted{
	background-image:url('images/divider_dotted.gif');
}
.divider.solid{
	background-color: #bfbfbf;
}
.divider.grey{

	height: 6px;

	background-image: url(./images/divider_grey.gif);

}
ul{
margin: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
padding-left: 15px;
}

/* Main Site */
#BlankFlash{
	position: absolute;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
}
#Background{
	background-position: 0 bottom;
	background-color: #9DC4E2;
	background-repeat: repeat-x;
	background-image: url(./images/sky_gradient_winter.gif);
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
}
#Background .landscape{

	bottom: 0px;

	position: absolute;

}
#Foreground{
	text-align: center;
	position: absolute;
	z-index: 3;
	width: 100%;
	height:100%;
	overflow: auto;
}

#SiteHeader {
	height: 17px;
	width: 995px;
}
#SiteBody {
	text-align: left;
	width: 995px;
}

#SiteFooter {
	margin-bottom: 20px;
	margin-top: 10px;
	color: #ffffff;
	font-size: 10px;
	width: 995px;
}
#SiteFooter .cp_logo{
	height: 16px;
	width: 143px;
	background-repeat: no-repeat;
	background-image: url(./images/cp_logo_winter.png);	
}
.ie6 #SiteFooter .cp_logo{
	background-image: url(./images/cp_logo_winter.gif);
}
#SiteFooter a{
	text-decoration: none;
	color: #14426e;
}
#SiteFooter a:hover{
	text-decoration: underline;
}
.centered {
	margin-right: auto;
	margin-left: auto;
}
.drop_shadow {

}
.drop_shadow.top .left {
	height: 3px;
	width: 3px;
	background-image: url(./images/shadows/top_left.png);
	background-repeat: no-repeat;
}
.drop_shadow.top .center {
	background-repeat: repeat-x;
	height: 3px;
	background-image: url(./images/shadows/top.png);
}
.drop_shadow.top .right {
	height: 3px;
	width: 3px;
	background-image: url(./images/shadows/top_right.png);
	background-repeat: no-repeat;
}
.drop_shadow.middle .drop_shadow_left {
	background-image: url(./images/shadows/left.png);
	background-repeat: repeat-y;
	width: 3px;
}
.drop_shadow.middle .drop_shadow_center {
}
.drop_shadow.middle .drop_shadow_right {
	background-repeat: repeat-y;
	width: 3px;
	background-image: url(./images/shadows/right.png);
}
.drop_shadow.bottom .left {
	background-repeat: no-repeat;
	background-image: url(./images/shadows/bottom_left.png);
	height: 3px;
	width: 3px;
}
.drop_shadow.bottom .center {
	background-repeat: repeat-x;
	height: 3px;
	background-image: url(./images/shadows/bottom.png);
}
.drop_shadow.bottom .right {
	height: 3px;
	width: 3px;
	background-image: url(./images/shadows/bottom_right.png);
	background-repeat: no-repeat;
}
#PageBanner {
	height: 133px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(./images/page_banner.jpg);
	clear:both;
}
#SnowCapLeftWrapper{
	width:146px;
	height:37px;
	float:left;
	/*display:none;*/
}
#SnowCapRightWrapper{
	width:130px;
	height:34px;
	float:right;
	/*display:none;*/
}

#SnowCapLeft{
	width:146px;
	height:37px;
	background-repeat: no-repeat;
	background-image: url(./images/snow_cap_left.png);
	position: relative;
	top: -8px;
	left:-7px;
}
#SnowCapRight{
	width:130px;
	height:34px;
	background-repeat: no-repeat;
	background-image: url(./images/snow_cap_right.png);
	position: relative;
	top:-5px;
	right:-5px;
}
.ie6 #SnowCapLeftWrapper, .ie6 #SnowCapRightWrapper{
	display:none;
}

#PageHeader {
	width: 100%;
	height: 34px;
	background-image: url(./images/page_header.gif);
	background-repeat: repeat-x;
}
#PageBody {
	width: 100%;
}
#PageFooter{
	border-top-color: #6e6e6e;
	border-top-style: solid;
	border-top-width: 1px;
	background-image: url(./images/page_footer.gif);
	width: 100%;
	height: 29px;
}
#NavColumn {
	background-repeat: repeat;
	background-image: url(./images/body_left.gif);
	width: 170px;
}
.column_seperator_left{
	background-repeat: repeat-y;
	background-image: url(./images/column_seperator_left.gif);
	width: 2px;
}

#BodyColumn{
	background-color: #ffffff;
}

#OneColLayout, #TwoColLayout{
	width:100%;
}

.column_seperator_right{
	font-size: 0px;
	line-height: 0px;
	background-repeat: repeat-y;
	background-image: url(./images/column_seperator_right.gif);
	width: 2px;
}

.padding{
	padding: 20px;
}
.padding_top
{
	padding-top: 20px;
}
.padding_left
{
	padding-left: 20px;
}
.padding_bottom
{
	padding-bottom: 20px;
}
.padding_right
{
	padding-right: 20px;
}

.content{
	background-color: #ffffff;
}

#screen_shot {
	border-width: 0px;
	background-repeat: no-repeat;
	background-image: url(./images/screen_shot.jpg);
	height: 819px;
	width: 995px;
}

/*Main Navigation CSS*/
#MainNav {
	background-color: #013f7c;
	width:170px;
	padding: 0px;
	margin: 0px;
}

#MainNav ul,#MainNav li {
	margin: 0px;
	padding: 0px;
}

#MainNav li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#MainNav .item {
	cursor: pointer;
	padding: 0px;

	margin: 0px;

	cursor: hand;
}

#MainNav .nav_item .center{
	padding:0px;
	margin:0px;
}
#MainNav .nav_item {
	padding: 0px;
	margin: 0px;
	width:100%;
}
/* level 1 */
#MainNav ul .nav_item  {
	padding: 0px;
	margin: 0px;
}
#MainNav ul .nav_item a {
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
}
#MainNav ul .nav_item .left{
	display:none;
}

#MainNav ul .nav_item .center{
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#MainNav ul .nav_item .right{
	width: 15px;
	background-position:center left;
	background-repeat:no-repeat;
	background-image:none;
}
#MainNav ul .nav_item{
	border-left-color: #013e77;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #011c39;
	border-top-color: #023c7b;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #022f59;

}

#MainNav ul .over .nav_item{
	background-color: #012548;

}

#MainNav ul .selected .nav_item .right{
	background-image: url('images/selected_arrow.gif');
}
#MainNav ul .selected .nav_item{
	background-color: #022241;
}

/* level 2+ */
#MainNav ul ul .nav_item a {
	color: #ffffff;
	letter-spacing: 1px;
	text-align: left;
	font-size: 11px;
	font-weight:normal;
	text-transform: none;
	text-decoration: none;
}
#MainNav ul ul .over .nav_item, #MainNav ul ul .selected .nav_item{
	background-color:transparent;
}
#MainNav ul ul {
	margin-top: 1px;
	border-bottom-color: #00274f;
	border-top-color: #022447;
	border-right-color: #013f7c;
	border-left-color: #013f7c;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
#MainNav ul ul ul {
	padding-left:13px;
	padding-top:0px;
	padding-bottom:0px;
}
#MainNav ul ul .nav_item{
	border-left-style: none;
	border-left-width: 1px;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-top-width: 1px;
	background-color: transparent;
	line-height: 12px;

}
#MainNav ul ul .nav_item .left{
	display:table-cell;

}
#MainNav ul ul .nav_item .right{
}
#MainNav ul ul .nav_item .center{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
#MainNav ul ul .nav_item .content_background{
	background-color:transparent;
}
#MainNav ul ul .over .nav_item .content_background{
	background-color: #255b8d;
}
#MainNav ul ul .selected .nav_item .content_background{
	background-color: #022241;
}

/* DOT LINES */
#MainNav ul ul ul{
	border-left:1px solid #4d78a2;
}

#MainNav ul ul .nav_item{
	border-left:1px solid #4d78a2;
}
#MainNav ul ul .last_li ul{
	border-left:none;
}



#MainNav ul ul .last_item .nav_item{
	border-left:none;
}
#MainNav ul ul li.last_li,
#MainNav ul ul .nav_item .left{
	background-image:none;
	border-left:none;
}
#MainNav ul ul .nav_item .left{
	width:7px;
}
#MainNav ul ul .nav_item .left .icon{
	width:7px;
	height:11px;
	border-bottom:1px solid #4d78a2;
}

#MainNav ul ul .last_item .nav_item .left .icon{
	width:7px;
	border-left:1px solid #4d78a2;
}

#MainNav ul ul ul, #MainNav ul ul ul ul, #MainNav ul ul ul ul ul{
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	margin-top: 0px;
}





/*Document Navigation CSS*/
#DocumentNav {
	border-top-color: #f4f3eb;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #858580;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #f4f3eb;
	width:285px;
	padding: 0px;
	margin: 0px;
}

#DocumentNav ul,#DocumentNav li {
	margin: 0px;
	padding: 0px;
}

#DocumentNav li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#DocumentNav .item {
	cursor: pointer;
	padding: 0px;

	margin: 0px;

	cursor: hand;
}

#DocumentNav .nav_item .center{
	padding:0px;
	margin:0px;
}
#DocumentNav .nav_item {
	padding: 0px;
	margin: 0px;
	width:100%;
}
/* level 1 */
#DocumentNav .nav_item  {
	padding: 0px;
	margin: 0px;
}
#DocumentNav .nav_item a {
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
}
#DocumentNav .nav_item .left{
	display:none;
}

#DocumentNav .nav_item .center{
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#DocumentNav .nav_item .right{
	width: 15px;
	background-position:center left;
	background-repeat:no-repeat;
	background-image:none;
}
#DocumentNav .nav_item{
	border-right-color: #f4f3eb;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f4f3eb;
	background-color: #022f59;

}

#DocumentNav .over .nav_item{
	background-color: #012548;

}

#DocumentNav .selected .nav_item .right{
	background-image: url('images/selected_arrow.gif');
}
#DocumentNav .selected .nav_item{
	background-color: #022241;
}

/* level 2+ */
#DocumentNav ul ul .nav_item a {
	color: #333333;
	letter-spacing: 1px;
	text-align: left;
	font-size: 11px;
	font-weight:normal;
	text-transform: none;
	text-decoration: none;
}
#DocumentNav ul ul .over .nav_item, #DocumentNav ul ul .selected .nav_item{
	background-color:transparent;
}
#DocumentNav ul ul {
	border-width: 1px;
	border-style: solid;
	border-color: #f4f3eb;
	margin-top: 1px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
#DocumentNav ul ul ul {
	padding-left:13px;
	padding-top:0px;
	padding-bottom:0px;
}
#DocumentNav ul ul .nav_item{
	border-right-style: none;
	border-right-width: 1px;
	border-left-style: none;
	border-left-width: 1px;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-top-width: 1px;
	background-color: transparent;

}

#DocumentNav ul ul .nav_item .left{
	display:table-cell;

}
#DocumentNav ul ul .nav_item .right{
}
#DocumentNav ul ul .nav_item .center{
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
}
#DocumentNav ul ul .nav_item .content_background{
	background-color:transparent;
}
#DocumentNav ul ul .over .nav_item .content_background{
	background-color: #d7d5c9;
}
#DocumentNav ul ul .selected .nav_item .content_background{
	background-color: #938f7b;
}

               
#DocumentNav ul ul .selected .nav_item a{
	color: #ffffff;
}

/* DOT LINES */
#DocumentNav ul ul .selected .nav_item .right{
	background-image: url('images/selected_arrow2.gif');
}
#DocumentNav ul ul ul{
	border-left:1px solid #7a90a2;
}

#DocumentNav ul ul .nav_item{
	border-left:1px solid #7a90a2;
}
#DocumentNav ul ul .last_li ul{
	border-left:none;
}



#DocumentNav ul ul .last_item .nav_item{
	border-left:none;
}
#DocumentNav ul ul li.last_li,
#DocumentNav ul ul .nav_item .left{
	background-image:none;
	border-left:none;
}
#DocumentNav ul ul .nav_item .left{
	width:7px;
}
#DocumentNav ul ul .nav_item .left .icon{
	width:7px;
	height:11px;
	border-bottom:1px solid #7a90a2;
}

#DocumentNav ul ul .last_item .nav_item .left .icon{
	width:7px;
	border-left:1px solid #7a90a2;
}







/*Right Column Pod Style CSS */
.right_column{
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #e9e6d7;
	width: 285px;
}

.DOCUMENTS_PAGE .right_column{
	background-image: url(./images/right_column_bg.gif);
	background-repeat: repeat;
}

.PodHeader{
	line-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: repeat-x;
	background-image: url(./images/pod_header.gif);
	height: 45px;
}
.PodHeader .title{
	margin-top: 15px;
}

/* pod_content referes to the white pod style */
.pod_content, .pod_content ul, .pod_content li{
	margin: 0px;
	padding: 0px;
}
.pod_content li {
	list-style-type: none;
	_height: 0px; /* IE GAP HACK */

}
.pod_content ul li {
	_height: auto; /* IE GAP HACK */
	display:block;
}
.pod_content .list_item {
	cursor: pointer;
	padding: 15px;
	cursor: hand;
}
.pod_content .over .list_item {
	background-color: #f2f2f2;
}
.pod_content .list_item .title{
	text-decoration: none;
}
/* file list item specific */
.pod_content .file_list_item {
	cursor: pointer;
	cursor: hand;
}

.pod_content .file_list_item .name_col {
	padding:15px;
}
.pod_content .file_list_item .date_col {
	width:105px;
	padding:15px;
	background-color: #ebebeb;
}
.pod_content .file_list_item .title{
	text-decoration: none;
}
.pod_content .over .file_list_item {
	background-color: #f2f2f2;
}
.pod_content .over .file_list_item .date_col{
	background-color: #dfdfdf;
}
.pod_content .last_item .divider.dotted {
	display:none;
}

/**/

/**/
.pod_items,.pod_items ul,.pod_items li {
	margin: 0px;
	padding: 0px;
}
.pod_items li {
	list-style-type: none;
	_height: 0px; /* IE GAP HACK */

}

.pod_items ul li {
	_height: auto; /* IE GAP HACK */
	display:block;
}

.pod_items .list_item {
	cursor: pointer;
	padding: 15px;
	cursor: hand;
}
.pod_items .list_item .title{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.pod_items .list_item .info{
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	color: #595959;
}
.pod_items .over .list_item {
	background-color: #c9d1cf;
}
.pod_items .selected .list_item {
	background-color: #716d5a;
}
.pod_items .selected .list_item .title{
	color: #ffffff;
}
.pod_items .selected .list_item .info{
	color: #d7cb8f;
}
.pod_items .last_item .divider.dotted {
	background-color: #514e3d;
	background-image: none;
}
.pod_items .last_item {
	border-bottom-color: #b1ae9b;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.PodFooter{
	background-repeat: repeat;
	background-image: url(./images/pod_footer.gif);
	border-bottom-color: #6f6d56;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #6f6d56;
	border-top-style: solid;
	border-top-width: 1px;
	height: 24px;
}

/* changes the selected state colour on the homepage (quick fix) */
.HOME_PAGE .pod_items .selected .list_item{
	background-color: #e9e6d7;
}
.HOME_PAGE .pod_items .selected .list_item .title{
	color: #333333;
}
.HOME_PAGE .pod_items .selected .list_item .info{
	color: #333333;
}
.HOME_PAGE .pod_items .selected.over .list_item{
	background-color: #c9d1cf;
}

/* removes the footer on the events and news page listings */
.PodFooter .button_one{
	margin-right: 1px;
	margin-top: 1px;
}.NEWS_PAGE #NewsPod .PodFooter{
	display:none;
}
.NEWS_PAGE #NewsPod .last_item .divider.dotted {
	background-repeat: repeat-x;
	background-color: transparent;
	background-image: url(./images/divider_dotted.gif) ;
}
.NEWS_PAGE #NewsPod .last_item {
	border-bottom-style: none;
	border-bottom-width: 0px;
}
.EVENTS_PAGE #EventsPod .PodFooter{
	display:none;
}
.EVENTS_PAGE #EventsPod .last_item .divider.dotted {
	background-repeat: repeat-x;
	background-color: transparent;
	background-image: url(./images/divider_dotted.gif) ;
}
.EVENTS_PAGE #EventsPod .last_item {
	border-bottom-style: none;
	border-bottom-width: 0px;
}

/* Button Class */
.button_one {
	cursor: pointer;
}
.button_one .left, .button_one .right{
	width: 4px;
	height: 22px;
	background-repeat: no-repeat;
}
.button_one .left{
	background-image: url(./images/button_one/button_left.gif);
}
.button_one .right{
	background-image: url(./images/button_one/button_right.gif);
}
.button_one .center
{
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: repeat-x;
	background-image: url(./images/button_one/button_center.gif);
	height: 22px;
}
.button_one.over .left{
	background-position: 0 -22px;
}
.button_one.over .right{
	background-position: 0 -22px;
}
.button_one.over .center{
	background-position: 0 -22px;
}

/* Img Class */
.img_wrapper{
	line-height: 0px;
	font-size: 0px;
}

img.stroke{

	border-color: #4f4f4f;

	border-style: solid;

	border-width: 1px;

}

img.thick{
	border-color: #c1c1c1;
	border-width: 3px;
}
.image_area{
	line-height: 1px;
}

img.topleft
{
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	height: auto;
	width: auto;
	float:left;
}
img.left
{
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 20px;
	height: auto;
	width: auto;
	float:left;
}

img.topright
{
	margin-right: 0px;
	margin-top: 0px;
	height: auto;
	width: auto;
	margin-left: 20px;
	margin-bottom: 15px;
	float:right;
}
img.right
{
	margin-left: 20px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 20px;
	height: auto;
	width: auto;
	float:right;
}
img.toplefts
{
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	height: auto;
	width: auto;
	float:left;
}
img.lefts
{
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	height: auto;
	width: auto;
	float:left;
}

img.toprights
{
	margin-right: 0px;
	margin-top: 0px;
	height: auto;
	width: auto;
	margin-left: 10px;
	margin-bottom: 5px;
	float:right;
}
img.rights
{
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 10px;
	height: auto;
	width: auto;
	float:right;
}

/* Snippets */
/* Summary Snippet */
.summary_set{
margin-right: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-top: 0px;
width: 515px;
}
.summary_set .h2{
	margin: 0px;
}
.summary_set .title{
	line-height: 10px;
	margin-bottom: 4px;
}
.summary_set .summary_item{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 10px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
}
.summary_set .summary_item .summary_image{
	font-size: 0px;
	line-height: 0px;
	width: 70px;
}
.summary_set .summary_item .summary_description{

	padding-right: 0px;

	padding-left: 10px;

	padding-bottom: 10px;

	padding-top: 0px;

}
.summary_set .summary_item .summary_reflection{

	background-repeat: no-repeat;

	background-image: url(./images/summary_reflection.gif);

	height: 10px;

	width: 70px;

}
.summary_set .summary_item.over .summary_reflection{
	background-position: 0 -10px;
}
.summary_set .summary_item.over{
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color: #e0e5eb;
}
.summary_set .summary_item h2{
	color: #003e7a;
}
.summary_set .summary_item.over u{
	color: #003e7a;
}
.summary_set .summary_item a{
	text-decoration: none;
}
.summary_set .summary_item .summary_button{
	cursor: pointer;
}
.CONTENT_PAGE .summary_set{
	width: 100%;
	margin: 0px;
}
.CONTENT_PAGE .summary_set .summary_item{
	padding: 0px;
}

.summary_set2{
margin-right: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-top: 0px;
width: 100%;
}
.summary_set2 .summary_item{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 10px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
}
.summary_set2 .summary_item .summary_image{
	font-size: 0px;
	line-height: 0px;
	width: 70px;
}
.summary_set2 .summary_item .summary_description{

	padding-right: 0px;

	padding-left: 10px;

	padding-bottom: 10px;

	padding-top: 0px;

}
.summary_set2 .summary_item .summary_reflection{

	background-repeat: no-repeat;

	background-image: url(./images/summary_reflection.gif);

	height: 10px;

	width: 70px;

}
.summary_set2 .summary_item.over .summary_reflection{
	background-position: 0 -10px;
}
.summary_set2 .summary_item.over{
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color: #e0e5eb;
}
.summary_set2 .summary_item h2{
	color: #003e7a;
}
.summary_set2 .summary_item.over u{
	color: #003e7a;
}
.summary_set2 .summary_item a{
	text-decoration: none;
}
.summary_set2 .summary_item .summary_button{
	cursor: pointer;
}
.CONTENT_PAGE .summary_set2{
	width: 100%;
	margin: 0px;
}
.CONTENT_PAGE .summary_set2 .summary_item{
	padding: 0px;
}




.column_content.three .left{
	padding-right: 13px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.column_content.three .center{
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.column_content.three .right{
	padding-right: 0px;
	padding-left: 13px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.column_content.two .left{
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.column_content.two .right{
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}



/* mode tabs for intranet / website */
.mode_button{
	overflow:hidden;
	height:22px;
	background-repeat:no-repeat;
	float:left;
	margin-top:7px;
	display:none;
}
.mode_button.LOGGED_IN{
	display:block;
}
.mode_button.websitebtn{
	background-position: 0 0px;
	width:114px;
	background-image: url('images/tab_mode_website.gif');
}
.mode_button.websitebtn.over{
	background-position: 0px -22px;
}
.mode_button.websitebtn.selected{
	background-position: 0px -44px;
}

.mode_button.intranetbtn{
	background-position: 0 0px;
	width:132px;
	background-image: url('images/tab_mode_intranet.gif');
}
.mode_button.intranetbtn.over{
	background-position: 0px -22px;
}
.mode_button.intranetbtn.selected{
	background-position: 0px -44px;
}

/* login footer strip */
#PageFooter .LoginArea
{
	display: block;
	height:29px;
}
#PageFooter.LOGGED_IN .LoginArea
{
	display: none;
}
#PageFooter .LogoutArea
{
	display: none;
}
#PageFooter.LOGGED_IN .LogoutArea
{
	display: block;
	height:29px;
}

.FooterTable{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 2px;
	padding-left: 2px;
	height: 29px;
	width: 100%;
}
/* Global Form Formatting */
form{
	display: inline;
}
form .InputText {
	margin-left: 1px;
	margin-bottom: 0px;
	margin-right: 1px;
	margin-top: 0px;
	height:15px;
	line-height: 11px;
	padding: 2px;
 	background-color: #ffffff;
 	border: 1px solid #878787;
}
form .Button{
		margin-left: 2px;
		margin-bottom: 0px;
		margin-right: 2px;
		margin-top: 0px;
		border-top-color: #ece9e0;
		border-left-color: #ece9e0;
		border-right-color: #6e6e6e;
		border-bottom-color: #6e6e6e;
		border-right-width: 1px;
		border-left-style: solid;
		border-bottom-style: solid;
		border-right-style: solid;
		border-top-style: solid;
		border-left-width: 1px;
		border-bottom-width: 1px;
		border-top-width: 1px;
		padding-right: 20px;
		padding-left: 20px;
		background-color: #cccabe;
		color: #333333;
}
form a:active *.Button{
	border-left-color: #6e6e6e;
	border-bottom-color: #ece9e0;
	border-right-color: #ece9e0;
	border-top-color: #6e6e6e;
	color: #fff;
}
form a:focus *.Button{
    border-left-color: #6e6e6e;
    border-bottom-color: #ece9e0;
    border-right-color: #ece9e0;
    border-top-color: #6e6e6e;
    color: #fff;
}
form a:hover *.Button{
    color: #fff;
}
form a:link {
    text-decoration: none;
}

.LISTING_POD{
	width:100%;
	margin-bottom: 20px;
}
.LISTING_POD .pod_header,
.LISTING_POD .pod_content,
.LISTING_POD .pod_footer,
.LISTING_POD .pod_footer .footer_div{
	width:100%;
}
.LISTING_POD .pod_footer .footer_div{
	cursor: pointer;
}


.LISTING_POD .pod_footer, .LISTING_POD .pod_footer a{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.LISTING_POD .pod_header .top_center{
	font-size: 14px;
	font-weight: bold;
	padding-left:10px;
	color: #004990;
}

.LISTING_POD .top_left{
	background-image: url('images/pods/pod_header_left.gif');
	width:4px;
	height:40px;
}
.LISTING_POD .top_center{
	background-image: url('images/pods/pod_header.gif');
	background-repeat: repeat-x;
	height:40px;
}
.LISTING_POD .top_right{
	background-image: url('images/pods/pod_header_right.gif');
	width:4px;
	height:40px;
}

.LISTING_POD .middle_left{
	background-image: url('images/pods/pod_left.gif');
	background-repeat: repeat-y;
	width:1px;
}
.LISTING_POD .middle_center{

}
.LISTING_POD .middle_right{
	background-image: url('images/pods/pod_right.gif');
	background-repeat: repeat-y;
	background-position: top right;
	width:1px;
}

.LISTING_POD .bottom_left{
	background-image: url('images/pods/pod_footer_left.gif');
	width:4px;
	height:32px;
}
.LISTING_POD .bottom_center{
	background-image: url('images/pods/pod_footer.gif');
	background-repeat: repeat-x;
	height:32px;
}
.LISTING_POD .bottom_right{
	background-image: url('images/pods/pod_footer_right.gif');
	width:4px;
	height:32px;
}



.FILE_POD_SORT{
	line-height: 8px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #c3c3c3;
	background-color: #ebebeb;
	width:100%;
}
.FILE_POD_SORT .NameSort{
	
}
.FILE_POD_SORT .DateSort{
	width:135px;
	background-image: url('images/header_divider.gif');
	background-repeat: repeat-y;

}
.FILE_POD_SORT .sort_div{
	height:15px;
	width:100%;
	cursor: pointer;
	cursor: hand;
	overflow:hidden;
}
.FILE_POD_SORT .text_area{
	margin-top: 2px;
	margin-left: 10px;
	width:100px;
	height:10px;
}
.FILE_POD_SORT a{
	line-height: 8px;
	font-size: 10px;
	color: #717070;
	text-decoration: none;
}
.FILE_POD_SORT .sort_arrow{
	margin-left: 10px;
}

/*ecommerce page*/
.ecommerce_top_ad{
	color: #717070;
	font-size: 10px;
	height: 177px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(./images/ecommerce_top_ad.jpg);
}
.top_ad_note{
	margin-bottom: 8px;
	margin-left: 8px;
}
.ecommerce_header_bg{
	width: 100%;
	height:16px;
	overflow: hidden;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: url(./images/ecommerce_header_bg.gif);
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #c3c3c3;
}
.ecommerce_header{
	color:#717070;
	font-size: 10px;
	line-height: 13px;
	height: 15px;
	margin-top:1px;
}
.ecommerce_header td{
	padding-left: 10px;
	border-right: 1px solid #c3c3c3;
	border-left: 1px solid #ffffff;
}
.ecommerce_header .image{
	width: 159px;
	border-left: none;
}
.ecommerce_header .description{
	width:293px;
}
.ecommerce_header .options{
	width:96px;
}
.ecommerce_header .price{
	width:82px;
}
.ecommerce_header .shipping{
	width:68px;
}
.ecommerce_header .quantity{
	width:55px;
}
.ecommerce_header .last_item{
	border-right: none;
}
.ecommerce_form{
	padding: 20px;
}

.product_item td{
	padding:10px;
	border-bottom: 1px solid #cccccc;
}
.product_item .image{
	width:150px;
}
.product_item .description{
	width:285px;
}
.product_item .options{
	width:88px;
}
.product_item .price{
	width:74px;
}
.product_item .shipping{
	width:60px;
}
.product_item .quantity{
	width:46px;
}
.product_item .quantity input{
	width:45px;
}
.product_item .name{
	border-bottom:none;
	padding-bottom:0px;
}

.ecommerce_item .description{
	width:295px;
	padding-left:10px;
}
.ecommerce_item .options{
	width:98px;
	padding-left:10px;
}
.ecommerce_item .shipping{
	width:70px;
	padding-left:10px;
}
.ecommerce_item .price{
	width:84px;
	padding-left:10px;
}
.ecommerce_item .quantity{
	width:60px;
	padding-left:10px;
}
.ecommerce_item .total{
	padding-left:10px;
}

.ecommerce_totals .caption{
	
	padding-right:10px;
}
.ecommerce_totals .value{
	width:155px;
	padding-left:10px;
	border-left:1px solid #ffffff;
	color: #152e51;
}
.ecommerce_totals{
	border-top:1px solid #CCCCCA;
	font-weight:bold;
	margin-bottom:5px;
}
.ecommerce_totals td{
	background-color:#EEEDEB;
	border-top:1px solid #ffffff;
	padding-top:2px;
	padding-bottom:2px;
	
}
.ecommerce_totals .total td{
	background-color:#919191;
	border-top:1px solid #ffffff;
	color:#ffffff;
}

.field .formField{
	border:1px solid #CCCCCC;	
	margin-right:5px;
	margin-bottom:5px;
	width:325px;
}


.field.error .formField{
	border:1px solid #b93333;
}
.field .errormsg{
	visibility:hidden;
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
}
.field.error .errormsg{
	visibility:visible;
	color:#b93333;
}

.field .formField.empty{
	color:#CCCCCC;
}

.ecommerce_item{
	border-top:1px solid #717070;
}

/*     Button class         */
.buttons{
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
	color: #5c5639;
	font-size: 11px;
	font-family: Lucida Grande,Tahoma,Arial,Verdana,sans-serif;
	background-repeat: repeat-x;
	background-image: url(./images/button_bg.gif);
	border-top: solid 1px #f6f6f6;
	border-left: solid 1px #f6f6f6;
	border-bottom: solid 1px #d4d0c6;
	border-right: solid 1px #d4d0c6;
}
a.buttons{
	line-height: 18px;
	padding:2px 10px 2px 10px;
}
.ie7 a.buttons{
	line-height: 19px;
}
.mac.gecko a.buttons{
	font-size: 10px;
}
.safari a.buttons{
	line-height: 17px;
}
button.buttons{
	line-height: normal;
	padding: 0px;
	margin: 0px;
	height:19px;
	padding: 0px 10px 0px 10px;
}
.mac.gecko button.buttons{
	font-size: 10px;
}
.gecko button.buttons{
	padding-bottom: 2px;
}
.ie button.buttons{
	padding: 0px 1px 0px 1px;
}
.ie8 button.buttons{
	padding: 0px 10px 0px 10px;
}
.buttons:hover{
	background-position: 0 -17px;
	border-top: solid 1px #f6f6f6;
	border-left: solid 1px #f6f6f6;
	border-bottom: solid 1px #bebbb2;
	border-right: solid 1px #bebbb2;
}
.buttons:active{
	background-position: 0 -34px;
	border-top: solid 1px #bebbb2;
	border-left: solid 1px #bebbb2;
	border-bottom: solid 1px #f6f6f6;
	border-right: solid 1px #f6f6f6;
}
.ie6 a.buttons, .ie7 a.buttons{
	background-position: 0 1px;
}
.ie6 a.buttons:hover, .ie7 a.buttons:hover{
	background-position: 0 -16px;
}
.ie7 a.buttons:active{
	background-position: 0 -33px;
}
.ie button.buttons:hover:active{
	background-position: 0 -33px;
}
.buttonborder{
	display: inline-table;
	height:21px;
	border: solid 1px #85816b;
	line-height: 18px;
	font-size: 11px;
	font-family: Lucida Grande,Tahoma,Arial,Verdana,sans-serif;
}
.ie .buttonborder{
	display: inline;
}
.buttonborder.disabled{
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
.disabled .buttons:hover, .disabled .buttons:active{
	background-position: 0 0px;
	border-top: solid 1px #f6f6f6;
	border-left: solid 1px #f6f6f6;
	border-bottom: solid 1px #d4d0c6;
	border-right: solid 1px #d4d0c6;
	cursor: default;
}
.ie6 .disabled a.buttons:hover, .ie7 .disabled a.buttons:hover, .ie6 .disabled a.buttons:active, .ie7 .disabled a.buttons:active{
	background-position: 0 1px;
}

.logolink
{
	height:100%;
	width:35%;
	cursor:pointer;
}
#MasterUni{
	width:823px;
	height: 1000px;
}
