body {line-height:1.5;
	}
	
	
a img {border:none;}

#header {
	
}



#container {
	background: url(images/iwebstrategies.jpg);
	width: 1024px; 
	height: 100%;
	background-repeat: no-repeat;
	margin: auto auto auto auto;
	padding-bottom: .5cm;
	text-align: left;
	background-color: #000000;
position: relative;
z-index: 0;
}

#logo {
position: relative;
z-index: 1;
padding: 300px 0 0 0;
margin: 0 -50px 0 -50px;
}

#main {
	padding: 5px 0 0 10px;
	width: 100%;
	height: 100%;
}

#main2 {
	padding: 5px 5px 5px 5px;
	width: 100%;
	height: 100%;
background-color: #fff;
}
#newsletter {
	padding: 100px 25px 0 600px;
	text-align: right;
}

#footer {
text-align: center;	
}

/* typography.css */
body {font-size:75%;color:#222;background:#000;	background: url(images/background.jpg);font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h2 {font-size:24px;}
h2 a {font-size:24px; text-decoration: none;}
.widgettitle{
font-size: 18px;
line-height: 14px;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}

/*Navigation*/

#navigationwrap{
	display:inline;
	text-align:center;
}
#navigation{
	
	padding:17px 0 21px;
	margin:0 auto;
}
#navigation ul{
	list-style: none;
  padding: 0;
  margin: 0;
  position:relative;
  text-align:center;
  
}
#navigation ul li a:link,#navigation ul li a:visited,#navigation ul li a:active{
	
	color:#75a3c9;
	font-family:Georgia, "Times New Roman", Times, serif,Arial;
	text-decoration:none;
	font-weight:normal;
	font-size:17px;
	padding:0px 20px 17px;
	outline:none;
}

#navigation ul li a:hover{
	color:#fff;
	background:url(images/nav_over.gif) bottom left repeat-x;
}
#navigation ul,#navigation li{

}
#navigation ul li{
	background:transparent url(images/nav_div.gif) bottom left no-repeat;
	display:inline;

}
#navigation ul>/**/li,#navigation ul>/**/li{
	padding-bottom:17px;
}
#navigation ul li.first{
	background-image:none;
}

table {
margin: 0 0 0 0;
}

#table2{
margin: -400px 0 0 350px;
position: relative;
z-index: 1;
}


	/*
		Vertical Accordions
	*/
	
	.accordion_toggle {
		display: block;
		height: 30px;
		width: 550px;
		background: url(images/navigation.png) repeat-x top right #fe6b0b;
		padding: 0 10px 0 10px;
		line-height: 30px;
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		outline: none;
		font-size: 24px;
		color: #000000;
		border-bottom: 1px solid #cde99f;
		cursor: pointer;
		margin: 0 0 0 0;
font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
text-align: center;
	}
	
	.accordion_toggle_active {
		background: url(images/navigation.png) repeat-x top right #fe6b0b;
		color: #ffffff;
font-size: 24px;
		border-bottom: 1px solid #fe6b0b;
font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
text-align: center;
	}
	
	.accordion_content {
		background-color: #ffffff;
		color: #000;
		overflow: hidden;
padding: 5px 5px 5px 5px;
	}
		
		.accordion_content h2 {
			margin: 15px 0 5px 10px;
			color: #0099FF;
font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
		}
		
		.accordion_content p {
			line-height: 150%;
			padding: 5px 10px 0px 10px;
		}
		
	.vertical_accordion_toggle {
		display: block;
		height: 30px;
		width: 500px;
		background: url(images/navigation.png) repeat-x top right #a9d06a;
		padding: 0 10px 0 10px;
		line-height: 30px;
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		outline: none;
		font-size: 12px;
		color: #000000;
		border-bottom: 1px solid #cde99f;
		cursor: pointer;
		margin: 0 0 0 0;
	}

	.vertical_accordion_toggle_active {
		background: url(images/navigation.png) repeat-x top right #e0542f;
		color: #ffffff;
		border-bottom: 1px solid #f68263;
	}

	.vertical_accordion_content {
		background-color: #ffffff;
		color: #444444;
		overflow: hidden;
	}

		.vertical_accordion_content h2 {
			margin: 15px 0 5px 10px;
			color: #0099FF;
		}

		.vertical_accordion_content p {
			line-height: 150%;
			padding: 5px 10px 15px 10px;
		}
		
	/*
		Horizontal Accordion
	*/
	
	.horizontal_accordion_toggle {
		/* REQUIRED */
		float: left;	/* This make sure it stays horizontal */
		/* REQUIRED */

		display: block;
		height: 0px;
		width: 30px;
		background: url(images/h_accordion_toggle.jpg) repeat-x top left #fe6b0b;
		color: #ffffff;
		text-decoration: none;
		outline: none;
		border-right: 1px solid #cde99f;
		cursor: pointer;
		margin: 0 0 0 0;
	}
	
	.horizontal_accordion_toggle_active {
		background: url(images/h_accordion_toggle_active.jpg) repeat-x top left #fe6b0b;
		border-right: 1px solid #f68263;
	}
	
	.horizontal_accordion_content {
		/* REQUIRED */
		height: 0px;	/* We need to define a height for the accordion as it stretches the width */
		float: left;	/* This make sure it stays horizontal */
		/* REQUIRED */
		
		overflow: hidden;
		background-color: #ffffff;
		color: #444444;
	}
		
		.horizontal_accordion_content p {
			width: 450px;
			line-height: 150%;
			padding: 5px 10px 15px 10px;
		}
				
				
/* Container styling*/
#horizontal_container {
  margin: 20px auto 20px auto;
  width: 400px;   
  height: 0px;    
}

#vertical_container2 {
background-color: #fff;
margin: 0 0 -18px 0;
}

.blog
{ display: block;
		height: 30px;
		width: 550px;
		background: url(images/navigation.png) repeat-x top right #fe6b0b;
		line-height: 30px;
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		outline: none;
		font-size: 24px;
		color: #000000;
		cursor: pointer;
		margin: 0 0 0px 0;
font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
text-align: center;}

.blog2
{ display: block;
		height: 30px;
		width: 550px;
		background: url(images/navigation.png) repeat-x top right #fe6b0b;
		line-height: 30px;
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		outline: none;
		font-size: 24px;
		color: #000000;
		cursor: pointer;
		margin: 0 0 0px 0;
font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
text-align: center;}

#blog_content
{
background-color: #fff;
padding: 5px 5px 5px 5px;
}

#blog_container {
width:1024px;
margin: auto;
}

#content {
width:555px;
background: #fff;
margin: -10px 0 0 265px;
padding: 0 10px 0 10px;
}

#sidebar_l
{
float: left;
height: 1700px;
width: 250px;
background: #fff;
margin: 9px 0 0 0;
padding: 0 5px 0 5px;
}

#sidebar_r
{
float:right;
width:250px;
height: 1700px;
background: #fff;
margin: 9px 0 0 0;
padding: 0 5px 0 5px;
}

#sidebar_l ul li{
list-style-type:none;
}

#sidebar_r li{
list-style-type:none;
}

#collapsarch-408266931 li{
width: 100px;
list-style-type: disc;
margin: 0 0 0 -20px;
}
