/* CSS Document */

html *  {
	outline: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial;
	color: #666;
	font-size: 13px;
	background: #547791 url(../images/bg.gif);
}

p {
	margin-top: 0px;
}

a {
	text-decoration: none;
	color: #56004e;
}

img {
	border: 0px;
}

strong {
	color: #56004e;
	font-style:italic;
}

em {
	color: #56004e;
}

h1 {
	color: #56004e;
	margin: 12px 0px 19px 0px;
	font-weight: normal;
	font-size: 30px;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear:both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

#wrapper {
	width: 750px;
	margin:  0px auto;
}

#header {
	height: 161px;
	background: #fefcf7;
}

#header-home {
	height: 219px;
	background: #fefcf7;
}

#sub-header {
	height: 28px;
	background: #ebe6e0 url(../images/sub-header-bg.gif) no-repeat;
	border-top: 1px solid white;
	border-bottom: 1px solid white;	
}

#main {
	background: url(../images/main-bg.gif) repeat-y;
	padding-bottom: 25px;
}

#main.sub {
	background: url(../images/main-sub-bg.gif) repeat-y;
}
#main_cal {
	background: url(../images/main-sub-bg_cal.gif) repeat-y;

}

#nav {
	width: 175px;
	padding-left: 25px;
	float: left;
}

#nav ul {
	width: 175px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
}

#nav ul li {
	margin: 0px;
	padding: 7px 0px 4px 14px;
	width: 161px;
	min-height: 17px;
	_height: 17px;
	border-bottom: 1px dotted #fff;
	background: url(../images/nav-li-bg.gif) 0px 11px no-repeat;
	font-size: 14px;
	font-weight: normal;	
}

#nav li a {
	color: #56004e;
}

#nav li a:hover {
	color: #fff;
	text-decoration:none;
}

#nav li a.active {
	color: #fff !important;
}

#nav li a.active:hover {
	color: #56004e !important;	
}

#nav ul li ul li {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background: none;
	border: none;
}

#nav ul li ul li a {
	color: #56004e;
}

#nav ul li ul li a:hover {
	color: #56004e;
}

#nav ul li ul li a:visited {
	color: #00355e;
}

#nav ul li ul li a.active {
	color: #56004e !important;
}

#nav ul li ul li a.active:hover {
	color: #fff !important;
}

#content {
	width: 550px;
	float:right;
	position: relative;
}

#content li {
	color: #56004e;
}

#content li span {
	color: #666;
}

#content-text {
	width: 331px;
	padding-left:19px;
	float: left;
}
#content-text-cal{
	width: 520px;
	padding-left:19px;
	float: left;

}
#content-images{
	width: 149px;
	padding: 24px 20px 0px 0px;
	float: right;
}

#buttons {
	padding: 15px 0px 0px 17px;
}

#buttons img.button {
	padding: 0px 13px 12px 0px;
	float: left;
}

#footer {
	padding-top: 7px;
}

#footer img {
	display: block;
	float: left;
}

#footer #bc {
	float: right !important;
}

#wit-logo {
	padding-top: 15px;
	text-align:center;
}

#wit-logo p {
	color: #c4bcba;
	font-size: 9px;
	margin: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}
