@charset "UTF-8";
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
	height: 100%;
} 
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,
small, strike, sub, sup, tt, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
	font-family: 'Lucida Grande','Lucida Sans Unicode', Arial, Verdana, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* Background-Styles */

body {
	text-align: center;
	font: 85%/1.5 'Lucida Grande', 'Tahoma', Arial, sans-serif;
	margin:0px;
	padding:0px;
	background: #D74307;
}
#main {
	background:#D74307 url(/images/background_light_slice.jpg) repeat-x;
	padding-bottom:15px;
	overflow:auto;
	text-align: left;
}
#main .container {
	min-height:425px;
	/* Internet Explorer *
/*\*/
#main .container {
    height:425px;
}
/**/
	background: url(images/background_light.jpg) repeat-x;
}
#footer {
	padding:40px;
	position:relative;
	top:-20px;
	min-height:130px;
	background: #482F11 url(/images/background_footer.jpg) repeat-x;
	text-align: left;
}
.container {
	width:950px;
	margin:0 auto;
	position:relative;
	overflow:auto;
}


/* 
	Header-Styles 
*/

#header {
	padding-top:20px;
	padding-bottom:20px;
}
#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#logo {
	width:400px;
	height:90px;
	background: url(/images/logo.png) no-repeat;
	display: block;
}
ul#menu {
	margin:0px;
	padding:0px;
	position:absolute;
	right:0px;
	width: 425px;
}
ul#menu li {
	display:inline;
	margin-left:12px;
}
ul#menu li a {
	font: bold 77% Tahoma, Arial, sans-serif;
	text-transform:uppercase;
	color: #d9d892;
}
a:link {
	color:#FFFFFF;
}
a:visited { color:#999999; 
}
a:hover, a.active, a:focus {
	text-decoration:underline;
}



/* 
	Block-Styles 
*/

.block {
	border:1px solid #bbbbbb;
	margin-bottom:10px;
	position:relative;
	background: #f2f2f2;
	overflow: auto;
}
.ribbon {
	position:absolute;
	top:-3px;
	right:-3px;
}
.block_inside {
	display:block;
	overflow:auto;
	overflow:auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 30px;
}
.block_insidefeatured {
	display:block;
	background: #ffffff;
	padding:20px;
	overflow:hidden;
	height: 415px;
}
.image_block {
	position: relative;
	width: 322px;
	z-index: 101;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 280px;
	float: left;
	display: inline;
}
.image_block img {
	border:1px solid #b5b5b5;
	float: left;
	display: inline;
}
.text_block {
	float:left;
	display: inline;
	width:500px;
	margin-left:30px;
	padding-top:10px;
	display: inline;
	overflow: auto;
	height: 375px;
}

#block_featured {
	padding-top:5px;
	background-color: #FFFFFF;
	overflow:hidden;
	height: 355px;
}

#block_featured h2 {
	color: #983E23;
	font: normal 200% Georgia, Helvetica, Arial, sans-serif;
	margin-bottom: 4px;
	padding: 0px;
}
#block_featured h3 {
	color:#6f2502;
	font: bold normal 120% 'Helvetica', Arial, Verdana, sans-serif;
	margin-top: 20px;
}
#block_featured h4 {
	color:#71001a;
	font: bold normal 93% Tahoma, Arial, sans-serif;
	text-decoration:underline;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}
#block_featured h5 {
	color:#000000;
	font: bold normal 95% Tahoma, Arial, sans-serif;
	margin-top: 20px;
	text-decoration: underline;
}
#block_featured h6 {
	color:#000000;
	margin-top: 20px;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.5em;
	font-weight: bold;
}
#block_featured li {
	display:block;
	color:#000000;
	font: normal 93% Tahoma, Arial, sans-serif;
	list-style: none;
	border: 1px inset #CCCCCC;
	padding: 10px;
	margin: 0px;
	vertical-align: middle;
	text-align: justify;
	background: center;
}
#block_featured small {
	color:#000000;
	font: 120% Georgia, "Times New Roman", Times, serif;
}
#block_featured p {
	color:#000;
	font: 95%/1.75em Tahoma, Arial, sans-serif;
	margin-bottom: 10px;
}
#block_featured a:link {
	color:#000000;
	margin-top: 15px;
	font-family: Tahoma, Arial, sans-serif;
}
#block_featured a:visited {
	color:#333333;
	margin-top: 20px;
}
#block_featured a:hover, #block_featured a.active, #block_featured a:focus {
	color:#002400;
	text-decoration:underline;
	margin-top: 20px;
}

.smalllink { 
   color:#4f412d;
   font: 110% 'Helvetica', Arial, Verdana, sans-serif;
   line-height: 1.7em;
   margin-top: 15px;
   font-weight: bold;
   line-height: 1.7em;
}

/*
	Portfolio-Home-Styles
*/

#block_content {
	overflow:auto;
	margin-bottom:20px;
	border-color: #666666;
}
#content_items {
	width:615px;
	margin-right:20px;
	float:left;
	display: inline;
	min-height:100px;
	padding-top:3px;
	position: relative;
}
#content_items p {
	color:#000;
	margin-bottom: 10px;
	font-size: 95%;
	line-height: 1.7em;
}
#content_items smalllink {
	color:#4f412d;
	font: 110%/1.2 'Helvetica', Arial, Verdana, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

#content_items ul {
	color:#c06801;
	font: bold 100% 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	list-style: none;
}
#content_items li {
	color:#E67E00;
	float: left;
	display: inline;
}
#content_items a:link { color:#9E361D; 
}
#content_items a:visited {
	color:#666666;
}
#content_items a:hover, #content_items a:active, #content_items a:focus { 
}
#text_column {
	float:right;
	display: inline;
	width:310px;
	color: #f2f2f2;
}
#text_column img {
	margin-bottom:20px;
	position:relative;
}
#text_column h2 {
	text-indent:-9999px;
	width:308px;
	height:129px;
	background: url(images/about.jpg) no-repeat;
}
#text_column h3 {
	color:#FFFFFF;
	font: italic normal 135%/1.6em Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 25px;
}
#text_column p {
	color:#FFFFFF;
	font: 90%/1.7em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

.mini_content_item {
	border:1px solid #b5bf6b;
	position:relative;
	margin-bottom: 15px;
	height: 170px;
	background: #FFFFFF;
}
.mini_content_item smalllink {
	color:#4f412d;
	font: bold 100%/1.7em Tahoma, Arial, sans-serif;
	margin-bottom: 10px;
}

.mini_content_item .block_inside {
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
}
.mini_content_item .thumbnail {
	display: inline;
	margin-right:20px;
	border:1px solid #979390;
	width: 101px;
	margin-bottom: 30px;
	margin-top: 10px;
	float: left;
	z-index: 101;
}


/*
	Block-Content-Styles
*/

#content_area {
	width:665px;
	float:left;
	display: inline;
	background: #FFFFFF;
}
#content_area .block_inside {
	min-height:400px;
}

#content_area h2 {
	color: #9C4124;
	font: normal 250% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 40px;
}

#content_area h4 {
	color:#365a02;
	font: italic normal 175%/1.75 Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
}
#content_area h5 {
	color: #666666;
	font:bold normal 95% Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
#content_area h6 {
	color: #000000;
	font:normal 95%/1.75px Tahoma, Arial, sans-serif;
	text-indent: 10px;
}
#content_area h7 {
	color: #5d732f;
	font:normal 135%/1.75px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}
#content_area .separator {
	border-top:.05em dashed #b5bf6b;
	margin-top:3%;
	margin-bottom: 0%;
	border-bottom-width: .05em;
}
#content_area .separator2 {
	border-top:0.05em dashed #b5bf6b;
	margin-top: 4%;
}
#content_area .separatorRust {
	border-top:.05em dashed #633823;
	margin-top:2%;
	margin-bottom:2%;
	padding-top:0em;
	font-size: 100%;
	margin-bottom: 0%;
}
#content_area p {
	color:#000;
	font: 80%/1.7em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
	
	margin-bottom: 10px;
}
#content_area ul {
	color:#000000;
	font: bold 93%/1.9 Tahoma, Arial, sans-serif;
	list-style: circle inside;
	margin-right: 0px;
	margin-left: 25px;
}
#content_area li {
	margin-bottom: 10px;
	font-weight: bold;
	list-style: disc outside;
	display: block;
}

#content_area a:link {
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
}
#content_area a:visited {
	color:#666666;
}
#content_area a:hover, a.active, a:focus {
	text-decoration:underline;
}
#sidebar {
	float:left;
	display: inline;
	width:281px;
	position:relative;
	left:-1px;
	margin-top:15px;
	background: #d9d892;
	border: 1px solid #b5bf6b;
}
#sidebar .block_inside { 

}

#sidebar h3 {
	color: #B54C1C;
	font: normal 195%/1.25em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}
#sidebar h4 {
	color: #555500;
	font: normal 165%/1.25em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10%;
}
#sidebar h6 {
	color: #000000;
	font: bold normal 110% Tahoma, Arial, sans-serif;
}
#sidebar .separator {
	border-top:0.05em dashed #8AA146;
}
#sidebar ul {
	margin:10px 0px 30px 0px;
	padding:0px;
	color:#000;
	font: bold 100% 'Helvetica', Arial, Verdana, sans-serif;
}
#sidebar p {
	color:#333333;
	margin-top: 5%;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 5%;
}
#sidebar ul li { list-style:none; margin:0px 0px 5px 0px; padding:0px; }

#sidebar ul li a { 
	color:#71001a; 
}
#sidebar a:link {
	color:#333333;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
}
#sidebar a:visited {
	color:#000000;
	font-weight: bold;
}
#sidebar a:hover, a.active, a:focus {
	text-decoration:underline;
	font-weight: bold;
}

/* 
	Text-Styles   
*/

h2 {
	color:#4f412d;
	font: 197%/1.2 'Helvetica', Arial, Verdana, sans-serif;
	margin-bottom: 25px;
	margin-left: 0px;
}
h3 {
	color:#002400;
	font: normal 125%/1.5 Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
}
h4 {
	margin:0px 0px 0px 0px;
	color:#6b766e;
	font: 100%/1.2 'Helvetica', Arial, Verdana, sans-serif;
	margin-bottom:1%;
	}
small {
	color:#000000;
	display:block;
	margin-bottom:20px;
	font-size: 150%;
}
a {
	color:#918F47;
	text-decoration:none;
}
small a {
	color:#007de2;
}
a:hover {
	text-decoration:underline;
}
p {
	margin: 0px 0px 15px 0px;
	color: #000000;
}
p2 {
   margin: 10px 0px 15px 0px;
   color: #FFFFFF;
}
a.button {
	background:#C77337 url(/images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	text-transform:uppercase;
	font: bold 100% Tahoma, Arial, sans-serif;
	border: 1px solid #918f47;
	color: #000000;
	margin-top: 20px;
}
a.button:hover {
	background:#AA431C url(/images/button_bg_o.jpg) repeat-x;
	border: 1px solid #c3c640;
	font-weight: bold;
}
a.button2 {
	background:#002400;
	padding:5px 10px 5px 10px;
	text-transform:uppercase;
	border: 1px solid #b5bf6b;
	color: #FFFFFF;
	margin-top: 20px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
}
a.button2:hover {
	background:#365a02;
}

/*
	Footer-Styles
*/

.footer_column {
   float:left;
   display: inline;
   width:275px;
   margin-right:30px;
}
.footer_column h3 {
	color:#06474a;
	text-transform:uppercase;
	font: bold normal 10px/21px Tahoma, Arial, sans-serif;
	margin-bottom: 10px;
}
#footer .long {
	width:610px;
}
#footer h3 {
	color:#E0C882;
	text-transform:uppercase;
	font: bold normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding-top: 2%;
}
#footer p {
	color:#FFFFFF;
	text-transform:none;
	text-decoration: none;
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
}
.footer_column ul li, .footer_column ul {
   list-style:none;
   margin:0px;
   padding:0px;
   font-family:Verdana, Arial, Helvetica, sans-serif; 
   color: #000000;

}

#footer a:link {
	color:#FFFFFF;
	font: 11px/1.25em Verdana, Arial, Helvetica, sans-serif;
}
#footer a:visited {
	font: 11px/1.25em Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration:underline;
	font: 11px/1.25em Verdana, Arial, Helvetica, sans-serif;
}






/* 
	Miscellaneous-Styles   
*/

/* Fix up IE6 PNG Support */
img, #logo {
	behavior: url(/scripts/iepngfix.htc);
	margin-top: 0px;
}

.insideicon {
	margin-right: 10px;
	float: left;
	display: inline;
}
