/*
	Notes are at the bottom...
*/
body {
	background-color: #006699;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}
#page {
	/* the container which is used to hold the 4 primary sections; header,  mainmenu, tophalf, bothalf */
	width:700px;
	background-color: #acc4eb;
}

#page #header {
	width: 100%;
	background-color: #ACC4EB;
}
#page #header #ekgtitle{
	margin:0;
	padding:0;
	margin:5px 178px;;
}
#page #header #mainmenu {
	margin:0;
	padding:0;
	padding-top:2px;
	padding-left:75px;
	background-color: #194180;
	height: 20px;
	clear:both;
}
#page #header #mainmenu a { /* links */
	font-family: "Lucida Sans", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 22px;
	font-style: normal;
	text-decoration: none;
}
#page #header #mainmenu a:hover { /* rollovers*/
	color:#FFCC33;
}

li {	/* line items in a list */
	text-align: left;
	padding-bottom: 5px;
	list-style-type: square;
	list-style-image: url('images/computer-networking-experts-arrow.gif');
}
#tophalf { /* wrapper for topleft and topright*/
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*height: 325px;*/
}

#topleft {
	float:left;
	width:246px;
	height: 325px;
}
#topright {
	float:right;
	width:405px;
	padding-top:5px;
	padding-right:25px;
	/*padding-left: 20px;*/

}
#pgTitle {
	margin:15px 0 0 0;
	padding: 0;
	font-size: 18px;
	font-style: italic;
	color: #000000;
}
/*#page #tophalf #topright img {
	border: 1px solid #194180;
}*/

#topright #computer-networks-marlboro {
/* Quote on clients page */
	margin:0;
	padding:0;
	padding-left:50px;
}
#topright p {
	width: 405px;
	line-height: 140%;
}
#topright a {
	text-decoration:none;
}
.ekg-networking-marlboro {
	color: #284E8B;
	font-weight:bold;
}
#topright #computer-networking-installation {
	list-style-image: url('images/computer-networking-experts-arrow.gif');
}

#bothalf {/* wrapper for botleft and botright*/
	margin: 0px;
	padding: 0px;
	background-color:#e4f3f9;
	width: 100%;
	height: 200px;
	border-top:4px solid #194180;
	clear:both;
}
#botleft {
	float:left;
	width: 246px;
	font-size: 9px;
	text-align: left;
}

#botleft #homepage {
	float:left;
	width: 246px;
	font-size: 9px;
	text-align: left;
	background-image: url(images/computer-dots.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#bothalf #botleft li {
	padding-top: 5px;
	padding-right: 30px;
	list-style-image: url('images/ekg-networking-highlight-arrow.gif');
}

#botright {
	float:right;
	width:450px;
	/*background-color:#FF6699;*/
}

#botright #complete-computer-solutions {
	float:left;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 24px;
	width: 304px;
	/*background-color:#CC6666;*/
}
#complete-computer-solutions .completetext {
	padding-left:20px;
	color: #194180;
	/*background-color:blue;*/
}
#complete-computer-solutions .computertext {
	padding-left:60px;
	/*background-color:green;*/
}
#complete-computer-solutions .solutionstext {	
	padding-left:100px;
	/*background-color:red;*/
}
#botright #computer-networking-experts {
	float: right;
	width: 146px;
	/*background-color:gold;*/
}
#botright #computer-networking-experts #ekg-networking-logo {
	margin:0;
	margin-top:10px;
	margin-right:20px;
	padding:0;
	width:108px;
	border: 1px solid #000000;	
	
}
#botright #copyright {
	font-size: 9px;
	color: #666666;
	padding-top: 5px;
}
#botright #address {
	font-size: 12px;
	font-weight: bold;
	padding-top: 12px;
	clear: both;
	color: #194180;
}

/*
	Screen is divided into: header, mainmenu,tophalf, bothalf. 
	Tophalf and bothalf are each divided into two sections - the left side (topleft, botleft) and the right side (topright,botright). 
	Mainmenu is the menu bar which separates the header from the rest of the screen.
*/
