@charset "utf-8";
/* CSS Document */


#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	margin-top: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #00CC00;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: 00CC00;
	text-decoration: none;
}


/* formating for the container cell of the site/*/
#tablemain {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color:#FFFFFF;
}

#tablemain2 {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color:#FFFFFF;
}
#tablerightlinks{
	width: 100%;
	border: 1px solid #333333;
}

/* formating for the main links section of the site /*/
#thlinks{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	vertical-align: middle;	
}

#thfooter{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	font-weight: normal;	
}


/* used for the big space on the home page to the left of the 3x3 squares /*/
#thtboxhome {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* used for formatin the sayings on each page /*/
#thsay{
	text-align: center;
	vertical-align:middle;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-style: italic;
	font-weight: bold;
}

/* this is the border info for the main text cell/*/
#thleftcolumn {
	vertical-align: top;
	text-align:left;
}

/* this is the format for the row at the top of each page containing the pic and text/*/
#tabletoprow {
	border: 1px solid #000000;
}


/* this is the main cell for the text area for the pages/*/
#thcontent {
	padding: 6px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #000000;
	vertical-align: top;
	text-align:left;
	margin-right: 5px;
}

/* this is the main cell for the text area for testimonial/*/
#thcontent2 {
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #000000;
	vertical-align: top;
	text-align:left;
	margin-right: 5px;
}

/* formating for the cell on the right of the main page text /*/
#thrightlinkscell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align:top;
}

/* formating for the title of the table inside the cell on the right of the main page text, this section contains any extra links /*/
#thrightboxtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 20px;
	vertical-align:middle;
	font-weight: normal;
	text-align:center;
}

/* formating for the title of the main table /*/
#thtitlebox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 20px;
	vertical-align:middle;
	font-weight: normal;
	text-align:left;
}

/* formating for the table inside the cell on the right of the main page text, this contains any extra links in regards to the page you are currently viewing /*/
#thrightbox {
	vertical-align:top;
	padding: 4px;
	text-align:left;
}

/*Formating for non moving background/*/
#thnonmoveback {
	background-attachment: scroll;
	background-image: url(images/XimpleCloud.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size:12px;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
} 

/* used for features list /*/


/* used for the page titles /*/
#thpagetitle {
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: bottom;
}
/* Begin .Tlinks Class - to be used for the links on the very top of the site/*/
.Tlinks p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.5;
	margin-bottom: 0px;
}
.Tlinks a:link {
	color: #373737;
	text-decoration: none;
}
.Tlinks a:hover {
	color: #003300;
	text-decoration: none;
}

.Tlinks a:visited {
	color: #373737;
	text-decoration: none;
}
.Tlinks a:active {
	color: #003300;
	text-decoration: none;
}
/* End .Rlinks Class/*/


/* Begin .Rlinks Class - to be used for text for the cell on the right of the main text area/*/
.Rlinks h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
	word-spacing: 3px;
}
.Rlinks h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	letter-spacing: 2px;
	word-spacing: 3px;
}

.Rlinks h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	letter-spacing: 2px;
	word-spacing: 3px;
}
.Rlinks p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.5;
	margin-bottom: 0px;
}
.Rlinks li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height:inherit;
	list-style-position: outside;
	margin-bottom: 8px;
	list-style-type: none;
	margin-top: 8px;
	color:#000000;
}
.Rlinks ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}

.Rlinks a:link {
	color: #373737;
	text-decoration: none;
}
.Rlinks a:hover {
	color: #003300;
	text-decoration: none;
}

.Rlinks a:visited {
	color: #373737;
	text-decoration: none;
}
.Rlinks a:active {
	color: #003300;
	text-decoration: none;
}

/* End .Rlinks class/*/

/* Begin .content Class - this is to be used for formating the text in the content cell /*/
.content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1000ad;
	letter-spacing: 2px;
	word-spacing: 3px;
	padding-left:5px;
	margin-bottom: -12px;
}
.content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #1000ad;
	letter-spacing: 2px;
	word-spacing: 3px;
	padding-left:5px;
	margin-bottom: -10px;
}

.content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #1000ad;
	letter-spacing: 2px;
	word-spacing: 3px;
	margin-bottom: -8px;
}
.content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.5;
	margin-bottom: 0px;
}
.content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:inherit;
	list-style-position: outside;
	padding-right: 5px;
	margin-bottom: 8px;
	list-style-type: disc;
	margin-left: 20px;
}
.content ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* End .content class/*/

/* Begin .features Class - this is to be used for formating the text in the content cell /*/
.features table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	border-style: none;
	list-style-position: outside;
	list-style-type: disc;
	margin: 2px;
	padding: 2px;
}

.features tr  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;

}

.features td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	margin: 2px;
	padding: 2px;
}

/* Begin .features Class - this is to be used for formating the text in the content cell /*/
.features2 table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	border-style: none;
	list-style-position: outside;
	list-style-type: disc;
	margin: 2px;
	padding: 2px;
}

.features2 tr  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;

}

.features2 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	margin: 2px;
	padding: 2px;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
fieldset {
	width: 450px;
	padding: 10px;
}

.codeexample{
background-color:#FFFFCC;
border: 1px solid #E1E100;
}


