/* Start of CMSMS style sheet 'ARKS : Main' */
* {
  margin:0;
  padding:0;
}

body {
   text-align:left;
   font-family:"Times New Roman", Times, serif;
   font-size: 14px;
   background-color: #B5985A;
   color: #41317f;
   margin:1em;
}

/*div {
   font-size: 14px;
}*/

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
  /* color: #cc6714;  */
   color: #7B58FF;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #7B58FF;
}

a:hover {
   text-decoration:underline;
   color: #360ECF;
}

body {

}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;
   max-width: 800px;
   min-width: 800px;
   background-color: #fff;
   background:#fff url(/skin_images/top_corners.gif) no-repeat center top;
}

div#header {
   margin-bottom:2px;
   padding-left: 10px;
}

div#header h1 {
   font-size: 32px;
   color: #ff6600;
   line-height:1em;
   margin:0;
   text-align:left;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

div#colorbar_top {
	width:600px;
	height:53px;
	margin-top:15px;
	background-color:#41317f;
	vertical-align:top;
}

div#slogan {
   padding-left: 30px;
   padding-top:15px;
   font-size: 18px;
   color: #fff;
   font-family:"Times New Roman", Times, serif;
   float:left;
   font-style:italic;
}

div#contact {
	margin-top:10px;
	padding-right:10px;
                padding-left: 5px;
	float:right;
	color:#fff;
                text-align: center;
                border-left: 1px dotted #fff;
    width:140px;
}

div#contact a {
	color:#fff;
}

div#contact a:hover {
	text-decoration:underline;
}

div#search {
   width: 20px;  
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em 1.5em 1em;
   color: #666666;
}

div#search input {
   margin: 4px 0 0 0;
   color: #666666;
}

div#content {
   color: #41317f;
   font-size: 14px;
   margin-left:220px;
   padding-left:0px;
   /* width:580px;*/  Important
   width: 570px; /* minus 6px due to ie6 */
   text-align: justify;
}
/*html>body div#content {
width: 500px;
} */


div#leftsidebar {
   float: left;
   width: 220px;
   display: inline; */ /* FIX IE double margin bug */
   /* margin-left: 0; */
}

/*div#logos {
   margin-top: 10px;
   border-top: 1px dotted #cccccc;
   border-bottom: 1px dotted #cccccc;
   width: 100%;  
   text-align: center;
}*/

/*div#logos img {
   padding-top: 20px;
   padding-bottom: 20px;
}*/


/*div#rightsidebar {
   float: right;
   width: 175px;
   
}*/

div#footer {
   clear: both;
   /* background-color: #575352; */
   background-color: #2F235D;
   color: #fff;
}

div#footer p {
   font-size: 0.8em;
   padding: 3px;
   text-align: center;
   margin: 0;
}

div#footer p a {
   color: #fff;
   /* border-bottom:1px dotted #89817F; */
   text-decoration: underline;
}

div#footer p a:hover {
   color: #fff;
   /* background-color: #575352; */
   text-decoration: none;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   /*padding-bottom: 1em;*/
   border-bottom: 1px dotted #c0c0c0;
   margin-top: 15px;
margin-bottom: 15px;
}

h1 {
   color: #666666; 
   font-size: 15px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h2 {
   color: #41317f; 
   font-size: 18px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}


h3 {
   color: #666666; 
   font-size: 13px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

h4 {
   color: #666666; 
   font-size: 12px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h5 {
   color: #666666; 
   font-size: 11px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   /*font-size: 1em;*/
   margin: 0 0 0.8em 0; /* some air around p elements */
   line-height: 1.6em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
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%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   font-size: 14px;
   line-height: 1.6em;
   margin: 0 0 1.5em 0em;
}

div#content ul li,
div#content ol li {
  margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

#thought_box {
	background:url(/userfiles/thought_top.gif) no-repeat top left;
	padding-top:14px;
	widht:394px;
}

#thought_content {
	background:url(/userfiles/thought_grad.gif) repeat-y center;
	width: 394px;
}

.thoughts {
	padding-right:30px;
	padding-left:30px;
	color:#FFFFFF;
}

#thought_bottom {
	background:url(/userfiles/thought_bottom.gif) no-repeat top left;
	padding-top:14px;
}

#photos {
	color:#FFFFFF;
	width:150px;
}

.formbuilderform td{
	padding-left:10px;
}

.spacing {
	padding-top:10px;
}

.spacing2 {
	padding-top:10px;
                margin-bottom:0px;
}

.spacing2b {
	background:#E1DAFC;
	padding-top:10px;
}

.form_color {
	background:#E1DAFC;
	padding-top:10px;
}

.form_color p{
	margin-bottom:0px;
}

.group_box1 {
	background:#E1DAFC;
}

.spacing2c {
       background:#E1DAFC;
}

.spacing2c input {
       margin-left:130px;
}

select {
     min-width:50px;
}

.testimonial1 {
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
        margin-top: 10px;
        padding-left:8px;
        padding-right:8px;
}

.testimonial2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
        margin-top: 10px;
        padding-left:8px;
        padding-right:8px;
}

#testimonialA {
	position:absolute;
	background:url(/skin_images/test_top.gif) no-repeat top left;
	width: 335px;
	top:480px;
	left:41%;
	padding-top:7px;
        z-index:90;
        visibility:hidden;
}

#testimonialB {
	position:absolute;
	background:url(/skin_images/test_top.gif) no-repeat top left;
	width: 335px;
	top:610px;
	left:41%;
	padding-top:7px;
        z-index:90;
        visibility:hidden;
}

#testimonialC {
	position:absolute;
	background:url(/skin_images/test_top.gif) no-repeat top left;
	width: 335px;
	top:730px;
	left:41%;
	padding-top:7px;
        z-index:90;
        visibility:hidden;
}

.test_inside {
	padding-left:8px;
	padding-right:8px;
	font-size:12px;
        color:#ffffff;
	background-color:#2E235F;
        padding-bottom:1px;
	font-family:Arial, Helvetica, sans-serif;
}

.test_close {
	float:right;
	font-weight:bold;
	cursor:pointer;
        margin-left:18px;
        font:Arial, Helvetica, sans-serif;
        font-size:14px;
}

.test_bottom {
	background:url(/skin_images/test_bottom.gif) no-repeat top left;
	padding-top:7px;
}

.required input{
     width:300px;
}

.fbsubmit {
   margin-top:12px;
   margin-bottom:12px;
}

.error_message {
   color:red;
   font-weight: bold;
}
/* End of 'ARKS : Main' */

