/* CSS reset (for only some (needed) elements) */
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}


/* reset ends */

h1, h2, h3, h4, h5 {
	margin: 0.9em 0em 0.9em 0em;

}

body {
	font-size: 100%;
	font-family: Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	margin: 0px;
	color: #656565;
}
h1, h2, h3, h4 {
	font-weight: normal;
	
}
a img {
	border: 0px;
	border: none;
}
a {
	text-decoration: none;
	color: #4fc5e0
}
a:hover {
	text-decoration: underline;
	
}
#container {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #b7b7b7;*/
}

#header {
	width: auto;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #b7b7b7;*/
}
#header-inner {
	width: 960px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #b7b7b7;*/
}

#navbar {
	font-size: 14px;
	width: auto;
	/*border: 1px solid #b7b7b7;*/
	background: url(../images/navbar_bg.png) repeat-x;
	height: 50px;
	padding: 0px;
}
#navbar ul {
	position: relative;
	/*top: -10px;*/
	line-height: 30px;
	margin: 0;
}
#navbar li {
	display: inline;
	margin-left: 20px;
	list-style: none;
}
#navbar li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 0.6em 1em 0.6em 1em;
}
#navbar li a:active, #navbar li a:visited {
	color: #ffffff;
}

#navbar li a:hover {
	background: url(../images/nav_triangle.png) no-repeat scroll center top;
}
#navbar li.active a {
	background: url(../images/nav_triangle.png) no-repeat scroll center top;
}

#navbar-inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/navbar_inner_bg.png) repeat-x scroll 0;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	/*border: 1px solid #b7b7b7;*/
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: relative;
	overflow: auto;
	padding-bottom: 10px;
}
#content p, #content ul, #content ol  {
	font-size: 84%;
}

#content-inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	position: relative;
}

#carousel {
	width: 956px;
	height: 245px;
	border: 2px solid #b7b7b7;
	margin-top: 20px;
}
#carousel ul.slides {
	margin: 0px;
	padding: 0px;
}

#carousel ul {
	list-style: none;
	width: 2868px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
}

#carousel ul.slides h2, #carousel ul.slides p, #carousel ul.slides a.learn_more {
	position: relative;
	width: 580px !important;
	margin-left: 360px !important;
	top: -235px !important;
}
/*
#carousel ul.slides a.learn_more {
	background: url(../images/learn_more_small_orange.png) no-repeat 100% 50%;
	padding-right: 20px;
}

#carousel .slides li.inactive {
	display: none;
}

#carousel .controls li {
	display: inline;	
}
#carousel .controls {
	position: relative;
	top: -200px;
	margin-left: 550px;
}

#carousel .controls li.active a {
	background: url(../images/carousel_on_button.png) no-repeat scroll center;
	width: 22px;
	height: 22px;
	padding: 5px 10px 0px 10px;
}
#carousel .controls li.active a:hover {
	text-decoration: none;
}

#carousel .controls li.inactive a:hover {
	text-decoration: none;
}

#carousel .controls li.inactive a {
	background: url(../images/carousel_off_button.png) no-repeat scroll center;
	width: 22px;
	height: 22px;
	padding: 5px 10px 0px 10px;
}

#carousel ul {
	list-style: none;
}*/

#containerBottLeft {
	width: 290px;
	margin-top: 30px;
	float: left;
	position: relative;
	background: url(../images/glowing_box.png) no-repeat top;
	padding: 0px 10px 0px 10px;
}
#containerBottMiddle {
	width: 290px;
	margin-top: 30px;
	float: left;
	position: relative;
	left: 12px;
	background: url(../images/glowing_box.png) no-repeat top;
	padding: 0px 10px 0px 10px;
}
#containerBottRight {
	width: 290px;	
	margin-top: 30px;
	float: left;
	position: relative;
	left: 24px;
	background: url(../images/glowing_box.png) no-repeat top;
	padding: 0px 10px 0px 10px;
}
#containerBottLeft a.learn_more, #containerBottMiddle a.learn_more, #containerBottRight a.learn_more {
	background: url(../images/learn_more_small_orange.png) no-repeat 100% 50%;
	padding-right: 20px;
}
.orange {
	color: #ff7f11;
}
h3.header {
	margin-left: 10px;
	font-weight: normal;
}
/*div.clear {
	clear: both;
}*/
#footer {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	height: 107px;
	background: url(../images/footer_bg.png) repeat-x scroll 0;	
}
#footer-inner {
	padding-top: 30px;
}
#footer-message {
	color: #ffffff;
	text-align: center;
	font-size: 85%;
}
#footer-message a, #footer-message a:visited {
	color: #ffffff;
}
div.text {
	width: 600px;
	/*height: 600px;*/
	float: left;
	/*border: 1px solid #b7b7b7;*/
}
.image {
	/*width: 324px;
	height: 400px;*/
	margin-left: 30px;
	margin-top: 30px;
	float: left;
	border: 1px solid #b7b7b7;
	padding:3px;
}
