* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bg.jpg);
	background-repeat:repeat-x;
	/*background: #2d0102;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color: #003;
}
a:hover {
	color:#003;
	text-decoration:none;
}
#container {
	width: 780px;
	background:url(../images/container_bg.jpg);
	background-repeat:repeat-y;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #a5120b;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left:6px solid #FFFFFF;
	border-right:6px solid #FFFFFF;
}
#header {
	background: #DDDDDD url(../images/headerBackground.jpg) left top no-repeat;
	height:232px;
	border-bottom:2px solid #FFFFFF;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	margin-left:30px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #0CF;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	color:#FFFFFF;
	background:url(../images/sidebar.jpg);
	background-repeat:repeat-y;
	height:auto
}
}
#mainContent {
	width:510px;
	height:auto;
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#FFFFFF;
}
#mainContent .pic {
	float:right;
	margin-right:10px;/*margin:0 0 10px 10px;*/
}
#footer {
	background:url(../images/backgroundFooter.jpg) left top repeat-x;
	height:93px;
	text-align:center;
	color:#FFFFFF;
	margin-top:2px;
}
#footer p {
	padding:25px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*begin main menu*/
ul#sliding-navigation {
	list-style: none;
	font-size: 14px;
	padding: 0;
}
ul#sliding-navigation li.sliding-element a {
	display: block;
	width: 150px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
}
ul#sliding-navigation li.sliding-element a {
	color: #fff;
	background: #2C92C3;
	border-left: 6px solid #09C;
	text-decoration: none;
}
ul#sliding-navigation li.sliding-element a:hover {
	color: #ffff66;
}
ul#sliding-navigation li.active a {
	color: #ffff66;
	font-weight:bold;
}
.listlin {
	border:1px #FFF solid;
	color:#003;
	line-height:20px;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
}
/*end main menu*/

.con {
	width:550px;
	float:left;
	margin-top:10px; margin-left:10px;
}
.para {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}
.paragraph {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	line-height:30px;
}
/*Slide images js start */

#slider1 {
	width: 520px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#slider1Content {
	width: 520px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
	float: left;
	position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 494px;
	/*background-color:#017CB8;*/
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
	font-size: 14px;
}
.left {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul {
	list-style-type: none;
}

/*Slide images js end */
