/*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: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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

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

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

div#mainpic {
	height: 300px;
	width: 580px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.content .desc {
	margin: 0 auto;
	text-align: justify;
	margin-right: 0px;
	margin-left: 0px;
	padding: 20px;
	width: 810px;
	/*border: 1px solid black;*/
	color: black;
}

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

.content img.profile {
	border-width: 5px;
	border-style: solid;
	border-color: #bd1a8d;
	float: right;
	margin-left: 20px;
	margin-top: -5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.content ul.services {
	margin-top: 0px;
	padding-top: 0px;
}

.content ul.services#right {
	padding-left: 50px;
}

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

.content .recent {
	font-size: 13px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;;
	color: #000;
	line-height: 1.7em;
	text-align: right;
}

.sidebartitle {
	background-color: #99cc33;
	padding: 5px 0px 5px 0px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*background-image: url(../images/sidebartitle.png);
	background-position: bottom;
	background-repeat: repeat-x;*/
	border-width: 2px;
	border-color: #568524;
	border-style: solid;
	margin-bottom: 15px;
	margin-right: -5px;
	margin-left: -5px;
	color: #fff;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0.1em;
}

.content h3.recent {
	font:  10px "Helvetica Neue", Arial, Helvetica, Geneva, 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: normal 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ad207b;
	height: auto;
	overflow: hidden;
	text-align: justify;
}

p.bold {
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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: #bd1a8d;
	margin-bottom: 10px;
	margin-right: 5px;
	border: 1px solid #9a9a9a;
	background-image: url(../images/desctitlebg.png);
}

p.portfolioarticle {
	background-color: #eaeaea;
	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: #99cc33;
	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 .sectiontitle {
	
	background-color: #99cc33;
	padding: 5px 20px 5px 20px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*background-image: url(../images/sidebartitle.png);
	background-position: bottom;
	background-repeat: repeat-x;*/
	border-width: 2px;
	border-color: #568524;
	border-style: solid;
	color: #fff;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0.1em;

}

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

.content .homedesc ul {
	line-height: 1.7em;
}

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

.content table.portfolio td {
	width: 210px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, 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: "Helvetica Neue", Arial, Helvetica, Geneva, 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: #9c1474;
	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: #568524;
	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: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 9px 20px 5px 20px;
	border: 3px solid #568524;
	background-color: #fff;
	/*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 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 2;
}

h1.center {
	text-align: center;
}

h2 {
	color: #000;
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-align: left;
}

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: normal 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

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

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