body {
	background-color: #e0ddd9;
	margin: 0px;
	padding: 0px;
	color: #1a1a1a;
}

a {
	color: #000;	width: auto;
	border-width: 1px;
	border-style: dotted;
	border-color: #000;
	text-decoration: none;
	padding: 4px;
	font: bold 9px "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

a:hover {
	background-color: #C6F312;
	width: auto;
}

a:visited {
	background-color: #bdeb48;
	width: auto;
}

a img {
	border: none;
	text-decoration: none;
}

p {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
}

small {
	color: #fff;
	font: bold 10px "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

strong {
	text-decoration: none;
	border-bottom: 1px dashed;
	font-weight: bold;
	border-bottom-color: #1e1e1e;
}

h1 {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #383838;
}

h2 {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

h3 {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #C6F312;
	padding: 3px;
	background-color: #7b7575;}

h4 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	color: #383838;
	padding: 0;
	letter-spacing: 0.5px;
}

ol {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 10px;
}

ol li {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	right: 20px;
	font: 15px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	padding: 5px;
	color: #000;
}

ol li a {
	font-weight: bold;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	color: #383838;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
}

ol li a:hover {
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #C6F312;
	background-color: #7b7575;
}

div#test-accordion {
    margin: 10px;
    border: 1px solid #aaa;
}

div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle {
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #eee;   
    cursor: pointer;
}

div.accordion-toggle-active {
	background: #fff;	
}

div.accordion-content {
    overflow: hidden;	/* required for effect */
    background: #aaa;
}

acronym {
	color: #2f2f2f;
	font-weight: bold;
	cursor: help;
	font-size: 11px;
}

.tip {
	font-size: 15px;
	color: #383838;
	padding: 10px;
}

hr {
	border: 1px dotted #969696;
}

#page {
	text-align: left;
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#logo {
	z-index: 1;
	padding-top: 1px;
}

#logo a {
	border: none;
	background: none;
}

#logo img {
	margin-left: -10px;
}

#logo a:hover {
	border: none;
	border-color: #f1f1f1;
	border-width: 0px;
	border-style: none;
	background: none;
}

/* contact */

/* @group form */

#clientcontainer {
	background-color: #000;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 11px;
	height: 100%;
	width: 100%;
	float: left;
	text-align: right;
	background-color: #101010;
	border: 1px solid #1a1a1a;
}

#clientcontainer h6 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-right: 485px;
	margin-top: 25px;
	margin-bottom: 10px;
}

/* @group inner form */

#clientcontainer form {
	padding: 0px 0px 0px 35px;
	float: left;
	line-height: 2px;
	text-align: left;
}

#clientcontainer form div {
	clear: both;
}

#clientcontainer form div.left {
	clear: none;
	display: inline;
	float: left;
	padding-right: 10px;
}

#clientcontainer form div.right {
	clear: none;
	display: inline;
	float: right;
	padding-right: 120px;
}

#clientcontainer form div.bottom {
	padding: 0px 0px 10px 0px;
	text-align: right;
	width: 50px;
}

#clientcontainer form label {
	color: #ffffff;
	float: left;
	font-size: 11px;
	margin: 8px 0px 3px 0px;
	width: 84px;
}

#clientcontainer form input {
	float: left;
	font-size: 12px;
	line-height: normal;
	margin: 3px 0px 3px 0px;
	height: 15px;
	width: 150px;
	color: #C6F312;
	background-color: #141414;
	border: 2px solid #c6c6c6;
	font-size: 11px;
}

#clientcontainer form textarea {
	border: 2px solid #c6c6c6;
	height: 90px;
	margin: 3px 0px 3px 0px;
	width: 220px;
	color: #C6F312;
	background-color: #141414;
}

#clientcontainer form button {
	cursor: pointer;
	height: 20px;
	width: 80px;
	border-style: solid;
	border-width: 1px;
	margin-left: 334px;
	color: #C6F312;
	background-color: #141414;
}

#clientcontainer form button:hover {
	background-position: 0px -17px;
}



/* @end */

/* @end */

/* @group form */

/* @end */

/* content end */

#contact-switch {
	float: right;
	height: 18px;
	width: 160px;
	margin-left: 593px;
	position: absolute;
}

#contact-switch a {
	background: none;
}

#center {
	position: static;
	width: 750px;
	margin: 0 auto;
	clear: both;
	display: block;
}

#center-content {
	position: static;
	width: 750px;
	clear: both;
	display: block;
	margin-bottom: 20px;
}

#slideshow {
	position: relative;
	margin-bottom: 90px;
}

#slideshow img {
	display: block;
	background: url('http://www.kamarinlee.com/_/images/gallery/slideshowBg-trans.png');
	margin: 1px 0px 0px 0px;
	margin-bottom: 8px;
}

.headline {
	font: Normal 30px Georgia, "Times New Roman", Times, serif;
	color: #2f2f2f;
	width: 750px;
	height: 100px;
	margin-bottom: 20px;
	margin-top: 94px;
	padding-top: 9px;
	padding-bottom: 13px;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
}

a.highlight-1 {
	color: #8a913a;
	border-style: none;
	padding: 0;
	background: none;
	font: Normal 30px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5px;
	word-spacing: 0.5px;
}

a:hover.highlight-1 {
	color: #C6F312;
	border-style: none;
	padding: 0;
	font: Normal 30px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5px;
	word-spacing: 0.5px;
}

a.highlight-2 {
	color: #ff424f;
	border-style: none;
	padding: 0;
	background: none;
	font: Normal 30px Georgia, "Times New Roman", Times, serif;
	word-spacing: 0.5px;
	letter-spacing: 0.5px;
}

a:hover.highlight-2 {
	color: #83060f;
	border-style: none;
	padding: 0;
	font: Normal 30px Georgia, "Times New Roman", Times, serif;
	word-spacing: 0.5px;
	letter-spacing: 0.5px;
}

a.highlight-3 {
	color: #eea344;
	border-style: none;
	padding: 0;
	background: none;
	font: Normal 30px Georgia, "Times New Roman", Times, serif;
	word-spacing: 0.5px;
	letter-spacing: 0.5px;
}

a:hover.highlight-3 {
	color: #c98022;
	border-style: none;
	padding: 0;
	font: Normal 30px Georgia, "Times New Roman", Times, serif;
	word-spacing: 0.5px;
	letter-spacing: 0.5px;
}

a.highlight-4 {
	color: #4a8a9d;
	border-style: none;
	padding: 0;
	background: none;
	font: Normal 30px Georgia, "Times New Roman", Times, serif;
	word-spacing: 0.5px;
	letter-spacing: 0.5px;
}

a:hover.highlight-4 {
	color: #0d5266;
	border-style: none;
	padding: 0;
	font: Normal 30px Georgia, "Times New Roman", Times, serif;
	word-spacing: 0.5px;
	letter-spacing: 0.5px;
}

.highlight-5 {
	color: #C6F312;
	border-style: none;
	padding: 0;
	font: Normal 30px Georgia, "Times New Roman", Times, serif;
}

.highlight-6 {
	color: #ff424f;
	border-style: none;
	padding: 0;
	background: none;
	font: Normal 30px Georgia, "Times New Roman", Times, serif;
	word-spacing: 0.5px;
	letter-spacing: 0.5px;
}

.highlight-7 {
	color: #C6F312;
	background: #494c1e;
	border: none;
	font: Normal 30px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5px;
	word-spacing: 0.5px;
	line-height: 1.3em;
}

.capabilities {
	font-size: 15px;
	padding-bottom: 5px;
}

#contact {
	text-align: right;
	margin-left: 80px;
}

#ey a {
	background-color: #000;
	width: auto;
	border-right-width: 10px;
	border-right-style: solid;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}

#footer {
	display: block;
	vertical-align: bottom;
	text-align: left;
	height: 40px;
	width: 750px;
	font-size: 10px;
	color: #575757;
	padding-bottom: 5px;
	background-position: bottom;
	padding-top: 5px;
}

#footer p {
	font-size: 10px;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	color: #000;
}

.1-test {
	background-color: #C6F312;
	border: 1px;
	color: #000;
}

#footer a {
	background-color: #C6F312;
	border: none;
	color: #000;
	padding: 0;
}