/* Start of CMSMS style sheet 'goggans' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
	text-align: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;

}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #385C72;
}

/*****************
basic layout 
*****************/
body {
	background-color: #F5E5D0;
	color: #321107; /* gives some air for the pagewrapper */
	background-image: url(images/cms/bkgd.gif);
	background-repeat: repeat-x;
}

/* center wrapper, min max width */
div#pagewrapper {
	color: #321107;
	width: 820px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#pagewrapper2 {
	background-image: url(images/cms/bkgd02.gif);
	background-repeat: repeat-y;
        position: relative;
        float: left;
	width: 820px;

}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 177px; /* adjust according your image size */

}

div#header h1 a {
   background-image: url(images/cms/image01.jpg);/* you can set your own image here */
   display: block; 
   height: 177px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#submenu {
	width: 800px;


}
div#submenu ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
div#submenu li { 
   margin-left: -1px;
   float: left; 
}
div#submenu a {
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #006699;
}
div#submenu .whatwedo a {
	background-image: url(images/cms/whatwedo.gif);
	height: 55px;
	width: 176px;
	text-indent: -3000px;
}
div#submenu .whatwedo a:hover {
	background-image: url(images/cms/whatwedo_over.gif);
	height: 55px;
	width: 176px;
}
div#submenu .gallery a {
	background-image: url(images/cms/gallery.gif);
	height: 55px;
	width: 196px;
	text-indent: -3000px;
}
div#submenu .gallery a:hover {
	background-image: url(images/cms/gallery_over.gif);
	height: 55px;
	width: 196px;
}
div#submenu .contact a {
	background-image: url(images/cms/gallery.gif);
	height: 55px;
	width: 180px;
	text-indent: -3000px;
}
div#submenu .contact a:hover {
	background-image: url(images/cms/contact_over.gif);
	height: 55px;
	width: 180px;
}
div#submenu .career a {
	background-image: url(images/cms/career.gif);
	height: 55px;
	width: 192px;
	text-indent: -3000px;
}
div#submenu .career a:hover {
	background-image: url(images/cms/career_over.gif);
	height: 55px;
	width: 192px;
}

div#search {
	float: right;
	width: 768px;     /* enough width for the search input box */
	text-align: right;
	margin-right: 10px;
	_margin-right: 5px;
	height: 33px;
	padding-top: 10px;
	padding-right: 30px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
   border-bottom: 1px solid #f6e6d0;
   background-image: url(images/cms/contentbkgd.gif);
}

div#search input {
	border: 1px solid #e5ba7e;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #321107;
}
div#search .button {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #321107;
	background-image: url(images/cms/submit.gif);
	height: 24px;
	width: 24px;
	text-indent: -3000px;
       border: none;
}


div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
	margin: 0px 10px 0px 10px;
}
div#homecontent {
	background-image: url(images/cms/contentbkgd.gif);
	background-repeat: repeat-x;
	padding: 30px;
        padding-bottom: 15px;
	float: left;
	width: 738px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #f6e6d0;
        position: relative;
        background-color: #FFF;
	line-height: 18px;
}
div#main {
	float: left;
	width: 474px;
	_width: 472px;
	margin-left: 0;
	background-color: #FFFFFF;
	background-image: url(images/cms/contentbkgd.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	position: relative;
        padding: 30px;
        margin-left: 3px;
        _margin-left: 1px;
}


div#sidebar {
	float: left;
	width: 261px;
	margin-left: 0;
	position: relative;
}
div#sidebar1 {
	float: left;
	width: 201px;
	margin-left: 0;
	background-color: #FFFFFF;
	background-image: url(images/cms/contentbkgd.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
        border-bottom: 1px solid #f6e6d0;
	position: relative;
        padding: 30px;
}
div#sidebar2 {
	float: left;
	width: 201px;
	margin-left: 0;
	background-color: #FFFFFF;
	background-image: url(images/cms/contentbkgd.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
        border-bottom: 1px solid #f6e6d0;
	position: relative;
        padding: 30px;
}
div#sidebar3 {
	float: left;
	width: 201px;
	margin-left: 0;
	background-color: #FFFFFF;
	background-image: url(images/cms/contentbkgd.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	position: relative;
   padding: 30px;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {


     /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;
   color: #dca250;
   background-color: #f5e5d0; 
   background-image: url(images/cms/footer.gif);
   background-repeat: no-repeat;
   height: 90px;
}


div#footer p a {
   color: #dca250; /* needed becouse footer link would be same color as background otherwise */
	text-decoration: underline;
}

div#footer p a:hover {
   color: #dca250; /* needed becouse footer link would be same color as background otherwise */
	text-decoration: none;
}
div#footer .left {
      width: 400px;
      float: left;
      text-align: left; 
      padding-left: 10px;
      padding-top: 50px;
	position: relative;
}
div#footer .right {
      width: 400px;
      float: right;
      text-align: right; 
      padding-right: 10px;
      padding-top: 50px;
	position: relative;
}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #a32f03; 
   font-size: 18px; 
   text-align: left; 
/* some air around the text */
   padding-bottom: 10px;
/* and some air under the border */
   margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
div#content h3 {
   color: #67280a; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
	text-transform: uppercase;

}
div#content h4 {
   color: #67280a; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}
div.line {
	color: #dad69d;
	height: 9px;
	background-image: url(images/cms/line.gif);
	width: 100%;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

div#sidebar1 ul {
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: none;
}
div#sidebar1 li {
	background-image: url(images/cms/arrow.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 15px;
	background-position: 0px 3px;
}


/* END LISTS */

/* image styles */

.imageRight {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* end image styles */



/* forms */

.forms .input input {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #321107;
	border: 1px solid #e5ba7e;
        width: 175px;
}
.button input {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #d38a21;
	background-image: url(images/cms/button.gif);
	background-position: right top;
	height: 24px;
	padding-right:  25px;
	padding-left: 10px;
	padding-top: 0px;
	border: none;
}
.captcha img {
	margin: 5px;
	border: 1px solid #f6e6d0;
}

.forms .required {
        color: #a32f03;
}
/* end forms */

/* polls */
.pollinput input {
	background-image: none;
	height: 24px;
	vertical-align: top;
}
.polllabel label {
	background-image: none;
	height: 20px;
        padding-top: 10px;

}

.submit input,
.pollresults .fbsubmit,
.pollvoteform #peek,
.pollvoteform #vote,
#returntovote {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #d38a21;
	background-image: url(images/cms/button.gif);
	background-position: right top;
	height: 24px;
	padding-right:  25px;
	padding-left: 10px;
	padding-top: 0px;
	border: none;
}

#fbsubmit3,
#fbsubmit4,
.button input
.pollresults .fbsubmit,
.pollvoteform #peek,
.pollvoteform #vote,
#returntovote {
	#font-family: "Trebuchet MS", Arial;
	#font-size: 11px;
	#color: #000;
	#background-image: none;
	#padding:  0;
	#font-style: normal;

}

div.resultlabel {
       width:130px;
       float: left;
        position: relative;
	vertical-align: top;
}
div.resultvotes {
       width:70px;
       float: left;
        position: relative;
	vertical-align: top;
}
.pollsubmit .resultlabel, 
.pollsubmit .resultvotes {
       padding-top: 15px;
       padding-bottom: 15px;
}
.pollresultlist b{
        padding-top: 20px;
        color: #a32f03;
)
/* end polls */


.contactform fieldset {
        width:453px;
        padding-left: 5px;
        padding-right: 5px;
	border: 1px solid #621b00;
        background-color:#ebe7df;
        margin-bottom: 10px;

}
.contactform legend{
        padding-left: 10px;
        padding-right: 10px;
	border: 1px solid #b8d645;
	background-color: #f1f7da;

}
/* End of 'goggans' */

