/* Global Styles */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0px;
	background-color: #cccccc;
}

.leftSide {
	background: url(/web/CRE/images/template/leftSideBG.gif);
}

.rightSide {
	background: url(/web/CRE/images/template/rightSideBG.gif);
}

.border {
	background-color:#999999;
}

/* links */

a, a:link, a:visited {
	color:#990000;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
	color:#990000;
}

a img {
	border-width:0;
	border-style:none;
	
}

p {
	margin: 12px 0;
}

.red {
	color:#990000;
}

h3 {font-size:115%;
	/* color:#990000; */
	font-weight:normal;	
	text-transform:uppercase;
	margin-top:17px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}
	
.title {font-size:115%;
	font-weight:normal;	
	text-transform:uppercase;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}

/* header contains logo, search field and phone info */

#header {
	width:100%;
	height:10.5em;
	color:#FFFFFF;
	background-color:#000000;
	position:relative;
}
#logo {
	position:absolute;
	top:5px;
	left:10px;
	width:460px;
	height:98px;
}

#infolinks	{
	width:300px;
	position:absolute;
	top:56px;
	right:20px;
	text-align:center;
}

#infolinks select, #txt_search {
	width:255px;
	font-size:11px;
}

.dash {
	background: url(/web/CRE/images/template/white_dash.gif);
}

.contact {
	margin:0px 0 0 0;
	text-align:center;
}


/* jim white profile */

.profile {
	float:left;
	width:532px;
	margin:0;
	padding:0;
	border:none;
	border-bottom:1px solid #999999;
}

/* service and project flash */

.flash {
	border-bottom:1px solid #999999;
}


/* left column home	*/

.pageLeftColumn {
	background-image: url(/web/CRE/images/template/leftColumnBG.gif);
	width:532px;
}

.pageLeftColumnSearch {
	background-color: #ffffff;
	width:532px;
}

#home_Left_Column {

	float:left;
	clear:left;
	width:488px;
	margin:5px 22px 22px 22px;
	display:inline;
}

/* left column links */

#home_Left_column a, #home_Left_Column a:link, #home_Left_Column a:visited {
	color:#990000;
	text-decoration:none;
}

#home_Left_Column a:hover, #home_Left_column a:active {
	color:#990000;
	text-decoration:underline;
}


/* left column pages	*/

.pageLeftColumn {
	background-image: url(/web/CRE/images/template/leftColumnBG.gif);
	width:532px;
}

.pageLeftColumnSearch {
	background-color: #ffffff;
	width:532px;
}

#page_Left_Column {

	float:left;
	clear:left;
	width:491px;
	margin:0px 14px 27px 27px;
	display:inline;
}

#page_Left_Column ul {

	float:left;
	clear:left;
	width:491px;
	margin:0px 14px 27px 27px;
	display:inline;
}

.list {
	margin:0px 0px 15px 15px;
}


/* left column links */

#page_Left_Column a, #page_Left_Column a:link, #page_Left_Column a:visited {
	color:#990000;
	text-decoration:none;
}

#page_Left_Column a:hover, #page_Left_Column a:active {
	color:#990000;
	text-decoration:underline;
}



/* projects table */

.projects { 
	left:0px;
	text-align:left;
	margin:19px 0px 0px 0px;
}

#projects {
	margin:19px 0px 0px 0px;
}

/* projects links */

#projects a, #projects a:link, #projects a:visited {
	color:#990000;
	text-decoration:none;
}

#projects a:hover, #projects a:active {
	color:#990000;
	text-decoration:underline;
}


#projects img {
	margin:0px 5px 0px 5px;
	border:1px solid #999999;
	display:inline;
}


/* right column */

.pageRightColumn {
	background-image: url(/web/CRE/images/template/rightColumnBG.gif);
	width:268px;
	height:395px;
}

.pageRightColumnSearch {
	background-image: url(/web/CRE/images/template/rightColumnBGSearch.gif);
	width:268px;
	height:395px;
}

#right_column { 
	float:right;
	clear:none;
	width:218px;
	margin-right:20px;
	display:inline;
	margin-bottom:22px;
	background:transparent;
	/* color:#333333; */
}

/* right column links */

#right_column a, #right_column a:link, #right_column a:visited {
	color:#990000;
	text-decoration:none;
}

#right_column a:hover, #right_column a:active {
	color:#990000;
	text-decoration:underline;
}


/* web samples */

#h4 {font-size:115%;
	/* color:#990000; */
	font-weight:normal;	
	text-transform:uppercase;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}

#h4 a, #h4 a:link, #h4 a:visited {
	color:#990000;
	text-decoration:none;
}

#h4 a:hover, #h4 a:active {
	color:#990000;
	text-decoration:underline;
}	

#live {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
}	

/* footer */

#footer {
	width:100%;
	height:5em;
	position:relative;
	clear:both;
	background-color:#000000;
	color:white;
	text-align:center;
	border-top:3px solid #990000;
}

#footer p {
	margin:1.3em 0;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#FFFFFF;
}

#footer a:hover, #footer a:active {
	text-decoration:underline;
}

