/*
CSS Document: mcw.css
Author:	John john@nwanetworks.com NWA Networks, Inc.
Date: 21 Aug 2006
Description: Stylesheet for the allmycomputerswork.com site
 */
 
body {
	padding: 0;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #000000;
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/**************************Division Styles ***************************/

#container {
	position: relative; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #003366;
}
#header{
	height: 180px;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-position: 10px;
	text-align: right;
	background-image: url(images/aci_logo_white.gif);
}
#content {
	width: 480px;
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 5px;
	line-height: 1.1em;
}

#contentXpanded {
	width: 480px;
	line-height: 1.1em;
	position: relative;
	float: left;
	border: 1px solid #003366;
}



#bg{
	background-color: #E9E7F5;
	height: 1000px;
}
#sidebar {
	width: 270px;
	position: relative;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #9093C2;
	background-image: url(images/flashbg.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-right: 3px;
	padding-left: 4px;
	padding-top: 3px;
}

#sidebar2{
	width: 265px;
	position: relative;
	float: right;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	margin-right: 2px;
	border-left-width: 1px;
	border-left-color: #9093C2;
	padding-right: 3px;
	padding-left: 5px;
}


#adtext{
	width: 265px;
	text-align: center;
	position: relative;
	background-color: #E9E7F5;
	margin-top: 8px;
}

#partners{
	width: 191px;
	margin-top: 8px;
	margin-left: 8px;
}
#footer{
	height: 40px;
	width: 100%;
	clear: both;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #FF3300;
	color: #FF6600;
	background-color: #FFFFFF;
	font-size: x-small;
	text-align: right;
	vertical-align: bottom;
	font-variant: normal;
	text-transform: capitalize;
}

#qoute {
	margin-right: 0.4em;
	margin-left: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 5px;
}

#sizzle {
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 5px;
	background-color: #006699;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #831833;
	background-image: url(file:///J|/mycompswork/images/bg_sizzle.jpg);
	background-repeat: repeat-x;
}

#sizzle img {
	float: left;
}

#contList{
	color: #294394;
	list-style-type: circle;
	margin-top: 2px;
	padding-bottom: 5px;
	list-style-position: outside;
}

#contList li {
	padding-bottom: 0.4em;
	padding-right: 0.6em;
	margin-right: 1.2em;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}



/********************** Navigation Stuff ***********************/

#navcontainer ul
{
	margin-left: 0px;
	background-color: #9295C5;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #9295C5;
	color: White;
	text-decoration: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

#navcontainer ul li a:hover {
background-color: #294394;
color: #fff;
}


#navcontainer li#active a {
	color: #003E71;
	background-color: #E9E7F5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

#flashcontent {
	height: 195px;
	width: 265px;
	border: 1px solid #000000;
}

#flashcontent_Port {
	height: 400px;
	width: 480px;
	border: 1px solid #000000;
	margin-left: 5px;
}


/*******************************Classes, text and such************************/

h1, p {
	margin: 0;
	padding-top: 0.4em;
	padding-right: .5em;
	padding-bottom: 0.4em;
	padding-left: 1em;
}
h1 {
	font-size: 1.1em;
	color: #006A9D;
	text-transform: capitalize;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00CCFF;
	text-align: center;
	margin-top: 2px;
	margin-bottom: -1px;
}
.vidlink {
	text-align: center;
}
.quote {
	color: #990000;
	letter-spacing: .1em;
}

.quoter {
	text-transform: capitalize;
	color: #000000;
	position: relative;
	text-align: right;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
}

.quoteLarge {
	color: #990000;
	letter-spacing: .1em;
	font-size: 1.1em;
	line-height: 1.5em;
}

.quoterLarge {
	text-transform: capitalize;
	color: #000000;
	position: relative;
	text-align: right;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
}

.hText {
	color: #CC0000;
	font-size: 1em;
	text-decoration: none;
	cursor:help;
}
.terms {
	text-transform: capitalize;
	color: #990000;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.pfooter{
	line-height: 6px;
	position: relative;
	padding-top: 26px;
	font-variant: small-caps;
	font-size: xx-small;
}
.partnerLogo {
	margin-top: 8px;
	margin-bottom: 5px;
}
a:link {
	text-decoration: none;
}

.definitions {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.h3_highlight{
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	text-align: center;
	font-style: italic;
	font-size: 1.5em;
	margin-top: -3px;
	line-height: 1.6em;
}

.cont_list{
	color: #333333;
	font-size: 11px;
	list-style-type: circle;
	line-height: 16px;
	margin-top: 2px;
}

/*******************Link Styles******************/

a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #831833;
}

/********************ad text specific*****************************/
.adtext_button {
	text-decoration: none;
	margin: .2em;
}
#adtext a:hover {
	text-decoration: none;
	background-color: #FF9900;
	border: 1px solid #0099CC;
}
#adtext a {
	background-color: #0099CC;
	border: 1px solid #FF9900;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	padding-top: 0.2em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0.8em;
	text-transform: capitalize;
}
#adtext a:visited {}

.header {
	position: relative;
	width: 188px;
	height: 158px;
	margin-right: 10px;
	background-image: url(file:///D|/ColdFusion8/wwwroot/NWA_ACI/headershadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	left: 0px;
	top: 0px;
	margin-top: 10px;
	padding-right: 8px;
}
.flashcontent {
	border: 1px solid #003366;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
}

#image {
	left: 0px;
	top: 0px;
	height: auto;
	width: auto;
}
