/* Create for X-Act Computer Service, Inc by
	Faultline Network Solutions
*/


/* ID's for the main sections of the web page */
#titleBar {
	background-color: 0000CC;
	min-height: 200px;
	width: 100%;
	min-width: 900px;
	border: thin solid black;
}

#marquis {
	float: right;
	display: table-cell;
	vertical-align: middle;
	height: 160px;
	margin-right:  20px;
	margin-top: 20px;
	padding: 0 10px 0 10px;
	width: 70%;
	background-image: url(../images/test2.jpg); 
	background-repeat:repeat-x;
}

#contentArea {
	float: right;
	min-height: 425px;
	margin-top: 10px;
	margin-right: 20px;
	padding: 10px;
	width: 70%;
	background-color: white;
}

#logo {
	float: left;
	margin: 10px;
	height: 180px;
	width: 210px;
}

#menuBar {
	border: thin solid black;
	width: 100%;
	min-width: 900px;
	min-height: 25px;
	background-color: gray;
}

#login {	float: right; 
	text-align: center;
	height: 23px;
	width: 75px; 
	padding-top: 2px;
	border-left: thin solid white;
}

#mainBody {
	background-color: 0000CC;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 100%;
	min-width: 900px;
	min-height: 400px;
}

#navMenu {
	float:left;
	margin: 10px;
	width: 20%;
	background-color: 0000CC	;
}

#footerBar {
	clear:both; 
	text-align: right; 
	color: white; 
	padding-right: 10px;
}

#listings {
	border: thin solid black;
}

#dirListing {
	padding-left: 5px;
	padding-bottom: 5px;
	width: 49%;
	float: left;
}

#fileListing {
	padding-left: 5px;
	padding-bottom: 5px;
	width: 49%;
	float: right;
	
}

/* Class Items */

div.menuItem {
	float:left;	
	padding-top: 2px;
	text-align: center;
	height: 23px;
	width: 150px;
}

li.services {
	font-family: Comic Sans MS, ariel black;
	font-size: 20px;
}

span.formHeader {
	font-family: Comic Sans MS , ariel black; 
	font-size: 30px;
}

p.inputForm {
	text-align: left;
	padding-left: 40px;
}

td.holiday {
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}

th.holiday {
	padding: 10px 20px 10px 20px;
	vertical-align: top;
}

/* Link Descriptions */

a img {border: none;}

a.internal:link {
	color: white;
}

a.internal:visited {
	color: white;
}

a.internal:hover {
	color: blue;
}

a.internal:active {
	color: blue;
}
