/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Helvetica, sans-serif, "Geneva CE";
	font-size: 100.01%;
	color: #FFFFFF;
	background-color: #5F7697;
	text-align: center;
}

#wrapper {
	width: 756px;
	margin: 10px auto;
	border: solid #34383D 3px;
}

.mast {
	height:120px;
	background-image:url(../tbg_images/topGrad.jpg);
	background-repeat:repeat-y;
	float: left;
	width: 584px;
	margin: 0;
	padding: 0 0 0 0;
}

.masttagline{
	float:right;
	margin:60px 0 0 0;
	background-image: url(../tbg_images/tagline.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 549px;
}

.container {
	background-color: #303338;
	height: 135px;
	float: left;
}

.menucontainer{
	float:left;
	width:172px;
}

.logobox {
	background-color: #FFFFFF;
	float: left;
	height: 138px;
	width: 169px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #303338;
	background-repeat: no-repeat;
	background-position: center center;
}

#artbanner{
	background-image:url(../tbg_images/laptopArt.jpg);
	background-repeat: no-repeat;
	height:76px;
	float: left;
	width: 756px;
	border-bottom: solid #34383D 3px;
	border-top: solid #34383D 3px;
	margin: 0;
}

#greymenubar{
	background-color:#303338;
	width:580px;
	height:10px;
	float: left;
	margin: 0 0 0 0;
}

#sidebar{
	background-color:#303338;
	width:170px;
	height:237px;
	float:left;
	margin: 0 0 0 0;
	border-right: solid #34383D 2px;
}

#sidebargrad{
	background-image:url(../tbg_images/menuGrad.jpg);
	background-repeat:repeat-y;
	width: 170px;
	float: left;
	height: 463px;
	border-right: solid #34383D 2px;
}

#leftmenu #nav ul {
	background-color: transparent;
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 70%;
	width: 150px;
	float: right;
}

#leftmenu #nav ul li {
	padding: 0;
	margin: 0; 
}

#leftmenu #nav ul li a{
	border-bottom: 1px solid #6F819B;
	color: #FFFFFF;
	display: block;
	padding: 6px 0 6px 4px;
	text-decoration: none;
	height: 1%;
	text-align: left;
}

#leftmenu #nav a:hover, #leftmenu #nav a:focus { 
	border-bottom: 1px solid #fff;
	color: #fff;
}

.greytopbar{
	background-color:#303338;
	height: 12px;
	float: left;
	width: 756px;
	margin: 0 0 0 0;
}

.whtfield{
	background-color:#FFFFFF;
	margin: 0;
	float: left;
	width: 584px;
	height: 700px;
}

.whtfield h1{
	font-size: 110%;
	color: #6F819B;
	margin: 20px 0 15px 28px;
	text-align: left;
}

.whtfield h2{
	font-size: 80%;
	color:#333333;
	margin: 10px 0 5px 28px;
	text-align: left;
}

.whtfield p{
	width: 400px;
	margin: 0px 0 0px 28px;
	font-family: Helvetica, sans-serif, "Geneva CE";
	color: #333333;
	line-height: 130%;
	text-align: left;
	font-size: 70%;
	padding: 0 0 20px 0;
}

.whtfield a:link {
	font-size: 100.1%;
	text-decoration: none;
	font-family: Helvetica, sans-serif, "Geneva CE";
	color: #5F7697;
	font-weight: bold;
	text-align: left;
	width: 400px;
	line-height: 150%;
}

.whtfield a:hover, .whtfield a:focus{
	color: #5F7697;
	text-align: left;
	font-size: 100.1%;
	text-decoration: none;
}

.whtfield a:visited{
	color: #5F7697;
	text-align: left;
	font-size: 100.1%;
	text-decoration: none;
}

#footer{
	border-top: 3px solid #34383D;
	background-color: #303338;
	color: #FFFFFF;
	clear: both;
}

#footer p {
	font-size: 65%;
	padding: 3px;
}
