/* CSS Document */

/* CSS layout elements */
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin: 0;
	background-color: #ffffff;
	font-size: .7em;
}

#frame {
	width:955px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-color:#FFF;
	margin-top: 10px;
}

#header {
	background-image: url(siteimages/header_BG.jpg);
	background-repeat: no-repeat;
	height: 97px;
	width: 955px;
}

#contentleft {
	width:282px;
	float:left;
	height:395px;
	background-color:#FFF;
	margin-top: 15px;
}

#contentright {
	width:673px;
	float:left;
	min-height:595px;
	overflow:auto;
	text-align:left;
	background-color:#FFF;
	margin-top: 15px;
	margin-bottom: 45px;
}

#contentright_media {
	width:395px;
	float:left;
	min-height:595px;
	overflow:auto;
	text-align:left;
	background-color:#FFF;
	margin-top: 15px;
	margin-bottom: 45px;
}

#footer {
	clear:both;
	width:955px;
	text-align:center;
	background-color:#FFF;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #999999;
}

#flashcontent{
	float:left;
	background-color:#FFF;
	margin-top: 15px;
	margin-bottom: 15px;
}

#flashcontent_projects{
	background-color:#FFF;
	margin-top: 0px;
	margin-bottom: 10px;
}

#calc{
	float:left;
	background-color:#FFF;
	margin-top: 0px;
	margin-bottom: 15px;
}

/* Common styling elements */
ul{
	margin-bottom: 20px;
	padding: 0px;
}


li{
	color: #666666;
	padding: 0px;
	list-style-type: circle;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	font-size: 1.1em;
	line-height: 1.5em;
}

p {
	color:#666;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h1 {
	color:#333333;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 20px;
	margin-top:0px;

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

h2 {
	color:#333333;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 70px;
}

h4 {
	font-size: 1.1em;
	color:#666666;
	display:block;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top:0px;
}

h5 {
	font-size: 1.1em;
	color:#666666;
	display:block;
	padding-bottom: 0px;
	margin-bottom: 15px;
	margin-top:5px;
	margin-left:0px;
	font-weight: normal;
}

h6 {widgth:391px;
	font-size: 1.1em;
	color:#666666;
	display:block;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top:0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:hover {
	color: #333333;
}


/* footer styling*/
.footer_left {
	float:left;
	width: 33%;
	text-align: left;
}

.footer_mid {
	float:left;
	width: 33%;
	text-align: center;
}

.footer_right {
	float:right;
	width: 33%;
	text-align: right;
}


/* sub navigation styles*/
#sub{
	width:200px;
}

#sub a{
	text-decoration:none;
	color:#999;}	  
#sub ul{
	margin:0px;
	padding:0px;
 }
 
 #sub li {
 	padding-left:25px;
	text-decoration:none;
	background-color:#ffffff;
	color:#999999;
	display:block;
	width:155px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding-top: 5px;
 }

#sub li.subcurrent{
	color:#000;
}

#sub a:hover {
	color:#666666;
	background-image: url(siteimages/subnav_normal.jpg);
	background-repeat: no-repeat;
}

#sub a:active{
	color:#333333;
	background-image: url(siteimages/subnav_normal.jpg);
	background-repeat: no-repeat;
}



/* main navigation styles*/
#nav {
	width:500px;
	float:left;
	color: #666666;
	margin-top:62px;
	margin-left:89px;
	}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin: 0px;
	text-align:center;
	display:inline;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav ul li a {		
	color:#999999;
	text-decoration: none;
}

#nav ul li a:hover {
	color:#666666;
}

/* main navigation selected page highlight*/
.current{
	color: #000000;
}

/* client lists styling seperate ul li*/
.listleft {
	text-align: right;
	width: 230px;
	float: left;
	margin-right: 5px;
}

.listright {
	text-align: left;
	width: 330px;
	float: left;
	margin-left: 5px;
}

.listright ul, .listleft ul{
	margin: 0px;
	padding: 0px;
}

.listright li, .listleft li{
	color: #999999;
	padding: 0px;
	list-style-type: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.1em;
	line-height: 1.5em;
}

.listright a, .listleft a
{text-decoration:none;}



/* logo float and alpha*/
.logofloat{
	float:left;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
}

.logofloat:hover{
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
}

.floatright{
	float: right;
}
.floatleft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* a few little classes*/
.blackandbold {
	font-weight: bold;
	color: #333333;
}

.red {
	color: #F41B16;
}

.black {
	color: #CC0000;
}

.clearthefloats {
	clear: both;
}

.copyright {
	position: fixed;
	right: 0px;
	bottom: 0px;
	font-size: 1em;
	color: #999;
text-decoration:none;
}


/* management*/
#mario h1{
	margin-right:10px;
	float:left;
	height:30px;
	padding-left: 0px;
	border-left-width: 0px;
	width:115px;
}

#terry h1{
	margin-right:10px;
	float:left;
	height:50px;
	padding-left: 0px;
	border-left-width: 0px;
	width:115px;
}

#mario p, #terry p {
	margin-left:140px;
}


#mario h2, #terry h2 {
	float:left;
	width:61%;
	font-size:1em;
	color: #999999;
	font-weight: normal;
}

/* projects main page*/
.thumb_center {
	margin-left: 21px;
	margin-right: 21px;
}
.project_title {
	display: inline;
	width: 224px;
}

.project_title {
	text-align:center;
	float:left;
	width: 218px;
	margin-bottom:4px;
}


a img{
filter:alpha(opacity=100);
-moz-opacity:1; 
-khtml-opacity: 1;
opacity: 1;
}

a img:hover {
filter:alpha(opacity=75);
-moz-opacity:0.75;
-khtml-opacity: 0.75;
opacity: 0.75;
}

/* styling content left for the projects individual pages and contact page*/
#contentleft p {
	display:block;
	width:190px;
	line-height:1.2em;
	color: #999999;
	margin-top:5px;
}


#contentleft h3 {
	color: #000000;
	width: 180px;
	margin-top: 20px;
	margin-left:0px;
	margin-bottom:0px;
	font-size: 1.2em;
}

#contentleft h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

#contentleft h5 {
	width: 180px;
	margin-top: 10px;
	margin-left:0px;
	padding: 0px;
	line-height:1.5em;
	color: #999999;
}
#merits_logo img {
	float: right;
	padding-top:27px;
}
.btim_award_img {
	float: left;
	padding-right:15px;
}

