/********* CSS RESET *********/
html, body, div, form, label, input, textarea, h1, h2, h3, h4, h5, h6, p, a,ul ,ol, blockquote, img {
  margin:0; padding:0;
}

img
{
    border: 0;
}

hr
{
    border: none;
    background-color: lightgray;
    color: lightgray;
    height: 1px;
    clear:both;
}

/********* TEXT AND FONT *********/
@font-face
{
    font-family: 'gothiccg_no2';
    src: url('/content/images/gothic_cg_no2.eot');
    src: url('/content/images/gothic_cg_no2.eot?#iefix') format('embedded-opentype'), url('/content/images/gothic_cg_no2.woff') format('woff'), url('/content/images/gothic_cg_no2.ttf') format('truetype'), url('/content/images/gothic_cg_no2.svg#GothicCG_No2') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'gothiccg_no3';
    src: url('/content/images/gothic_cg_no3.eot');
    src: url('/content/images/gothic_cg_no3.eot?#iefix') format('embedded-opentype'), url('/content/images/gothic_cg_no3.woff') format('woff'), url('/content/images/gothic_cg_no3.ttf') format('truetype'), url('/content/images/gothic_cg_no3.svg#GothicCG_No3') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul .contentlist { margin:.5em 1.0em 1.0em .5em  !important;margin-left:3em !important}
.licontenttight { padding-top:.2px;padding-bottom:.2px;margin: 0px 1.0em 0px .5em  !important;margin-left:2em !important;color:#666 !important;font-size:14px !important;font-weight:normal !important}
.licontent { margin:.5em 1.0em 1.0em .5em  !important;;margin-left:2em !important;color:#666 !important;font-size:14px !important;font-weight:normal !important}
.licontentnobold { margin:.5em 1.0em 1.0em .5em  !important;;margin-left:2em !important;color:#666 !important;font-size:14px !important;}
.licontent > a { font-weight:bold }

p > a
{
    color: #ce0842;
    text-decoration: none !important;
    font-weight: bold;
}

li > a
{
    color: #ce0842;
    text-decoration: none !important;
    font-weight: normal;
}

p
{
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.4 !important;
    padding: 0 0 10px 0 !important;
    text-align: justify !important;
}

ul > li 
{
   color: #666;
}



p > li ul, li ol {
	margin:0 1.5em;
}
p > ul, ol
{
    margin: 0 1.5em 1.5em 1.5em;
}
p > ul > li
{
    list-style-type: disc;
}
ol
{
    list-style-type: decimal;
}

.datehead
{
    color: #082b5b;
    font-weight: bold;
}
.topRule
{
}
#spacerarea
{
    height: 400px;
}

h2
{
    display: block !important;
    font-family: gothiccg_no2 !important;
    font-size: 1.5em !important;
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0.05em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    padding: 0 0 5px 0 !important;
    font-weight: bold !important;
    color: #082b5b !important;
}

h3
{
    display: block !important;
    font-family: gothiccg_no2 !important;
    color: #082b5b !important;
    font-weight: normal !important;
    padding-bottom: 5px;
}

h5
{
    display: block;
    font-family: gothiccg_no2 !important;
    color: #082b5b !important;
    font-weight: normal !important;
    padding-bottom: 5px;
}

html
{
    font-family: Arial, Helvetica, Tahoma, sans-serif !important;
}
div.content
{
    width: 1000px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top:40px;
    /*-webkit-margin-before: 2.5em !important;*/
}
#content h1
{
    font-size: 20px;
    color: #082b5b;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 20px 0;
}
#content p
{
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    padding: 0 0 20px 0;
}
#content strong
{
    color: #222;
}
#content p a
{
    color: #ce0842;
    text-decoration: none;
}
#content p a:hover
{
    color: blue;
    text-decoration: underline;
}

.row
{
    clear: both;
}

/********* TABLES *********/
table
{
    font-size: 14px;
    border-bottom: solid 1px #bbb;
}
table.full-width
{
    width: 100%;
}
th
{
    border-bottom: solid 1px #bbb;
    background-color: #ddd;
    text-align: left;
    padding: 8px 10px;
    color: #082b5b;
}
tr
{
    background-color: #f5f5f5;
}
td
{
    padding: 8px 10px;
    margin: 0;
    color: #666;
    border-bottom: solid 1px #fff;
}


/********* IMAGES *********/
img.thumbright
{
    margin: 0 0px 0px 15px; 
}
img.thumbleft
{
    margin: 0 15px 0px 0px;
}
img.thumbbanner
{
    margin: 15px 0px 15px 0px;
}

/********* COMMON TEMPLATE *********/
#header
{
    width: 1000px;
    margin: auto;
}
#nav
{
    width: 1000px;
    margin: auto;
}
#slider-container
{
}
#slider
{
    width: 1000px;
    margin: auto;
}
#content
{
    width: 1000px;
    margin: auto;
}
#footer
{
    width: 1100px;
    margin: auto;
}


/********* HEADER *********/
#header-container
{
    background-color: #f7f8fa;
}
#header
{
    padding: 15px 0 0 0;
    position: relative;
}
/*Slogan*/
#header .slogan
{
    position: absolute;
    width: 265px;
    height: 34px;
    left: 335px;
    top: 15px;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(/content/img/slogan.gif);
}
#header .slogan span
{
    visibility: hidden;
}
/*Contact us link*/
#header .contact-us
{
    position: absolute;
    top: 15px;
    right: 165px;
    border-right: solid 1px #c6c6c8;
    height: 60px;
    padding: 0 15px 0 0;
}
#header .contact-us a
{
    color: #b5b5b5;
    font-weight: bold;
    font-family: gothiccg_no2, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
#header .contact-us a:hover
{
    color: #ce0842;
}
/*Social buttons*/

#header .social-buttons 
{ 
    height: 30px;  
    position: absolute; 
    right: 100px;  
    top: 55px;  
    width: 208px;
}

.social-buttons .twitter-button 
{ 
    left: -70px;  
    position: absolute;  
    top: 0; 
}

.social-buttons .fb-like
{
    position: absolute;
    top: 0;
    left: 65px;
}

#header .login
{
    position: absolute;
    top: 15px;
    right: 0;
}
#header .login a
{
    display: block;
    width: 152px;
    height: 30px;
    background: url(/content/img/login-button.gif) no-repeat red;
    border-radius: 6px;
    box-shadow: 0 0 2px #000;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
#header .logoff
{
    position: absolute;
    top: 15px;
    right: 0;
}
#header .logoffb a
{
    display: block;
    float: left;
    width: 152px;
    height: 30px;
    background:url(/content/img/Log-off-button.png) no-repeat red;
    border-radius: 6px;
    box-shadow: 0 0 2px #000;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/*#header .accdisplay
{
    position: absolute;
    display: block;
    float: left;
}*/
#header .accdisplay a 
{
    color: #ce0842;
    background: none;
    text-decoration: none;
}
#header .login a:hover
{
    box-shadow: 0 0 4px #000;
}
.loginmenuhide
{
    display: none;
}
.loginmenushow
{
    display: block;
}
.buttonmenuhide
{
    display: none;
}
.buttonmenushow
{
    display: block;
}
.loginmenu
{
    float: right;
    vertical-align: top;
}
.hideform
{
    display: none;
}
.showform
{
    display: block;
}

/*Searchbox*/
#header .searchbox
{
    position: absolute;
    top: 52px;
    right: 0;
    width: 150px;
    border: solid 1px #9c9c9c;
    background-color: white;
}
#header .searchbox input
{
    border: none;
    float: left;
    width: 120px;
    height: 20px;
    margin: 0 0 0 2px;
}
#header input.search
{
    float: right;
    width: 20px;
    height: 20px;
    margin: 0;
}


/********* NAVIGATION MENU *********/
#nav-container
{
    background-color: #f7f8fa;
    margin-bottom: -1px;
    border-bottom: solid 8px #082b5b;
}
#nav ul
{
    text-align: justify;
    /*text-align-last: justify;*/
    text-justify: newspaper;
    line-height: 0;
    font-size: 1px;
    position: relative;
    margin-bottom: -1px;
}

#nav li 
{
       display:inline-block; 
       font-family:GothicCG_No3, PTSansNarrowRegular, Arial, sans-serif; 
       font-size:16px; 
       line-height:1;
    text-transform: uppercase;
}

li.helper
{
    width: 100%;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
#nav li a
{
    display: block;
    text-decoration: none;
    color: #666;
    padding: 0 0 10px 0;
}
#nav li a:hover
{
    color: #ce0842;
}

#nav li a.opened
{
    background: url(/content/img/triangle.png) center bottom no-repeat;
    color: #ce0842;
}
/*Submenu*/
#nav ul ul
{
    position: absolute;
    background-color: #ce0842;
    top: 26px;
    left: 0;
    color: white;
    z-index: 300;
    width: 1000px;
    padding: 3px 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 5px black;
    display: none;
    text-align: left;
}
#nav ul ul li
{
    text-transform: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, sans-serif;
    position: relative;
}
#nav ul ul li a
{
    color: white !important;
    border: solid 1px #ce0842;
    padding: 2px 10px;
    border-radius: 5px;
}
#nav ul ul li a:hover
{
    color: white;
    border-right: solid 1px #e54575;
    border-bottom: solid 1px #e54575;
    box-shadow: 2px 2px 3px rgba(0,0,0,.3) inset;
}
/*Additional settings*/

/********* SLIDER *********/
#slider-container
{
    background: url('/content/img/slider-bg.jpg') center no-repeat #082b5b;
    height: 300px;
}
#slider
{
    width: 1000px;
    margin: auto;
    height: 300px;
    overflow: hidden;
}
#slider .slide
{
    position: relative;
}
#slider .slide .text
{
    width: 420px;
    color: white;
    position: absolute;
    left: 0;
    top: 25px;
}
#slider .slide .title
{
    font-family: gothiccg_no3, Arial Black, Arial;
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    line-height: 1;
}
#slider .slide span
{
    display: block;
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}
#slider .slide .picture
{
    position: absolute;
    top: 25px;
    right: 0px;
}


/********* HOME PANEL 1 *********/
#home-panel-1
{
    margin: 6px 0 0 0;
    font-size: 14px;
}
#home-panel-1 .part
{
    width: 290px;
    float: left;
    margin-right: 60px;
    margin-bottom: 20px;
}
#home-panel-1 .part2
{
    margin-left: 40px;
    width: 270px;
    margin-right: 0;
}
#home-panel-1 .part3
{
    margin: 0;
    float: right;
    width: 280px;
}
#home-panel-1 h2
{
    color: #ce0842 !important;
    font-family: gothiccg_no3, Arial Black, Arial, sans-serif !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    font-size: 38px !important;
}
#home-panel-1 h2 span
{
    display: block;
    font-size: 18px !important;
    color: #ce0842;
    font-family: gothiccg_no2, Arial Black, Arial, sans-serif !important;
    margin-bottom: -5px !important;
}
#home-panel-1 span
{
    color: #666;
}
/*Learn more button*/
#home-panel-1 .learn-more
{
    display: block;
    margin: 15px 0 0 0;
}
#home-panel-1 .learn-more a, a.learn-more
{
    display: block;
    width: 91px;
    height: 24px;
    background: url(/content/img/learn-more.gif) no-repeat #d8426e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 2px #000;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#home-panel-1 .learn-more a:hover, a.learn-more:hover
{
    background-color: #9e0834;
    box-shadow: 0 0 4px #000;
    -webkit-box-shadow: 0 0 6px black;
}


/********* HOME PANEL 2 *********/
#home-panel-2-container
{
    background-color: #f7f8fa;
    clear: both;
    margin: 20px 0 0 0;
}
#home-panel-2
{
    width: 1000px;
    margin: auto;
    height: 100%;
    overflow: hidden;
    padding: 5px 0 10px 0;
}
#home-panel-2 .part
{
    float: left;
}
#home-panel-2 .part2
{
    margin: 0 0 0 40px;
}
#home-panel-2 h2
{
    height: 35px !important;
    color: #ce0842 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-family: gothiccg_no2, Arial, sans-serif !important;
}
/*Controls*/
.controls
{
    float: right;
    padding: 23px 0 0 0;
}
.control
{
    margin: 9px 0 0 0;
}
.control a
{
    background-image:url(/content/img/controls.gif) ;
    display: block;
    height: 42px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; 
    width: 215px;
 }
 
.page-a .controls
{
    padding: 0;
    margin: 0 0 20px 0;
    float: none;
}


/*Controls normal state*/
.register-school a
{
    background-position: 0 0;
}
.price-quote a
{
    background-position: 0 -42px;
}
.refer-teacher a
{
    background-position: 0 -84px;
}
.current-issues a
{
    background-position: 0 -126px;
}
/*Controls hover state*/
.register-school a:hover
{
    background-position: 215px 0;
}
.price-quote a:hover
{
    background-position: 215px -42px;
}
.refer-teacher a:hover
{
    background-position: 215px -84px;
}
.current-issues a:hover
{
    background-position: 215px -126px;
}


/********* CONTENT *********/
.page
{
   padding: 0 0 0 0px; 
}

.page #content
{
    padding: 30px 0 0 0;
}
.page .main-content
{
    float: left;
    width: 750px;
}
.page .sidebar
{
    float: right;
    width: 220px;
}
.page-a .page-menu
{
    width: 200px;
    float: left;
    margin: 0 20px 0 0;
}
.page-a .main-content
{
    width: 530px;
}

/********* PAGE MENU *********/
.page-menu li
{
    list-style: none;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
}
.page-menu li a
{
    display: block;
    background-color: #082b5b;
    padding: 6px 10px;
    margin: 0 0 3px 0;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    margin-right: 10px;
}

.page-menu li.expandable a
{
    background: #082b5b url(/content/img/li-expandable.gif) right top no-repeat;
    margin-right: 0;
    border-radius: 5px 0 0 5px;
}
.page-menu li.expanded a
{
    background: #ce0842 url(/content/img/li-expandable.gif) right bottom no-repeat;
}

.page-menu li ul li a
{
    background-color: #e5e5e5 !important;
    color: #666;
    margin-right: 10px !important;
    background-image: none !important;
    border-radius: 5px !important;
}
.page-menu li ul li a:hover
{
    background-color: #d5d5d5 !important;
    color: #333;
}




/********* SUB SECTION *********/
#sub-section
{
    border-top: 1px solid lightgray;
    height: 50px;
    width: 1000px;
    margin: auto;
    margin-top:20px;    
    padding:10px 0;
    position: relative;
    clear: both;
    background: url(/content/img/sub-section.gif) 237px center no-repeat;
}
#sub-section .section1, #sub-section .section2
{
    float: left;
}
#sub-section .section2
{
    text-align: right;
    width: 600px;
    position: absolute;
    float: none;
    right: 250px;
    top: 50%;
    margin: -11px 0 0 0;
}
#sub-section .section2 span
{
    visibility: hidden;
}
#sub-section .social-icons
{
    float: right;
    margin: 10px 0 0 0;
}
/*Social icons*/
.social-icons a
{
    display: block;
    margin-left: 5px;
    float: left;
    width: 24px;
    height: 22px;
    background: url(/content/img/social-icons.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/*Social icons normal state*/
.social-icons .facebook
{
    background-position: 0 0;
}
.social-icons .twitter
{
    background-position: -24px 0;
}
.social-icons .youtube
{
    background-position: -48px 0;
}
.social-icons .instagram
{
    background-position: -72px 0;
}
.social-icons .vine
{
    background-position: -96px 0;
}
/*Social icons hover state*/
/*.social-icons .email:hover
{
    background-position: 0 24px;
}
.social-icons .facebook:hover
{
    background-position: -24px 24px;
}
.social-icons .twitter:hover
{
    background-position: -48px 24px;
}
.social-icons .youtube:hover
{
    background-position: -72px 24px;
}
.social-icons .flickr:hover
{
    background-position: -96px 24px;
}*/



/********* FOOTER *********/
#footer-container
{
    background-color: #082b5b;
    clear: both;
    padding-bottom: 10px;
    width:100%;
}
/*Links*/
#footer .links
{
    /*text-align: justify;*/
    /*text-align-last: justify;*/
    text-justify: newspaper;
    line-height: 0;
    font-size: 1px;
    padding: 20px 0 20px 0;
}
#footer .links .section
{    
    padding-right:10px;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    vertical-align: top;
    color: white;
}

#footer .links .title 
{    
    font-size: 13px; 
    font-style: normal;  
    font-weight: 900;  
    text-transform: uppercase;
}

#footer .links .helper
{
    width: 100%;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: none;
}
#footer .links li
{
    list-style: none;
    text-align: left;
}
#footer .links ul
{
    margin: 15px 0 0 0;
    line-height: 1.3;
    text-align: left;
}
#footer .links ul ul
{
    padding: 0 0 0 5px;
    margin: 0 0 5px 0;
}
#footer .links a
{
    color: white;
    text-decoration: none;
}
#footer .links a:hover
{
    text-decoration: underline;
}


/*Contact details*/
#footer .contact-details
{
    color: white;
    text-align: center;
    font-size: 12px;
}

/* Left menu */
.lmSection
{
    display: table;
    width: 100%;
    margin-top: 30px;
}

.lmItem
{
    display: inline-block;
    float: left;
    width: 305px;
    padding-right: 28px;
}

.lmItem .h1
{
    font-family: gothiccg_no3;
    font-size: 20px;
    text-transform: uppercase;
    color: #ce0842;
}

.lmItem .h2
{
    font-family: gothiccg_no3;
    font-size: 45px;
    text-transform: uppercase;
    color: #ce0842;
}

.lmItem .text
{
    font-family: Arial;
    font-size: 15px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* ----------------- photo section ------------------ */

.phSection
{
    display: table;
    width: 100%;    
}

.phItem
{
    display: inline-block;
    float: left;
    padding-right: 50px;
}

.phItem .h1
{
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ce0842;
    line-height: 30px;
}



/* --------------------- vertical menu ----------------------- */

.vertmenu
{
    float: left;
    padding-left: 40px;
    width: 20%; 
}

.vmenu 
{
    display: inline-block;
    float: left;
}

.imagetext{  background: none repeat scroll 0 0 #082B5B;float: left;margin: 0px 0px 0px 0px;padding: 0;width: 215px;}
.imagetext p { margin-top:0px; padding:15px !important; color:#FFFFFF !important;  font-family:Arial, Helvetica, sans-serif;}
.sideimage{ margin:0px; padding:0px; background:url("../images/sideimage.png") no-repeat scroll 0 0 transparent; float:left; width:215px; height:241px;}
.sideimage p { margin-top:250px; padding:0px 15px !important; color:#FFFFFF !important;  font-family:Arial, Helvetica, sans-serif;}
.name{  color: #FFFFFF;font-size: 13px;padding: 10px 2px 0px 0px;margin: 0; text-align:right;}

.vmenu div
{
    width: 158px;
    height: 55px;
    cursor: pointer;
    margin: 6px 0px;
}

.vmSchool
{
    background-image: url(/content/images/school_01.png);
}

.vmSchool:hover
{
    background-image: url(/content/images/school_02.png);
}

.vmTravel
{
    background-image: url(/content/images/travel_01.png);
}

.vmTravel:hover
{
    background-image: url(/content/images/travel_02.png);
}

.vmTeacher
{
    background-image: url(/content/images/teacher_01.png);
}

.vmTeacher:hover
{
    background-image: url(/content/images/teacher_02.png);
}

.vmIssues
{
    background-image: url(/content/images/issues_01.png);
}

.vmIssues:hover
{
    background-image: url(/content/images/issues_02.png);
}

/* ------------------------ left menu ------------------------- */

ul.lmenu
{
    display: inline-block;
    float: left;
    padding: 2px 0 0 0;
    margin: 0px;
    list-style-type: none;
}

ul.lmenu li
{
    background-repeat: no-repeat;
    width: 189px;
    margin-bottom: 3px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    line-height: 24px;
    text-indent: 12px;
    color: #fff;
}

ul.lmenu > li
{
    background-image: url(/content/images/lm.png);
}

ul.lmenu > li:hover
{
    background-image: url(/content/images/lm_sel.png);
}

ul.lmenu ul
{
    margin-top: 3px;
    padding: 0px;
    list-style-type: none;
    display: none;
}

ul.lmenu ul > li
{
    background-image: url(/content/images/lm_sub.png);
    color: #666;
}

ul.lmenu ul > li:hover
{
    background-image: url(/content/images/lm.png);
    color: #fff;
}

.bodySection
{
    display: inline-block;
    float: left;
}

/******************* PRICE QUOTE, REFER A TEACHER, FAQ PAGES CSS START HERE *********************/

.register-school a 
{ 
    background-position: 0 0; 
}

#content form strong
{
    color: #082B5B;
    font-size: 16px;
}

#content form
{
    color: #666666; 
    width:75%; 
    float:left;
}

#content form label
{
    float: left;
    width: 300px;
    clear: both;
    text-align: right;
    margin: 8px 10px 0 0;
}
#content form input[type=password]
{
    float: left;
    width: 300px;
    height: 27px;
    margin: 5px 0;
    border: 1px solid #C7C9C9;
    color: #666666;
    box-shadow: 0 0 10px #C7C9C9 inset;
    padding-left: 4px !important;
}
#content form input[type=submit]
{
    float: left;
    width: 300px;
    height: 27px;
    margin: 5px 0;
    border: 1px solid #C7C9C9;
    color: #666666;
    box-shadow: 0 0 10px #C7C9C9 inset;
    padding: 4px 0 0 0;
}
.forminputcheckbox
{
    float: left;
    height: 27px;
    margin: 5px 0;
    color: #666666;
    padding: 4px 0 0 0;
}
#content form input[type=text], #content form select
{
    float: left;
    width: 300px;
    height: 27px;
    margin: 5px 0;
    border: 1px solid #C7C9C9;
    color: #666666;
    box-shadow: 0 0 10px #C7C9C9 inset;
    padding-left: 4px !important;
}
#content form input[type=datetime], #content form select
{
    float: left;
    width: 300px;
    height: 27px;
    margin: 5px 0;
    border: 1px solid #C7C9C9;
    color: #666666;
    box-shadow: 0 0 10px #C7C9C9 inset;
    padding-left: 4px !important;
}
#content form input[type=email], #content form select
{
    float: left;
    width: 300px;
    height: 27px;
    margin: 5px 0;
    border: 1px solid #C7C9C9;
    color: #666666;
    box-shadow: 0 0 10px #C7C9C9 inset;
    padding-left: 4px !important;
}
#content form input[type=select], #content form select
{
    float: left;
    width: 305px;
    height: 27px;
    margin: 5px 0;
    border: 1px solid #C7C9C9;
    color: #666666;
    box-shadow: 0 0 10px #C7C9C9 inset;
    padding: 4px !important;
}
#content form textarea
{
    float: left;
    width: 304px;
    margin: 5px 0;
    color: #666666;
    box-shadow: 0 0 10px #C7C9C9 inset;
    border: 1px solid #C7C9C9;
    height: 70px;
}
#content form .submit-btn
{
    clear: both;
    float: left;
    margin: 5px 0 0 42%;
    padding: 0 0 25px 0;
}
#content form .submit-btn input
{
    background: #9E0834 url("/content/images/submit-bg.png") no-repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 0 0 1px;
    width: 91px;
    height: 24px;
    border-radius: 5px;
}
#content form .submit-btnlarge input
{
    background: #9E0834 url("/content/images/submit-bg-large.png") no-repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 0 0 1px;
    width: 100px;
    height: 24px;
    border-radius: 5px;
}
#content form .submit-btnextralarge input
{
    background: transparent url("/content/images/submit-bg-extralarge.png") no-repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;  
    padding: 0 0 1px;
    width: 150px;
    height: 24px;
    border-radius: 5px;
}
#content form .submit-btn input:hover
{
    background-color: #9E0834;
    box-shadow: 0 0 4px #000000;
}

#content.faq h1 
{ 
    color: #082B5B; 
    display: block; 
    font-family: gothiccg_no2; 
    font-size: 1.5em;  
    font-weight: bold;   
    padding: 0 0 0 0px; 
    margin: 0 0 0 0px;
}

#content.faq h2
{
    color: #666666;
    display: block;
    font-family: gothiccg_no2;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0 0 0 0px;
}

#content.faq p 
{
    color: #666666;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 20px;
    text-align: justify;
}

#content.faq p a
{ 
    color: #CE0842;
    font-weight: bold;
    text-decoration: 
    none !important;
}

#content.faq p a:hover{ color:#6674ce;}
#content.faq p
{
    color: #333333;
}

/********* DEBUG *********/
#header
{
    height: 75px;
}

#headermessage
{
    height: 30px;
    width: 1000px;
    margin: auto;
    margin-bottom:15px;
    color:#CE0842;
    font-size:larger;
    border-style:solid;
    border: 1px;
    border-color: #CE0842;
}

#nav
{
}
#slider-container
{
}
#slider
{
}
#content
{
}
#footer
{
}

input.submit-btn, button.submit-btn
{
    
    background: transparent url("/content/images/submit-bg.png") no-repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 0 0 1px;
    width: 91px;
    height: 24px;
    border-radius: 5px;
}

input.submit-btnextralarge, button.submit-btnextralarge
{
    
    background: transparent url("/content/images/submit-bg-extralarge.png") no-repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 0 0 1px;
    width: 130px;
    height: 24px;
    border-radius: 5px;
}

.small 
{
    font-size:10px;
}
    
.italic 
{
    font-style:italic;
}    

.text 
{
    color:#666;    
}    

.goth 
{
    font-family: gothiccg_no2;
    }

.h3 {font-size: 1.4em;}    

.red 
{
    color: #CE0842;
text-decoration: none !important;
    }

.blue 
{
    color:#082B5B;
}    

.bold 
{
    font-weight: bold;
}        

input.invalid, select.invalid
{
    background: #ffff99;         
    border: 1px solid red !important;
}    
    
input.valid, select.valid
{
    background: inherit;         
    border: inherit;
}

.field-validation-error{ color: red; font-weight: bold; }
.field-validation-valid { color: inherit;font-weight: inherit;}
.input-validation-error{ background: #ffff99; border: 1px solid red !important; }
.input.field-validation-valid {background: inherit; border: inherit;}

label.error {
    color: red;
    font-weight: bold;
    margin-top: 2px;
}

label.blue {
    display: block !important;
    font-size: 5px !important;
    font-family: gothiccg_no2 !important;
    color: #082b5b !important;
    font-weight: normal !important;
    font-size: 15px !important;
}

label.blueheading {
    display: block !important;
    font-family: gothiccg_no2 !important;
    color: #082b5b !important;
    font-weight: bold !important;
    font-size: 20px !important;
    padding-bottom: 15px;
}

label.bluemain {
    display: block !important;
    font-family: gothiccg_no2 !important;
    color: #082b5b !important;
    font-weight: bold !important;
    font-size: 22px !important;
    padding-bottom: 20px;
}

label.bluebiggest {
    display: block !important;
    font-family: gothiccg_no2 !important;
    color: #082b5b !important;
    font-weight: bold !important;
    font-size: 26px !important;
    padding-bottom: 5px;
}

