/* Reset by Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 background:url(../images/bg.png) repeat-x #222222;
 
}

/* Index stylings*/
#wrapper { 
 margin: 0 auto;
 width: 1000px;
}
#header {
 width: 1000px;
 color: #333;
 padding: 0px;
 border: 1px solid #ccc;
 height: 86px;
 margin: 0px 0px 0px 0px;
 background:url(../images/headerbg.png) repeat-x;
}

#header img {
	margin-left:30px;
	float:left;
	}
	
.nav {
	float:left;
	height:86px;
	width:500px;
	margin-left:20px;
	background:url(../images/navdiv.jpg) right no-repeat;
	}
	
.link {
	float:left;
	height:56px;
	padding:30px 15px 0px 15px;
	background:url(../images/navdiv.jpg) left no-repeat;
	}
	
.link a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8c8c8c;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	}

.link a:hover {
	color:#2e5ea1;
	}

#feature {
	width:960px;
	height:364px;
	margin: 0px 20px 0px 20px;
	background:url(../images/featurebg.png) repeat-x;
	}

#feature img {
	float:left;
	z-index:500;
	}

.featuretext {
	width:500px;
	margin-top:90px;
	margin-left:-30px;
	z-index:1000;
	float:left;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.featuretext h1 {
	font-size:48px;
	font-weight:bold;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.featuretext p {
	margin-top:10px;
	font-size:20px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:30px;
	}
	
	
#services {
	width:996px;
	height:296px;
	background:url(../images/servicesbg.png) repeat-x;
	border:2px solid #959595;
	}
	
#services h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:30px;
	font-style:italic;
	color:#646465;
	margin:10px;
	}
	
#services p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:30px;
	color:#646465;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:18px;
	}
	
#services a{
	margin: 20px 0px 0px 10px;
	}
	
#box1 {
	width:320px;
	height:296px;
	float:left;
	border-right:1px solid #c0bfbf;
	margin-left:18px;
	}
	
#box2 {
	width:320px;
	height:296px;
	float:left;
	border-left:1px solid #d7d7d4;
	border-right:1px solid #c0bfbf;
	}
	
#box3 {
	width:320px;
	height:296px;
	float:left;
	border-left:1px solid #d7d7d4;
	}

#connect {
	width:960px;
	height:182px;
	color:#e2e1e2;
	margin: 0px 20px 0px 20px;
	background:url(../images/connectbg.png) repeat-x #353434;
	}
	
#connect h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:24px;
	padding:20px 10px 0px 10px;
	}
	
#connect p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:24px;
	line-height:30px;
	margin:10px;
	}
	
#connect a{
	color:#78aff9;
	text-decoration:none;
	}
	
#connect a:hover{
	color:#ffffff;
	text-decoration:underline;
	}
	
#content { 
 width: 900px;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 182px;
}

#footer { 
 width: 960px;
 color: #fff;
 margin: auto;
 padding: 10px;
 font-family:Georgia, "Times New Roman", Times, serif;
}

/* services stylings */

#services2 {
	width:750px;
	height:400px;
	}

#boxer {
	width:320px;
	height:450px;
	float:left;
	margin-left:18px;
	}
	
#boxer2 {
	width:320px;
	height:450px;
	float:left;
	}
	
#services2 h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color:#fff;
	font-size:30px;
	line-height:30px;
	margin:10px;
	}
	
#services2 h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#fff;
	font-size:24px;
	line-height:32px;
	margin:10px;
	}
	
#services2 p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:18px;
	margin:10px;
	line-height:24px;
	}
	
#services2 ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:18px;
	margin:10px 10px 10px 30px;
	list-style:disc;
	}
	
#services2 li{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:18px;
	margin:10px;
	list-style:disc;
	}
