
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	body { text-rendering:auto; }
}



a.nontext /* used to override default properties of 'a' tag */
{
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.normal_text
{
	color: #000000;
	
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 17px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	vertical-align: 0px;
	padding: 0px;
}

.Name
{	
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px;
}

.Position
{
	color: #7F7F7F;
	
	font-size: 11px;
	letter-spacing: 0px;
	padding: 0px;
}

.Text
{
	
	font-size: 12px;
	line-height: 20px;
	padding: 0px;
}

.Tweeter
{
	color: #29ABE2;
	
	font-size: 12px;
	letter-spacing: 0px;
	padding: 0px 0px 0px 20px;
}

.TabbedPanelsTab
{
	white-space: nowrap;
}

.MenuBar  .MenuBarView, .MenuBar  .SubMenuView /* Resets for ul and li in menus */
{
	display: block;
	list-style: none;
}

.MenuBar .SubMenu
{
	display: none;
	position: absolute;
}

.NoWrap
{
	white-space: nowrap;
	word-wrap: normal;
}

.rootelem /* the root of the artwork tree */
{
	margin-left: auto;
	margin-right: auto;
}

.colelem /* a child element of a column */
{
	display: inline;
	float: left;
	clear: both;
}

.colelem100 /* a child element of a column that is 100% width */
{
	clear: both;
}

.grpelem /* a child element of a group */
{
	display: inline;
	float: left;
}

.clearfix:after /* force a container to fit around floated items */
{
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

*:first-child+html .clearfix /* IE7 */
{
	zoom: 1;
}

.clip_frame /* used to clip the contents as in the case of an image frame */
{
	overflow: hidden;
}

.inclusion_context /* context for positioning a group of elements that share the same height */
{
	display: table;
	table-layout: fixed;
	width: 0.01px;
}

.inclelem /* element of an inclusion context */
{
	display: table-cell;
	vertical-align: top;
}

.f3s_mid /* 3-slice frame, middle slice */
{
	background-repeat: repeat;
}

.f3s_top,.f3s_bot /* 3-slice frame, top slice */
{
	background-repeat: no-repeat;
}

.f9s_top_left, .f9s_bot_left /* 9-slice frame, left corner slice */
{
	background-repeat: no-repeat;
	background-position: left;
}

.f9s_top_right, .f9s_bot_right /* 9-slice frame, right corner slice */
{
	background-repeat: no-repeat;
	background-position: right;
}

.f9s_top_mid, .f9s_bot_mid /* 9-slice frame, top/bottom horizontal slice */
{
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.f9s_mid_left /* 9-slice frame, left vertical slice */
{
	background-repeat: repeat-y;
	background-position: left;
}

.f9s_mid_right /* 9-slice frame, right vertical slice */
{
	background-repeat: repeat-y;
	background-position: right;
}

.f9s_center /* 9-slice frame, center slice */
{
	background-repeat: repeat;
	background-position: 0px 0px;
}

.popup_anchor /* anchors an abspos popup */
{
	position: relative;
	width: 0px;
	height: 0px;
}

.popup_element
{
	z-index: 100000;
}

.pointer_cursor
{
	cursor: pointer;
}

span.wrap /* used to force wrap after floated array when nested inside a paragraph */
{
	content: '';
	clear: left;
	display: block;
}

span.actAsInlineDiv /* used to simulate a DIV with inline display when already nested inside a paragraph */
{
	display: inline-block;
}

.position_content,.excludeFromNormalFlow /* used when child content is larger than parent */
{
	float: left;
}

.preload_images /* used to preload images used in non-default states */
{
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

preload /* used to specifiy the dimension of preload item */
{
	height: 1px;
	width: 1px;
}

.animateStates
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

input:focus,textarea:focus /* remove default focussed input styling */
{
	outline: none;
}

textarea
{
	resize: none;
	overflow: auto;
}

.fld-prompt /* form placeholders cursor behavior */
{
	pointer-events: none;
}

.wrapped-input /* form inputs & placeholders let div styling show thru */
{
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	border: none;
}

.submit-btn /* form submit buttons on top of sibling elements */
{
	z-index: 50000;
	cursor: pointer;
}

.anchor_item /* used to specify anchor properties */
{
	width: 22px;
	height: 18px;
}

.MenuBar .SubMenuVisible, .MenuBarVertical .SubMenuVisible, .MenuBar .SubMenu .SubMenuVisible,.popup_element.Active,span.actAsPara,.actAsDiv,a.nonblock.nontext,img.block
{
	display: block;
}

.ose_ei
{
	visibility: hidden;
	z-index: 0;
}

.widget_invisible,.js .invi,.js .mse_pre_init,.js .an_invi /* used to hide the widget before loaded */
{
	visibility: hidden;
}

.no_vert_scroll
{
	overflow-y: hidden;
}

.always_vert_scroll
{
	overflow-y: scroll;
}

.always_horz_scroll
{
	overflow-x: scroll;
}

.popup_element.Inactive,.js .disn,.hidden
{
	display: none;
}

.fullscreen
{
	overflow: hidden;
	left: 0px;
	top: 0px;
	position: fixed;
	height: 100%;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.fullwidth
{
	position: absolute;
}

.borderbox
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.scroll_wrapper
{
	position: absolute;
	overflow: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.browser_width > *
{
	position: absolute;
	left: 0px;
	right: 0px;
}

.MenuBar .MenuItemContainer,.SlideShowContentPanel .fullscreen img
{
	position: relative;
}

.accordion_wrapper
{
	display: inline;
	float: left;
	width: 0px;
}

@media only screen and (min-width: 800px) {

    #page
    {
    	z-index: 1;
    	width: 1050px;
    	min-height: 669px;
    	padding-top: 62px;
    	padding-bottom: 62px;
    	margin-left: auto;
    	margin-right: auto;
    }
    
    #pu328
    {
    	width: 0.01px;
    }
    
    #u328
    {
    	z-index: 2;
    	width: 510px;
    	position: relative;
    	margin-right: -10000px;
    }
    
    #u195
    {
    	z-index: 3;
    	width: 510px;
    	border-color: #000000;
    	background-color: #FFFFFF;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
    	padding-bottom: 10px;
    	position: relative;
    	margin-right: -10000px;
    }
    
    #u74
    {
    	z-index: 4;
    	width: 180px;
    	background-color: transparent;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
    	position: relative;
    	margin-right: -10000px;
    	margin-top: 10px;
    	left: 10px;
    }
    
    #u98-4
    {
    	z-index: 6;
    	width: 295px;
    	min-height: 37px;
    	line-height: 36px;
    	position: relative;
    }
    
    #u100-4
    {
    	z-index: 10;
    	width: 295px;
    	min-height: 18px;
    	line-height: 13px;
    	position: relative;
    }
    
    #u103-4
    {
    	z-index: 18;
    	width: 305px;
    	min-height: 85px;
    	margin-top: 10px;
    	position: relative;
    }
    
    #u106-4
    {
    	z-index: 14;
    	width: 295px;
    	min-height: 18px;
    	line-height: 14px;
    	margin-top: 11px;
    	position: relative;
    	background: transparent url("../images/tweeter.png") no-repeat left center;
    }
    
    #u329
    {
    	z-index: 42;
    	width: 510px;
    	position: relative;
    	margin-right: -10000px;
    	left: 540px;
    }
    
    #u226
    {
    	z-index: 43;
    	width: 510px;
    	border-color: #000000;
    	background-color: #FFFFFF;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
    	padding-bottom: 11px;
    	position: relative;
    	margin-right: -10000px;
    }
    
    #u304
    {
    	z-index: 60;
    	width: 180px;
    	background-color: transparent;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
    	position: relative;
    	margin-right: -10000px;
    	margin-top: 9px;
    	left: 10px;
    }
    
    #u230-4
    {
    	z-index: 44;
    	width: 295px;
    	min-height: 37px;
    	line-height: 36px;
    	position: relative;
    }
    
    #u229-4
    {
    	z-index: 48;
    	width: 295px;
    	min-height: 18px;
    	line-height: 13px;
    	position: relative;
    }
    
    #u228-4
    {
    	z-index: 56;
    	width: 305px;
    	min-height: 85px;
    	margin-top: 10px;
    	position: relative;
    }
    
    #u227-4
    {
    	z-index: 52;
    	width: 295px;
    	min-height: 18px;
    	line-height: 14px;
    	margin-top: 11px;
    	position: relative;
    	background: transparent url("../images/tweeter.png") no-repeat left center;
    }
    
    #u333
    {
    	z-index: 62;
    	width: 510px;
    	position: relative;
    	margin-right: -10000px;
    }
    
    #u250
    {
    	z-index: 63;
    	width: 510px;
    	border-color: #000000;
    	background-color: #FFFFFF;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
    	padding-bottom: 10px;
    	position: relative;
    	margin-right: -10000px;
    }
    
    #u251
    {
    	z-index: 64;
    	width: 180px;
    	height: 180px;
    	background-color: transparent;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
    	position: relative;
    	margin-right: -10000px;
    	margin-top: 10px;
    	left: 10px;
    }
    
    .ie #u251
    {
    	background-color: #FFFFFF;
    	opacity: 0.01;
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    	filter: alpha(opacity=1);
    }
    
    #u254-4
    {
    	z-index: 65;
    	width: 295px;
    	min-height: 37px;
    	line-height: 36px;
    	position: relative;
    }
    
    #u255-4
    {
    	z-index: 77;
    	width: 305px;
    	min-height: 85px;
    	margin-top: 28px;
    	position: relative;
    }
    
    #u261-4
    {
    	z-index: 73;
    	width: 295px;
    	min-height: 18px;
    	line-height: 14px;
    	margin-top: 11px;
    	position: relative;
    	background: transparent url("../images/tweeter.png") no-repeat left center;
    }
    
    #u256-4
    {
    	z-index: 69;
    	width: 295px;
    	min-height: 18px;
    	line-height: 13px;
    	position: relative;
    	margin-right: -10000px;
    	margin-top: 47px;
    	left: 204px;
    }
    
    #u298
    {
    	z-index: 81;
    	width: 180px;
    	background-color: transparent;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
    	position: relative;
    	margin-right: -10000px;
    	margin-top: 10px;
    	left: 10px;
    }
    
    #u335
    {
    	z-index: 22;
    	width: 510px;
    	position: relative;
    	margin-right: -10000px;
    	left: 540px;
    }
    
    #u257
    {
    	z-index: 23;
    	width: 510px;
    	border-color: #000000;
    	background-color: #FFFFFF;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
    	padding-bottom: 10px;
    	position: relative;
    	margin-right: -10000px;
    }
    
    #u310
    {
    	z-index: 36;
    	width: 180px;
    	background-color: transparent;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
    	position: relative;
    	margin-right: -10000px;
    	margin-top: 10px;
    	left: 10px;
    }
    
    #u265-4
    {
    	z-index: 24;
    	width: 295px;
    	min-height: 37px;
    	line-height: 36px;
    	position: relative;
    }
    
    #u263-4
    {
    	z-index: 32;
    	width: 305px;
    	min-height: 85px;
    	margin-top: 28px;
    	position: relative;
    }
    
    #u264-4
    {
    	z-index: 38;
    	width: 295px;
    	min-height: 18px;
    	line-height: 14px;
    	margin-top: 11px;
    	position: relative;
    	background: transparent url("../images/tweeter.png") no-repeat left center;
    }
    
    #u262-4
    {
    	z-index: 28;
    	width: 295px;
    	min-height: 18px;
    	line-height: 13px;
    	position: relative;
    	margin-right: -10000px;
    	margin-top: 47px;
    	left: 204px;
    }
    
    #pu333,#pu332
    {
    	width: 0.01px;
    	margin-top: 40px;
    }
    
    #u332
    {
    	z-index: 103;
    	width: 510px;
    	position: relative;
    	margin-right: -10000px;
    }
    
    #u289
    {
    	z-index: 104;
    	width: 510px;
    	border-color: #000000;
    	background-color: #FFFFFF;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
    	padding-bottom: 9px;
    	position: relative;
    	margin-right: -10000px;
    }
    
    #u316
    {
    	z-index: 121;
    	width: 180px;
    	background-color: transparent;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
    	position: relative;
    	margin-right: -10000px;
    	margin-top: 11px;
    	left: 10px;
    }
    
    #u294-4
    {
    	z-index: 105;
    	width: 295px;
    	min-height: 37px;
    	line-height: 36px;
    	position: relative;
    }
    
    #u292-4
    {
    	z-index: 109;
    	width: 295px;
    	min-height: 18px;
    	line-height: 13px;
    	position: relative;
    }
    
    #u290-4
    {
    	z-index: 117;
    	width: 305px;
    	min-height: 85px;
    	margin-top: 10px;
    	position: relative;
    }
    
    #u288-4
    {
    	z-index: 113;
    	width: 295px;
    	min-height: 18px;
    	line-height: 14px;
    	margin-top: 11px;
    	position: relative;
    	background: transparent url("../images/tweeter.png") no-repeat left center;
    }
    
    #u331
    {
    	z-index: 83;
    	width: 510px;
    	position: relative;
    	margin-right: -10000px;
    	left: 540px;
    }
    
    #u282
    {
    	z-index: 84;
    	width: 510px;
    	border-color: #000000;
    	background-color: #FFFFFF;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
    	padding-bottom: 9px;
    	position: relative;
    	margin-right: -10000px;
    }
    
    #u322
    {
    	z-index: 101;
    	width: 180px;
    	background-color: transparent;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
    	position: relative;
    	margin-right: -10000px;
    	margin-top: 11px;
    	left: 10px;
    }
    
    #u74 .clip_frame,#u304 .clip_frame,#u298 .clip_frame,#u310 .clip_frame,#u316 .clip_frame,#u322 .clip_frame
    {
    	-webkit-border-radius: 10px 10px 10px 10px;
    }
    
    #pu98-4,#pu230-4,#pu254-4,#pu265-4,#pu294-4,#pu293-4
    {
    	width: 0.01px;
    	margin-right: -10000px;
    	margin-top: 10px;
    	margin-left: 204px;
    }
    
    #u293-4
    {
    	z-index: 85;
    	width: 295px;
    	min-height: 35px;
    	line-height: 36px;
    	position: relative;
    }
    
    #u291-4
    {
    	z-index: 89;
    	width: 295px;
    	min-height: 18px;
    	line-height: 13px;
    	position: relative;
    }
    
    #u287-4
    {
    	z-index: 97;
    	width: 305px;
    	min-height: 85px;
    	margin-top: 10px;
    	position: relative;
    }
    
    #u286-4
    {
    	z-index: 93;
    	width: 295px;
    	min-height: 18px;
    	line-height: 14px;
    	margin-top: 11px;
    	position: relative;
    	background: transparent url("../images/tweeter.png") no-repeat left center;
    }

}

