@charset "utf-8";
/* --------------------------------------------------
	CSS - LAYOUT AND LINKS (January 2009)
	Copyright by: Martian Footprints Solutions
				http://www.martianfootprints.com
	*Reuse is allowed, as long as author is notified, 
	  cited, and this text and appropriate comments 
	  are not removed.
   --------------------------------------------------
*/

body{
	background-image: url(../images/background.png);
	font-family: Tahoma, Geneva, sans-serif;
}

#container{
	text-align: center;
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: auto;
}

#div_banner{
	background-image: url(../images/digital_marketing_banner2.png);
	position: relative;
	height: 160px;
}

.horizontal_border{
	background: url(../images/horizontal_border2.png) no-repeat;
	position: relative;
	height: 5px;
} 

/* links (Reference for multi-levelness: 
		  http://www.cssplay.co.uk/
		  http://www.tanfa.co.uk/css/examples/menu/tutorial-v.asp#vs4) */
a
{
	color:#006633;
}

a:hover
{
	color: #999999;
}


#navbar{
	z-index: 99;
	position: relative;
	height: 50px;
	background: url(../images/linkbar.png) repeat-x;
}

div#navbar ul
{
	list-style: none;
	margin: 0;
}

div#navbar ul li
{
	float: left;
	text-align: left;
}

div#navbar ul li a 
{
	display: block;
	color: #c9e45a;
	text-decoration: none;
	font-size: 12pt;
	padding:7px 10px 7px;
}

div#navbar ul ul a 
{
	font-size: 9pt;
}


div#navbar a:hover{
	color: #FFFFFF;
}


div#navbar #current 
{
	background-image:url("norm_right_on.gif");
}

div#navbar #current a 
{
	padding-bottom:3px;
	background-image:url("norm_left_on.gif");
}

.link_top
{
	font-size: 13pt;
}

.link_bottom
{
	font-size:9pt;
	color:#999999;
}

div#navbar ul ul
{
	display: none;
	position:absolute;
	padding: 0;
}

div#navbar ul ul li
{
	float: none;
	width: 200px;
}

div#navbar ul ul ul,
div#navbar ul li:hover ul ul, 
div#navbar ul li:hover ul li:hover ul ul
{
	display: none;
	left: 100%;
	top: 0px;
}

div#navbar ul li:hover ul,
div#navbar ul li:hover ul li:hover ul,
div#navbar ul li:hover ul li:hover ul li:hover ul
{
	display: block;
	background: #6a6765;
}

/* end of links */

#content{
	background-color: #ffffff;
	position: relative;
	line-height: 17px;
	top: 0px;
	left: 0px;
	min-height: 100%;
	height: auto;
	width: 760px;
	padding: 10px 20px;
	font-size: 13px;
	text-align: justify;
	border-bottom: dotted 3px #999;
	z-index: 10;
}

.notes
{
	color:#787878;
	font-size: 10px;
	font-style: italic;
}

#left
{
	position: relative;
	top: 0px;
	left: px;
	width: 0px;
	padding: 10px 20px 10px 20px;
	text-align: center;
	min-height: 100%;
	float:left;
}

#right
{
	position: relative;
	width: 60%;
	top: 0px;
	left: 30%;
	padding: 10px 20px 10px 20px;
	min-height: 100%;
	float:left;
}


#footer
{
	background: #ffffff url(../images/footer.png);
	position: relative;
	top: 0px;
	left: 0px;
	height: 55px;
	padding-top: 5px;
	font-size: 10px;
}

#captcha 
{
	border: none;
}

h3
{
	color: #666;
	border-bottom: #090 solid 1px;
}

blockquote
{
	border: #3C0 outset 2px;
	padding: 9px;
}

strong
{
	color: #982323;
}

.wraptext
{
	float: left;
	margin: 0px 10px 10px -8px;
	border: none;
}

.wraptextr
{
	float: right;
	text-align: right;
	margin: 0px -8px 10px 10px;
	border: none;
}


.contactbottom
{
	position: absolute;
	bottom: 0px;
	margin-bottom: 15px;
}

.center
{
	text-align:center;
}

.inquire
{
	float: right;
	margin: 1px 0px 1px 0px;
	padding: 2px;
}

a img
{
	border: none;
}

.