body {
	margin: 0px;
	padding: 0px;
}

body#services, body#about, body#portfolio, body#contact {
	background-image: url(../images/bg_header_white.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#wrapper {}

.clear {
	clear: both;
}

/*
HEADER 
------------------------------------------------- */

#header_wrapper {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	width: 100%;
	position: relative;
}

#header {
	position: relative;
	width: 950px;
	height: 93px;
	margin-right: auto;
	margin-left: auto;
}

span.logo
	{
	float: left;
	position: relative;
	text-indent: -10000px;
	margin: 0;
	padding: 0;
	}
	
span.logo a
	{
	display: block;
	width: 220px;
	height: 67px;
	background: url(../images/definitive_logo.png) no-repeat;
	margin-top: 15px;
	}
	
#logo {
	position: relative;
	width: 152px;
	height: 60px;
	clear: right;
	float: left;
}

h1 {
	display: none;
}

h2 {
	font-size: 42px;
	line-height: 38px;
	color: #3b3b3b;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h3 {
	color: #7b7b7b;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/*
NAVIGATION 
------------------------------------------------- */

#nav_container {
	width: 100%;
	position: relative;
	height: 53px;
	background-image: url(../images/bg-nav.gif);
	background-repeat: repeat-x;
}

div#nav {
	width: 950px;
	z-index: 3;
	position: relative;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

div#nav a {
	outline-style: none;
}

div#nav ul.top-level {
	width: 950px;
	height: 36px;
	margin: 0;
	position: relative;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
	
}

div#nav ul.top-level li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline;
}

div#nav ul.top-level li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 16px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
}

#menu-main-1 a.base-link:hover, #menu-main-1:hover a.base-link, 
#menu-main-2 a.base-link:hover, #menu-main-2:hover a.base-link, 
#menu-main-3 a.base-link:hover, #menu-main-3:hover a.base-link, 
#menu-main-4 a.base-link:hover, #menu-main-4:hover a.base-link, 
#menu-main-5 a.base-link:hover, #menu-main-5:hover a.base-link, 
#menu-main-6 a.base-link:hover, #menu-main-6:hover a.base-link,
#menu-main-7 a.base-link:hover, #menu-main-7:hover a.base-link
{
	position: relative;
	color: #FFFFFF;
	background-image: url(../images/bg-nav-a.gif);
	background-repeat: repeat-x;
}

body#home a#menu-home,
body#about a#menu-about,
body#services a#menu-find,
body#portfolio a#menu-gallery,
body.page-id-43 a#menu-financing,
body#contact a#menu-tools,
body.page-id-47 a#menu-contact
{
	background-image: url(../images/bg-nav-a.gif);
	background-repeat: repeat-x;
	
}

div#nav ul.sub-level {
	margin: 0;
	list-style: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	z-index: 99;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e5e5e5;
	border-left-color: #e5e5e5;
}

div#nav ul.sub-level li a {
	display: block;
	width: 226px;
	text-decoration: none;
	color: #000;
	padding: 8px 12px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

div#nav ul.sub-level li a:hover {
	color: #FFFFFF;
	background-color: #F2F2F2;
	background-image: url(../images/bg-subnav.gif);
	background-repeat: repeat-x;
}

div#nav ul.sub-level li { /* all list items */
	float: left;
	width: 20em; /* width needed or else Opera goes nuts */
	height: auto;
	position: relative;
}

div#nav ul.top-level li ul.sub-level {
	position: absolute;
	width: 250px;
	top: 36px;  /* using left instead of display to hide menus because display: none isn't read by screen readers */
	left: -999em;
	background-color: #f5f5f5;
	background-image: url(/images/sub-nav.png);
	background-repeat: repeat;
	background-position: left top;
}

div#nav ul.top-level li:hover ul.sub-level, div#nav ul.top-level li:hover ul {
	left: 0;
	visibility: visible;
}


/*
INDEX PROMO
------------------------------------------------- */

#index_promo_wrapper {
	position: relative;
	width: 950px;
	height: 310px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 35px;
}

#index_promo_wrapper ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#index_promo_wrapper ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#index_promo_wrapper ul li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#index_promo_left {
	position: relative;
	width: 450px;
	float: left;
	margin-right: 50px;
}

#index_promo_right {
	position: relative;
	width: 450px;
	float: left;
}

/*
INDEX SERVICES	
------------------------------------------------- */

#index_services_wrapper {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
}

#index_services_wrapper h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	padding-top: 7px;
}

#index_services_wrapper ul {
	padding: 0px;
	margin: 0px;
}

#index_services_wrapper ul li {
	list-style-type: none;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#index_services_wrapper ul li a {
	text-decoration: none;
	color: #FF6600;
	font-size: 18px;
}

#index_services_wrapper ul li a:hover {
	text-decoration: underline;
}

#index_services_left {
	position: relative;
	width: 313px;
	clear: right;
	float: left;
	margin-right: 5px;
}

#index_services_middle {
	position: relative;
	width: 313px;
	clear: right;
	float: left;
	margin-right: 5px;
}

#index_services_right {
	position: relative;
	width: 313px;
	clear: right;
	float: left;
}

/*
CONTENT	
------------------------------------------------- */

#content_wrapper {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 40px;
}

#content_full {
	position: relative;
	float: left;
	width: 950px;
}

#content_full h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #69b4ee;
	text-transform: uppercase;
	font-weight: normal;
}

#content_full h3 {
	color: #7b7b7b;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#content_left {
	clear: right;
	float: left;
	width: 625px;
	position: relative;
	margin-right: 25px;
}

#content_left p a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#content_left p a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #69b4ee;
}

#content_left img {
	clear: right;
	float: left;
	padding-right: 15px;
}

#content_left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #69b4ee;
	text-transform: uppercase;
	font-weight: normal;
}

#content_left h3 {
	color: #7b7b7b;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#content_right {
	float: left;
	width: 299px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#content_right .video {
	float: left;
	width: 265px;
	margin-left: 15px;
	position: relative;
	margin-bottom: 15px;
}

#content_right h3 {
	font-size: 20px;
	background-color: #c54574;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content_right h2 {
	font-size: 20px;
	margin-left: 10px;
}

#content_right h2 a, a:visited {
	text-decoration: none;
	color: #3b3b3b;
}

.block {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content_right ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-color: #f5f5f5;
}

#content_right ul li {
	padding: 0px;
	list-style-type: none;
}

#content_right ul li a {
	color: #5b5b5b;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 27px;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

#content_right ul li a:hover {
	background-image: url(../images/bg_nav_right.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 15px;
}

body.webdev a#webdevnav,
body.webdesign a#webdesignnav,
body.webvideo a#webvideonav,
body.seo a#seonav,
body.internetmarketing a#internetmarketingnav, 
body.videoseo a#videoseonav,
body.waitingvideo a#waitingvideonav,
body.examvideo a#procedurevideonav,
body.websitevideo a#testimonialvideonav

 {
	background-image: url(../images/bg_nav_right.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 15px;
}

/*
FOOTER 
------------------------------------------------- */

#footer_wrapper {
	position: relative;
	float: left;
	width: 100%;
	background-color: #2e3629;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	margin-top: 40px;
}

#footer {
	text-align: center;
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	height: 180px;
	padding-top: 15px;
}

#footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 0px;
}
#footer a:link, #footer a:visited { color: #3390b9; text-decoration: none; }
#footer a:hover, #footer a:active { color: #7C786B; text-decoration: none; }

#footer a img {
	text-decoration: none;
	border: 1px solid #97ab30;
}

#footer a:hover img {
	text-decoration: none;
	border: 1px solid #666666;
}

#footer_left {
	clear: right;
	float: left;
	width: 270px;
	position: relative;
	text-align: left;
	margin-right: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

#footer_middle {
	clear: right;
	float: left;
	width: 270px;
	position: relative;
	text-align: left;
	height: 100px;
	margin-right: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

#footer_right {
	clear: right;
	float: left;
	width: 270px;
	position: relative;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#footer_bottom {
	font-family: Arial, Helvetica, sans-serif;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 40px;
	color: #FFFFFF;
	padding-top: 10px;
}

#footer_bottom_left {
	width: 450px;
	position: relative;
	clear: right;
	float: left;
	text-align: left;
	padding-left: 15px;
	color: #3f4937;
}

#footer_bottom_left ul {
	margin: 0px;
	padding: 0px;
}

#footer_bottom_left ul li {
	display: inline;
	list-style-type: none;
}

#footer_bottom_left a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#footer_bottom_left a:visited {
	text-decoration: none;	
}

#footer_bottom_right {
	width: 49%;
	position: relative;
	float: right;
	text-align: right;
	padding-right: 15px;
	font-size: 12px;
}

#footer_bottom_right a {
	color: #333333;
	text-decoration: none;
}

/*
FORM 
------------------------------------------------- */
#contact_form {
	margin-top: 20px;
}

#contact_form label {
	display: block;
	text-align: left;
	color: #59A1C5;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#contact_form input {
	width: 275px;
	border: 1px solid #D0D0D0;
	color: #666666;
	margin-bottom: 7px;
	height: 25px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	font-size: 18px;
}
#contact_form textarea { width: 450px; height: 150px; padding: 2px 1px; border: 1px solid #D0D0D0; color: #333333; font-family: "Lucida Grande", Arial, Verdana, sans-serif; margin-bottom: 7px; }
#contact_form p #submit {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FF0000;
	width: 86px;
	height: 16px;
}
#contact_form p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(http://www.blueprintgroupe.com/images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 0px 0 10px;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #33CC00 url(http://www.blueprintgroupe.com/images/success.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 0px 0 10px;
  border-top: 2px solid #339900;
  border-bottom: 2px solid #339900;
}
#submitt input {
	float: left;
	background: url(http://www.definitivemedicalwebdesignandvideo.com/images/send-message.jpg) no-repeat left top;
	height: 29px;
	width: 116px;
	border: none;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFF99;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
#contact_form h1 {
	color: #FFFFFF;
	border: none;
}

/*
SLIDESHOW
------------------------------------------------- */

#slideshow_wrapper {
	width: 100%;
	position: relative;
	padding-top: 15px;
}

#flash1{
	position:relative;
	width:950px;
	margin-right: auto;
	margin-left: auto;
}