@charset "UTF-8";
/* CSS Document */

* { padding: 0; margin: 0; }


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:150%;
}
body {
	background-image: url(../images/repeat.jpg);
	background-repeat: repeat-y;
	margin-left: 150px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.floatLeft {
	float:left;
	margin-right: 20px;
}

.floatRight {
	float:right;
	margin-left: 20px;
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin: 30px 0px 30px 0px;
	color:#333;
}


h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	margin: 0;
	color:#900;
}


h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin: 0;
	padding:0px;
	color:#000;
}

h4 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin: 0;
	color:#670001;
}


h5 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:100;
	margin: 0;
	color:#FFF;
}

h5 a:link {
	text-decoration:none;
	color:#FFF;
}

h5 a:visited {
	text-decoration:none;
	color:#FFF;
}

h5 a:hover {
	text-decoration:underline;
	color:#999;
}

#wrapper { 
	margin: 0;
	padding: 0;
	width: 750px;
	color:#0033FF;
}
#header {
 	width: 750px;
}
#navigation {
	width: 750px;
	height:30px;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/nav-fill.gif);
	background-repeat:repeat-x;
}

#content { 
	width: 698px;
	color: #333;
	border: 1px solid #ccc;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 30px 20px 20px 20px;
}

.project { 
	width: 698px;
	color: #333;
	border: 1px solid #900;
	background: #FFFFFF;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 20px 20px;
	overflow:auto;
}

.subnavigation {
	
	width: 698px;
	color: #333;
	border-bottom: 3px solid #333;
	border-top: 3px solid #333;
	background: #670001;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 20px 20px;
	overflow:auto;
	
	
}

.projecttext {
	width:400px;
	float:left;

	
}

.projectimage{
	float:right;
	
}


.affiliatestext {
	width:450px;
	float:right;

	
}

.affiliatesimage{
	float:left;
	
}

.casestudy {
	background-color:#C2D69B;	
	margin-top:20px;
	clear:both;
	padding:20px 20px 20px 20px;
	display:inline-block; /* Fixed top double padding in IE 7 */
}


#content-contact { 
	width: 405px;
	color: #333;
	border: 1px solid #900;
	background: #FFFFFF;
	margin: 0px 0px 20px 0px;
	padding: 30px 20px 20px 30px;
}


	
#footer { 
	margin-top:30px;
	width: 748px;
	padding-bottom: 20px;
}


/** NAVIGATION **/

ul#nav li {
	padding:0;
	margin:0;
	text-indent:-9999px;
	list-style-type:none;
	float:left;
}

ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
}

li#home a {
	width:55px;
	height:30px;
	background-image:url(../images/navigation/btn-home.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#home a:hover {
	background-position:0px -30px;
}

li#about a {
	width:87px;
	height:30px;
	background-image:url(../images/navigation/btn-about.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#about a:hover {
	background-position:0px -30px;
}

body#about-page ul#nav li#about a {
	background-position:0px -30px;
}

li#ourservices a {
	width:115px;
	height:30px;
	background-image:url(../images/navigation/btn-ourservices.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#ourservices a:hover {
	background-position:0px -30px;
}

body#ourservices-page ul#nav li#ourservices a {
	background-position:0px -30px;
}


li#ourprojects a {
	width:91px;
	height:30px;
	background-image:url(../images/navigation/btn-projects.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#ourprojects a:hover {
	background-position:0px -30px;
}

body#ourprojects-page ul#nav li#ourprojects a {
	background-position:0px -30px;
}


li#ouraffiliates a {
	width:119px;
	height:30px;
	background-image:url(../images/navigation/btn-ouraffiliates.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#ouraffiliates a:hover {
	background-position:0px -30px;
}

body#ouraffiliates-page ul#nav li#ouraffiliates a {
	background-position:0px -30px;
}

li#contactus a {
	width:119px;
	height:30px;
	background-image:url(../images/navigation/btn-contactus.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#contactus a:hover {
	background-position:0px -30px;
}

body#contactus-page ul#nav li#contactus a {
	background-position:0px -30px;
}




/** TEXT STYLES **/
.boldred {
	color:#780229;
	font-size:12px;
	font-weight:bold;
}

.boldrednormal {
	color:#780229;
	font-weight:bold;
}

.rednormal {
	color:#780229;
}

.footertext {
	color:#780229;
	font-size:9px;
}

.footerlinks a:link {
	color: #780229;
	text-decoration: underline;
}
.footerlinks a:visited {
	text-decoration: underline;
	color: #780229;
}
.footerlinks a:hover {
	text-decoration: none;
	color: #780229;
}
.footerlinks a:active {
	text-decoration: underline;
	color: #780229;
}

.photoborder img {
	border: 8px solid #dcdcdc;
	float:left; 
	margin:0px 20px 20px 0px;
}

.photoborder-right img {
	border: 8px solid #dcdcdc;
	float:right; 
	margin:0px 20px 20px 0px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

/** FORM STYLE **/

/*** FORM STYLE ***/
input, textarea {
	background-color: #FFFFFF;
	border: 1px solid ;
	border-color:#cbcbcb;
	margin: 1px 0px 1px 0px;
	padding: 2px;
}

select { 
	background-color: #FFFFFF;
	border: 1px solid ;
	border-color:#CDCDC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 5px 0px 5px 0px;
}

.floatleft {
	float:left; 
	margin:0px 20px 10px 0px;
}

object {
	float:right;
	margin: 0px 0px 10px 20px;
	
}

