/*  -----------------------------------------------------

	
	TABLE OF CONTENTS
   
	=Reset CSS
	=Basic
	=Body
		=Container
			=Header
				=Navigation
			=Content
			=Footer
    
	----------------------------------------------------- */



/*  -----------------------------------------------------

	=Reset CSS
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	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, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
	}
	
	* {font-size:100.01%}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		color: #191919;
		font: 13px/1.6em "Times New Roman", Times, Georgia, serif;

	}
	ol {
		list-style-position: inside;
	}
	ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	/*blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}*/


	body {
		background: #f3f2e9 url(../images/background.jpg) repeat-x;
		color: #191919;
		text-align: center;
	}
	
	

/*  -----------------------------------------------------

	=Basic
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	a:link, a:visited {
		color: #48546a;
		text-decoration: none;
	}
	
	h1,
	h3 {
		font-weight: normal;
	font-style: normal;
}
	
	h1 {
		font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #480718;
	font-variant: small-caps;
}
	
	
	
	h2 {
		font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #480718;
	line-height: 1.1em;
	padding-bottom: 0;
	margin-bottom: 10px;
	font-variant: small-caps;
}
	
	
	h3 {
		font-style: italic;
	}
	
	h4 {
		background-color: ;
		color: #480718;
		font-size: 15px;
		padding: 0 0 4px 18px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
}
	
	h5 {
		color: #480718;
		font-size: 9px;
	}
	
	a:hover, a:active {
		text-decoration: underline;
	}
	
	ul li {
		padding-left: 10px;
	}
	
	p,
	ul,
	ol,
	h1,
	h3,
	hr,
	blockquote,
	table,
	#projects {
		margin-bottom: 1em;
	}
	
	em {
		font-style: italic;
	}
	
	strong,
	th,
	dt {
		font-weight: bold;
	}

	
		img:hover,
#projects img:hover {
		/*	border-color: #999; */
		}
	
	hr {
		background-color: #ccc;
		border: 0;
		color: #ccc;
		height: 1px;
	}
	
	th,
	td {
	}
	
	small {
		font-size: 10px;
		font-style: italic;
	}
	
	.width_280 {
		width: 260px;
	}
	
	.width_320 {
		width: 320px;
	}
	
	.width_590 {
		width: 590px;
	}
	
	img {
	margin: 2px 6px;
	border-style: none;
}
img a{
	border-width: 0;
}
	.featured {
		width: 500px;
	}
	
	blockquote {
		font-style: italic;
		text-indent: 15px;
	}
	
	.main {
		text-align: justify;
	}
	
	.col {
		float: left;
		margin: 40px 30px 0 0;
	}
	
	#header .col {
		margin-right: 80px;
	font-size: 1.2em;
}
	
	#container .last {
		margin-right: 0;
		display: inline;
	}
	
	#content .col {
		margin-bottom: 30px;
	}
	
	.box {
		background: url(../images/bkg.box.jpg) repeat-y center;
		padding: 10px;
		margin-bottom: 25px;
	}
	

	.box h1 {
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 15px;
	line-height: 1em;
}

	
	.width_590 .box {

	}
	
	


.box li {
	display: list-item;
	list-style-type: disc;
}


/*  -----------------------------------------------------

	=Body
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	body {
		background: #f3f2e9 url(../images/background.jpg) repeat-x;
		color: #191919;
		text-align: center;
	}



a:link, a:visited,
#header #menu a:hover,
th,
tr:hover,
#message_ok,
.required {
	color: #7e0606;
}
	
img:hover,
#projects img:hover,
#projects img:hover {
	border-color: #f5a85d;
}
	
blockquote {
	background: url(../images/style-orange/quote.gif) no-repeat 0 4px;
}
		
.services li {
	background-image: url(../images/style-orange/bullet.gif);
}

.sidebar2 .sidebar2-btn {
	background: url(../images/style-orange/followme.gif) no-repeat;
}

div.panel span.pin {
	background: url(../images/style-orange/pin.gif) no-repeat;
}
.navigation a:hover {
	background: url(../images/style-orange/bullet.gif);
}
	
.navigation a.selected {
	background: url(../images/style-orange/bullet.gif);
}
.btn {
	background: url(../images/style-orange/button.gif) no-repeat;
}




/*  -----------------------------------------------------

	=Container
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#container {
		margin: 0 auto;
		text-align: left;
		width: 900px;
	}


/*  -----------------------------------------------------

	=Header
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#header {
		color: #ffffff;
		height: 338px;
		position: relative;
	background: url(../images/header.bkg.jpg) no-repeat 0 31px;
}




	#header-alt {
		color: #ffffff;
		position: relative;
	background: url(../images/header.bkg.jpg) no-repeat 0 31px;
}
	
	#header .brand {
			border: 0;
			border-bottom: 1px solid #ffffff;
			margin: 0 0 24px;
			padding-bottom: 15px;
	padding-top: 10px;
}

	
	#header .mcgraw {
			border: 0;
			border-bottom: 1px solid #808080;
			margin: 0 0 24px;
			padding-bottom: 15px;
	padding-top: 10px;
}

	
		#header #menu {
			top: 0;
			left: 10px;
			margin: 0;
			position: absolute;
	text-transform: uppercase;
}
		
			#header #menu li {
				background: none;
				float: left;
				margin-left: 1px;
				padding: 0;
			}
			
				#header #menu li a {
					color: #ffffff;
					display: block;
					font-size: 13px;
	padding: 5px 10px 8px;
}
				
				
				
					#header #menu a:hover {
						color: #e5e5e5;
	text-decoration: underline;
}
					
					#header #menu .active a {
					background: url(../images/nav-bg.gif) repeat-x;

					color: #fff;
					}





		#header-alt #menu {
			top: 0;
			left: 10px;
			margin: 0;
			position: absolute;
	text-transform: uppercase;
}
		
			#header-alt #menu li {
				background: none;
				float: left;
				margin-left: 1px;
				padding: 0;
			}
			
				#header-alt #menu li a {
					color: #ffffff;
					display: block;
					font-size: 13px;
	padding: 5px 10px 8px;
}
				
				
				
					#header-alt #menu a:hover {
						color: #e5e5e5;
	text-decoration: underline;
}
					
					#header-alt #menu .active a {
					background: url(../images/nav-bg.gif) repeat-x;

					color: #fff;
					}



















/*  -----------------------------------------------------

	=Content
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	#content {
	font-size: 1.2em;
}
	

		
		.main .box h4,
		.main .box {
	background-image: url(../images/box.bkg.jpg);
}

		
		.sidebar {
			position: relative;
		}
		

		
		#slider {
			width: 500px;
			margin: 0 auto;
			position: relative;
		}
		
		.scroll {
	height: 388px;
	width: 270px;
	overflow: hidden;
	position: absolute;
	clear: left;
	top: -38px;
	right: 0;
}
		
		.scrollContainer div.panel {
			height: 250px;
			padding-top: 0;
			width: 500px;
		}
		
			.panel p {
				padding-left: 10px;
			}
			
	
	.sans {
	font: .95em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
}

		
		.robin {
	width: 280px;
	position: absolute;
	clear: left;
	right: 260px;
	top: -14px;
}	
	
	
	#imglefty img {
	float: left;
	border-style: solid;
	border-color: #7f7f7f;
}
		
		.navigation {
			position: absolute;
			top: 218px;
			right: 20px;
		}
		
		.navigation li {
			background: none;
			display: inline;
			float: left;
			padding: 0;
		}
		
		.navigation a {
			display: block;
			height: 6px;
			margin-right: 2px;
			text-indent: -9999px;
			width: 6px;
		}
		
		.navigation a:hover {
		}
		
		.navigation a.selected {
		}
		
		.navigation a:focus {
			outline: none;
		}
		
		.scrollButtons {
			border: 0;
			cursor: pointer;
			position: absolute;
			top: 215px;
			z-index: 100;
		}
		
		.scrollButtons.left {
			right: 262px;
		}
		
		.scrollButtons.right {
			right: 0px;
		}
		
		.hidden {
			visibility: hidden;
		}

	
/*	#content table,
		#content th {
		}
*/
		
		tr.odd {
			background-color: #fcfcfa;
		}
		
	
	
				
		.contactForm {
			width: 500px;
		}
		
			label {
				float: left;
				width: 100px;
			}
			
			.contactForm small {
				display: block;
				padding-left: 100px;
			}
			
			input,
			textarea {
				background-color: #f9f9f9;
				border: 1px solid #f2f2f2;
				font-family: "Times New Roman", Times, Georgia, serif;
				font-style: italic;
				padding: 5px;
				width: 300px;
			}
			
			input:focus,
			textarea:focus {
				background-color: #ececec;
				border-color: #ddd;
			}
			
			.btn {
				border: 0;
				color: #fff;
				font-style: normal;
				height: 25px;
				width: 77px;
			}
			
			.required {
				color: #999;
			}
			
			#message_ok {
				color: #999;
				display: none;
			}
		
/*  -----------------------------------------------------

	=Footer
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#footer {
		clear: both;
		overflow: hidden;
		padding: 10px;
	}
	
	
	#footer a {
	color: #48546a;
}
	
		#footer img {
			border: 0;
		}
				
		#footer p {
			color: #666;
			font-size: 11px;
			font-style: italic;
		}
		
			#footer p.right {
				float: right;
			}
		
			#footer p img {
				vertical-align: middle;
			}
