@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #bbd8ff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5;
	font-size: 12px;
}

.text {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5;
	font-size: 12px;
	margin-left: 5%;
	margin-right: 35%;
}

#img.bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#transbox {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	background-image: url(images/bg-opaque.png);
}


#nav {
	background-color: #630;
	position: relative;
 	top: 75px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 90%;
	height: 53px;
	z-index: 1;
	margin-top: -10px;
}

#main {
	margin-bottom: 20px;
	margin-top: 75px;
//	background-color:#FFF;
	background-image: url(images/opaque-white.png);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	height: 100%;
	overflow: visible;
}

.with_minheight {
  min-height:480px;
  height:auto !important;
  height:480px;
}

a:link {color: #600; text-decoration: none; }
a:hover {color: #666; text-decoration: none; }
a:visited {color: #600; text-decoration: none; }

.subject {
	padding-top: 20px;
	padding-left: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	border-bottom-style: dotted;
	border-color: #CCC;
	color: #333;
}

#nav ul li a {
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #630;
	color: White;
	text-decoration: none;
}

#nav ul li a:hover {
	background-color: #C60;
	color: #fff;
}

#nav ul{
	padding-top: 18px;
	padding-left: 0px;
	margin-left: 0;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #630;
	font-size: 134%;
	color: White;
	float: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	list-style:none
}

#navlist li {
	display: inline;	
}

.link {
	color: #FFF;
	background-color:#963;
}

.banner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color:#804040;
}
.subSubject {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	border-color: #CCC;
	color: #333;
	padding-left: 18px;
}

.sideSubject {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	border-bottom-style: dotted;
	border-color: #CCC;
	color: #333;
	align: left;
}

#sidebar {
	float: right;
	position: relative;
	margin-left: inherit;
	padding-top: 20px;
	width: 25%;
	padding-right: 30px;
}

#footer {
	position: relative;
	margin-top: 30px;
	border-top: thin dotted #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-bottom: 1px;
}

#headimg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	top: 20px;
	position: relative;
	color : #FFCE2B;
}

.contact p {
	margin-left: 45px;	
}