﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #fff;
    font-size: 12px;
    font-family: "Trebuchet MS","Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.8em;
}

/* EMBED FONTS - CSS3
----------------------------------------------------------*/
@font-face
{
    font-family: EuroStyle;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/EUROSTY0.eot);    /* IE */
    src: local("EuroStyle"), url(/fonts/EuroStyle_Normal.ttf) format("truetype"); /* non-IE */
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1em;
    color: #666666;
    text-transform: none;
    font-weight:normal;
    margin-bottom: 0px;
}

h1
{
    font-size: 2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 4px ridge blue;
    color: #666;
    font-family: EuroStile;  
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
    border-bottom: 1px solid #2525F5;
    margin-top: 0px;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.mainWrapper 
{
    display: block;
    width: 950px;
    padding: 5px 0px;
    margin: 0px auto;
    background: transparent url(../images/gic_images/mnBack.png) repeat-y top left;
}
.page
{
    width: 890px;
    background: #FFFFFF;
    margin: 0px auto;
    border: 0px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: FFF;
    width: 890px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    width: 870px;
    
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    background: url('../images/gic_images/footer2.png') no-repeat scroll -21px top transparent;
    height: 100px;
    color: Fuchsia;
    padding: 0px;
    margin: 0px auto 10px;
    text-align: center;
    line-height: normal;
    width: 950px;
    border: 0px solid #FFF;    
}
.footerInside
{
    border: 2px solid #fff;
    margin: 0px auto;
    height: 55px;
    background-color: #F2F2F2;
    width: 898px;
    position: relative;
    left: -1px;
}
.footerInside span
{
    display: block;
    color: #000;
    margin: 10px;
    text-align: center;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    float: right;
    background: transparent url(../images/gic_images/mnCover.png) no-repeat top left;
    border: 0px solid #888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.menu
{
    padding: 0px;
    float: right !important;
    width: 690px;
    display: block;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    float: right !important;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: transparent;
    border: 0px #4e667d solid;
    color: #FFF !important;
    display: block;
    line-height: 1.35em;
    padding: 10px 20px;
    text-decoration: none;
    white-space: nowrap;
    font-weight : bold;
}

div.menu ul li 
{
    padding: 0px;
    margin: 0px;   
}

div.menu ul li a:hover
{
    text-decoration: none;
    background: transparent url(../images/gic_images/pointer.png) bottom center no-repeat;  
}

div.menu ul li a:active, .selected
{
    background: transparent url(../images/gic_images/pointer.png) bottom center no-repeat;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    margin: 0px 10px;
}
.title a, .title a img 
{
    border: 0px;
}

.loginDisplay
{
    font-size: 1em;
    display: block;
    text-align: right;
    padding: 0px 10px 16px;
    color: Black;
}

.loginDisplay a:link
{
    color: Black;
    text-decoration: none;
}

.loginDisplay a:visited
{
    color: Blue;
}

.loginDisplay a:hover
{
    color: Blue;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.ulList
{
    float: left;
}
/* Applications */
#application_insured ul 
{
    float: left;
    display: block;  
}
#application_insured ul li { color: #333; font-weight:normal; }
#application_insured ul li a 
{ 
    color: #333;
    font-weight: bold;
    text-decoration: none;  
    line-height: 1.8em;
}
.application_1 { width: 150px; }
.application_2 { width: 200px; }
.application_3 { width: 325px; }
.insured_phone
{
    display: block;
    float: left;
    width: 300px;
}
.banners_granada_insurance, .login_granada_insurance, .insured_phone, .ads_granada_rightSide
{
    display: block;
    float: left !important;  
    padding: 0px;
    margin: 0px; 
}
.banners_granada_insurance     
{
    width: 500px; 
    height: 300px; 
    border: 0px solid #27A2F2;
    background: transparent url(/images/gic_images/banners/gic_default.jpg) no-repeat bottom left;
}
.ads_granada_rightSide
{
    width: 116px;
    height: 300px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    background: transparent url(../images/gic_images/rightSide.jpg) no-repeat bottom right;
}
.ads_granada_rightSide a
{
    border: 0px;
}
.ads_granada_rightSide a img 
{
    border: 0px;
    margin: 0px;
    padding: 262px 6px 0px;
}
.login_granada_insurance 
{
    width: 320px; 
    height: 253px; 
    border: 0px solid #AAAAAA;
    -webkit-border-radius: 0px 35px 35px 0px;
    -moz-border-radius: 0px 35px 35px 0px;
    background: transparent url(../images/gic_images/back_login.jpg) no-repeat top right;
    padding: 10px 25px;
    margin: 27px 0px 0px;
}
.login_granada_insurance span
{
    color: #FFF;
    display: block;
    float: left;
    margin: 0px;
    padding: 4px 5px 1px;
    width: 115px;
    text-align: right;
}
.login_granada_insurance input.text,
.login_granada_insurance input.submit
{
    display: block;
    float: left;
    margin: 2px;
    padding: 4px 5px;
    width: 150px;
}
.login_granada_insurance input.checkbox 
{
    display: block;
    float: left;
    margin: 8px 3px;
    width: auto;
}
.login_granada_insurance span.checkbox
{
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.login_granada_insurance input.submit { width: 79px; margin: 0px; padding: 0px; }
.login_granada_insurance h3
{
    display: block;
    float: left;
    padding: 0px 10px;
    color: #0000FF;
    margin: 0px;
    font-weight: bold; 
}
.login_granada_insurance .become_an_agent
{
    color: #FFF;
    padding: 10px 10px 10px 40px;
}
.login_granada_insurance input.become_an_agent
{
    margin: 10px 2px;
    width: 156px;
    padding: 2px;
    color: #0000FF;
}
.login_granada_insurance a 
{
    color: White;
    text-decoration: none;
}
.login_granada_insurance hr
{
    color: #27A0F3;
    width: 85%;
    height: 1px;
    padding: 0px;
    margin: 0px auto !important;
}
.insured_phone             
{
    width: 330px; 
    height: 27px; 
    text-align: right; 
    margin: 0px 10px;
}
.info_become_an_agent, .login_become_an_agent 
{
    float: left;
    display: block;
    height: 300px;
    padding: 10px;
}
.info_become_an_agent   
{
    width: 500px; 
    border: 0px;
}
.login_become_an_agent 
{ 
    width: 300px;
    border: 1px solid #CCC;
    background: transparent url(../images/gic_images/background_box.png) no-repeat top left;
}
.sections { float: left; width: 525px; }
.sections .section
{
    width: 525px;
}
.sectionsAds
{
    width: 340px;
    float: right;
}
.sectionsAds img
{
    width: 320px;
    height: 192px;
    float: right;
    
}
.sections .section h4
{
    margin: 15px 0px;
}
.section span.short,    .section label.short,
.section span.medium,   .section label.medium,
.section span.large,    .section label.large
{
    display: block;
    float: left;
    margin: 5px;
    padding: 0px;
}
.section span.short   { width: 162px; }
.section span.medium  { width: 200px; } 
.section span.large   { width: 250px; }
.section input.short,    .section select.short,  .section textarea.short, 
.section input.medium,   .section select.medium, .section textarea.medium,
.section input.large,    .section select.large,  .section textarea.large,
.section input.super,    .section select.super,  .section textarea.super
{
    display: block;
    float: left;
    margin: 3px;
    padding: 2px;
}
.section input.short,  .section select.short,  .section textarea.short  { width: 160px; }
.section input.medium, .section select.medium, .section textarea.medium { width: 200px; }
.section input.large,  .section select.large,  .section textarea.large  { width: 240px; }
.section input.super,  .section select.super,  .section textarea.super  { width: 600px; }

.inputLarge 
{
    display: block;
    float: left;
    margin: 3px;
    padding: 2px;
    width: 600px;
}

/* --------------[ Slider ] --------------------*/
/* the root element for scrollable */
#MainContent_wizard 
{
	overflow: hidden;
	position: relative;
	width: 820px;
	/* height: 410px; */	
	padding: 15px;
}

/* scrollable items */
#MainContent_wizard #MainContent_Items 
{
	width: 20000em;
	clear: both;
	position: absolute;
}

/* single scrollable item called ".page" in this setup */
#MainContent_wizard .section 
{
	padding: 20px 20px;
	width: 800px;
	float: left;
}

#MainContent_wizard a:active 
{
    outline: medium none;
}

#MainContent_wizard #MainContent_Status
{
    height: 35px;
    margin: 0px;
    padding-left: 25px !important;
}
#MainContent_wizard #MainContent_Status .active 
{
    background-color: #B8128F;
    font-weight: normal;
}
#maincontent_wizardPanel .error
{
    border: 1px solid red;
    background-color: #FFF2F2;
}
.titleLoginBox
{
    color: white;
    font-size: 2.0em;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}
.forgotYourPassword
{
    display: block;
    padding: 0px;
    margin: 0px 0px 0px 135px;
}
.AboutUsBigDiv 
{
    width: 875px;
    background: transparent url(../images/gic_images/aboutUsBack.jpg) top left no-repeat; 
    height: 219px;
    border: 0px;   
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
}

.secTable
{
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.secRow
{
    display: table-row;
}
.secCellLeft
{
    display: table-cell;
    width: 35%;
    padding: 20px;
}
.secCellLeft ul, .secCell ul
{
    list-style: none;
    padding: 0px;
}
.secCellLeft ul li, .secCell ul li 
{
    background: transparent url(../images/gic_images/bulletLeft.png) top left no-repeat;  
    margin: 8px;
    padding-left: 25px;  
}
.secCellRight
{
    display: table-cell;
    width: 65%;
    padding: 20px;
}
/* -----------------[ Tables ]--------------- */
table tr td.mLeft, table tr td.mRight
{
    text-align: Left;
    width: 43%;   
    vertical-align: top;
    padding: 20px;
}
table tr td.mCenter
{
    text-align: Left;
    width: 43%;   
    vertical-align: top;
}
td.mCenter a
{
    background: transparent url(../images/gic_images/bulletLeft.png) no-repeat scroll 0 0;
    display: block;
    padding: 0px 0px 0px 25px;
    height: 17px;
    vertical-align: middle;
}

td.mLeft ul, td.mRight ul, td.mCenter ul, 
td.mLeft h4, td.mRight h4, td.mCenter h4
td.mLeft p,  td.mRight p,  td.mCenter p
{
    text-align: Left !important;
}

td.mLeft ul li a, td.mRight ul li a, td.mCenter ul li a
{
    color: #034af3 !important;
}

td.mCenter ul li 
{
    list-style-image: url(../images/gic_images/bulletLeft.png);
    
}
td.mRight ul li 
{
    list-style-image: url(../images/gic_images/bulletRight.png); 
}
td.mLeft ul li 
{
    list-style-image: url(../images/gic_images/bulletLeft.png);   
}
/* -----------------[ Tables ]----------------- */
.secCellRight ul
{
    list-style-image: url(../images/gic_images/bulletRight.png); 
}
.secCell 
{
    display: table-cell;
    width: 50%;
    padding: 20px;
    margin: 0px auto;
}
.secCellLong
{
    display: table-cell;
    width: 100%;
    padding: 20px;
    margin: 0px auto;
}
.secCell img
{
    display: block;
    margin: 0px auto;
}
.mainTable
{
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.mainRow
{
    display: table-row;
}
.mainCellLeft, .mainCellRight
{
    display: table-cell;
    margin: 0px;
    padding: 0px;
}
.mainCellLeft  { width: 75%; }
.mainCellRight { width: 25%; }

.targets 
{
    list-style-image: url(../images/gic_images/bulletRight.png);
    padding: 0px;
}
.targets li
{
    display: block;
    width: 315px;
    float: left;
    height: 22px;
}


.gicClassCodes
{
    margin-left:10px; 
    margin-top:10px;
    font-size:14px;
    line-height:16px;
}

.gicClassCodes a
{
    color:Blue; 
}

.gicClassCodes ul
{
    margin-left:0px;
}

.gicClassCodes li
{
    padding-bottom:5px;
}

.selectIndex
{
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    color:Blue;
    font-size:1.2em;
    padding-right:4px;
    }
    
.unselectIndex
{
    font-weight:normal;
    text-decoration:underline;
    text-align:left;
    color:Blue;
    padding-right:4px;
}

#slideshow 
{
    position: relative;
    height: 300px;
}
#slideshow img
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
#slideshow img.ads_active
{
    z-index: 10;
}
#slideshow img.last_active
{
    z-index: 9;
}

.BAA_ColumnLeft 
{
    width: 530px;
}
.BAA_ColumnRight
{
    width: 330px;
}

.BAA_ColumnLeft h4, .sections .section h4
{
    margin: 15px 0px 10px;
    font-weight: bold;
    display: block;
}

.modalProgressLightBkg 
{
    background:#CCCCCC;
	filter:alpha(opacity=25);
	opacity:0.4;
	z-index:100;
}

.locationModalPopup
{	    
	background-color: #ffffff;
	text-align:center;
	border: gray 1px solid;
	padding: 20px;
	font-family:Arial;
	font-size:11px;
	
}
