body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 100%;
	background-color: #333;
	background-image: url(../cloneblog/wp-content/themes/default/images/kubrickbgcolor.jpg);
}
/* MAIN */

#mainContent a {
	text-decoration: none;
	border-bottom: 1px dashed #B2F511;
	color: #152D6A;
}
#mainContent #pageHeader h1 {
	color: #152D6A;
	font: normal 20px Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 300px;
}
.oneColFixCtrHdr #container #mainContent #pageHeader {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-bottom: 2px solid #B2F511;
	width: 650px;
	padding: 0px;
	float: left;
}
.oneColFixCtrHdr #container #mainContent .emailLink a {
	color: #152D6A;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #152D6A;
}
#mainContent h2 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #CF0000;
	border-bottom: 1px dotted #CCCCCC;
}
#mainContent p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	margin-bottom: 5px;
}
/* sidebar 1 */

#sidebar1 p {
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
}
#sidebar1 a {
	text-decoration: none;
	color: #333333;
}
#sidebar1 .related {
	margin-bottom: 10px;
	padding-bottom: 45px;
	background: #C9F173 url(../images/bg_related.png) no-repeat left bottom;
}
#sidebar1 .related li {
	list-style: none;
	display: inline;
}
#sidebar1 h2, #sidebar1 h3, #sidebar1 p {
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar1 h2 {
	color: #152C67;
	padding-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 100%;
	background: url(../images/bg_relatedhead.gif) no-repeat right top;
	margin: 0;
	padding-left: 5px;
	padding-top: 13px;
}
#sidebar1 .related a {
	display: block;
	padding: 5px;
	border-top: 1px solid #FFF;
	text-decoration: none;
}
#sidebar1 .related a:hover {
	background: #FFFFFF;
}
#sidebar1 .related ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.welcomeHead {
	background-image: url(../_img/welcome_bug.png);
	background-repeat: no-repeat;
	background-position: right -5px;
}
a img {
	border-style: none;
}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal {
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 140px;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: auto;
	float: left;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	cursor: pointer;
	background-color: #EEE;
	padding: 0.7em 1em;
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	letter-spacing: 1px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	background-color: #FFFFFF;
	color: #003399;
}
#mainContent .caption {
	background: #666666;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
}
#container {
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
}
.photoBox {
	text-align: center;
	float: right;
	width: 416px;
	margin: 30px;
	clear: both;
}
#mainContent .clearBoth {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#mainContent .largerText {
	font-size: 18px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#mainContent .cf_bullets {
	list-style-position: inside;
	list-style-type: none;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#header img {
	display: block;
}
#mainContent .floatTextLeft {
	width: 150px;
	float: left;
	font-size: 16px;
	margin-left: 20px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainContent .floatTextRight {
	float: right;
	width: 150px;
	font-size: 16px;
	font-style: oblique;
	margin-right: 70px;
	color: #990000;
	margin-bottom: 0px;
	padding: 5px;
	margin-top: 0px;
	margin-left: 0px;
}
.featureHead {
	background-image: url(../_img/feature_bug.png);
	background-repeat: no-repeat;
	background-position: right -5px;
}
.partnerHead {
	background-image: url(../_img/partner_bug.png);
	background-repeat: no-repeat;
	background-position: right -5px;
}
.companyHead {
	background-image: url(../_img/company_bug.png);
	background-repeat: no-repeat;
	background-position: right -5px;
}
.contactHead {
	background-image: url(../_img/contact_bug.png);
	background-repeat: no-repeat;
	background-position: right -5px;
}
.oneColFixCtrHdr #container #mainContent #teamBios .bioModule img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent #teamBios .bioModule p {
	color: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #teamBios .bioModule h2 {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.smallCaps {
	color: #666666;
	font-style: normal;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	margin-left: 20px;
}
.oneColFixCtrHdr #container #mainContent .emailLink a:hover {
	color: #152D6A;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #152D6A;
}
.oneColFixCtrHdr #container #mainContent #pageHeader p {
	float: right;
	margin: 0px;
	font-size: 12px;
	background-color: #990033;
	font-style: normal;
	text-align: center;
	color: #FFCC66;
	font-weight: bold;
	border: 2px solid #FFCC66;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: normal;
}
.oneColFixCtrHdr #container #mainContent #bodyContent {
	margin-top: 20px;
}
