@charset "UTF-8";
/* CSS Document */

/*global styles*/

body {
	background-color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666; /*grey*/ 
	font-size: 100%; /*base is 16px*/
}

.container {
    background-color: #fff;
}

hr {
        background:#FFFFFF none repeat scroll 0 0;
        color:#FFFFFF;
        height:0;
        margin:0;
}

h1{font-size: 1.25em; color: #006633;}/* 20px*/

h2 {font-size: .875em;} /* 14 px*/

ul, ol {font-size: .875em; line-height: 1.2em; list-style: none; *font-size: .775em;/*ie fix*/} /*14px*/

p {line-height:1.2em; } /*14px*/

img {border:0 none;} 

a:link img, a:visited img, a:hover img, a:active img, a:focus img {
    border:0 none;
    border-right-color:#ffffff;
    color:#ffffff;
    text-decoration:none;
}

a {
font-size: inherit;
color: #006633;/*green*/
text-decoration: underline;}

a:focus, a:hover {
    font-size: inherit;
    text-decoration: underline;
    color: #FFCB05;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;}

.searchresults {
   margin-bottom: 10pt;
}

.searchresultsurl {
  color: #006633;
}

ul.nobullet {
  margin-left: 0;
  padding-left: 1;
  list-style-type: none;
  list-style-position: outside;
}

.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0;
}

/*--------- drop down menu styles for public site only-----------*/

#topNavPub {
    float: left;
    margin-top: 17px;
    *margin-top: 0px;/*ie fix*/
    height: 41px;
    font-size: .95em;
}

#topNavPub ul {
    float: left;
    margin: 0 0 0 0;
    padding: 5px 9px;
    /*width: 130px;*/
    /*text-align: left;*/
    border-right: thin;
    border-right-color:#fff;
    border-right: 1px solid #fff;
}

#topNavPub ul h3 { 
    font-size: 1.2em;
    padding-left: 0px;
    padding-right: 6px;
    padding-bottom: 8px;
    margin-right: -9px;
    *font-weight: bold;/*ie fix*/
}


#topNavPub a, #topNavPub h3 {
    color:#FFF;
    display: block;
    margin: 0;
    padding: 2px;
    text-decoration: none;
}

#topNavPub ul.last {
    border-right: none;
    border-right-color:#006633;
    border-right: 0px solid #006633;
}

#topNavPub li {
    position: relative;
    margin-top: 4px;
    *margin-top: 9px;/*ie fix*/
    *margin-bottom: 2px;/*ie fix*/
}

#topNavPub ul ul {
    position: absolute;
    z-index: 500;
    top: 10;
    padding: 10px 0;
    margin-left: -10px;
    background-color: #006633;
    border-right:0px none;
    font-size: .98em;
    *font-size: 1em;/*ie fix*/
}


#topNavPub ul ul a:hover {
    text-decoration: underline;
}

div#topNavPub ul ul,
div#topNavPub ul li:hover ul ul,
div#topNavPub ul ul li:hover ul ul
{display: none;}

div#topNavPub ul li:hover ul,
div#topNavPub ul ul li:hover ul,
div#topNavPub ul ul ul li:hover ul
{display: block;}

.aboutUs {
    width: 120px;
    padding: 0px 12px;
}

.elementary {
    width: 100px;
    padding: 0px 12px;
}

.juniorHigh {
    width: 100px;
    padding: 0px 12px;
}

.highSchool {
    width: 100px;
    padding: 0px 12px;
}

.homeSchool {
    width: 100px;
    padding: 0px 12px;
}

.international {
    width: 100px;
    padding: 0px 12px;
}

.athletics {
    width:67px;
    padding: 0px 12px;
}

/*header styles*/

#header {
	height: 192px;
	background-image:url(/images/gilbert-christian-schools_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
        color: #333333;
}

.headerText {
	text-indent: -9999px;
	display: none; /*removes element from the flow*/
}

#infoBox {
	margin-top: 10px;
        margin-left: 20px;
}

#infoBox p {
	color: #FFFFFF;
	padding-bottom: 1em;
}

#infoBox a {
        font-size: .95em;
        color: #006633;
	border-right: thin;
	border-right-color:#006633;
	border-right: 1px solid #006633;
        padding: 0px 10px;
}

#infoBox a.first {
	padding-left: 3px;
}

#infoBox a.last {
	border-right: none;
	border-right-color:#006633;
	border-right: 0px solid #006633;
}

#find {
	font-size: .85em;
	padding-top: 27px;
        padding-left: 20px;
}

#address {
    font-size: .85em;
    padding-top: 27px;
}

#address .name {
    font-size: 1.25em; 
    color: #006633;/* 20px*/
    font-weight: bold;
    margin-bottom:0em;
}

/*-- form styles --*/

form #search_button {
    float: left;
    padding-left: 20px;
}

input.field {
    height: 22px;
}

#find .button {
    font-size: 1em;
    vertical-align:middle;
    *vertical-align:top; /*ie fix*/
    padding: 2px 4px;
    *margin: 9px 0px; /*ie fix*/
    font-family:Arial,Helvetica,sans-serif;
}

/*main content styles*/

#main-content {
    padding: 15px 30px;
    color: #666666;
    font-size: .875em;
}

#main-content a {
    font-size:inherit;
}

#main-content img.floatLeft { 
    float: left; 
    margin-right: 10px;
    border: 1px;
}

#main-content img.floatRight { 
    float: right; 
    margin-left: 10px;
    border: 1px; 
}

#main-content h3 {
    padding-bottom:0.35em;
    border-bottom: thin;
    border-bottom-color:#CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    margin-bottom:0.75em;
    font-size: 1.25em;
    line-height:1.25;
}

#right-main-content {
    padding-left: 20px;
}

#left-main-content ul {
    list-style-position:outside;
    list-style-type:disc;
    margin: 0 0 20px 40px;
    font-size:1em;
}

#left-main-content ol {
    list-style-position:outside;
    list-style-type:decimal;
    margin: 0 0 20px 40px;
    font-size:1em;
}

#feature2 {
    border: thin;
    border-color:#CCCCCC;
    border: 2px solid #CCCCCC;
    margin: 0 0 10px 0;
}

#feature3 {
    border: thin;
    border-color:#CCCCCC;
    border: 2px solid #CCCCCC;
    margin: 0 8px 10px 0;
}

#feature3 p {
    margin:0 0 1em 0;
}

#feature3 ul {
    font-size:1em;
    list-style-position:outside;
    list-style-type:none;
    margin:10px 0 15px 10px;
}

#secondary-content {
    padding-top: 15px;
}


#secondary-header {
    height: 43px;
    background-image:url(/images/gilbert-christian-schools_48.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

#secondary-header h3 {
    color: #ffffff;
    font-size: 1.25em;
    border-bottom: none;
    border-bottom-color:#CCCCCC;
    border-bottom: 0px solid #CCCCCC;
    padding: 12px 0px 0px 10px;
    *font-weight: bold;/*ie fix*/
    *padding: 10px 0px 0px 10px;/*ie fix*/
}

#secondary-content-text {
    padding: 12px 12px 8px 12px;
}

#secondary-content-text img {
    padding: 0 7px;
}

#secondary-content-text ul, ol {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 0 10px 5px;
    padding:0 0 5px 0;
    border-bottom: thin;
    border-bottom-color:#CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#tertiary-header {
    height: 43px;
    background-image:url(/images/feature3-header.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

#tertiary-header h3 {
    color: #ffffff;
    font-size: 1.25em;
    border-bottom: none;
    border-bottom-color:#CCCCCC;
    border-bottom: 0px solid #CCCCCC;
    padding: 12px 0px 0px 10px;
    *font-weight: bold;/*ie fix*/
    *padding: 10px 0px 0px 10px;/*ie fix*/
}

.breadcrumbs {
    color: #666666;
    font-size: 1.1em;
    padding-top:15px;
}

.breadcrumbs a:link {
    color: #006633;
}

.breadcrumbs a:visited {
    color: #006633;
}

.breadcrumbs a:hover {
    color: #FFCB05;
}

.breadcrumbs a:active {
    color: #FFCB05;
}

#feature {
    border: thin;
    border-color:#CCCCCC;
    border: 2px solid #CCCCCC;
}

#feature-header {
    height: 43px;
    background-image:url(/images/gilbert-christian-schools_25.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

#feature-header h3 {
    color: #666666;
    font-size: 1.25em;
    border-bottom: none;
    border-bottom-color:#CCCCCC;
    border-bottom: 0px solid #CCCCCC;
    padding: 16px 0px 0px 10px;
    *font-weight: bold;/*ie fix*/
    *padding: 12px 0px 0px 10px;/*ie fix*/
}

#feature-content {
    padding: 12px 12px 8px 12px;
}

#feature-content img {
    border: thin;
    border-color:#666666;
    border: 1px solid #666666;
}

#gallery {
	padding: 0px;
	height: 255px;
	width: 630px;
	z-index:25;
}

/*footer styles*/

#footer {
	height: 40px;
	background-image:url(/images/gilbert-christian-schools_57.jpg);
	background-repeat: repeat-x;
	background-position: left top;
        color: #ffffff;
        padding: 5px 20px 0px 20px;
        font-size:.75em;
}

#footer p {
    margin:10px 0 0 0;
}

#footer a {
    font-size: inherit;
    color: #ffffff;/*white*/
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
    color: #cccccc;/*gray*/
}


/*site map styles*/

#sitemap ul li {
    margin: 7px 0px 0px 0px;
}

#sitemap ul li ul {
    margin:0 0 7px 40px;
}

/*ie message*/

#ie-message {
background:#C00;
text-align:center;
border-bottom:1px solid #900;
color: #fff;
position:absolute;
top:0;
padding:3px;
width:100%;
font-size: 90%;
height: 20px;
}

#ie-message a {
color: #fff;
}
