/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
        background-color:#000000;
        margin:0;
        padding:0;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #dcdbdb;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}






}







/* Styling of the top image with some text */
.myimgtop p {
    margin: 0 0 1em;
    line-height: 1.5;
}
.myimgtop p img {
    max-width: 100%;
}
.myimgtop p:first-child {
    text-align: center;
}
.myimgtop small {
    display: block;
    font-size: 75%;
    color: #c0c0c0;
}
.myimgtop p:last-child {
    text-align: right;
}
.myimgtop a.ui-btn {
    margin-right: 2em;
    -webkit-border-radius: .4em;
    border-radius: .4em;
}
@media all and (min-width:769px) {
    .myimgtop {
        max-width: 994px;
        margin: 0 auto;
        padding-top: 4em;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em;
    }
    /* Fix for issue with buttons and form elements
    if CSS columns are used on a page with a panel. */
    .article a.ui-btn {
        -webkit-transform: translate3d(0,0,0);
    }
}







/* Styling of the NEW top image with some text */
.myimgtop2 p {
    line-height: 1.5;
}
.myimgtop2 p img {
    max-width: 100%;
}
.myimgtop2 p:first-child {
    text-align: center;
}
.myimgtop2 small {
    display: block;
    font-size: 75%;
    color: #c0c0c0;
}
.myimgtop2 p:last-child {
    text-align: center;
}
.myimgtop2 a.ui-btn {
    margin-right: 2em;
    -webkit-border-radius: .4em;
    border-radius: .4em;
}
@media all and (min-width:769px) {
    .myimgtop2 {
        max-width: 994px;
        margin: 0 auto;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em;
    }
    /* Fix for issue with buttons and form elements
    if CSS columns are used on a page with a panel. */
    .article a.ui-btn {
        -webkit-transform: translate3d(0,0,0);
    }
}




/* Styling of the page contents with image and text */
.article p {
    margin: 0 0 1em;
    line-height: 1.5;
}
.article p img {
    max-width: 100%;
}
.article p:first-child {
    text-align: center;
}
.article small {
    display: block;
    font-size: 75%;
    color: #c0c0c0;
}
.article p:last-child {
    text-align: right;
}
.article a.ui-btn {
    margin-right: 2em;
    -webkit-border-radius: .4em;
    border-radius: .4em;
}
@media all and (min-width:769px) {
    .article {
        max-width: 994px;
        margin: 0 auto;
        padding-top: 4em;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em;
    }
    /* Fix for issue with buttons and form elements
    if CSS columns are used on a page with a panel. */
    .article a.ui-btn {
        -webkit-transform: translate3d(0,0,0);
    }
}





/* Styling of the page contents with image and text */
.article3 p {
    margin: 0 0 1em;
    line-height: 1.5;
}
.article3 p img {
    max-width: 100%;
}
.article3 p:first-child {
    text-align: center;
}
.article3 small {
    display: block;
    font-size: 75%;
    color: #c0c0c0;
}
.article3 p:last-child {
    text-align: right;
}
.article3 a.ui-btn {
    margin-right: 2em;
    -webkit-border-radius: .4em;
    border-radius: .4em;
}
@media all and (min-width:769px) {
    .article3 {
        max-width: 994px;
        margin: 0 auto;
        padding-top: 0em;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em;
    }
    /* Fix for issue with buttons and form elements
    if CSS columns are used on a page with a panel. */
    .article a.ui-btn {
        -webkit-transform: translate3d(0,0,0);
    }
}





blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}






a {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
}


b {
        font-size: 100%;
}


em {
        color: red;
}


img {
        border : 0;
}


a img {
        outline : none;
        border-style: none;
}

a:hover img {
        border: none;
}






#maincontainer {
        background: #000000;
        width: 100%; /*Width of main container*/
        margin: 0 auto; /*Center container on page*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #dcdbdb;
	text-decoration: none;
        text-align: center;
}


#topnav {
        background: #000000;
        margin: 0 auto; /*Center container on page*/
        height: 431px; /*Height of top section*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #dcdbdb;
	text-decoration: none;
}


#topnav h1 {
        margin: 0;
        padding-top: 15px;
}

#topnavpg {
        background: #EAEAEA;
        height: 418px; /*Height of top section on sub pages*/
}


#contentwrapper {
        background: #000000;
        float: left;
        margin: 0 auto; /*Center wrapper on page*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #dcdbdb;
	text-decoration: none;
}


#contentsection {
        background: #000000;
        margin: 0 auto; /*Center content on page*/
        background: #000000;
        line-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #dcdbdb;
	text-decoration: none;
}

#contentsection a:hover {
        color: #85b716;
        text-decoration: none;
}


#contentsectionpg {
        margin-right: 200px; /*Set right margin to RightColumnWidth*/
        background: #ffffff;
        line-height: 100%;
}

#contentsectionpg a:hover {
        color: #85b716;
        text-decoration: none;
}


#leftsection {
        float: left;
        width: 300px; /*Width of left column in pixel*/
        margin-left: -970px; /*Set margin to that of -(MainContainerWidth)*/
        background: #ffffff;
        line-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #dcdbdb;
	text-decoration: none;
}

#leftsection a:hover {
        color: #85b716;
        text-decoration: none;
}


#rightsection {
        float: left;
        width: 305px; /*Width of right column*/
        margin-left: -305px; /*Set left margin to -(RightColumnWidth)*/
        background: #ffffff;
}

#rightsectionpg {
        float: left;
        width: 200px; /*Width of right column*/
        margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
        background: #FDE95E;
}

#footer {
        clear: left;
        width: 100%;
        background: black;
        color: #FFF;
        text-align: center;
        padding: 4px 0;
}


#footer a:link {
        color: #e5e5e5;
}

#footer a:visited {
        color: #d7fb7f;
}

#footer a:hover {
        color: #d7fb7f;
        text-decoration: none;
}


#copyright {
        clear: left;
        width: 100%;
        background: #e5e5e5;
        color: #000000;
        text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
        padding: 2px 0;
}


#homeimage {
        background: #ffffff;
}


.innerspace {
        margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}


.main_title {
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000000;
}

.strong {
	font-weight: bold;
}

.socialdate {
	font-size: 13px;
	color: #000000;
}


.float-right img {
        float: right;
        padding: 0px 0px 15px 15px; 
}










/* JQ Updated Styles */


#myheader {
        padding: 0px 60px 0px 60px;
}

#myheader2 {
        padding: 0px 0px 0px 0px;
}

#mybuttonsa {
        padding: 0px 60px 0px 60px;
}

#mycontent1 {
        background: #ffffff;
}

#mycontent-subpg1 {
        background: #ffffff;
        padding: 15px 15px 15px 15px;
        font-weight: 400;
        line-height: 17px;
        font-family: 'Verdana', 'Arial', 'Helvetica', 'Open Sans', sans-serif;
        font-size: 15px;
}










#mycontent-subpg1-social {
        background: #ffffff;
        padding: 5px 15px 15px 15px;
        font-weight: 400;
        line-height: 17px;
        font-family: 'Verdana', 'Arial', 'Helvetica', 'Open Sans', sans-serif;
        font-size: 15px;
        color: #037289;
}

#mycontent-subpg1-social a:link {
        color: #037289;
}

#mycontent-subpg1-social a:visited {
        color: #037289;
}

#mycontent-subpg1-social a:hover {
        color: #037289;
        text-decoration: none;
}








#mycontent2 {
        padding: 15px 15px 15px 15px; 
}

#mycontent3 {
        padding: 15px 15px 15px 15px; 
        background: #ffffff;
}

#mybg10 {
        background-image:url(img/bg-10.jpg);
        background-repeat:no-repeat;
        background-position:center; 
}

#mygallery {
        background: #000000;
}

#myhometopbg {
        background: #000000;
}

#mysocialbg {
        background: #ffffff;
}

#mydivunderheader1 {
        background: #d5d5d4;
        height: 8px;
}




.mycontent-subpgsmall1 {
        font-size: 12px;
        font-weight: 400;
        line-height: 10px;
        font-family: 'Verdana', 'Arial', 'Helvetica', 'Open Sans', sans-serif;
        color: #7c0505;
}

.quote {
        font-size: 12px;
        font-weight: 400;
        font-family: 'Verdana', 'Arial', 'Helvetica', 'Open Sans', sans-serif;
        color: #7c0505;
}







/* Basic styles */
.rwd-example .ui-body {
    text-align: left;
    border-color: #ddd;
}
.rwd-example p {
    color: #777;
    line-height: 140%
}
/* Stack all blocks to start */
.rwd-example .ui-block-a,
.rwd-example .ui-block-b,
.rwd-example .ui-block-c {
    width: 100%;
    float: none;
}
/* Collapsing borders */
.rwd-example > div + div .ui-body {
    border-top-width: 0;
}
/* 1st breakpoint - Float B and C, leave A full width on top */
@media all and (min-width: 42em) {
    .rwd-example {
        overflow: hidden; /* Use this or a "clearfix" to give the container height */
    }
    .rwd-example .ui-body {
       min-height: 14em;
    }
    .rwd-example .ui-block-b,
    .rwd-example .ui-block-c {
      float: left;
      width: 49.95%;
    }
    .rwd-example .ui-block-b p,
    .rwd-example .ui-block-c p {
      font-size: .8em;
    }
    .rwd-example > div + div .ui-body {
        border-top-width: 1px;
    }
    .rwd-example > div:first-child .ui-body {
        border-bottom-width: 0;
    }
    .rwd-example > div:last-child .ui-body {
        border-left-width: 0;
    }
}


/* 2nd breakpoint - Float all, 50/25/25 */
@media all and (min-width: 55em) {
    .rwd-example .ui-body {
       min-height: 18em;
    }
    .rwd-example .ui-block-a,
    .rwd-example .ui-block-c {
      float: left;
      width: 49.95%;
    }
    .rwd-example .ui-block-b,
    .rwd-example .ui-block-c {
      float: left;
      width: 24.925%;
    }
    .rwd-example > div:first-child .ui-body {
        border-bottom-width: 1px;
    }
    .rwd-example > div + div .ui-body {
        border-left-width: 0;
    }
}
/* 3rd breakpoint - Bump up font size at very wide screens */
@media all and (min-width: 75em) {
    .rwd-example .ui-body {
      font-size: 125%;
    }
    .rwd-example .ui-block-a,
    .rwd-example .ui-block-c {
      float: left;
      width: 49.95%;
    }
    .rwd-example .ui-block-b,
    .rwd-example .ui-block-c {
      float: left;
      width: 24.925%;
    }
}






/* A bit custom styling FOR IMAGES IN GRID */
.my-page {
    background: #222;
}
/* Link to the Google webfont is in the head */
.my-page .ui-title, .my-page .ui-li-aside {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.my-page .ui-header {
    color: #990099;
}
.my-page .ui-footer {
    color: #666;
}
.my-page .ui-li-desc {
    color: #c0c0c0;
}
.my-page .ui-li-aside {
    color: #990099;
}
.my-page .ui-listview .ui-li.ui-btn {
    background-image: none;
    border-color: #222;
}
/* First breakpoint is 768px. 3 column layout. Tiles 250x250 pixels at the breakpoint. */
@media all and (min-width: 768px){
    .my-page .ui-content {
        padding: 9px;
    }
    .my-page .ui-listview .ui-li.ui-btn {
        float: left;
        width: 30.9333%; /* 33.3333% incl. 2 x 1.2% margin */
        height: 232px;
        margin: 9px 1.2%;
        border-width: 0; /* The 1px border would break the layout so we set it on .ui-btn-inner instead. */
    }
    /* If you don't want a border at all, just set "border: none;" here to negate the semi white top border */
    .my-page .ui-listview .ui-li.ui-btn-inner {
        border: inherit;
        border-width: 1px;
        margin: -1px;
    }
    .my-page .ui-listview .ui-btn-inner,
    .my-page .ui-listview .ui-btn-text,
    .my-page .ui-listview .ui-link-inherit,
    .my-page .ui-listview .ui-li-thumb {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
    }
    .my-page .ui-listview .ui-link-inherit {
        padding: 0 !important;
        position: relative;
    }
    /* Inherit the border-radius from the UL that has class .ui-corner-all in case of an inset listview. */
    .my-page .ui-listview .ui-li,
    .my-page .ui-listview .ui-btn-text,
    .my-page .ui-listview .ui-link-inherit,
    .my-page .ui-listview .ui-li-thumb {
        -webkit-border-radius: inherit;
        border-radius: inherit;
    }
    .my-page .ui-listview .ui-li-thumb {
        height: auto; /* To keep aspect ratio. */
        max-width: 100%;
        max-height: none;
        margin: 0;
        left: 0;
        z-index: -1;
    }
    /* Hide the icon */
    .my-page .ui-listview .ui-icon {
        display: none;
    }
    /* Make text wrap. */
    .my-page .ui-listview .ui-li-heading,
    .my-page .ui-listview .ui-li-desc {
        white-space: normal;
        overflow: visible;
        position: absolute;
        left: 0;
        right: 0;
    }
    /* Text position */
    .my-page .ui-listview .ui-li-heading {
        margin: 0;
        padding: 20px;
        bottom: 50%;
    }
    .my-page .ui-listview .ui-li-desc {
        margin: 0;
        padding: 0 20px;
        min-height: 50%;
        bottom: 0;
        line-height: 1.5;
    }
    /* Semi transparent background and different position if there is a thumb */
    .ui-listview .ui-li-has-thumb .ui-li-heading,
    .ui-listview .ui-li-has-thumb .ui-li-desc {
        background: #111;
        background: rgba(0,0,0,.8);
        -webkit-background-clip: padding;
        background-clip: padding-box;
    }
    .ui-listview .ui-li-has-thumb .ui-li-heading {
        padding: 10px;
        bottom: 20%;
    }
    .ui-listview .ui-li-has-thumb .ui-li-desc {
        padding: 0 10px;
        min-height: 20%;
        -webkit-border-bottom-left-radius: inherit;
        border-bottom-left-radius: inherit;
        -webkit-border-bottom-right-radius: inherit;
        border-bottom-right-radius: inherit;
    }
    /* ui-li-aside has class .ui-li-desc as well so we have to override some things. */
    .my-page .ui-listview .ui-li-desc.ui-li-aside {
        padding: 2px 10px;
        width: auto;
        min-height: 0;
        top: 0;
        left: auto;
        bottom: auto;
        /* Custom styling. */
        color: #c0c0c0;
        background: #990099;
        background: rgba(153,0,153,.85);
        -webkit-border-top-right-radius: inherit;
        border-top-right-radius: inherit;
        -webkit-border-bottom-left-radius: inherit;
        border-bottom-left-radius: inherit;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    /* If you want to add shadow, don't kill the focus style. */
    .my-page .ui-listview .ui-btn:not(.ui-focus) {
        -moz-box-shadow: 0px 0px 9px #111;
        -webkit-box-shadow: 0px 0px 9px #111;
        box-shadow: 0px 0px 9px #111;
    }
    /* Images mask the hover bg color so we give desktop users feedback by applying the focus style on hover as well. */
    .my-page .ui-listview .ui-btn:hover {
        -moz-box-shadow: 0px 0px 12px #387bbe;
        -webkit-box-shadow: 0px 0px 12px #387bbe;
        box-shadow: 0px 0px 12px #387bbe;
    }
    /* Animate focus and hover style, and resizing. */
    .my-page .ui-listview .ui-btn {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        transition: all 500ms ease;
    }
}
/* Second breakpoint. 4 column layout. Tiles will be 250x250 pixels again at the breakpoint. */
@media all and (min-width: 1020px){
    .my-page .ui-content {
        padding: 10px;
    }
    /* Set a max-width for the last breakpoint to prevent too much stretching on large screens.
    By setting the max-width equal to the breakpoint width minus padding we keep square tiles. */
    .my-page .ui-listview {
        max-width: 1000px;
        margin: 0 auto;
    }
    /* Because of the 1000px max-width the width will always be 230px (and margin left/right 10px),
    but we stick to percentage values for demo purposes. */
    .my-page .ui-listview .ui-li.ui-btn {
        width: 23%;
        height: 230px;
        margin: 10px 1%;
    }
}
/* For this demo we used images with a size of 310x310 pixels. Just before the second breakpoint the images reach their max width: 1019px - 2 x 9px padding = 1001px x 30.9333% = ~310px */




