@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	background-image:url(images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	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;
}
#container {
	width: 899px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #DDDDDD; 
	margin:34px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:296px;
	background-image:url(images/headerimage.jpg)  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#4e0201;
	background-image: url(images/home_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	height: 513px;
	
}

#mainContent_inside {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#420000;
	
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	color:#fff;
	line-height: 18px;
padding: 25px 35px 0px 35px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
}

#mainContent_inside_port {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#420000;
	
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	color:#fff;
	line-height: 18px;
padding: 25px 52px 0px 15px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
}
#footer {
	padding: 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 900px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
}
#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#menu {
padding: 246px 0px 0px 0px;
}
#home_flash {
padding: 25px 0px 0px 23px;
float:left;
width: 501px;
}

#blog_home {
height: 300px;
padding: 0px 10px 0px 10px;
width: 331px;
background-image:url(images/redblog_background.jpg);
float:right;
margin: 25px 22px 0px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
font-weight:100;
}

#blog_home a{

font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
font-weight:100;
text-decoration:none;
}


#home_copy {

width: 801px;
clear:both;
color:#FFFFFF;
padding: 25px 22px 0px 25px;
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:100;
}


h1 {
font-size: 17px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:100;
color:#ffffff;
}

h2 {
font-size: 25px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:100;
color:#ffffff;
}


#port_image {
float: left;
margin: 15px;
border-width:6px;
border-style: solid;
border-color:#330000;
}

.top_image {

margin:0px 0px 0px 15px;
border-width:6px;
border-style: solid;
border-color:#330000;
}

#portfolioitem {

background-image:url(images/headerbackgrounds.jpg);
background-repeat:no-repeat;
height:160px;
padding:25px;
width:786px;
}

#solutionsitem {

background-image:url(images/headerbackgrounds.jpg);
background-repeat:no-repeat;

padding:25px 35px 20px 35px;
width:786px;
}

.port_copy {
color:#FFFFFF;
}

#portfolio {
	width: 826px;
	position:relative;
  
	padding: 0px 20px;
	margin: 0px;
	position:relative;
}

#item {
background-image:url(images/headerbackgrounds.jpg);
background-repeat:no-repeat;
width: 766px;
padding: 15px 35px 15px 35px;

}

li {
margin:0px 0px 0px -20px;
list-style:square;
}