/********************************************
* default CSS STYLE SHEET
* c. 2008 Technology Management International
********************************************/

/********** CSS Rest to ensure cross-browser compatability ***************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
option, optgroup, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
/*	vertical-align: middle;*/
	font-family: verdana, arial, helvetica, sans-serif;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	cursor: pointer;
}
a img {
	border: none;
}

/********** Set the base styles ***************/


h1 {
	font-size: 2.5em;
}
strong {
	font-weight: bold;
}

/***************** Basic Elements ******************/
.outline {
	border: solid 1px red;
}
.offscreen { /* Used for accesibility */
	position: absolute;
	left: -99999px;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}html {
	background: #f5f2f2 url(/images/blueprint.jpg) repeat-x top center;	
}
body {
	background: transparent url(/images/blackBar.gif) repeat-x 0 50px;
}
h1, h2 {
	text-align:left;
	font-weight: bold;
}
h1 {
	
	font-size: 15pt;
	padding-top: 8px;
	padding-bottom:6px;
	color: #c03423;
}
h2 {
	color:#333;
	font-size: 9pt;
	font-style: italic;
	font-family:Verdana, Geneva, sans-serif;
}
p {
	margin: 15px 0; 
	font-size: 10pt;
	line-height: 14pt;
	letter-spacing: .2px;
	text-align: justify;
}
a {
	color: #c03423;
}

/***** Basic Elements */
#container {
	width: 900px;
	margin: 0 auto;
}
#logo {
	background: transparent url(/images/logo.gif) no-repeat center right;
	width: 175px;
	height: 160px;
	float: right;
	margin-top: 50px;
}
#ribbon {
	width: 193px;
	height: 482px;
	float: left;
	margin: -8px 5px 20px 5px;
	background: transparent url(/images/ribbon.jpg) no-repeat top left;
}
#photoFrame {
	background: transparent url(/images/flashBackground.jpg) no-repeat;
	width: 715px;
	height: 243px;
	float: left;
	margin-top: 7px;
}

p img{
	border: 2px solid #CCC;
	float:right;
	margin: 4px;
}
.left{
	float:left;
}

/***** Nav */
.nav {
	padding: 0 0 10px 0;
	font-size: 10pt;
	
}
.nav a:hover{
	color:#999
	background:white;
	border-bottom:3px solid #c03423;
}
.nav a{
text-decoration:none;
font-weight:bold;
color:black;

border:0px dotted #333;
margin:2px 4px;
position:relative;
top:-8px;
}
#innerNav{
	background:#F8F4F1;
	margin:3px;
	border:0px solid #222;
	border-bottom:0px solid #222;
}
#nav-home #home,
#nav-about #about,
#nav-recognition #recognition,
#nav-gallery #gallery,
#nav-contact #contact,
#nav-reviews #reviews
{
	text-decoration: none;
	color: black;
	border-bottom:3px solid #c03423;
}

/***** Footer */
.cornerPhoto {
	float: left;
	margin: 13px 5px 0px 0px;
}

#contactInfo, #copywriteInfo {
	font-size: 8pt;
	clear: both;
}
#contactInfo {
	text-align: center;	
	margin-bottom: 5px;
	padding: 40px 30px 5px 30px;
	border-bottom: solid 1px #8E8E8E;
}
#copywriteInfo #website {
	float: left;
}
#copywriteInfo #photos {
	float: right;
}
/*** Awards Page ***/
#awards{
	width:690px;
}
#awards img{
	float:left;
	margin:8px;
	margin-top:0;

}
#awards .awardTitle{
	display:block;
	border-bottom: 3px solid #c03423;
	margin-bottom:8px;
	clear:both;
}
/***** Form */
form ul li {
	clear: both;
	padding: 5px 0;
}
form ul li label, .fake_label {
	width: 150px;
	float: left;
	padding: 3px 5px 0 0;
	text-align: right;
	font-size: 9pt;
}
/*Gallery Stuff/*/

#tl, #bl, #tr, #br{
	width:17px;
	height:17px;
}
#top{
	background: url(/images/galleryFrame/T.png) 0 0px repeat-x;	
}
#bottom{
	background: url(/images/galleryFrame/B.png) 0 0px repeat-x;
}
#left{
	background: url(/images/galleryFrame/L.png) repeat-y;
}
#right{
	background: url(/images/galleryFrame/R.png) -2px 0 repeat-y ;
}
#galleryFrame{
	margin:auto;
	border-collapse:collapse;

}
#tl{
	background: url(/images/galleryFrame/TL.png) no-repeat 0px 0 ;
}
#bl{
	background: url(/images/galleryFrame/BL.png)  no-repeat 1px -1px ;
}
#tr{
	background: url(/images/galleryFrame/TR.png)  -1px -1px  no-repeat;
}
#br{
	background: url(/images/galleryFrame/BR.png)  -2px 0 no-repeat;
}
#imageSelector img{
	border: black 1px solid;
	padding:3px;
	margin: 10px;
	float:left;
	background:white;
}

#thumbFrame{
	overflow:hidden;
	width:100%;
	float:right;
	border: 2px solid gray;
}
#thumbFrame div{
	height:128px;
}
#imageSelector div{

}
#imageSelector img:hover, #imageSelector .selected{
	background:#777;
}
.bar{
	width:100%;
	float:right;
}
#hr{
	position:relative;
	height:1px;
	top:-7px;
	z-index:-10000;
}
#slider{
	background: url(/images/galleryFrame/scroll.png);
	height:10px;
	width:15px;
	left:0px;
	position:relative;
}
#next{
	float:right;
	width:50px;
	height:50px;
	background: url(/images/galleryFrame/right.png);
	margin-top:150px;
}
#albumSelect{
	float:right;

}
#prev{
	float:left;
	width:50px;
	height:50px;
	background: url(/images/galleryFrame/left.png);
	margin-top:150px;
}
#galBg h1{
	border-bottom: 2px solid black;
}
#galBg{

	height:100%;
	width:690px;
	float:right;

}
#typesOfProjects{
	width:510px;
	float:right;
	margin-right:20px;
}

#typesOfProjects input{
	float:right;
}
#typesOfProjects label{
	text-align:left;
	width:100px;
	float:right;
	clear:none;

}
#imageCount{
	font-size:12px;
	font-weight:bold;
	color:#000;
	width:150px;

}
textarea{
	width:520px;
	height:150px;
}
.callout{
	font-weight:bold;
	color:#c03423;
}
#customerReviews{
	width:690px;
	float:right;
	display:none;
}
#customerReviews p{
	border-bottom:1px solid #999;
}

#guild-quality{
	float:right;
}