/*-----------------------------------------------------------------------------
Marketing Worx Screen Stylesheet

version:   1.0
date:      05/12/08
author:    Andrew McCarthy
email:     jrucifer@gmail.com
-----------------------------------------------------------------------------*/


/* Default Styles
-----------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

.clear {
    clear:both;
    display:block;
    font-size:0px;
    line-height:0px;
    height:0px;
}

.right {
    float: right;
    display:inline;
}

.left {
    float: left;
    display:inline;
}

body {
    font-family: Arial, Verdana, Sans-Serif;
    background: #fafbee;
    color: #36332a;    
    text-align:left;
    padding-bottom:35px;
}

.container {
	width:900px;
}

#masthead {
	background: #0b4f4a url(../_images/masthead_bg.gif) top repeat-x;
	border-bottom:2px solid #032320;
}

#masthead h1, #masthead h2 {
	height:0px;
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
}

#masthead a {
	color:#297a77;
	text-decoration:none;
}

#masthead a:hover {
	color:#d5d110;
}

#logo {
	float:left;
	display:inline;
	margin-top:35px;
	margin-left:30px;
}

#contactinfo {
	float:left;
	display:inline;
	margin-top:32px;
	margin-left:300px;
}

#contactinfo p {
	font-size:11px;
	line-height:17px;
	color:#3c9f9b;
	margin-bottom:10px;
}

#contactinfo p strong {
	color:#d5d110;
}

ul#nav {
	height:21px;
	padding-left:95px;
	padding-top:10px;
	list-style:none;
	clear:both;
}

ul#nav li {
	float:left;
	margin-right:2px;
}

ul#nav a {
	display:block;
	height:21px;
	text-indent:-9999px;
	background-position:top;
}

ul#nav a:hover {
	background-position:bottom;
}

ul#nav li.over a {
	background-position:bottom;
}


ul#nav a.home {
	width:69px;
	background-image:url(../_images/nav_home.gif);
}

ul#nav a.capabilities {
	width:126px;
	background-image:url(../_images/nav_capabilities.gif);
}

ul#nav a.portfolio {
	width:109px;
	background-image:url(../_images/nav_portfolio.gif);
}

#wrapper {
	min-height: 286px;
    width:745px; 
    text-align:left;  
    background-color: #c4bb98;
    background: url(../_images/wrapper_bg.jpg) no-repeat top left;
}

#home #header {
	background:#ffffff url(../_images/home_header_bg.jpg) no-repeat 330px 0px;
	padding-top:70px;
	padding-bottom:65px;
	border-bottom: 1px solid #cccccc;
}

#header {
	background:#ffffff url(../_images/header_bg.jpg) no-repeat 420px 0px;
	padding-left:100px;
	padding-top:25px;
	padding-bottom:23px;
	border-bottom: 1px solid #cccccc;
}


#header div {
	width:530px;
}

#header p.flashtext {
	font-size:21px;
	line-height:37px;
}

#home #header p.flashtext {
	font-size:24px;
}

#header p.flashtext em {
	color:#9ca125;
	font-style: normal;
}

.sIFR-active #header p.flashtext {
	visibility:hidden;
	font-family:verdana;
	line-height:1em;
}


#bodycopy {
	margin-left:100px;
	margin-top:40px;
}

#home #bodycopy {
	margin-top:20px;
}

#home #bodycopy h2 {
	float:left;
	display:inline;
	width: 130px;
}

#bodycopy h2 {
	color:#9ca125;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:8px;
}

.sIFR-active #bodycopy h2 {
	display:hidden;
	font-family:verdana;
	line-height:1em;
	font-size:14px;
}

#bodycopy a {
	color:#003333;
	text-decoration:none;
}

#bodycopy a:hover {
	color:#9ca125;
}

#bodycopy .info {
	width:380px;
	float:left;
	display:inline;
}

#bodycopy .info p {
	color:#666666;
	font-size:12px;
	line-height:19px;
	margin-bottom:12px;
}

#bodycopy ul {
	float:left;
	display:inline;
	line-height:19px;
	list-style:none;
	font-size:12px;
	color:#003333;
}

#bodycopy ul strong {
	color:#9ca125;
}

#bodycopy li.over {
	font-weight:bold;
}

#portfolio #bodycopy ul {
	width:140px;
}

#portfolio #bodycopy ul.portfolio {
	margin-left:15px;
	list-style:square;
	width:auto;
}

#portfolio #bodycopy ul.portfolio li ul li {
	margin-bottom:12px;
}

#portfolio #bodycopy ul.portfolio li ul {
	float:none;
	clear:both;
	color:#666666;
	list-style:none;
}

#capabilities #bodycopy ul {
	margin-left:35px;
}

#capabilities #bodycopy ul li ul {
	margin-left:12px;
	list-style:square;
}

