body 
{
    padding:0; margin:0; 
    background-image: url('http://gipsee.com/website/css/images/content_background.png'); background-repeat: repeat;
    font-family: 'Montserrat'
}
div, h1, h2, h3, h4, h5, img, form, ul, p, dl{
	padding:0; margin:0;
	font-family: 'Montserrat';	
	font-size: 10pt;
}

.qsf-demo-canvas
{
    height: 40px;
    top: 15px;
    text-align: center;
    width:375px;
}

.qsf-demo-canvas .breadcrumb h3 {
    font: 24px Georgia, Arial, "sans-serif";
    clear: left;
    margin: 20px 0 0 148px;
    color: #000;
}

/** Customize the menu */
.qsf-demo-canvas .RadMenu {
    float:none;
    width: 375px;
}

/** Customize the site map (bread crumb) */
.qsf-demo-canvas .breadcrumb .RadSiteMap {
    border-left: 140px solid #ffa800;
}

.qsf-demo-canvas .breadcrumb ul.rsmFlow {
    padding-bottom: 0;
}

.qsf-demo-canvas .breadcrumb .rsmOneLevel li.rsmItem,
.qsf-demo-canvas .breadcrumb .rsmOneLevel .rsmItem a.rsmLink {
    color: #333;
}

.qsf-demo-canvas .breadcrumb .rsmOneLevel .rsmItem a.rsmLink:hover {
    color: #555;
    text-decoration: underline;
    background: none;
}

/* ------------- slideshow ----------------- */

.container {

    border: none;
    /*background-image: url(http://gipsee.com/website/images/bg4.png);*/
    background-repeat: no-repeat;
    width: 441px;
    height: 340px;
    padding: 10px 0 0 10px;
}

.container .RadRotator .rrClipRegion {
    border: 0 none;
}

.presentation {
    font: bold 14px Arial, Verdana, Helvetica;
    color: #0a529c;
    padding-left: 1px;
    padding-top: 1px;
}
.navigation {
    border: none;
    vertical-align: top;
    padding-left: 20px;
    margin-left: -30px;
    margin-top: 70px;
}
UL.ppListItem, LI.ppListItem {
    list-style-type: disc;
}
.ppControls {
    border: none;
    height: 34px;
    width: 34px;
    background-color: #fff;
}
label.fx {
    font: bold 11px Arial, Verdana, Helvetica;
    color: #0054e4;
}
#dropdown1 {
    width: 120px;
    background-color: #ece9d8;
    font: normal 11px Arial, Verdana, Helvetica;
}
h1 {
    font: bold 23px Arial, Verdana, Helvetica;
    color: #0a529c;
}

.rotator {
    margin-left: 0px;
}

.itemTemplate {
    width: 442px;
    height: 340px;
}
.presentation, .title, .presentation li {
    background-color: #fff;
    list-style-type: none;
}

red
{
    color: #FF0000;
    font-weight: 900;
}
shadow {
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 0px;
    -moz-box-shadow: 3px 3px 10px #333;
    -webkit-box-shadow: 3px 3px 10px #333;
    box-shadow: 3px 3px 10px #333;
}
#shadow_small {

    -moz-box-shadow: 1px 5px 10px #333;
    -webkit-box-shadow: 1px 5px 10px #333;
    box-shadow: 1px 5px 10px #333;
    background-color:#fff;
    
}

#shadow_small2 {

    -moz-box-shadow: 1px 1px 10px #333;
    -webkit-box-shadow: 1px 1px 10px #333;
    box-shadow: 1px 1px 10px #333;
    background-color: #E43B3B;
}

#shadow {

    margin-left: -40px;
    position: relative;
    left: 0;
    bottom:0%;
    -moz-box-shadow: 3px 3px 10px #333;
    -webkit-box-shadow: 3px 3px 10px #333;
    box-shadow: 3px 3px 10px #333;
    background-color:#fff;
}

learnMore
{
	text-shadow: #333 1px 2px 1px;
	padding: 10px 40px 10px 40px; 
	border-width: 1px; 
	border-right-style:inset; 
	font-family: 'Cambria'; 
	font-size: 20px;
    text-decoration:none;
}

.text_shadow
{
    text-shadow: #333 2px 3px 2px;
}

#dark{
	        background-color:#333;
	        border:1px solid #000;
	        padding:10px;
	        margin-top:20px;}
	
#light{
	        background-color:#FFF;
	        border:1px solid #dedede;
	        padding:10px;
	        margin-top:20px;}
	        
.button, .button:visited {
	        background: #222 url(http://gipsee.com/website/images/overlay.png) repeat-x;
            display: inline-block;
            padding: 5px 10px 6px;
            color: #fff;
            text-decoration: none;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
            -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
            text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
            border-bottom: 1px solid rgba(0,0,0,0.25);
            position: relative;
            cursor: pointer;
}
        .button:hover {-moz-box-shadow:4px 4px 6px rgba(0,0,0,0.6);
            -webkit-box-shadow:4px 4px 4px rgba(0,0,0,0.6);
            box-shadow:4px 4px 4px rgba(0,0,0,0.6);}
        
        .button:disabled {}
                
        .button:active							{ top: 1px; }
	    .small.button, .small.button:visited    { font-size: 11px}
        .button, .button:visited,
        .medium.button, .medium.button:visited      { font-size: 15px;
                                                      font-weight: bold;
                                                      line-height: 1;
                                                      padding: 15px 20px 15px
      
                                                      text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
                                                    }
 
        .large.button, .large.button:visited      { font-size: 20px;
                                                  padding: 8px 15px 8px 15px; }
 
        .super.button, .super.button:visited            { font-size: 34px;
                                                  padding: 8px 14px 9px; }
        .pink.button, .magenta.button:visited   { background-color: #e22092; }
        .pink.button:hover                  { background-color: #c81e82;text-decoration:none }
        .green.button, .green.button:visited    { background-color: #91bd09;}
        .green.button:hover                     { background-color: #749a02;color:#f5f6ba;text-decoration:none  }
        .red.button, .red.button:visited        { background-color: #e62727;}
        .red.button:hover                   { background-color: #cf2525;text-decoration:none }
        .orange.button, .orange.button:visited  { background-color: #ff5c00; }
        .orange.button:hover                { background-color: #d45500; }
        .blue.button, .blue.button:visited              { background-color: #2981e4; }
        .blue.button:hover                  { background-color: #31578d;color:#f5f6ba;text-decoration:none }
        .yellow.button, .yellow.button:visited  { background-color: #ffb515; }
        .yellow.button:hover                { background-color: #fc9200;text-decoration:none }

    .logo_cell
    {
        width: 33%;
        text-align: right;
        height: 90px;
    }
    .big_caption
    {
        margin: 0 0 0 60px;
        color: #FFFFFF;
        font-family: 'Cambria'; font-size: 30px;
        text-align: left;
        text-shadow: #333 2px 2px 2px;
    }
    .small_caption
    {
        font-size: 20px;
        font-family: 'Cambria';
        padding: 1% 40px 0 3%;
        color: #FFFFFF;
        text-shadow: #333 1px 2px 2px;
        width: 458px;
        height: 52px;
        display:block;
    }
    .small_caption_green
    {
        font-size: 24px;
        font-family: 'Cambria';
        padding: 20px 40px 0 60px;
        color: #BCFF6E;
        text-shadow: #333 1px 2px 2px;
        width: 458px;
        height: 52px;
    }
    .tiny_caption
    {
        font-size: 10px;
        font-family: 'Cambria';
        padding: 20px 40px 0 60px;
        color: #FFFFFF;
        text-shadow: #333 1px 2px 2px;
        width: 458px;
        height: 52px;
    }
    .medium_caption_green
    {
        font-size: 28px;
        padding: 10px 40px 0 60px;
        font-family: 'Cambria';
        color: #BCFF6E;
        text-shadow: #333 1px 2px 2px;
        width: 659px;
        height: 47px;
    }
    .medium_caption
    {
        font-size: 26px;
        padding: 10px 40px 0 60px;
        font-family: 'Cambria';
        color: #fff;
        /*text-shadow: #fff 1px 1px 1px;*/
        width: 659px;
        height: 47px;
    }
    .medium_caption_light
    {
        font-size: 28px;
        font-family: 'Cambria';
        padding: 10px 40px 0 60px;
        color: #fff;
        text-shadow: #333 1px 2px 2px;
        width: 659px;
        height: 47px;
        text-align: left;
    }
    .big_caption_dark
    {
        margin: 0 0 0 60px;
        color: #ff6d31;
        font-family: 'Cambria'; font-size: 30px;
        text-align: left;
        text-shadow: #bbb 2px 2px 2px;
    }
    .small_caption_dark
    {
        font-size: 20px;
        font-family: 'Cambria';
        padding: 20px 40px 0 60px;
        color: #326b26;
        text-shadow: #fff 1px 1px 1px;
        width: 460px;
        height: 52px;
    }
    .medium_caption_dark
    {
        font-size: 28px;
        font-family: 'Cambria';
        padding: 10px 40px 0 60px;
        color: #444b42;
        text-shadow: #fff 1px 1px 1px;
        width: 460px;
    }   
    .huge_caption_dark
    {
        margin: 0 0 0 60px;
        color: #F90000;
        font-family: 'Cambria'; font-size: 40px;
        text-align: left;
        text-shadow: #000 2px 0px 10px;
    }
h1{
	padding:10px 20px 10px 0; margin:0;
	height:auto;
	font-family:  Arial, Helvetica, sans-serif;	
	font-size: 16pt;
	text-align: left;
    color: #33751F; 
    text-shadow: #ccc 1px 2px 2px;
}

h2{
	padding:1px 20px 1px 15px; margin:0;
	height:auto;
	font-family: "Myriad Web Pro";
    font-weight: 700;
    font-size: 14px;
	text-align: left;
    color: #2E2929;
    text-shadow: #333 1px 1px 1px;
}

h3{
	padding:1px 20px 1px 20px; margin:0;
	height:auto;
	font-family: "Knockout 51 Middleweight";
    font-weight: normal;
    font-size: 18px;
	text-align: left;
	color: #ffeebb;
	text-shadow: #333 1px 1px 3px;
}

h4{
	padding:5px 20px 1px 0px; margin:0;
	height:auto;
	color: #660066;	
	font-size: 11pt;
	text-align: left;
}

h5{
	padding:2px 20px 2px 20px; margin:0;
    color: #E3DFDF; 
    font-size: 11px;
	text-align: left;
}

h6{
	padding:10px 20px 1px 5px; margin:0;
	height:auto;
	font-size: 18px;
	text-align: left;
	color: #888;	
}

/*--------------------------------------*/

FIELDSET 
{
	border: solid 1px #CCC;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	padding: 1em 2em;
	margin: 1em 0em;
}
			
LEGEND {
	color: #666;
	font-size: 16px;
	padding: 0em .5em;
}
			
PRE {
	font-family: "Courier New", monospace;
	font-size: 11px;
	color: #666;
	background: #F8F8F8;
	padding: 1em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
			
/* Custom dialog styles */
#popup_container.style_1 {
	font-family: Georgia, serif;
	color: #A4C6E2;
	background: #005294;
	border-color: #113F66;
}
			
#popup_container.style_1 #popup_title {
	color: #FFF;
	font-weight: normal;
	text-align: left;
	background: #76A5CC;
	border: solid 1px #005294;
	padding-left: 1em;
}
			
#popup_container.style_1 #popup_content {
	background: none;
}
			
#popup_container.style_1 #popup_message {
	padding-left: 0em;
}
			
#popup_container.style_1 INPUT[type='button'] {
	border: outset 2px #76A5CC;
	color: #A4C6E2;
	background: #3778AE;
}