/* v1.0 | 20080212 */

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,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style:inside;
}
strong{
	font-weight:500;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
  
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
  
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
  
.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt; 
	padding: 0pt; 
	overflow: auto; 
	letter-spacing: 0px; 
	float: none;
}
  
.sIFR-active h1,
.sIFR-active h2,
.sIFR-active h3,
.sIFR-active h4,
.sIFR-active h5 {
	visibility: hidden;
}
.sIFR-active h1,.sIFR-active h3{
	text-transform:uppercase;
}
.sIFR-active h3{
}

h5{
}

#body{
	background:#fff;
	text-align:center;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:0.9em;
	line-height:1.2em;
	padding:20px 0 0 0;
}
#container{
	width:900px;
	margin:auto;
}
#header{
	position:relative;
	width:895px;
	height:240px;
	top:0;
	margin:0 0 10px 0;
	display:block;
}
	#header #logo{
		position:absolute;
		top:20px;
		right:30px;
		z-index:210;
	}
	#header #portfolio{
		position:relative;
		width:auto;
		height:auto;
		float:left;
		z-index:200;
	}
		#header #portfolio li{
			position:absolute;
			top:0;
			left:0;
		}
	#header .motto{
		position:absolute;
		top:100px;
		right:130px;
		float:right;
		line-height:1.2em;
		height:40px;
		width:350px;
		z-index:220;
	}
		#header h1{
			z-index:10003;
			color:#000;
		}
	#header .headerImage{
		position:relative;
		margin:auto;
		top:0;
		left:0;
		float:left;
		z-index:200;
	}
#navigation{
	height:40px;
	width:895px;
	display:block;
	background:url(../img/nav_bg_div.jpg) no-repeat;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
}
	#navigation ul{
		white-space:nowrap;
		text-align:left;
	}
		#navigation ul li{
			float:left;
			border-right:2px solid #fff;
			list-style:none;
			padding:10px 10px 10px 10px;
			white-space:nowrap;
		}
		#navigation ul li h2 a{
			text-decoration:none;
			height:40px;
			width:auto;
			text-transform:uppercase;
			vertical-align:middle;
			color:#fff;
			font-weight:bold;
			margin:10px 0 0 0;
			white-space:nowrap;
		}
			#navigation ul li h2 a:hover{
				color:#c00;
			}
		#search{
			position:relative;
			top:0;
			left:15px;
			float:left;
			width:auto;
			height:40px;
			display:block;
			text-transform:uppercase;
			vertical-align:middle;
			text-align:right;
			color:#fff;
			font-size:13px;
			margin:7px 3px 0 0;
		}
			#search #searchText{
				float:left;
				width:65px;
				text-align:right;
				font-weight:bold;
				padding:3px 10px 0 0;
				white-space:nowrap;
			}
				#search #searchField{
					float:left;
					background:url(../img/search_bg.jpg) no-repeat;
					padding:6px 10px 0 5px;
					width:125px;
					height:26px;
				}
				#search #inputSearch{
					width:90px;
					float:left;
					padding:0;
					border:0px solid #c00;
				}
				#search #searchImage{
					width:20px;
					height:20px;
				}
#main{
	position:relative;
	top:0;
	right:0;
	display:block;
	width:895px;
	text-align:left;
	font-size:0.90em;
	line-height:1.2em;
	height:310px;
}
	#main a{
		color:#18a346;
		text-decoration:none;
	}
	#main img{
		border:0;
	}
	#main #contentLeft{
		position:absolute;
		top:0;
		left:0;
		width:500px;
		height:308px;
		background:url(../img/cont_bg_left.jpg) no-repeat;
	}
	#main #contentLeft .contentPadding{
		padding:20px 10px 0 25px;
		margin:0 3px 0 0;
		height:285px;
		overflow:auto;
	}
		#main .contentPadding h1{
			padding:0 0 5px 0;
			font-size:1.8em;
			line-height:1.4em;
			color:#0cab4c;
			font-weight:normal;
		}
		#main p{
			font-size:12px;
			line-height:1.2em;
			padding:0 0 10px 0;
		}
		.left{
			color: #18a346;
			font-weight:bold;
			text-align:right;
			font-size:1.2em;
			line-height:20px;
		}
		.right{
			line-height:20px;
		}
		.green{
			color: #18a346;
			text-align:center;
		}
	#main .thumb{
		float:left;
		width:40px;
		padding:0;
	}

#main #contentMain{
	position:absolute;
	top:0;
	left:0;
	width:895px;
	height:308px;
	background:url(../img/cont_bg_main.jpg) no-repeat;
}
	#main #contentMain .contentPadding{
		padding:20px 10px 0 25px;
		margin:0 3px 0 0;
		height:285px;
		overflow:auto;
	}
#contentRight{
		position:absolute;
		top:0;
		right:0;
		width:390px;
}
	#main label{
		width:100px;
		display:block;
		float:left;
		color:#333;
	}
	#main .inputText, #main .inputButton, #main textarea{
		background:#fff;
		border:1px solid #bbb;
		font-size:11px;
		float:right;
	}
	#main textarea{
		width:300px;
		height:70px;
		border:1px solid #bbb;
	}
#contentRightTop{
	width:100%;
	height:195px;
	margin:0 0 2px 0;
	background:url(../img/cont_bg_rightTop.jpg) no-repeat;
}
		#contentRightTop .contentPadding h2{
			color:#000;
			line-height:1.4em;
			padding:4px 0 15px 0;
			text-transform:uppercase;
		}
		
	#main #contentRightTop .contentPadding{
		padding:20px 10px 10px 25px;
	}
#contentRightBottom{
	width:100%;
}
#contentRightBottomLeft{
	width:130px;
	float:left;
	background:url(../img/cont_bg_rightBottom.jpg) no-repeat;
	height:115px;
}

#contentRightBottomCenter{
	width:130px;
	float:left;
	background:url(../img/cont_bg_rightBottom.jpg) no-repeat;
	height:115px;
}

#contentRightBottomRight{
	width:130px;
	float:right;
	background:url(../img/cont_bg_rightBottom.jpg) no-repeat;
	height:115px;
}
#contentRightBottomRight div, #contentRightBottomLeft div, #contentRightBottomCenter div{
	padding:10px 0 0 15px;
}
#contentRightBottomRight h2, #contentRightBottomLeft h2, #contentRightBottomCenter h2{
	color:#0cab4c;
	font-size:1.05em;
	text-transform:uppercase;
}