/*# Reset #*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}

/*# Global #*/

html, body, form, #wrap {
  height: 100%;
  padding: 0; 
  margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*#Global/Buttons#*/
.buttonStyle, .FormButton, .ContentButton, 
.SubmitButton, .AddToCartButton, .LongButton {
        width: auto; height: 42px; float: left; padding: 10px 15px; margin: 0 15px 0 0;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #950e1a;
        background: #c1573a;
        background: -moz-linear-gradient(top,  #c1573a 0%, #e86845 20%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1573a), color-stop(20%,#e86845));
        background: -webkit-linear-gradient(top,  #c1573a 0%,#e86845 20%);
        background: -o-linear-gradient(top,  #c1573a 0%,#e86845 20%);
        background: -ms-linear-gradient(top,  #c1573a 0%,#e86845 20%);
        background: linear-gradient(top,  #c1573a 0%,#e86845 20%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1573a', endColorstr='#e86845',GradientType=0 );
        border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-size: 14px; 
        color: #f2f2f2; 
        text-transform: uppercase; 
        text-shadow: 0px -1px 0px #334f71;
	cursor: pointer;
}

.buttonStyle:hover, .FormButton:hover, .ContentButton:hover, 
.SubmitButton:hover, .AddToCartButton:hover, .LongButton:hover {
	background: #b45136;
        background: -moz-linear-gradient(top,  #b45136 0%, #d15e3e 20%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b45136), color-stop(20%,#d15e3e));
        background: -webkit-linear-gradient(top,  #b45136 0%,#d15e3e 20%);
        background: -o-linear-gradient(top,  #b45136 0%,#d15e3e 20%);
        background: -ms-linear-gradient(top,  #b45136 0%,#d15e3e 20%);
        background: linear-gradient(top,  #b45136 0%,#d15e3e 20%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b45136', endColorstr='#d15e3e',GradientType=0 );
	cursor: pointer;
}

.FieldLabel {
        font-size: 16px; 
        color: #445668;
	text-transform: uppercase; 
        text-shadow: 0px 1px 0px #f2f2f2;
}

.TextBoxField, .CaptchaTextBox {
        width: 260px;
        height: 25px; 
        padding: 4px 20px 4px 20px; 
        margin: 0;
	/*background: #207bc8;
	background: -moz-linear-gradient(top, #3c669c 0%, #207bc8 20%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#3c669c), color-stop(12,#207bc8));  webkit */
        background: #3c669c;
        background: -moz-linear-gradient(top,  #3c669c 0%, #3C8EE0 20%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c669c), color-stop(20%,#3C8EE0));
        background: -webkit-linear-gradient(top,  #3c669c 0%,#3C8EE0 20%);
        background: -o-linear-gradient(top,  #3c669c 0%,#3C8EE0 20%);
        background: -ms-linear-gradient(top,  #3c669c 0%,#3C8EE0 20%);
        background: linear-gradient(top,  #3c669c 0%,#3C8EE0 20%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c669c', endColorstr='#3C8EE0',GradientType=0 );
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-size: 14px; 
        line-height: 24px;
        color: #f2f2f2; 
        text-shadow: 0px -1px 0px #334f71;
}
	.TextBoxField:-webkit-input-placeholder, .CaptchaTextBox:-webkit-input-placeholder  {
    	    color: #a1b2c3; 
            text-shadow: 0px -1px 0px #38506b;
	}
	.TextBoxField:-moz-placeholder, .CaptchaTextBox:-moz-placeholder  {
	    color: #a1b2c3; 
            text-shadow: 0px -1px 0px #38506b;
	}

.TextAreaField {
	width: 260px; 
        height: 170px; 
        padding: 12px 20px 0px 20px; 
        margin: 0 0 20px 0;
	background: #3c669c;
        background: -moz-linear-gradient(top,  #3c669c 0%, #3C8EE0 20%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c669c), color-stop(20%,#3C8EE0));
        background: -webkit-linear-gradient(top,  #3c669c 0%,#3C8EE0 20%);
        background: -o-linear-gradient(top,  #3c669c 0%,#3C8EE0 20%);
        background: -ms-linear-gradient(top,  #3c669c 0%,#3C8EE0 20%);
        background: linear-gradient(top,  #3c669c 0%,#3C8EE0 20%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c669c', endColorstr='#3C8EE0',GradientType=0 );
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; 
        font-size: 14px; 
        line-height: 20px;
        color: #f2f2f2; 
        text-shadow: 0px -1px 0px #334f71;
}
	textarea::-webkit-input-placeholder  {
    	    color: #a1b2c3; 
            text-shadow: 0px -1px 0px #38506b;
	}
	textarea:-moz-placeholder {
	    color: #a1b2c3; 
            text-shadow: 0px -1px 0px #38506b;
	}

.CaptchaTextBox {
        width: auto;
}

.CaptchaTable {
        clear: both;
}

.CaptchaTable td {
        padding: 0px !important;
}

.CheckBoxMovedLeft input {
    float: right;
    text-align: left;
    width: 20px !important;
    background: none;
    clear: both;
    
}
.CheckBoxMovedLeft label {
    float: left;
    width: 260px !important;
}

.TextBoxField:focus, .TextAreaField:focus, .CaptchaTextBox:focus, textarea:focus {
	background: #144ba4;
        background: -moz-linear-gradient(top,  #144ba4 0%, #3072b5 20%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#144ba4), color-stop(20%,#3072b5));
        background: -webkit-linear-gradient(top,  #144ba4 0%,#3072b5 20%);
        background: -o-linear-gradient(top,  #144ba4 0%,#3072b5 20%);
        background: -ms-linear-gradient(top,  #144ba4 0%,#3072b5 20%);
        background: linear-gradient(top,  #144ba4 0%,#3072b5 20%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144ba4', endColorstr='#3072b5',GradientType=0 );
}


/*#Global/Message & Errors labels#*/
.EditingFormErrorLabel, .EventManagerRegError, .ErrorLabel, .CMSValidator
{
	color: #ff0000;
}

.PagerControl {
    text-align: center;
}

body {
	margin:0;
	padding:0;
	background-color:#dbdcdc;
	text-align:center;
	font-family:"Segoe UI", Arial, san-serif;
}

img {
	border:0px;
}

h1 {
	background-image: url(/Images/Site-Images/h1BarBG.png);
	background-repeat: no-repeat;
        border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	margin: 20px 0px 30px 0px;
	padding: 1px 20px 6px 20px;
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
	overflow: hidden;
	text-shadow: #000 0px 1px 1px;
}

h2 {
	background-image: url(/Images/Site-Images/h2BG.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #e86845;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px 20px;
	line-height: 20px;
}

h2 a:link, h2 a:visited {
	color:#e86845;
	text-decoration:none;
	font-weight:normal;
}

h2 a:hover {
	color:#505050;
	text-decoration:underline;
	font-weight:normal;
}

h2 a:active {
	color:#505050;
	text-decoration:none;
	font-weight:normal;
}

/*#Header#*/

.header {
	background-image:url(/Images/Site-Images/mastheadBG.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#52b9fd;
	height:195px;
}

.headerInner {
	background-image:url(/Images/Site-Images/mastheadInnerBG.jpg);
	background-repeat:no-repeat;
	background-color:#52b9fd;
	width:950px;
	height:195px;
	margin:0 auto;
	text-align:left;
}

.headerQPRhapsody {
	position:absolute;
	/*z-index:999998;*/
	z-index:9;
}

.headerFlash {
	position:absolute;
	/*z-index:999997;*/
	z-index:7;
}

/*#Search#*/

.searchBoxContainer
{
	/*float: right;
	margin-top: 15px;
	margin-bottom: 10px;*/
	float:right;
	width:232px;
	height:36px;
    	background-image:url(/Images/Site-Images/searchBG.png);
	background-repeat:no-repeat;
}

.searchButton {
    float: right;
    margin: 8px 8px 0 0;
    width: 19px;
    height: 20px;
    background: url(/Images/Site-Images/searchIcon.png) no-repeat 0 0;
    border: 0;
    text-indent: -9000px; 
    text-transform: capitalize;
}
.searchButton:hover, .searchButton:active {
    background: url(/Images/Site-Images/searchIcon.png) no-repeat -19px 0;
    cursor: pointer;
}

.searchInput {
    float: left;
    padding: 2px;
    margin: 8px 0 0 8px;
    border: 0;
    width: 190px;
	color:#505050;
	font-family:"Segoe UI", Arial, san-serif;
	font-size:12px;
	background: #ffffff;
        background: -moz-linear-gradient(top,  #cecece 0%, #ffffff 20%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(20%,#ffffff));
        background: -webkit-linear-gradient(top,  #cecece 0%,#ffffff 20%);
        background: -o-linear-gradient(top,  #cecece 0%,#ffffff 20%);
        background: -ms-linear-gradient(top,  #cecece 0%,#ffffff 20%);
        background: linear-gradient(top,  #cecece 0%,#ffffff 20%);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.searchbox input[type=image]
{
	margin: 0px 0px 0px 7px;
}

.searchbox label
{
	margin-right: 10px;
	padding-bottom: 5px;
}

/*#Navigation#*/

.navBar {
	background-image:url(/Images/Site-Images/navBG.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#2374e4;
	height:47px;
	
}

.navInnerBar {
	background-image:url(/Images/Site-Images/navInnerBG.jpg);
	background-repeat:no-repeat;
	background-color:#2374e4;
	width:668px;
	padding:0px 0px 0px 282px;
	height:47px;
	margin:0 auto;
	text-align:left;
}

.navigation {
	font-family:"Segoe UI", Arial, san-serif;
	font-size:24px;
	color:#FFFFFF;
	position:relative;
	/*z-index:999999;*/
	z-index:12;
}

/*#Main Content#*/

.mainBlock {
	width:950px;
	margin:0px auto;
	text-align:center;
}

.mainContent {
	float:left;
	background-image:url(/Images/Site-Images/mainContentBG.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	padding:0px 0px 40px 0px;
	text-align:left;
}

.breadcrumbs {
	float:left;
	width:495px;
}

.share {
	float:right;
	width:125px;
}

.right {
	float:right;
	width:668px;
	font-family:"Segoe UI", Arial, san-serif;
	font-size:13px;
	line-height:15pt;
	color:#505050;
	position:relative;
	/*z-index:999999;*/
	z-index:10;
}

.rightContent {
	padding:24px;
}

.rightContentText {
	padding:0 20px;
}

.rightContentText li {
	margin:8px 0px;
}

.right a {
	color:#4ea7ee;
	font-weight:bold;
	text-decoration:none;
}

.right a:visited {
	color:#4ea7ee;
	font-weight:bold;
	text-decoration:none;
}

.right a:hover {
	color:#4ea7ee;
	font-weight:bold;
	text-decoration:underline;
}

.right a:active {
	color:#4ea7ee;
	font-weight:bold;
	text-decoration:underline;
}

.right h2 a:link, .right h2 a:visited {
	color:#e86845;
	text-decoration:none;
	font-weight:normal;
}

.right h2 a:hover {
	color:#505050;
	text-decoration:underline;
	font-weight:normal;
}

.right h2 a:active {
	color:#505050;
	text-decoration:none;
	font-weight:normal;
}

.right ul {
	margin: 15px 35px;
}

.right li {
        margin: 5px 0px;
}

.right td {
        padding: 5px;
}


.left {
	float:left;
	width:282px;
}

.artDropdown {
	width:282px;
	height:321px;
	margin-bottom:15px;
	background-image:url(/Images/Site-Images/QP_Rhapsody_dropdownBG.jpg);
	background-repeat:no-repeat;
	background-color:#82bcea;
}

.latestPic {
	width:232px;
	height:245px;
	padding:26px 24px 26px 26px;
	background-image:url(/Images/Site-Images/latestPicBG.jpg);
	background-repeat:no-repeat;
	background-color:#82bcea;
}

.latestPic .picture {
	border: solid 1px #FFFFFF;
	border-radius: 5px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
}

/*#News#*/

.newsTitle h2 {
        margin: 20px 0px 0px 0px;
        padding: 0px 20px;
}

.newsTitle .date {
        margin: 10px 0px 25px 0px;
        padding: 0px 20px;
        color: #555;
}

.newsSeperator {
    text-align: center;
    margin: 15px 0px 10px 0px; 
}

.newsSeperator hr {
    color: #ddd;
    background-color: #ddd;
    height: 1px;
    border: 0px;
    width: 80%;
}

/*#Footer#*/

.footer {
	background-image:url(/Images/Site-Images/footerBG.jpg);
	background-repeat:repeat-x;
	background-color:#82bcea;
	text-align:center;
}

.footerContent {
	width:950px;
	margin:0 auto;
	text-align:left;
}

.footerContentnoFlash {
	padding-top:5px;
	position:absolute;
    /*z-index:999999;*/
	z-index:99;
}

.followMe {
	float:left;
    /*z-index:999999;*/
	z-index:99;
	width:475px;
}

.followMe .title {
	text-align:center;
}

.followMe .icons {
	width:400px;
	margin:0px auto;
}

.followMe .icons .icon {
	float:left;
	margin-top:15px;
	width:200px;
	font-family:"Segoe UI", Arial, san-serif;
	font-size:24px;
	color:#FFFFFF;
}

.followMe .icons .icon img {
	vertical-align:bottom;
}

.followMe .icons .icon a {
	text-decoration:none;
	color:#FFFFFF;
	text-shadow: #000 0px 1px 1px;
}
.followMe .icons .icon a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.followMe .icons .icon a:hover {
	text-decoration:underline;
	color:#0b2f76;
	text-shadow: #999 0px 1px 1px;
}
.followMe .icons .icon a:active {
	text-decoration:underline;
	color:#e86845;
}

.latestTwitter {
	float:left;
        /*z-index:999999;*/
	z-index:99 !important;
	width:475px;
	text-align:center;
}

.latestTwitter .title {
	text-align: center;
}

.latestTwitter .twitter {
	border-left: solid 1px #FFFFFF;
}

div#twtr-profile-widget {
	margin: 0px auto;
	padding: 10px 10px 11px 10px;
	background-image: url(/Images/Site-Images/twitterBG.png);
	background-repeat: no-repeat;
	width: 380px;
}

/*#Copyright#*/

.copyright {
	text-align:center;
	padding:8px;
	color:#FFFFFF;
	font-family:"Segoe UI", Arial, san-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#1275ca;
	border-top:solid 1px #002377;
}

.copyright a {
	color:#FFFFFF;
	font-family:"Segoe UI", Arial, san-serif;
	font-size:12px;
	font-weight:bold;
}

/*#Clear Fix#*/

.clearFix {
	width:0px; 
	height:0px; 
	clear:both; 
	line-height: 0px; 
	font-size: 0px;
}


/*# Art Gallery #*/

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 0 15px;
	/*width: 550px;*/
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; /*height: 100px;*/
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.thumb li img.hover {
	border: 1px solid #ddd;
}

.descriptionTitle {
	color:#e86845;
	font-weight: bold;
	font-size: 110%;
}

.galleryBlocks {
	margin: 0px 0px 40px 0px;
}


/*#Blog#*/

.BlogPTitle
{
    padding: 0px;
    margin: 0px;
}

.BlogPTitle h2 a:link, .BlogPTitle h2 a:visited {
	color:#e86845;
	text-decoration:none;
	font-weight:normal;
}

.BlogPTitle h2 a:hover {
	color:#e86845;
	text-decoration:underline;
	font-weight:normal;
}

.BlogPTitle h2 a:active {
	color:#e86845;
	text-decoration:none;
	font-weight:normal;
}

.BlogPTitle h2 {
        margin: 0px 0px 0px 0px;
        padding: 0px 20px;
}

.BlogPTitle .date {
        margin: 10px 0px 25px 0px;
        padding: 0px 20px;
        color: #555;
}

.BlogPBody
{
	padding: 0 20px 10px 20px;
}

.BlogPBody img
{
	border: none;
}

.BlogPDateWhole
{
	background-color: #f1f1f1;
	padding: 3px 5px;
        margin: 20px 0px;
	border: solid 1px #cccccc;
}

/*#Blog/Comments#*/
.comments {
    background: #f6f6f6;
    padding: 5px;
}

.comments hr
{
	border: solid 1px #cccccc;
}

.CommentDetail:hover {
    background: #ffffff;
}

h2.title {
	background:none;
	color:#e86845;
	font-weight: bold;
	font-size: 110%;
	margin:15px 0;
	padding:0;
	line-height:18px;
}

.BlogCommentsTitle, .BlogLeaveComment, .TrackbackLabel
{
	font-weight: bold;
	font-size: 110%;
}

.BoardLeaveMessage, .BoardMessageTitle, .BlogTrackbacksTitle
{
	font-weight: bold;
	font-size: 110%;
}

.blogDetail .zoneTop
{
	width: 100%;
}

.blogDetail .zoneLeft
{
	width: 460px;
}

.blogDetail .zoneRight
{
	width: 140px;
}

.comments label {
	float: left; 
        width: 260px;
        clear: left; 
        margin: 0px 0px 10px 0; 
	text-align: left; 
        font-size: 16px; 
        color: #445668;
	text-transform: uppercase; 
        text-shadow: 0px 1px 0px #f2f2f2;
}

.comments .ItemLabel label {
        width: 100px;
}

/* Minification failed (line 198): 'progid:' is an IE-only construct that generates invalid CSS */