@charset "utf-8";
body {
	font: 11px Trebuchet MS, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #D1F8FF; /* #D1F8FF   #ed1c24   #0A246A */
	background: #c0c0c0; /* #c5bcb9 */
}
.oneColFixCtr #container {
	width: 750px;
	margin: 0 auto;
	border: solid 1px #ed1c24; /* was .red #ed1c24   .red_orange #FF6633 is better   other option is .blue_mid #497d8f */
	_width: 752px;
	text-align: left;
}
a:link, a:visited {
	color: #497d8f; /* #497d8f   #00f */
}
a:hover {
	color: #D1F8FF;
	background-color: #487c8f; /* #497d8f   #00f */
}
h1 {
	font: 24px Trebuchet MS, sans-serif;
	text-align: right;
	color: #487c8f;
}
h2 {
	font: 18px Trebuchet MS, sans-serif;
	color: #D1F8FF;
}

#container {
	border-collapse: collapse;
	background: url(images/layout04bg.jpg) repeat-y right;
}
#container td {
	padding: 0;
}

/* #container layout td's */

/* HEADER LEFT */
#layout01 {
	width: 208px;
	height: 240px;
	background-image: url(images/layout01.jpg);
	vertical-align: bottom;
}
/* HEADER RIGHT */
#layout02 {
	width: 542px;
	background-image: url(images/layout02_all.jpg);
	vertical-align: bottom;
}
#layout03 {
	height: 560px; /* original 728px */
	background: url(images/layout03.jpg) no-repeat right top; /* original layout03.jpg */
	vertical-align: bottom;
}
#layout04, #content {
	min-height: 560px;
	background: url(images/layout04sq.jpg) no-repeat left top; /* was layout04_content-long4 */ /* the other cool stuff is layout04_2bsq.jpg */
	vertical-align: top;
}

#menu_home {
	display: block;
	width: 14px;
	height: 11px;
	float: left;
	margin-top: 13px;
	_margin-top: 8px;
	background: url(images/layout02_home.gif) no-repeat bottom left;
}
#menu_home:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}

div.horizontalcssmenu {
	margin-left: 20px;
}
div.horizontalcssmenu ul li {
	padding-bottom: 0px;
}
div.horizontalcssmenu .selected {
	background: #ed1c24;
	color: #D1F8FF;
}

/* CONTENT formating */
#container #content {
	padding: 0 40px 0 82px;
}
#content p, #content li {
	font-size: 1em; /* was 13px and 11px */
}
#content li {
	list-style-image: url(images/li_item7.gif); /* (1) (1b) (5) (5b) 7 or 8 */
}
#content .img_top {
	width: 300px;
/*	height: 226px; */
	border: solid 1px #FF6633;
	opacity: .5;
	filter: alpha(opacity=50);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
#content .thumbs img:hover, 
#content.projects .thumbs img:hover, 
#content .img_top:hover, 
#content .imgContainer:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* GOOGLE MAPS IMAGES */
.content_thumbs {
	text-align: left;
			padding-top: 4px;				/* MIDDLE border */
			border-top: solid 2px #ed1c24;	/* MIDDLE border */
		padding-bottom: 4px;				/* BOTTOM border */
		border-bottom: solid 2px #ed1c24;	/* BOTTOM border */
		padding-bottom: 4px;				/* BOTTOM border */
	_padding-bottom: 0;
}
.content_thumbs img {
	background: #FFF;
	width: 100px;
	border: solid 1px #fff;
	margin-right: 4px;
	opacity: .75;
	filter: alpha(opacity=75);
	cursor: -moz-zoom-in;
}
.content_thumbs img.thumbs_last {
	margin: 0;
}
.content_thumbs a img:hover {
	background: transparent;
	opacity: 1;
	filter: alpha(opacity=100);
}
/* END OF GOOGLE MAPS IMAGES */

/* CONTACTS / CONTACT FORM */
.contacts .botfield {
	display: none;
}
.contacts table {
	width: 100%;
}
.contacts .label {
	width: 80px;
}
.contacts input, .contacts textarea {
	width: 330px;
	border: 1px solid #487C8F;
	background: #ccc;
	font: 1em Verdana, sans-serif;
	padding: 2px;
}
.contacts .button input {
	width: 416px;
	border: 1px solid #ccc;
	background: #487C8F;
	color: #D1F8FF;
	font: 1em Verdana, sans-serif;
	font-weight: bold;
	height: 24px;
	margin: 10px 0;
	cursor: pointer;
}
/* END OF CONTACTS / CONTACT FORM */

.icon_item {
	background: url(images/li_item7.gif) no-repeat left center;
	padding-left: 20px;
}

#copyrights {
	margin: 10px 0 4px;
	font-size: 10px;
	text-align: center;
	color: #FF6633; /* #72a2ab */
}
#copyrights a {
	font-size: 10px;
	color: #FF6633;
}

br.clear {
	clear: left;
}

.line-through {
	text-decoration: line-through;
}

.red_orange 	{ color: #FF6633; } /* (laptop) (prodigal) */
.red 			{ color: #ed1c24; } /* (laptop) (prodigal) */
.red_light 		{ color: #F99A7E; } /* eyedropped from picture layout03.jpg, not in Photoshop's Swatches palette. should be #f79b81 (laptop). #f37153 (prodigal) */
.red_lighter 	{ color: #f9b5aa; } /* (laptop). #f79b81 (prodigal) */
	.red_lightest 	{ color: #F8B2A6; } /* eyedropped from picture layout03.jpg, not in Photoshop's Swatches palette. no such value in (laptop). use #f9b5ab (prodigal)  */

.blue_lightest	{ color: #D1F8FF; }
.blue_lighter 	{ color: #6f8796; } /* (prodigal) but it's not necessary */
.blue_light 	{ color: #72a2ab; }
.blue_mid 		{ color: #487c8f; }
.blue_dark 		{ color: #3c3e4b; } /* #2c5f75 (laptop) (prodigal) */

.gray {  }
.gray_mid		{ color: #ddd; }
.gray_light		{ color: #c0c0c0; }
.gray_light2	{ color: #c5bcb9; }

.white 			{ color: #FFF; }


p.center 	{ text-align: center; }
p.right 	{ text-align: right; }
p.justify 	{ text-align: justify; }
