/* 
Inner Maker CSS
Created by: Emir Plicanic
*/
/*Resets*/
*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    font-size: inherit;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
				background-color:#23a24b;
}
table {
    border-collapse:collapse;
    border-spacing: 0;
}
caption, th  {
    font-weight: normal;
    text-align: left;
}
/* END resets */
body {
	font: 12px/22px Verdana, Geneva, sans-serif;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #3DACDA;
	font-size: 22px;
	line-height: 26px;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	color: #3CABE2;
	margin-bottom: 15px;
}
a {
	color: #CF213C;
}
a:hover , .navigation a:hover,.navigation_right a:hover, .navigation .current a, .navigation_right .current a{
	color: #42ADDB;
}
ul , ol  {
	margin: 0px 0px 15px 30px;
	padding: 0px;
}
.calloutFixed {
	font: italic normal 14px/22px Georgia, "Times New Roman", Times, serif;
	padding: 15px;
	background: #F0F0F0;
	display: block;
	margin-bottom: 25px;
	text-align: left;
	border: 1px dotted #CCC;
	width: 385px;
}
.callout {
	font: italic normal 14px/22px Georgia, "Times New Roman", Times, serif;
	padding: 15px;
	background: #F0F0F0;
	display: block;
	margin-bottom: 25px;
	text-align: left;
	border: 1px dotted #CCC;
}
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
#container {
	background: #22A148 url(../images/repeatbg.jpg) repeat-x left top;
	padding-bottom: 50px;
	position: relative;
}
#wrapper {
	margin: 0px auto;
	width: 975px;
	position: relative;
	background: url(../images/bodybg.jpg) no-repeat center top;
}
.page-title {
	font-size: 26px;
	line-height: 33px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: -1px;
	padding-left: 25px;
	display: block;
	margin-bottom: 5px;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
.clearlLeft {
	font-size: 1px;
	line-height: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: none;
}
.clearRigtht {
	font-size: 1px;
	line-height: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: none;
}
.introtext  {
	font-size: 18px;
	font-weight: normal;
	color: #37ADDB;
}
.imglftlpad  {
	margin-right: 25px;
	margin-bottom: 10px;
}
#header {
	height: 200px;
	margin-bottom: 30px;
	position: relative;
}

#contactform .formrow label {
	display: block;
}
#contactform input, #contactform textarea { border:1px solid #666; padding:2px; background:#fefefe;}
#contactform .formrow #send {
	color: #FFF;
	background: #D32033;
	padding: 2px 20px;
}
.navigation_right  {
	list-style: none;
	width: 366px;
	position: absolute;
	right: 18px;
	top: 163px;
	height: 26px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px 0px 0px;
	text-align:center;
}
.navigation  {
	list-style: none;
	width: 381px;
	position: absolute;
	left: 18px;
	top: 163px;
	height: 26px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px 0px 0px;
	text-align:center;
}
.navigation li, .navigation_right li {
	float: left;
	margin: 0px 10px;
	padding: 0px;
	display:block;
	zoom:1;
}
.navigation .gap {
	width: 190px;
	display: block;
}
.navigation li a, .navigation_right li a{
	color: #D01F30;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	display: block;
}
.navigation_right .media{margin-top:-3px;}
#maincontent {
	float: left;
	width: 671px;
	padding-left: 7px;
}
#maincontent p {
	margin-bottom: 18px;
}
#sidebar {
	float: right;
	width: 258px;
	margin-right: 8px;
}
.content {
	background: #FFF;
	padding: 25px;
}
#footer {
	margin: 20px auto 0px;
	width: 950px;
	clear: both;
	position: relative;
	background: url(../images/footerbg.png) no-repeat center center;
	height: 45px;
	padding-top: 25px;
	padding-left: 25px;
}

#footer-nav {
	list-style: none;
}
#footer_nav li {
	float: left;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 20px 0px 0px;
}
#footer_nav li a {
	color: #CC262A;
}
#footertext {
	margin: 0px auto;
	width: 950px;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	color: #FFF;
	padding-bottom: 100px;
}
#footertext  a {
	color: #FFF;
}

