/* CSS Document */

ul{
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 5px;
	font-size: 1em;
	color: #333333;
	margin-top: 0px;
	padding-left: 25px;
	line-height: 1.7em;
	}
li {
	text-align: left;
	text-indent: -13px;
}	
li a {
	color: #007495;
}


h2 {
	font-size: 1.4em;
}
.contentl {
	width: 560px;
}
.cmid {
	margin-left: 40px;
}
.clearer2 {
	clear: left;
	height: 2px;
	width: 10px;
}
.examples {
	width: 875px;
	margin-left: 100px;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: left;
	float: left;
}
.examples img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	margin-right: 5px;
	height: 120px;
	width: 163px;
}
.slidercontent {
	width: 500px;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #F7F7F7;
	border: 3px solid #FC0;
}
.bquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1em;
}
.qtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1em;
}
/*--Controls left and right boxes for customers create page--*/
.leftcontent {
	float: left;
	width: 180px;
	margin-top: 20px;
	margin-left: 10px;

}

.leftcontent img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	margin-right: 5px;
	height: 120px;
	width: 163px;
}

.rightcontent {
}
#options {
}
#options a {
	margin-top: 10px;
	float: left;
	background-color: #FC0;
	margin-right: 10px;
	color: #333;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 1px solid #F90;
	height: 35px;
	width: 150px;
	padding: 10px;
	text-align: center;
	background-image: url(../img/navbg3.jpg);
	background-repeat: repeat-x;
}
#options a:active {
}
#options a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #930;
	background-image: none;
}
#options a:focus {
}