/* Start of CMSMS style sheet 'elliots' */
/*****************
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 {
   background: #fff;
   font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
   font-size: 62.5%;
   line-height: 1.8em;
   color:#fff;
}

/*
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
*/

a,
a:link 
a:active
a:visited {
   text-decoration: none;
   background-color: inherit; 
   color: #000; 
}


a:hover {
   text-decoration: none;
   color: #03bbfc;
}

/*****************
basic layout 
*****************/
body {
   background: #fff;
   margin:0;
   height:100%;
}

div#pagewrapper {
   margin: 0 auto;
   background: url(images/cms/shim.jpg) top left repeat-x;
   width:100%;
}

#topnav {width:958px; height: 34px; line-height:34px; margin:0 auto;}

#headwrapper {width:958px;  height: 207px; margin: 0 auto;}

div#header {
   height: 139px; background: url(images/cms/header.jpg) top left repeat-x;;
}

div#header h1 a {
   background: url(images/cms/logo.jpg) no-repeat; 
   display: block; 
   height: 108px;
   width: 200px;
   text-indent: -999em;
   text-decoration:none;
   position: relative;
   left:730px;
}

div#search {
   float: right;
   width: 27em;
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 5px 30px 0 30px;
}


div#content {
margin: 0 auto; width: 938px; padding: 0 10px;
}

div#main {
   width:618px; float:left; padding: 20px 20px 20px 10px;
}

div#sidebar {
   padding: 20px 10px;
   float:left;
   width:260px;
}

.homebutton_top {width: 260px; height: 112px; padding: 10px; background: url(images/cms/homebutton_top.png);}
.homebutton_middle {width: 240px; padding: 5px 20px; background: url(images/cms/homebutton_mid.png);}
.homebutton_bottom {width: 280px; height: 70px; text-align:center; line-height:60px; background: url(images/cms/homebutton_btm.png);}
.homebutton_bottom2 {width: 280px; height: 15px; text-align:center; line-height:60px; background: url(images/cms/homebutton_btm2.png);}
.homebutton_top2 {width: 280px; height: 15px; background: url(images/cms/homebutton_top2.png);}


div#footer {
   clear:both;       /* keep footer below content and menu */
   background: #fff;
}


#footercontent {width:950px; margin: 0 auto; background: url(images/cms/logos.jpg) top right no-repeat ; }

#footer_left {width: 375px; float: left; padding: 0 10px 0 20px;}
#footer_right {width: 482px; float:right; padding: 0 10px;}

#footer p {color: #666; font-size:1em; line-height:1.8em; padding: 1.5em 0 1.5em 20px;}
#footer a, footer a:visited { 
		text-decoration:none;
		border-bottom:dotted 1px;
		color:#379bff;
		}
#footer a:hover {
 border-bottom:dotted 1px #ff6600;
 color:#ff6600;
		}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   border-bottom: 1px solid #ccc;
}



/********************
CONTENT STYLING
*********************/

.topright {font-size:12px; float:right; color:#ccc; padding: 0 20px 0 0; margin:0; line-height:34px;}
.topleft {font-size:12px; float:left; color:#ccc; padding:0 0 0 13px; margin:0; line-height:34px;}
.topleft a, .topright a {color:#ccc; text-decoration:none; font-weight: bold;}
.topleft a:hover, .topright a:hover {color:#fff; text-decoration:none;}

/* HEADINGS */

h2, h3, h4, h5 {letter-spacing:-0.055em;}

div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}

h3 {font-size:1.8em; font-weight:bold; color:#fff; padding:0 0 0.6em 0; margin:0;}
h3 a {}

div#content h4 {font-size:1.4em; font-weight:bold; padding:0; color: #17294e; }

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:1.4em;
   line-height:1.4em;
   padding: 0 0 15px 0;
}

.button_txt, .button_txt a {font-size:20px; font-weight:bold; color:#00aeef; padding:0; line-height:1em;}
.button_txt span {font-size:16px; font-weight:normal; color:#333;}
.button_txt a:hover {color:#333;}

#sidebar p {color: #666;}
#gmapmarker p {color: #000; font-size: 1em;}

.formp {font-size: 1.2em; width: 250px;}

.cpost-title {margin:0; padding: 0 0 15px 0;}

#textarea p {background:#fff;}

blockquote.style1 {
  font: 16px Georgia, "Times New Roman", Times, serif;
  color: #333;
  padding: 8px;
  margin: 5px;
  background: url(images/cms/q1.jpg) top left  no-repeat ;
  text-indent: 23px;
  }
  blockquote.style1 span {
     display: block;
     background: url(images/cms/q2.jpg) bottom right no-repeat;
   }
   blockquote.style1 strong {font-size: 13px;}
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 */
}

/* END TEXT */

/* LISTS */
div#main ul { 
}
div#main ul li{
   font-size: 13px;
    margin: 0 2em 0.5em 2em;
   color:#fff;
   font-weight: bold;
   line-height:1.4em;
}

.right {float:right; padding:0 0.5em;}
.clear {clear:both;}

/* END LISTS */

/* FORM */

.contactform table {padding: 8px;}

.contactform {border: 1px solid #0293b3; width: 620px;}
.contactform fieldset {padding: 1.2em; color: #fff;} 
.contactform fieldset legend {font-weight: bold; margin-bottom: 15px;}
.contactform {background: #014756; padding-bottom:15px;}
.contactform textarea {width:500px; height:200px;}
.contactform fieldset {border: none;}
.contactform p {padding:0;}
.elliot textarea {background:#dee7ee; margin-bottom: 15px; width: 300px; border: 1px solid #666; height: 22px;}
.elliot select {margin-bottom: 15px;}
.elliot2 textarea {height: 150px; background:#dee7ee; margin-bottom: 15px; width: 300px;  border: 1px solid #666;}
.submit {margin-bottom: 10px; padding-left: 18em;}
.elliot label, .elliot2 label {float: left; width: 14em; font-size: 1.2em;}
.elliot3 {background:#dee7ee; width: 145px; border: 1px solid #666; height: 20px;}
.captcha {padding-left: 18em;}
.captcha input {height: 22px; background:#dee7ee; margin-bottom: 15px; width: 300px;  border: 1px solid #666;}
.error_message {padding: 2em 0 0 15em; font-size: 1.2em; color: #ef3f32; font-weight: bold;}
input:focus, textarea:focus, input.submit:focus {background-color:#fff;}

/* END FORM */
/* End of 'elliots' */

