@charset "UTF-8";

/*-----Dextera Design Main CSS-----*/

/*-----General Styles/Resets-----*/
html,body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	background: #dfdfdf;
	font: 12px/14px "Gill Sans", "Gill Sans MT", "Century Gothic", Futura, Verdana, "Lucida Sans", sans-serif;
}
p,h1,h2,h3,h4,h5,h6,ul,li,img{
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
}
form,fieldset,input,textarea,select,option{
	margin: 0;
	padding: 0;
}
a,a:link{
	text-decoration: underline;
	color: #B30600;
}	
a:visited{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a:active{
	text-decoration: underline;
}
.message{
	color: #b30600;
}
.heading{
	font-weight: bold;
}

/*-----Form Styles-----*/
.txtShort{
	width: 20em;
	height: 1.25em;
}
.txtLong{
	width: 20em;
	height: 15em;
}

/*-----Sticky Footer-----*/
div#main_container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
}
div.push{
	height: 2em;
}

/*-----Header-----*/
div#header_container{
	width: 100%;
	height: 13em;
	background: url("/images/border_header.png") bottom left repeat-x #000000;
}
	div#header_content{
		width: 66.5em;
		margin: 0 auto;
	}
		div#header_content h1{
			display: none;
		}
		div#header_content img#logo{
			height: 12.5em;
			float: left;
		}
		div#header_content img#text{
			height: 12.5em;
			float: right;
		}

/*-----Nav Styles-----*/
div#navigation_container{
	margin: 1em 0;
}
	ul#nav{
		list-style: none;
	}
		ul#nav li{
			display: inline;
			font-size: 1.5em;
			margin-right: 1em;
		}
			ul#nav li a,
			ul#nav li a:link{
				text-decoration: none;
				color: #000000;
				padding: 0 .95em 0 .95em;
			}
			ul#nav li:hover{
				background: url("/images/border_footer.png") top left repeat-x #000000;
			}
			ul#nav li a:hover{
				color: #b30600;
				background: url("/images/border_header.png") bottom left repeat-x;
			}
			
		/*-----Current Page Indicator-----*/
		body#bodyBlog li.liBlog,
		body#bodyAbout li.liAbout,
		body#bodyContact li.liContact,
		body#bodyWeb li.liWeb,
		body#bodyPrint li.liPrint,
		body#bodyVideo li.liVideo{
			background: url("/images/border_footer.png") top left repeat-x #000000;
		}
		body#bodyBlog a.aBlog, body#bodyBlog a.aBlog:link,
		body#bodyAbout a.aAbout, body#bodyAbout a.aAbout:link,
		body#bodyContact a.aContact, body#bodyContact a.aContact:link,
		body#bodyWeb a.aWeb, body#bodyWeb a.aWeb:link,
		body#bodyPrint a.aPrint, body#bodyPrint a.aPrint:link,
		body#bodyVideo a.aVideo, body#bodyVideo a.aVideo:link{
			color: #b30600;
			background: url("/images/border_header.png") bottom left repeat-x;
		}

div#body_container{
	clear: both;
	width: 66.5em;
	margin: 0 auto;
}
	/*-----Single Column Layout-----*/
	div#body{
		width: inherit;
		margin: inherit;
	}
	
	/*-----Two Column Layout-----*/
	div#content{
		float: left;
		width: 47em;
	}
		/*-----Blog Styles-----*/
		div.divBlog{
			clear: both;
		}
			div.blogH{
				background: url("/images/h1_top.png") top left no-repeat #b30600;
				padding: 0 0 0 .25em;
			}
			div.blogH h1{
				color: #ffffff;
				line-height: 1em;
				font-size: 2em;
				font-weight: normal;
				background: url("/images/h1_bottom.png") bottom left no-repeat;
			}
			div.blogD{
				background: url("/images/h2_top.png") top left no-repeat #000000;
				padding: 2px 2px 0 0;
				text-align: right;
			}
			div.blogD h2{
				color: #ffffff;
				line-height: 1.25em;
				font-size: 1.25em;
				font-weight: normal;
				background: url("/images/h2_bottom.png") bottom left no-repeat;
			}
			p.blogP{
				font-size: 1em;
				margin-top: .25em;
				margin-bottom: 1em;
			}
			p.projectP{
				width: 32.7em;
				float: right;
			}
			div.divBlog img{
				width: 13.3em;
				float: left;
				margin-top: .25em;
				margin-bottom: 1em;
			}
			td.tdHeading { text-decoration: underline; }
			tr.trAlt1{ background: #dfdfdf; }
			tr.trAlt2{ background: #cccccc; }

	div#side{
		float: right;
		width: 16.5em;
	}
		div.subsection{
			margin-bottom: 1em;
		}
			div.subsection h2{
				font-size: 1.5em;
				font-weight: normal;
				text-align: left;
				padding-bottom: .25em;
				margin-bottom: .25em;
				background: url("/images/border_side.png") bottom left no-repeat;
			}
			div.subsection form{ }
				div.subsection form fieldset{
					border: none;
					margin-left: 1em;
				}
					div.subsection form fieldset input{
						margin-top: .5em;
						margin-left: 0;
					}
			div.subsection ul{
				list-style-type: none;
				margin-left: 1em;
			}
			div.subsection span.inline_img{
				margin-left: 1em;
			}
				span.inline_img img.imgHeight{
					height: 4.12em;
				}
				span.inline_img img.imgWidth{
					width: 4.12em;
				}
			img.featured{
				width: 13.3em;
				margin-left: 1em;
			}

/*-----Footer Styles-----*/
div#footer{
	clear: both;
	width: 100%;
	height: 2em;
	line-height: 2em;
	color: #dfdfdf;
	text-align: center;
	background: url("/images/border_footer.png") top left repeat-x #000000;
}
	div#footer p{
		font-size: 1em;
		text-align: center;
	}

/*-----Clear Float-----*/
div.clear{
	clear: both;
	width: 0;
	height: 0;
}