/*
Theme Name: DVM Team WordPress Theme
Theme URI: http://edgeworksgroup.com/
Description: Design by Mary LaFleur
Version: 1 (WP2.7.1)
Author: Travis Freeman (Sky Design Solutions)
Author URI: http://www.skydesignsolutions.com/
Tags: Edgeworks, Mary LaFleur
*/


/*****Reset*****/
@import "style/css/reset.css";


/*****Basic Elements*****/
body{
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 2.2em;
	font-weight: normal;	
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 1.3em;
	font-weight: normal;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 15px;
	}	

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #333;
	}
	
ul {
	
	}	

ol {
	
	}

li {
	list-style-type: none;
	;
	}

a {
	color: #ff6600;
	text-decoration: underline;	
	}
a:hover {
	color: #ff6600;
	text-decoration: none;	
	}	



/*****Generic Classes*****/
.orange, .orange p {
	color:#ff6600;
	}
.lightOrange {
	color:#ff9900;
	}	
.gray {
	color:#CCC;
	}	
	
.clear {
	float:none;
	clear:both;
	}	


/*****Basic Layout*****/

#header-container {
	width: 100%;
	background-image: url(images/bg-header.png);
	background-repeat:no-repeat;
	background-position: top;
	height:123px;
}
	
#outer-wrapper {
	width:825px;
	margin-right: auto;
	margin-left: auto;
	}	
	
#main-wrapper-top {
	background-image: url(images/bg-content-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 825px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	}	

#main-wrapper {
	min-height:525px;
	width: 825px;
	background-image: url(images/bg-content-middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	float: left;
	}

#main-wrapper-bottom {
	background-image: url(images/bg-content-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	}	

#sidebar {
	float: right;
	width: 200px;
	text-align: center;
	margin-top: -18px;
	}

#footer-wrapper {
	font-size: 11px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:both;
	height: 122px;
	background-color: #000000;
	background-image: url(images/bg-footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*****Content*****/

#content-home {
	width:575px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	}	

#content {
	width:573px;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	}	
.content-border-bk {
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background-image: url(images/bg-rhino.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
	
#content p {
	padding-bottom:20px;
	line-height: 1.5em;
	padding-left: 15px;
	padding-right: 15px;
	}	
#content-home p {
	padding-bottom:0px;
	line-height: 1.5em;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	}	
.content-border {
	padding: 15px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	}	
.content-border2 {
	padding: 15px 0px 15px 13px;
	border: 1px solid #CCC;
	margin: 0px 0px;
	}	
	
.content-border2 .post { margin: 0px 0px; padding: 0px 0px; }	
	
	
.content-border p {
	font-size:.9em;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
}
		
#rhino {
	float:right;
	padding:0px;
	margin:0px;
	}	
	
#content ul {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	}		
	
#content li {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333;
	line-height: 1.5em;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 1.1em;
	}	
	
.promo_01_graphic {
	padding-top:15px;
	padding-left:15px;
	}	
#content-home h1 {
	padding:0px;
	margin:0px;
	font-size: 2em;
	}
#content-home h3 {
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
	
#content-home h2 {
	padding-bottom: 0px;
	}		
#content-home ul {
	margin:0px;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}	
#content-home li {
	padding:0px;
	margin:0px;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	line-height: 1.2em;
	list-style-position: outside;
	list-style-type: disc;
	}	

#column-01 {
	float:left;
	width:195px;
	padding-left: 15px;
	}
#column-01 h3 {
	font-size: 1em;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#column-01 p {
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	}
#column-01 ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	}
#column-01 li {
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	list-style-type: none;
	}
	
#column-02 {
	float:right;
	width:355px;
	}

/*****Header*****/

#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 125px;
	}
	
#logo {
	float: left;
	width: 200px;
	}	
	
.logo a {
	display:block;
	height:140px;
	text-decoration:none;
	width:100px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}	

#links {
	float: right;
	width: 550px;
	text-align: right;
	padding: 2px;
	}
#links .links {
	color:#FFF;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	padding: 0px;
	float: left;
	}
	
#links .links a {
	color:#FFF;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	}	
#links .links a:hover {
	text-decoration:underline;
	}		
	
#links .phone_number {
	color:#CCC;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	float: right;
	font-size: .99em;
	}		
	
#navbar {
	float: right;
	width: 600px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	}	

#description {
	float: right;
	width: 550px;
	text-align: right;
	height: 50px;
	padding: 0px;
	margin-top: 10px;
	}
#description h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 1.7em;
	font-weight: lighter;
	}	
#description h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: lighter;
	color: #FFF;
	}
	
#heading-wrap {
	height: 97px;
	width: 573px;
	text-align: right;
	margin-bottom: 20px;
	}	
.about-us {
	background-image: url(images/bg-heading-about.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}
.financial-services {
	background-image: url(images/bg-heading-financial.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}
.management-services {
	background-image: url(images/bg-heading-mang.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}
.creative-solutions {
	background-image: url(images/bg-heading-creative.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}
.resources {
	background-image: url(images/bg-heading-contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}
.contact-us {
	background-image: url(images/bg-heading-contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}	
.default {
	background-image: url(images/bg-heading-contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}	
	
	
#heading-wrap h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	}	
	
#heading-wrap h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 1.2em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
	
#heading-wrap p {
	padding:0px;
	margin:0px;
	}			
	

/*****Sidebar*****/
#sidebar img {
	margin: 0px;
	padding: 0px;
	border: 2px none #333;
}
#sidebar ul {
	padding:0px;
	margin:0px;
	}
#sidebar li {
	margin: 0px;
	padding: 0px;
}
#sidebar li a {
	margin: 0px;
	padding: 0px;
}
#sidebar .administer_widget {
	margin: 0px;
	padding: 0px;
}










/*****Footer*****/

#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	}
	
#footer a {
	color:#FFF;
	text-decoration:none;
	}	
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
	}		
	
#footer-1 {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	float: left;
	width: 150px;	
}
		
	
#footer-2 {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	float: left;
	width: 150px;	
	}
	
#footer-3 {
	float: right;
	width: 300px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	font-size: 1em;	
	}
	
#footer-4 {
	text-align: center;
	margin: 0px;
	width: 800px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	

#footer-4 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #CCC;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}




/*****Etc*****/

#frog {
	padding: 0px;
	margin: 0px;
	top: -100px;
	position: relative;
	right: -200px;
}

/************   Portfolio Boxes *************/

.content-border2 .port-post-wrap {
width: 265px;
margin: 0px 12px 18px 0px;
padding: 0px;
float: left;
background-image: url(images/post-bg.gif);
}

.date {
background-image: url(images/date-bg.gif);
width: 69px;
height: 11px;
margin: 11px 10px 0px 10px;
padding: 5px 0px 0px 5px;
color: #FFF;
line-height: 5px;
font-size: 9px;
font-weight: bold;
float: left;
}

.port-post-wrap-top {
background-image: url(images/post-top.gif);
height: 37px;
width: 265px;
float: left;
}

.comment-buble {
float: right;
margin: 11px 10px 0px 0px;
background-image: url(images/comments-bg.gif);
width: 17px;
padding: 2px 0px 0px 5px;
height: 17px;
line-height: 5px;
}

.comment-buble a:link, .comment-buble a:visited, .comment-buble a:hover {
color: #FFF;
font-size: 9px;
margin: 0px;
}


.thumbnail-div {
border: none;
height: 184px;
width: 265px;
float: left;
margin: 0px 0px 0px 2px;
position: relative;
}

.thumbnail {
	padding: 15px 15px 15px 15px;
	float: left;
	margin: 0px 15px 15px 0px;
	border: 1px solid #CCCCCC;
}

.overlay {
position: absolute;
top: 0px;
left: 0px;
height: 29px;
width: 265px;
background-image: url(images/thumbnail-overlay.png);
background-repeat: repeat-x;
}

.post-info2 {
background-image: url(images/post-info-bg.png);
width: 245px;
z-index: 100;
position: absolute;
top: 105px;
left: 0px;
color: #797979;
padding: 10px;
height: 60px;
}

.post-info2 a:link, .post-info2 a:visited, .post-info2  a p {
color: #FFF; float: left; text-decoration: none;
}

.post-info2 a:hover, .post-info2 a p:hover {
color: #FFF; float: left; text-decoration: underline;
}


.port-nav {  padding-bottom: 15px;}


.downloadlink { margin-left: 15px; float: none; margin-right: 300px; clear: right; white-space: nowrap; }

.caption {  padding-top: 10px; width: 265px; }
.caption p { padding-top: 0px; margin: 0px 0px -15px; }


.clear { clear: both; margin: 0px; }


.benchmark {
	padding: 15px;
	border: 1px solid #CCCCCC;
}

.benchmark .descripts {
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding-bottom: 3px;
	margin-bottom: 4px;
}


.benchmark .descripts td {
	padding-bottom: 10px;
}

.benchmark table tr td {
	padding: 3px 2px 2px 0px;
	}

.benchmark .last td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: eoeoeo;
 }

.benchmark .total td {
	padding-top: 8px;
	font-weight: bold;
}

#benchform h4 { 
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	padding-bottom: 5px;
}

#benchform em { color: #990000; }


#benchform label{ 	float:left;	width:350px; }

#benchform fieldset{ border:none; }

#benchform input { margin-bottom: 3px; }

#benchform  { font-family:"Arial", sans-serif; font-size:12px; font-weight:normal; }

#benchform .submit { margin: 10px 0px 15px 450px; }

#my_chart { margin: 0px auto; display: block; }

