﻿  /* CSS layout */
  
  /*Splash Page*/
  
#medical, #business, #education, #cabling
{
	width:165px;
	height:185px;
	display:block;
	float:left;
}
#business span,#cabling span, #education span, #medical span{display:none;}
#medical:hover, #business:hover, #education:hover, #cabling:hover{background-position: -165px 0;}
#medical{background:transparent url('images/medical.png') no-repeat;}
#business{background:transparent url('images/business.png') no-repeat;}
#education{background:transparent url('images/education.png') no-repeat;}
#cabling{background:transparent url('images/cabling.png') no-repeat;}

div#splashcontainer
{
	margin-left:auto;
	margin-right:auto;
	width:50em;	
}
	
div.buttons
{
	margin: 2em auto 2em auto;
	width:42em;
	overflow:auto;
}

div.img
{
	width:50em;
	margin:0;
	padding:0;
}


/*Top Navigation*/

#tn_home, #tn_company, #tn_services, #tn_partners, #tn_industries, #tn_contact
{
	width:75px;
	height:21px;
	display:inline-block;
	margin-top:1px;

}
#tn_company span,#tn_partners span, #tn_services span, #tn_home span, #tn_industries span, #tn_contact span{display:none;}
#tn_home:hover, #tn_company:hover, #tn_services:hover, #tn_partners:hover, #tn_industries:hover, #tn_contact:hover{background-position:-75px 0;}

#tn_home{background:transparent url(images/topnav/home.png) 0px no-repeat;}
#tn_company{background:transparent url('images/topnav/company.png') no-repeat;}
#tn_services{background:transparent url('images/topnav/services.png') no-repeat;}
#tn_partners{background:transparent url('images/topnav/partners.png') no-repeat;}
#tn_industries{background:transparent url('images/topnav/industries.png') no-repeat;}
#tn_contact{background:transparent url('images/topnav/contactus.png') no-repeat;}

/*General Pages*/

	
h1,h2
{
	font-family:Calibri, Arial, sans-serif;
	font-style:normal;
	color: #026BC1;
}
	
h1
{
	font-size:125%;
	
}

h1.front, h2.front
{
	color:#E1F1FF;}
h2
{
	font-size:100%;
	width:75%;
	margin-left:auto;
	margin-right:auto;
}

p
{
	text-align:left;
	text-indent:2em;
}

td p
{
	text-align:center;
}


		
ul.nav
{
	margin:0;
	padding:0;
}
	
ul.sections
{
	margin: 0;
	width:50em;
}

	
#top_nav ul li, .nav li
{
	display:inline;
}
	
img.button
{
	margin: 0 10px;
}

img.splash
{
	width:439px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding-top:3em;
}
li strong {padding-right:1em;}
body 
{
	margin: 0;
	padding: 0;	
	font-style:normal;
	font-family:Calibri, Arial, sans-serif;
	text-align:center;
	background-color:#E1F1FF;
}

#masthead 
{
	height:75px;
	background-image:url(images/corstarlogo.png);
	background-repeat:no-repeat;
	background-position:15px;
	background-color:#99D0FE;
}
#masthead p
{
	padding-right:25px;
	padding-top:0;
	padding-bottom:0;
	text-align:right;
	margin:0;
	color: #00f;
	font-size:.75em;
}

#top_nav 
{

	background: transparent url('images/topnav/navback.gif') repeat-x;
	height:36px;
	font-family: Calibri, Arial, sans-serif;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	min-height:600px;
	float: left;
	background:url(images/leftnav.gif) no-repeat;
}

#left_col h1
{
	
}

#left_col ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#left_col a
{
display: block;
padding: 3px;
width: 174px;
margin-left:6px;
background-color: #99D0FE;
border-bottom: 1px solid #eee;

}

#left_col a:link, #leftlist a:visited
{
color:#369;
text-decoration: none;
}

#left_col a:hover
{
background-color: #369;
color: #fff;
}

#page_content 
{
	margin-left: 200px;
	min-height:600px;

	padding-right:10%;
	padding-left:5%;
}
#page_content h1, h2
{

}

#footer {
	clear: both;
}
