/* CSS Document */

body {
	background-color: #f2f2f3;
}

#box {
	width: 959px;
	background: url(../Images/background.jpg) repeat-y;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Sidebar */

#contact {
	margin: 0 0px 0 0;
	padding: 5px 5px 10px 20px;
	height: 258px;
	background-color: #008bb1;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#contact h1 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 0;
}

#contact p {
	font-size: 11px;
}

#side {
	background: url(../Images/bg_sidebar.jpg) repeat-x;
	height: 290px;
	padding: 10px 15px 0 15px;
}

#leftside {
	background: url(../Images/bg_sidebar.jpg) repeat-x;
	height: 290px;
	padding: 10px 15px 0 15px;
}

#side img {
	margin: 10px 0 0 0;
}


/* Content */

#content {
	margin: 0 10px 10px 10px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	background-color: #ffffff;
}

#content h1 {
	color: #008bb1;
	font-size: 20px;
	margin-top: 0;
}

#content h2 {
	color: #000000;
	font-size: 14px;
	margin: 0 0 0 0;
}

#content p {
	color: #333;
	font-size: 12px;
	line-height: 1.25em;
}

#sub-nav {
	background-color: #e5f3f7;
	margin: 2px 10px 10px 10px;
	padding: 5px 0 10px 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.25em;
}

#sub-nav h1 {
	font-size: 14px;
	margin: 0 0 0 10px;
}

#sub-nav li {
	line-height: .80em;
	list-style: circle;
}

#sub-nav a:link {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

#sub-nav a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border-bottom: #000000 1px dotted;
}

#sub-nav a:visited {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

#sub-nav td {
	padding: 0 0 0 0;
	color: #666666;
}
