@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #8cc1ec;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	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;
}
img{border:0;}

.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/shadow_1024px.png);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtr #header {
	width:850px;
	height:106px;
	position:relative;
}
.map{
	position:absolute;
	right:73px;
	bottom:29px;
	width:80px;
	height:19px;
	display:block;
	text-decoration:none;
}
#flash {
	width:582px;
	height:221px;
	float: left;
}
#gradient{
	width:850px;
	height:10px;
	background-image:url(../images/gradbottom.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

#homeContent {
	width:850px;
	height:194px;
	background-color:#fff;
	background-image:url(../images/about_mcafeeBG.jpg);
	background-repeat:no-repeat;
}
#homeContent p {
	margin-top:0;
	padding-top:25px;
	margin-left: 275px;
	margin-right:100px;
	font-size:12px;
	color:#1E1E40;
}

#specialty {
	margin-top:10px;
}
#specialty ul{
	margin:0;
	padding-left:25px;
}
#specialty ul li{
	padding:0;
	margin:0;
	display:inline;
	list-style-type:none;
}
#footer {
	color: #203248;
	width:850px;
	height:auto;
	background:#FFFFFF;
	font-size: 12px;
	position:relative;
}
#footer p{
	text-align:center;
	margin-bottom:0;
}
#footer li {
	text-align:center;
	font-size: 9pt;
	list-style:none;
	display:block;
	padding-left:20px;
	float:left;
}
#bottom{
	margin-top:0px;
	position:absolute;
	bottom:-10px;
	left:0px;
}
/*----------Navigation----------*/



#nav {
	width:850px;
	height:27px;
}
#nav ul {
	margin:0;
	padding: 0;
	display: block;
	width: 848px;
	height:27px;
	border: solid 1px #fff;
}
#nav li {
	text-align:center;
	width:90px;
	height:25px;
	font-size: 9pt;
	list-style-type:none;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#nav a{
	padding-top:5px;
	margin-top:0px;
	display:block;
	text-align:center;
	height:20px;
	background-image:url(../images/navbar_tile.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	font-weight:bold;
	color:#003366;
}
#nav li a:link {
	color:#003366;
}
#nav li a:visited {
	color:#003366;
}
#nav li a:hover {
	color: #fff;
	background-image:url(../images/navbar_over.jpg);
}

#nav #active {
	color: #fff;
	background-image:url(../images/navbar_over.jpg);
}


/*---- Formbox*/
#formBox {
	width:268px;
	height:221px;
	float:left;
	overflow:auto;
	background-image:url(../images/form_bg.jpg);
	background-repeat:no-repeat;
}
#form_holder_HOME {
	width:220px;
	margin-left:auto;
	margin-right:auto;
	margin-top:90px;
}
#form_holder_HOME p {
	float:left;
	width:60px;
	text-align:left;
	margin-top:2px;
	margin-bottom:5px;
	font-size:12px;
}
#form_holder_HOME .input_holder {
	float:left;
	width:150px;
	padding-left:0px;
	margin-bottom:5px;
}
#demo_button_holder {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	height:31px;
	width:159px;
}
#footer a{
	color:#003366;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}
#footer{
	font-weight:bold;
	color:#003366;
	font-style:italic;
}
#footer a:hover{
	text-decoration:underline;
}
#insideContent{
	width:100%;
	height:auto;
}
#insideContent p{
	margin:0;
}
.float_holder{
	width:808px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}
.content_holder{
	width:451px;
	height:264px;
	background-repeat:no-repeat;
	float:left;
}
.content_holder .padded{
	font-size:12px;
	padding:20px;
	margin-top:30px;
	color:#003366;
}
.padded a{
	color:#003366;
}
.padded ul{
	margin-left:28px;
	padding:0;
}
.padded ul li{
	line-height:15px;
}
.padded h2{
	margin:0;
	font-style:italic;
}
.img_holder{
	width:357px;
	height:264px;
	background-repeat:no-repeat;
	float:left;
}