/* #id .class */

body {
	background-color: #004C98; /*blue*/
	background-image: url(images/texture.png);
	font-size: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 150%;
}
/*all images need img_container & img_background divs except thumbnails*/
img { 
	margin: 0;
	border: 0px;
}
.img_container {
	display: table;
	border: 1px solid #888;
	text-align: center;
	padding: 4px;
	margin: 0 auto;
}
.img_background {
	display: table-cell;
	vertical-align: middle;
	background-color: #303030;
}
/*sizing class below same div as img_container*/
.large_img { width:300px; height:200px; } /*used for gallery images*/
.large_img img { max-width:275px; max-height:180px; }
.medium_img { width:225px; height:150px; } /*used for gallery images*/
.medium_img img { max-width:205px; max-height:130px; }

.thumbnail { float:left; margin:10px; text-align:center; }

/*slideshows*/
.flashcontent { 
	width: 100%; 
	text-align: center; 
	margin: 10px 0px auto;
}

hr { margin: 0 auto; margin-top: 1%; margin-bottom: 1%; }
hr.title { 
	margin-bottom: 2%;
	background-color: #004C98; /*CIC blue*/
	color: #004C98;
	height: .35em;
}
small, td { font-size: 80%; }
td, th { padding: 5px; }
th {
	background-color: #D3D1D8; 
	color: #004C98; 
	font-weight: bold;
}
h1, h2, h3 { color: #004C98; }
h1.title { margin-top: 0%; line-height: 125%; }
h2 a { text-decoration: none; }
h2 a:hover { text-decoration: none; color: #004C98;}

#container {
	background-color: #fff;
	border: 2px solid #D3D1D8; /*CIC grey*/
	margin: 0 auto;
	margin-top: 5px;
	width: 1100px;
	-moz-box-shadow:    0px 0px 5px 3px #333;
	-webkit-box-shadow: 0px 0px 5px 3px #333;
	box-shadow:         0px 0px 5px 3px #333;
}
#header {
	margin: 4px;
	margin-bottom: 2%;
	min-height: 75px;
	border-bottom: 4px solid #888;
}
#content {
	width: 96%;
	padding: 0 2%;
	margin: 2% 0%;
	min-height: 750px;
}
#main {
	margin-bottom: 2%;
	margin-left: 220px;
}
#sidebar {
	position: fixed;
	width: 200px;
	margin-bottom: 2%;
	font-size: 115%;
	line-height: 175%;
}
.sidebar-box {
	background-color: #ddd;
	padding: 10%;
	margin-bottom: 5%;
}
#sidebar a {
	text-decoration: none;
}
#footer {
	text-align: center;
	width: 75%;
	margin-left: 25%;
	color: #888;
	clear: both;
}
#footer a {
	color: #fff;
}
#footer a:hover { color: #ddd; }

/*******Link Definitions*********/

a {
	text-decoration: underline;
	color: #004C98; 
}
a:active { color: #ddd; } /*light grey*/
a:visited { color: #004C98; } /*do not turn purple for visited link*/
a:hover { color: #0080FF; /*light blue*/}		
a.button {
	background-color: #0080FF;
	padding: 10px 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 15px 0px;
}
a.button:hover { background-color: #004C98; color: #fff; }

a.dark_button { background-color: #004C98; color: #fff; }
a.dark_button:hover { background-color: #0080FF; color: #fff; }


/*********Slideshow***************/	
#slideshow_container {
	width: 450px;
	height: 300px;
	margin-bottom: 10px;
}
#slideshow { height: 300px; }
.slideshow_img img { max-width:450px; max-height:300px; }

/*********Tri-Photos**************/

#tri_photos {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.tri_photo_container { display:inline-table; margin-right: 2%; }
.tri_photo_img { width:150px; height:100px; }
.tri_photo_img img { max-width:150px; max-height:100px; }

/********Project Gallery**********/

.project_cat { }
.project_cat_title {
	background-color: #ddd;
	color: #004C98;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	width: 100%;
	clear: both;
	margin: 1% 0 2% 0;
}
.project_cat_title a {
	text-decoration: none;
}
.project_cat_title a:hover {
	text-decoration: none;
	color: #004C98;
}

/***********Project***********/

.project {
	border-top: 1px solid #999;
	margin-left: 15px;
	padding-bottom: 2%;
	clear: both;
}
.project_text { font-size: 90%; }
.project_img { margin: 10px; }

/***********Bid List**********/

.project_bid {
	width: 100%;
	border-bottom: 2px solid #999;
	margin-bottom: 2%;
	clear: both;
}

/**********Project Data**********/

.tight_spacing td { padding: 0 2px 0 0; }
