/*RESET CSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

/*END RESET*/


img		{
	border: none;
}

a		{
	outline: none; text-decoration: none;
}

a:hover		{
	outline: none; text-decoration: underline;
}

ul {
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 15px;
}

li {
	list-style-type: disc;
	list-style-position: outside;
}


body	{
	background-color: #99cc33;
	/*background-image: url(../images/greenback.jpg);*/
	color: black;
	margin: 0px auto;
	min-width:920px;
	font-size: 14px;
	font-family: Georgia, serif;
}

.header {
	margin: 0px auto;
	width: 900px;
}

.content a {
	color: #007fa1;
	font-weight: bold;
}

.content {
	background-image: url(../images/main-bg.jpg);
	margin: 0px auto;
	width: 850px;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: black;
	margin-top: -15px;
}

div#slide {
	height: 350px;
	width: 580px;
	border: 1px solid black;
}

.content .desctitle {
	text-align: left;
	width: 250px;
	margin-left: 580px;
	padding: 5px 10px 5px 10px;
	/*border-width: 1px 1px 0px 1px;
	border-color: black;
	border-style: solid;*/
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-radius: 10px 10px 0px 0px;
	/*background-color: black;
	color: white;
	background-image: url(../images/desctitlebg.png);*/
}

.content .desc {
	margin: 0 auto;
	text-align: justify;
	margin-right: 0px;
	margin-left: 0px;
	padding: 20px;
	width: 810px;
	/*border-width: 1px;
	border-color: black;
	border-style: solid;*/
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius: 0px 0px 0px 10px;
	/*background-color: #b2b2b2;*/
	color: black;
}

.content .innerdiv {
	height: 250px;
	overflow: auto;
	margin-bottom: -2px;
}

.content img.profile {
	border-width: 5px;
	border-style: double;
	border-color: #ad207b;
	float: right;
	margin-left: 20px;
}

.content img.homeimg {
	border-width: 5px;
	border-style: double;
	border-color: #ad207b;
	float: left;
	margin-left: 10px;
}

.content .services {
	line-height: 1.5em;
}

.content .sidepanel {
	width: 220px;
	float: right;
	margin-right: 10px;
}

.content .recent {
	font-size: 13px;
	font-family: Georgia, serif;
	color: black;
	line-height: 1.7em;
	text-align: right;
}

.sidebartitle {
	background-color: #f6efed;
	padding: 10px 0px 5px 0px;
	text-align: center;
	/*-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius: 10px 10px 0px 0px;*/
	background-image: url(../images/desctitlebg.png);
	border-width: 1px 0px 1px 0px;
	border-color: #ad207b;
	border-style: solid;
	margin-bottom: 15px;
}

.content h3.recent {
	font:  10px "Lucida Grande", Geneva, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
}

.content h3.recent a {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

div#quotetext {
	font: 11px "Lucida Grande", Geneva, Arial, sans-serif;
	color: #ad207b;
	font-weight: normal;
	height: auto;
	overflow: hidden;
	text-align: justify;
}

p.bold {
	font-weight: bold;
}

p.quoter {
	text-align: right;
	font-weight: bold;
}

p.quotercompany {
	text-align: right;
}

p.portfoliotitle {
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ce74aa;
	margin-bottom: 10px;
	margin-right: 5px;
	border: 1px solid #9a9a9a;
	background-image: url(../images/desctitlebg.png);
}

p.portfolioarticle {
	background-color: #d3ceb5;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius: 5px 5px 0px 0px;
	color: black;
	border-width: 1px 1px 0px 1px;
	border-color: #4a4a4a;
	border-style: solid;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../images/desctitlebg.png);
}

p.portfoliolink {
	background-color: #82cd69;
	padding: 5px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius: 0px 0px 5px 5px;
	border-width: 1px;
	border-color: #4a4a4a;
	border-style: solid;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../images/desctitlebg.png);
}

.content .homedesc {
	width: 580px;
	text-align: justify;
	border-width: 0 1px 0 0;
	border-style: solid;
	padding-right: 20px;
	line-height: 1.2em;
}

.content table.portfolio th {
	width: 210px;
	font: 16px "Lucida Grande", Geneva, Arial, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
}

.content table.portfolio td {
	width: 210px;
	font: 11px "Lucida Grande", Geneva, Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	vertical-align: top;
}

.content p.testcompany {
	font-size: 75%;
	margin-top: 5px;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

.content .testtitleright {
	text-align: center;
	width: 230px;
	margin-left: 600px;
	margin-top: -20px;
	padding: 5px 10px 5px 10px;
	border-width: 1px 1px 0px 1px;
	border-color: #939393;
	border-style: solid;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-radius: 10px 10px 0px 0px;
	background-color: #4a0e2f;
	color: white;
	background-image: url(../images/desctitlebg.png);
}
.content .testdescright {
	text-align: justify;
	margin-right: 0px;
	margin-left: 300px;
	padding: 10px;
	width: 530px;
	border-width: 1px;
	border-color: #939393;
	border-style: solid;
	-moz-border-radius: 10px 0px 10px 10px;
	-webkit-border-radius: 10px 0px 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-radius: 10px 0px 10px 10px;
	background-color: #d8a5ba;
	color: black;
}

.content .testtitleleft {
	text-align: center;
	margin-left: 0px;
	margin-top: -20px;
	padding: 5px 10px 5px 10px;
	width: 230px;
	border-width: 1px 1px 0px 1px;
	border-color: #939393;
	border-style: solid;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-radius: 10px 10px 0px 0px;
	background-color: #2f4a10;
	color: white;
	background-image: url(../images/desctitlebg.png);
}
.content .testdescleft {
	text-align: justify;
	margin-right: 300px;
	margin-left: 0px;
	padding: 10px;
	width: 500px;
	border-width: 1px;
	border-color: #939393;
	border-style: solid;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 0px 10px 10px 10px;
	background-color: #b2d891;
	color: black;
}

.logo {
	text-align: center;
}

.footer {
	margin: 0 auto;
	width: 850px;
	letter-spacing: 0.1em;
	font: 10px "Lucida Grande", Geneva, Arial, sans-serif;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 9px 20px 5px 20px;
	line-height: 1.5em;
	font-weight: bold;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: black;
	background-image: url(../images/main-bg.jpg);
	height: 18px;
}

.footer #footerleft {
	float: left;
	text-align: left;
	width: 220px;
}

.footer #footerright {
	float: right;
	text-align: right;
	width: 600px;
}

.footer a {
	color: black;
	font-weight: bold;
}

.footer a:hover		{
	text-decoration: underline;
}

h1 {
	font: 18px "Lucida Grande", Geneva, Arial, sans-serif;
	font-weight: bold;
	line-height: 2;
}

h1.center {
	text-align: center;
}

h2 {
	font: 18px "Lucida Grande", Geneva, Arial, sans-serif;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 2;
	letter-spacing: 0.1em;
}

h2.white {
	color: white;
}

h2.center {
	text-align: center;
}

a.white {
	color: white;
}

h3.center {
	text-align: center;
}

h3.bold {
	font-weight: bolder;
}

h3.spacing {
	line-height: 1.5em;
}

h3 {
	font: 12px font-family: Georgia, serif;
	font-weight: normal;
	margin: 0;
}

h4.center {
	font: 24px "Lucida Grande", Geneva, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

h5 {
	font: 10px "Lucida Grande", Geneva, Arial, sans-serif;
	line-height: 1em;
	margin: 0;
}