@import url(http://fonts.googleapis.com/css?family=Redressed&v2);
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: arial;
	font-size:0.9em;

	background-image: url('../images/background.jpg');
	background-repeat: repeat;
	margin:0px;
	padding:0px;
	color:#666;
	line-height: 1.2em;
}
form dl {
	text-align:left;
	margin-bottom:1em;
}
form dl dt {
	line-height:1em;
	text-align:right;
	width:100px;
	font-weight:bold;
}
form dl dd {
	line-height:1em;
	text-align:left;
	margin-left:120px;
	margin-top:-1em;
	padding-bottom:1em;
}
hr {
	color:white;
	border-style:dashed;
	border-width:0px 0px 1px 0px;
	border-color:#949393;
}
span.status {
	color: white;
}
span.completed {
	color: #3BAD18;
}
/* milestone listing */
ul.milestones {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.milestones li {
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 32px;
	width: 300px;
	min-height: 30px;
	height: auto;
}
ul.milestones li.inprogress {
	background-image: url('/images/icon_inprogress.jpg');
}
ul.milestones li.completed {
	background-image: url('/images/icon_completed.jpg');
}
u.milestones h3 {
	margin:0px;
	padding:0px;
}
/* file listing */
ul.files {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.files li {
	background-image: url('/images/icon_file.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 32px;
	width: 300px;
	min-height: 30px;
	height: auto;
}
ul.files li.doc {
/*background-image: url('/images/icon_doc.jpg');*/
}
ul.files li.txt {
}
.hidden {
	display: none;
}
h1 {
	font-size: 3.2em;
	color:#999;
	font-family: 'Redressed', cursive;
	line-height:1.5em;
}
h2 {
	font-family: 'Redressed', cursive;
	font-size: 1.4em;
	color:#a1a0a0;
}
h2.orange {
	color:#ea440e;
}
p {
	font-family: arial;
}
p.port_tag {
	font-size: 0.8em;
	padding-left: 2px;
	margin-top: 0px;
}
div.outer_document {
	width:450px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div.inner_document {
	width:450px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	text-align:center;
	background:#FFF

}
div#header {
	padding: 0px;

	text-align:left;
}
div#logo {
	float:left;
	margin-left:12px;
	margin-top:7px;
}
div.contentholder {
	width: 440px;
	margin-top: 0px;
	padding: 0px;

	text-align:left;
}
div#content {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	margin-bottom:10px;
}
div#breadcrumb {
	text-align:left;
	margin-left:15px;
	margin-right:15px;
	margin-top:0px;
	margin-bottom:20px;
	font-size:0.9em;
	border-bottom: dashed #a1a0a0 1px;
	padding-bottom:5px;
}
div.half_page {
	width:390px;
}
div.left_box {
	float:left;
}
div.right_box {
	float:right;
}
.bubble {
	background: #414040;
	clear: both;
	margin: 0px auto;
	padding:5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}
div.light_box p {
	color: white;
}
div.light_box small {
	color:#D4D4D4;
}
div.third_page {
	width: 255px;
}
div.third_page_portfolio {
	width: 280px;
}
div.quarter_page {
	width: 240px;
}
div.three_quarter_page {
	width: 540px;
}
div.whole_page {
	width: 100%;
}
/*
div.textarea {
	position: relative;
	width: 820px;
	margin: auto;
	margin-top: 10px;
	padding: 10px;
	bottom: 15px;
	background:#000000;
}

div.lefttext {
	position: relative;
	width:400px;
	float: left;
}

div.rightbox {
	position: absolute;
	top: 10px;
	left: 410px;
	width:400px;
	padding-right:10px;
	background: #e7e5e5;
	border-top:1px #a1a0a0 dashed;
}

div.rightwriting {
	top: 0px;
	width:380px;
	padding:10px;
	text-align: left;
}
*/

a {
	color : #fc4a10;
}
a:hover {
	color: #fba082;
}
#footer {
	width:440px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:10px;
	text-align:right;
	color: #00F;
}
#footer a {
	color:#333;
}
#footer a:hover {
	color:#666;
}
img {
	border: 0px;
}
img.portfolio_box {
	border: 7px solid #242323;
}
div.bottommenu p {
	color: #bababa;
	font-size:0.8em;
	margin: 0px;
}
div.bottommenu a {
	color: #fc4a10;
	font-size:0.9em;
}
div.bottommenu a:hover {
	color: #fba082;
	font-size:0.9em;
}
div.clear_left {
	clear:left;
}
.error {
	font-weight:bold;
	color: #990000;
}
/* Form elements */

/* General styles */

/* Form styles */
div.form-container {
	margin: 10px;
	padding: 5px;
	border: #EEE 0px solid;
}
p.legend {
	margin-bottom: 1em;
}
p.legend em {
	color: #C00;
	font-style: normal;
}
div.errors {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: #FC6 1px solid;

}
div.errors p {
	margin: 0;
}
div.errors p em {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}
div.form-container form p {
	margin: 0;
}
div.form-container form p.note {
	margin-left: 170px;
	font-size: 90%;
	color: #918f8f;
}
div.form-container form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #DDD 1px solid;
}
div.form-container form legend {
	font-weight: bold;
	color: #666;
}
div.form-container form fieldset div {
	padding: 0.25em 0;
}
div.form-container label, div.form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}
div.form-container label.error, div.form-container span.error {
	color: #990000;
}
div.form-container label em, div.form-container span.label em {
	position: absolute;
	right: 0;
	font-size: 120%;
	font-style: normal;
	color: #990000;
}
div.form-container input.error {
	border-color: #990000;
	background-color: #FEF;
}
div.form-container input:focus, div.form-container input.error:focus, div.form-container textarea:focus {
	background-color: #fff;
	border-color: #FC6;
}
div.form-container div.controlset label, div.form-container div.controlset input {
	display: inline;
	float: none;
}
div.form-container div.controlset div {
	margin-left: 170px;
}
div.form-container div.buttonrow {
	margin-left: 180px;
}
/*
form
{
	margin: 0px;
	padding: 0px;
}

fieldset
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input, select, textarea
{
}

select {
	background-color: #c0c0c0;
	background: #c0c0c0;
}

input
{
	padding: 2px;
	border: 1px solid #c0c0c0;
	background-color: #c0c0c0;
}

textarea
{
	padding: 2px;
	border: 1px solid #c0c0c0;
	background-color: #c0c0c0;
	font-size: 1em;
}

textarea.transparent
{
	width: auto;
	border: 1px solid transparent;
	background-color: transparent;
}

input:focus, select:focus, textarea:focus
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

input.button, 
input.checkbox, 
input.radio
{
	border: 0px;
	background-color: #FFFFFF;
	width: auto;
}

input.image
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input.verification
{
	width: 100px;
}

input.half_width, textarea.half_width
{
	width: 50%;
}

input.default_width, textarea.default_width
{
	width: auto;
}

input.readonly, textarea.readonly
{
	color: #999999;
	border: 1px solid #FFFFFF;
}

input.button
{
	margin: 0px;
	padding: 2px;
	background-color: #FF7F00;
	background-image: url(../media/background_button.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-width: 1px;
	border-style: solid;
	border-right-color: #D16800;
	border-bottom-color: #D16800;
	border-left-color: #FFD0A0;
	border-top-color: #FFD0A0;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
*/
div.portfolio_pics {
	width: 530px;
	float: left;
}
ul.portfolio {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
}
ul.portfolio li {
	display: block;
	float: left;
	width: 260px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
div#whatwedo {
	margin-top:2em;
	margin-bottom:2em;
}
div.quotebox_top {
	margin-top:1em;
	width:376px;
	height:17px;
	background-image:url('/images/bg_quotebox_top.jpg');
}
div.quotebox_middle {
	width:376px;
	background-color:#242323;
}
div.quotebox_middle img {
	float:left;
	padding:10px;
}
div.quotebox_middle h2 {
	margin-top:0px;
	margin-bottom:0.5em;
}
div.quotebox_middle p {
	padding:10px;
	margin:0px;
}
div.quotebox_bottom {
	margin-bottom:1em;
	width:376px;
	height:17px;
	background-image:url('/images/bg_quotebox_bottom.jpg');
}
span.referee {
	color:#81bf50;
	font-style: italic;
}
/* the about us page styles */

div.person_left {
	float:left;
	width:480px;
}
div.person_left img {
	float:left;
	margin-top:15px;
	margin-right:10px;
	margin-bottom:10px;/*border:3px solid #838383;*/
}
div.person_right {
	float:right;
	width:280px;
}
div.quote_top {
	background:url('../images/icon_quote_up.jpg') no-repeat top left;
	width:100%;
	height:36px;
}
div.quote_middle {
}
div.quote_bottom {
	background:url('../images/icon_quote_down.jpg') no-repeat top right;
	width:100%;
	height:36px;
}
blockquote {
	border-left:4px dashed #4E4E4E;
}
div.person_right blockquote p {
	color:#97D7E3;
}
h3.blue {
	color:#8fe0f0;
	margin-top:0px;
}
h3.blue span {
	font-size:0.8em;
}
div#people_pics {
	padding-top:2em;
	margin-bottom:1em;
}
div#people_pics img {
	border:3px solid #838383;
	margin-right:15px;
}
div#people_pics img.last {
	margin-right:0px;
}
img.image_browsers {
	float:right;
}
span.orange {
	color:#fc4a10;
}
.image_right {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
}
/* end of the about page styles */

.clear_both {
	clear:both;
}
.clear_right {
	clear:right;
}
.clear_left {
	clear:left;
}
.pfitem {
	border:1px solid #999;
	padding:3px;
	clear:both;
	margin-bottom:5px;
	height:220px
}
.pfitem1 {
	border:1px solid #999;
	padding:3px;
	clear:both;
	margin-bottom:5px;
	height:280px
}
.pfitem:hover {
	background-color:#242323
}
.pfitem1:hover {
	background-color:#242323
}
span.browser {
	background:#E8EFF9 url(../images/apps/safari_32.png) center left no-repeat;
	padding:11px 7px 12px 37px;
	margin-right:4px;
	color:#000;
}
span.browser.firefox {
	background-image:url(../images/apps/firefox_32.png)
}
span.browser.opera {
	background-image:url(../images/apps/opera_32.png)
}
span.browser.ie {
	background-image:url(../images/apps/ie_32.png)
}
span.browser.chrome {
	background-image:url(../images/apps/chrome_32.png)
}
span.browser.omniweb {
	background-image:url(../images/apps/omniweb_32.png)
}
span.browser.konqueror {
	background-image:url(../images/apps/konqueror_32.png)
}


/*  Contact Pages - Start */
#contactform {
	width:600px;
	-moz-border-radius:5px;
	margin-left:auto;
	margin-right:auto;
	color:#666
}
#contactform form {
	font:normal 11px/18px Verdana,Tahoma;
	margin:0 0;
	padding:0;
	margin-top:20px;
	width:100%;
}
#contactform fieldset {
	padding:10px 0;
	margin:0 0 15px 0;
	background:#fff;
	border:1px solid #ddd;
	-moz-border-radius:5px
}


#contactform fieldset legend {
	font:normal bold 18px/26px "Trebuchet MS",Verdana,Tahoma;
	padding:3px 25px;
	margin-left:30px;
	padding-top:5px;
	text-transform:uppercase;
	border:0px solid #ddd;
}
#contactform fieldset legend span {
	/*font:normal 10px/18px Arial,Verdana,Tahoma;*/

	display:block;
}
#contactform form label {
	display:block;
	float:left;
	width:250px;
	padding:6px 10px 0 0;
	margin:0px;
	text-align:right;
}
#contactform input.inpt, #contactform textarea, #contactform select {
	width:260px;
	/*font:normal 11px/18px Verdana,Tahoma;*/
	padding:5px;
	margin:5px 0 5px 0;
	background:#f5f5f5;
	border:1px solid #ddd;
}

form br {
	clear:left;
}

#contactform input.required {
	background:#f5f5f5 url('../images/required.gif') center right no-repeat;
	
}

#contactform .select select:focus {
	border-color: #9b9b9b;
}
#contactform form input.btn
	{
		background:none;
		border:none;
	}

form.c1 input:hover,textarea:hover
	{
		border:1px solid #d8d8d8;
	}

/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background:#f0f0f0; border:1px solid #b8b8b8; }
.success	{ background:#ccfcd1; border:1px solid #60a400; }
.error		{ background:#f9e3e3; border:1px solid #e79e9e; }
.notice		{ background:#fcf0cc; border:1px solid #ecc735; }

.notes,.notice,.success,.error
			{
				padding:10px;
				/*font-size:10px;*/
				color:#000;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}

#note {width:90%;margin:0 auto; }
/*  Contact Pages - End */
