/**** General Styles ****/
body{
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p{
	padding: 5px;
}

h1{
	font-size: 24pt;
}

h2{
	font-size: 20pt;
}

h3{
	font-size: 18pt;
}

h4{
	font-size: 16pt;
}

h5{
	font-size: 12pt;
}

h6{
	font-size: 8pt;
}

p{
	font-size: 12pt;
	line-height: 22px;
}

li{
	font-size: 12pt;
}

a{
	color: #180fd6;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border-style: none;
}

.container{
	width: 960px;
	margin: 0 auto;
}

.clear{
	clear: both;
}

/**** Header Styles ****/

#header_wrap{
	background: url("../../assets/image/header_background.jpg") repeat-x;
	height: 101px;
	width: 100%;
}

#logo{
	background: url("../../assets/image/logo.png");
	width: 345px;
	height: 52px;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}


#ornate{
	background: url("../../assets/image/ornate.png");
	width: 175px;
	height: 84px;
	margin-top: 5px;
	margin-right: 50px;
	float: right;
}

#header_nav{
	font-family: "Times New Roman", Times, serif;
	margin-top: 12px;
	background: #e2e3e8;
	height: 42px;
	border-top: 2px solid #c1aaaa;
	border-bottom: 2px solid #c1aaaa;
}

#header_nav a{
	font-size: 18pt;
	color: #111;
	text-decoration: none;
}

#header_nav a:hover{
	text-decoration: underline;
}

#header_nav ul{
	margin-top: 7px;
	margin-left: 25px;
}

#header_nav ul li{
	display: inline;
	margin-left: 60px;
}

/**** Content Styles ****/

#content_top{
	position: relative;
	z-index: 5;
	top: 15px;
	margin-top: 60px;
	height: 28px;
	background: url("../../assets/image/content_top.jpg") repeat-x;
}

#content{
	padding: 30px;
	position: relative;
	z-index: 6;
	width: 900px;
	background: url("../../assets/image/content_background.jpg") repeat-y;
}

#content_bottom{
	position: relative;
	z-index: 5;
	top: -15px;
	height: 28px;
	background: url("../../assets/image/content_bottom.jpg") repeat-x;
}

/**** Footer Styles ****/

#footer p, #footer h1, #footer h2, #footer h3{
	color: #e2e3e8;
}

#footer{
	background: #111;
	padding: 20px;
}

.footer_float_left{
	float: left;
	margin-right: 50px;
}

.footer_float_right{
	float: right;
}

#valid img{
	border-style: none;
}

#social img{
	height: 50px;
	width: 50px;
	float: left;
	border-style: none;
	padding: 5px;
	padding-left: 0;
}

/**** Home Styles ****/

#home_who_is{
	width: 450px;
	float: left;
}

#home_services{
	margin-top: -10px;
	width: 350px;
	float: right;
}

#home_services h3{
	margin-top: 20px;
}

#home_services li{
	margin-top: 10px;
	margin-left: 5px;
}

/**** Contact Styles ****/

#contact_list li{
	margin-left: 5px;
	margin-top: 5px;
}

#contact_list label{
	display: block;
	float: left;
	width: 100px;
}

span.error{
	color: #e55256;
}

/**** About Styles ****/

#about_main{
	width: 500px;
	float: left;
}

#about_sidebar{
	width: 250px;
	float: right;
}

/**** Services Styles ****/

.left_service_box, .right_service_box{
	margin-top: 15px;
	padding: 10px;
	width: 400px;
	border: 1px solid #111;
	min-height: 130px;
}

.left_service_box{
	float: left;
}

.right_service_box{
	float: right;
}

.services_nav{
	float: left;
	border-right: 1px dotted #111;
	padding: 20px 0;
}

.services_nav li{
	font-size: 14pt;
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 15px;
}

#webdev_info, #seo_info, #programming_info, #tutoring_info, #repair_info{
	float: right;
	width: 600px;
}

#webdev_info li, #seo_info li, #programming_info li, #tutoring_info li, #repair_info li{
	margin: 10px 15px;
	list-style: inside disc;
}

/**** Webdev Styles ****/

#webdev_ecommerce{
	float: left;
	width: 400px;
}

#webdev_db_driven{
	float: right;
	width: 400px;
	height: 150px;
	margin-bottom: 20px;
	border-left: 1px dotted #111;
	padding-left: 20px;
}

.webdev_dynamic p{
	width: 500px;
}

.webdev_dynamic img{
	float: right;
	margin-right: 75px;
}

/**** Portfolio Styles ****/

.portfolio_container{
	border-bottom: 1px dotted #111;
	padding: 10px;
}

.site_image_container{
	width: 300px;
	float: left;
}

.site_image_container img{
	border: none;
}

.site_technology_container{
	float: right;
	width: 250px;
}

.site_technology_container li{
	padding: 2px 0;
	margin-left: 5px;
}

.overview{
	padding: 10px;
	width: 300px;
	float: left;
	border-left: 1px dashed #111;
	border-right: 1px dashed #111;
}

