/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 126px;
	height: 50px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 6px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 6px; /*Set to same as spacing option. */	
}

#kwick_1 { 
	background-color: #70D1E8;
	text-align:center;
}
#kwick_1 p {
	color:#000000;
}
#kwick_1:hover { background-color: #EB9F43; cursor:pointer; }
#kwick_2 {
	background-color: #70D1E8;
	text-align:center;
}
#kwick_2 p {
	color:#000000;
}
#kwick_2:hover { background-color: #EB9F43; cursor:pointer; }
#kwick_3 {
	background-color: #70D1E8;
	color:#0F272D;
	text-align:center;
}
#kwick_3 p {
	color:#000000;
}
#kwick_3:hover { background-color: #EB9F43; cursor:pointer; }
#kwick_4 { 
	background-color: #70D1E8;
	text-align:center;
}
#kwick_4 p {
	color:#000000;
}
#kwick_4:hover { background-color: #EB9F43; cursor:pointer; }
#kwick_5 {
	background-color: #70D1E8;
	text-align:center;
}
#kwick_5 p {
	color:#000000;
}
#kwick_5:hover { background-color: #EB9F43; cursor:pointer; }
#kwick_6 {
	background-color: #70D1E8;
	text-align:center;
}
#kwick_6 p {
	color:#000000;
}
#kwick_6:hover { background-color: #EB9F43; cursor:pointer; }
#kwick_7 { 
	background-color: #70D1E8;
	text-align:center;
}
#kwick_7 p {
	color:#000000;
}
#kwick_7:hover { background-color: #EB9F43; cursor:pointer; }
.kwicks.horizontal #kwick_7 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_7 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

body {
	background-color: #303030;
	text-align:center;
}
.container {
	width:984px;
	height:595px;
	background-image:url(../template.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	padding-top:3px;
	text-align:left;
}
#header {
	padding:10px 30px 0px 30px;
	height:50px;
}
.statement {
	height:50px;
	padding-right:20px;
	float:right;
}	
.statement i {
	color:white;
}
p {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:white;
	text-align:center;
}
i {
	font-size:14px;
	color:#EB9F43;
	text-align:center;
}
a {
	color:white;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	color:#EB9F43;
}
#nav_menu {
	padding:2px 30px 0px 31px;
	margin-left:2px;
	height:50px;
}
.tableLeft {
	margin-left:10px;
	float:left;
	width:400px;
}
.tableRight {
	float:right;
	width:400px;
}
.people {
	float:right;
	padding:2px 55px 0px 20px;
	margin:5px;
	width:200px;
	height:250px;
	text-align:center;
}

.people p {
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
}
.person {
	padding:2px 10px 0px 20px;
	margin-left:365px;
	width:144px;
	height:174px;
	text-align:center;
}
.person p {
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
}
#main_1 { 
	background-image:url(../content.png);
	background-repeat: no-repeat;
	background-position: center;
	height:410px; 
	width:924px; 
	position:absolute; 
	margin:5px 0px 0px 5px; 
	padding:0px 26px 0px 26px; 
	word-wrap: break-word;
	overflow:auto;	
	text-align:center;
}
#main_2 { 
	display:none; 
	background-image:url(../content.png);
	background-repeat: no-repeat;
	background-position: center;
	height:410px; 
	width:924px; 
	position:absolute; 
	margin:5px 0px 0px 5px; 
	padding:0px 26px 0px 26px;
	word-wrap: break-word;
	overflow:auto;
	text-align:center;
}
#main_3 { 
	display:none; 
	background-image:url(../content.png);
	background-repeat: no-repeat;
	background-position: center;
	height:410px; 
	width:924px; 
	position:absolute; 
	margin:5px 0px 0px 5px; 
	padding:0px 26px 0px 26px;
	overflow:auto;
}

#main_3Left {
	float:left;
	margin:5px;
	padding: 0px 5px 0px 5px;
}
#status_1 {
	display:none;
	margin:5px;
	padding: 40px 5px 0px 5px;
}
#status_2 {
	display:none;
	margin:5px;
	padding: 40px 5px 0px 5px;
}
#status_3 {
	display:none;
	margin:5px;
	padding: 40px 5px 0px 5px;
}
#status_4 {
	display:none;
	margin:5px;
	padding: 40px 5px 0px 5px;
}
#status_5 {
	margin:5px;
	padding: 40px 5px 0px 5px;
}

#main_4 { 
	display:none; 
	background-image:url(../content.png);
	background-repeat: no-repeat;
	background-position: center;
	height:410px; 
	width:924px; 
	/*color:#CCCCCC;*/ 
	position:absolute; 
	margin:5px 0px 0px 5px; 
	padding:0px 26px 0px 26px;
	overflow:auto;
}
#main_5 { 
	display:none; 
	background-image:url(../content.png);
	background-repeat: no-repeat;
	background-position: center;
	height:410px; 
	width:924px; 
	position:absolute; 
	margin:5px 0px 0px 5px; 
	padding:0px 26px 0px 26px;
	overflow:auto;
}
#main_6 { 
	display:none; 
	background-image:url(../content.png);
	background-repeat: no-repeat;
	background-position: center;
	height:410px; 
	width:924px; 
	position:absolute; 
	margin:5px 0px 0px 5px; 
	padding:0px 26px 0px 26px;
	overflow:auto;
}
#main_7 { 
	display:none; 
	background-image:url(../content.png);
	background-repeat: no-repeat;
	background-position: center;
	height:410px; 
	width:924px; 
	position:absolute; 
	margin:5px 0px 0px 5px; 
	padding:0px 26px 0px 26px;
	overflow:auto;
}
#main_8 { 
	display:none; 
	background-image:url(../content.png);
	background-repeat: no-repeat;
	background-position: center;
	height:410px; 
	width:924px; 
	position:absolute; 
	margin:5px 0px 0px 5px; 
	padding:0px 26px 0px 26px;
	overflow:auto;
}
#main_9 { 
	display:none; 
	background-image:url(../content.png);
	background-repeat: no-repeat;
	background-position: center;
	height:410px; 
	width:924px; 
	position:absolute; 
	margin:5px 0px 0px 5px; 
	padding:0px 26px 0px 26px;
	overflow:auto;
}
#main_10 { 
	display:none; 
	background-image:url(../content.png);
	background-repeat: no-repeat;
	background-position: center;
	height:410px; 
	width:924px; 
	position:absolute; 
	margin:5px 0px 0px 5px; 
	padding:0px 26px 0px 26px;
	overflow:auto;
}
#main_11 { 
	display:none; 
	background-image:url(../content.png);
	background-repeat: no-repeat;
	background-position: center;
	height:410px; 
	width:924px; 
	position:absolute; 
	margin:5px 0px 0px 5px; 
	padding:0px 26px 0px 26px;
	overflow:auto;
}
#main_12 { 
	display:none; 
	background-image:url(../content.png);
	background-repeat: no-repeat;
	background-position: center;
	height:410px; 
	width:924px; 
	position:absolute; 
	margin:5px 0px 0px 5px; 
	padding:0px 26px 0px 26px;
	overflow:auto;
}
#main_13 { 
	display:none; 
	background-image:url(../content.png);
	background-repeat: no-repeat;
	background-position: center;
	height:410px; 
	width:924px; 
	position:absolute; 
	margin:5px 0px 0px 5px; 
	padding:0px 26px 0px 26px;
	overflow:auto;
}
#footer {
	margin:20px 10px 0px 15px; 
	padding:415px 26px 0px 26px;
	color:#CCCCCC;
	height:50px; 
	width:924px; 
}
#copyright {
	margin-right:20px;
	margin-top:5px;
	float:right;
	height:50px;
	font-size:12px;
	color:#EB9F43;
}
hr {
	color:#FFFFFF;
}
h3 {
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
}
#main_2 i {
	font-size:12px;
}
area {
	cursor:pointer;
}
hr {
	size:3px;
	width:250px;
}
td {
	width:70px;
}
th {
	text-align:center;
}
img {
	border:none;
}

.icon {
	widows:32px;
	height:32px;
}