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

	body {
			/* This removes the border around the viewport in old versions of IE */
		
		margin-top:0px;
		text-align:center;
		background:#2C4058;
		/*min-width:760px;		 Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		/*font-size:90%;*/
	}
	
	/*a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}*/
	
	/*#container{
		margin:auto;
		width:850px;
		}*/
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	/*img {
		margin:0px 0 0px;
	}*/
	/* Header styles */

	#logo{
		background:#496B91;
		padding:0px;
		padding-left:0px;
		margin:auto;
		background-image:url('http://www.stiwdioun.com/images/topbackg.jpg');
		background-repeat:repeat-x;
		height:119px;
		border-bottom: #5779A6 1px solid;
		border-left: #5779A6 1px solid;
		border-right: #5779A6 1px solid;
		border-top: #5779A6 0px solid;
		width:850px;
		
		}
		
		#logoActual{
			height:119px;
			clear:left;
			float:left;
			margin:0px;
			
			
			}
		
		#logoHeader{
			padding-right:5px;
			padding-top:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:85%;
	color:#C0CCE2;
	width:845px;
	margin:auto;
	text-align:right;
			background:#48688F;
		border-bottom: #5779A6 0px solid;
		border-left: #5779A6 1px solid;
		border-right: #5779A6 1px solid;
		border-top: #5779A6 0px solid;

			}
			
			#logoHeader a{
			text-decoration:none;
			font-size:90%;
			color:#A6B7D7;
			
			}
			
			#logoHeader a:hover{
			text-decoration:underline;
			color: #A6B7D7;
			}
					#logoHeader span{
	font-family:Verdana, Geneva, sans-serif;
	font-size:85%;
	color:#C0CCE2;
	cursor:default;
					}
					
	#shower {
	background: #F5F5F5;
			border-bottom: #5779A6 2px solid;
		border-left: #5779A6 2px solid;
		border-right: #5779A6 2px solid;
	display:none;
	height:100px;
	width:99%;
	cursor:default;
	}
	
		#strap {
	background:#2C4058;
			border-bottom: #5779A6 2px solid;
		border-left: #5779A6 2px solid;
		border-right: #5779A6 2px solid;
	height:30px;
	width:99%;
	}
	
			
	#header {
		border-top:1px solid #5779A6;
		border-left:1px solid #5779A6;
		border-right:1px solid #5779A6;
		border-bottom:1px solid #5779A6;
		margin:auto;
		width:850px;
		text-align:left;
		background:#496B91;
		background: url('http://www.stiwdioun.com/images/menub.jpg') center repeat-x;
		
		

		
	}
	
	#headerContent{
				font-family:Verdana, Geneva, sans-serif;
		color: #CCD3D9;
		font-size:62.5%;
		padding:6px;
		padding-left:11px;
		cursor:default;
		font-weight:bold;
		letter-spacing:0.1em;
		width:auto;
		
		
		}
			#headerContent a{
				text-decoration:none;
				color:#FFF
		
		
		}
					#headerContent a:hover{
				text-decoration:none;
				color:#FFF
		
		
		}
#headerContentRight{
					font-family:Verdana, Geneva, sans-serif;
		color: #CCD3D9;
		font-size:10px;
		padding:6px;
		cursor:default;
		font-weight:normal;
		letter-spacing:0.2em;
		width:300px;
		float:right;
	}
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#54779D;
		background: url('http://www.stiwdioun.com/images/submenu.jpg') center repeat-x;
		border-top:0px solid #5779A6;
		margin:0;
		text-align:right;

		padding-right:5px;
		padding-top:6px;
		height:23px;
		

	}	
		#layoutdimsDiv{
			background: url('http://www.stiwdioun.com/images/submenu.jpg') center repeat-x;
					width:850px;
		margin:auto;
				border-left:1px solid #5779A6;
		border-right:1px solid #5779A6;
		height:30px;
		
			}
			
			#bodyContainer{
					width:850px;
		margin:auto;
				border-left:1px solid #5779A6;
		border-right:1px solid #5779A6;
		background:#C30;
		overflow:auto;
				
				}
				
				#bodyLeft{
	width:850px;

	background:#C30;
	width:200px;
	position:relative;
	background-color: #6666FF;
					}
			
			#HeaderSection{
					width:850px;
		margin:auto;
		background:#F30;
				border-left:1px solid #5779A6;
		border-right:1px solid #5779A6;
		height:100px;
		
				}
	
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		width:850px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		margin:auto;
						border-left:1px solid #5779A6;
		border-right:1px solid #5779A6;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background: #000;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#000;	/* left column background colour */
		background:url(http://www.stiwdioun.com/images/colstrip.jpg)
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	/*#footer {
		width:850px;
		border-top:1px solid #5779A6;
		margin:auto;
				border-left:1px solid #5779A6;
		border-right:1px solid #5779A6;
		border-bottom:1px solid #5779A6;
	}
	#footer p {
		padding:10px;
		margin:0;
	}*/
	
	.altStyle{
		font-family:Verdana, Geneva, sans-serif;
		color:#FFF;
		font-size:80%;
		text-decoration:underline;
		
		
		
		}
			.altStyle:hover{

		text-decoration:none;
		
		
		}
		#atff {
			display:none;
}
/* Show only to IE PC \*/
		* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

		.sidebox {
			margin: 0 auto; /* center for now */
			width: 17em; /* ems so it will grow */
			background: url(http://www.stiwdioun.com/images/sbbody-r.gif) no-repeat bottom right;
			font-size: 100%;
		}
		.boxhead {
			background: url(http://www.stiwdioun.com/images/sbhead-r.gif) no-repeat top right;
			margin: 0;
			padding: 0;
			text-align: center;
		}
		.boxhead h2 {
			background: url(http://www.stiwdioun.com/images/sbhead-l.gif) no-repeat top left;
			margin: 0;
			padding: 20px 30px 5px;
			color: white; 
			font-weight: bold; 
			font-size: 1.2em; 
			line-height: 1em;
			text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
		}
		.boxbody {
			background: url(http://www.stiwdioun.com/images/sbbody-l.gif) no-repeat bottom left;
			margin: 0;
			padding: 5px 30px 31px;
		}
		.widthlessbox {
			margin: 0 25%; /* NO WIDTH! Opens up a world of possibilities! */
			background: url(http://www.stiwdioun.com/images/sbbody-r.gif) no-repeat bottom right;
			font-size: 100%;
		}


table.TableOne{
width: 500px; padding: 0px; border: none; border: 1px solid #789DB3;}
table.TableOne td { font-size: 12px;  background-color: #F4F4F4; 
vertical-align: middle; padding: 3px; font-weight:  normal; }
table.TableOne tr.special td { border-bottom: 1px solid #789DB3; background-color: #FFF7D2;  font: normal 12px Verdana, Geneva, sans-serif;
	color: #6F7E91;}


		#container
		{
			margin: auto;
			background-color: #fff;
			background-image:  url(http://www.stiwdioun.com/images/images/background.jpg);
			background-repeat: repeat-y;
			border-top: 1px solid #384758;
			width:852px
		}
		
		#thumbnail
		{
					border-top:0px solid #5779A6;
		border-left:1px solid #5779A6;
		border-right:1px solid #5779A6;
		border-bottom:1px solid #293847;
			text-align:left;
			background:#496B91;
			height:78px;
		}
		 p{
			font-size:12px;
			font-family:Verdana, Geneva, sans-serif;
			color:#666;
			 }
			 
			 		 p a:link{
			color:#4A6C91;
			 }
			 
			 	 		 p a:hover{
							 text-decoration:none;
			 }
			 
			 	 	 		 p a:visited{
							 color:#4A6C91;
			 }
			ul{
							font-size:12px;
							
			font-family:Verdana, Geneva, sans-serif;
			color:#666;
				}
				
							 		 .ulLink{
			color:#4A6C91;
			 }
			 
			 	 		.ulLink:hover{
							 text-decoration:none;
			 }
				

		
		
		
		#banner h1
		{
			margin: 0;
			padding: .5em;
		}
		
		#nav
		{
			float: left;
			width: 10em;
			margin-left: 0px;
			text-align:left;
			background-color:#F63;
		}
		
		#nav p { margin-top: 0; }
		
		#content
		{
			padding-top: 0em;
			margin: 10px 10px 10px 10px;
			text-align:justify;
			background-color:#fff;
		}
		
		#content h2 { margin-top: 0; }
		
		#footer
		{
	clear: both;
	background-image:url('http://www.stiwdioun.com/images/images/topbackg.jpg');
	background-repeat:repeat-x;
	padding: 1em;
	text-align: left;
	border-top: 1px solid #333;
	color:#D4D0C8;
	font-family:Verdana, Geneva, sans-serif;
	font-size:83%;
	cursor:default;

		}
		
				#footer a
		{
			
			
			
			
			
			color:#C0CCE2;
				font-family:Verdana, Geneva, sans-serif;
	font-size:87%;
		}
		
						#footer a:hover
		{
			
			
			
			
			
					text-decoration:none;
			color: #A6B7D7;
		}
		
		
