/***********************************************/
/* css for Sandwick website                             */
/***********************************************/ 

Body {
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	color: #333333;
	width: 100%;
	text-align: center;
	font-size: 100%;
}

/* Hide Navigation Skip Start */
div#skip {
	display: none;}
/* link styles */
a:link {
	color: #006699;
	background-image: url(../images/spacer.gif);
	background-repeat: repeat;
	text-decoration: none;
}

a:visited {
	color: #6666CC;
	background-image: url(../images/spacer.gif);
	background-repeat: repeat;
	text-decoration: none;
}

a:active {
	color: #990033;
	background-image: url(../images/spacer.gif);
	background-repeat: repeat;
	text-decoration: none;
}

a:hover {
	color: #990000;
	background-image: url(../images/spacer.gif);
	background-repeat: repeat;
	text-decoration: none;
}
	
a:focus {
	background-color: #FFCC33;
	text-decoration: none;
}

/* Navigation path and switch version container */
div#navswitchbox{
	overflow: hidden;
	padding: 0px;
	border-bottom-style: none;
	margin: 0px;
	background-color: #333333;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	clear: both;
	float: left;
	width: 760px;
}


/* path box */
#path {
	color: #333333;
	background-color: #D2E9FF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 0.65em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	margin: 0px;
}

#path li {
	display: inline;
	padding-left: 10px;
	padding-right: 2px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	text-decoration: none;
}

#path span {
	font-weight: bold;
	text-decoration: none;}
	
	/* switch to hi contrast switch box */



	/* switch to hi contrast switch box */
div#switchversion {
	color: #FFFF33;
	background-color: #000000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-style: none;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	font-size: 0.65em;
	border-top-style: none;
	border-right-style: none;
	width: 155px;
	text-align: left;
	font-weight: bold;
	border-left-style: none;
}

div#switchversion a:link {
	color: #FFFF66;
	background-color: #000000;
	text-decoration: none;
}
div#switchversion a:active {
	color: #FFFF00;
	text-decoration: none;
}
div#switchversion a:hover {
	color: #FFFF99;
	text-decoration: none;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
div#switchversion a:visited {
	color: #FFCC00;
	text-decoration: none;
}

div#navBar{
	left: 0px;
	width: 160px;
	background-color: #FFFFFF;
	color: #333333;
	padding: 0px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin: 0px;
	float: left;
	clear: left;
	font-size: 90%;
}

div#navBar ul a:link, #navBar ul a:visited {display: block;}
div#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #F1F1D8;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
div#navBar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

.sectionLinks{
	padding: 0px;
	font-size: 0.7em;
	text-align: left;
	top: 50px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
}

.sectionLinks p{
	padding-right: 6px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align: left;
	padding-left: 10px;
}

.sectionLinks a {
	display: block;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #A0BD64;
}

.sectionLinks img {
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sectionLinks a:hover{
	background-color: #E2E2F1;
	padding-right: 4px;
	background-repeat: no-repeat;
	background-position: left;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #85c247;
}


/*********** #layout elements ***********/

.box {
	text-align: left;
	border: 1px solid #666666;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	background-color: #FFFFFF;
	float: left;

}

/* Layout */
div#wrapper {
	width:760px;
	color: #000000;
	text-align:left;
	margin:auto;
	background-color: #FFFFFF;
	border: 1px solid #000;

}


div#content{
	background-color: #F8F8F8;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 165px;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height:650px;
	height:auto !important;
	height:650px;
	width: 590px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

/* Header Box - with nested left and right boxes */
div#header{
	float: left;
	clear: both;
	background-image: url(../images/panorama.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #FFFFFF;
	text-align: right;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 0px;
	width: 760px;
	height: 100px;
}


div#indexthumbs{
	margin-top: 0px;
	background-color: #d2e9ff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	float: left;
	clear: both;
	width: 756px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: center;
}

div#footer{
	font-size: 60%;
	color: #333333;
	margin-top: 0px;
	background-color: #E2E2F1;
	float: left;
	clear: both;
	width: 756px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #333333;
}

/*********** #text styles ***********/

h1 {
	font-family: "Trajan Pro", "Times New Roman", Georgia;
	color: #202020;
	font-size:1.6em;
	white-space: nowrap;
	margin-top: 0px;
	padding-right: 10px;
	padding-top: 5px;
	font-weight: bold;
	line-height: 0.8em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #333333;
	font-size:1.2em;
	height: auto;
	width: auto;
	font-weight: normal;
	background-color: #C6C6E3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	letter-spacing: 0.1em;
	border: 1px solid #999999;
	padding-right: 5px;
	float: none;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h4{
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #333333;
	letter-spacing: 0.2em;
	text-align: center;
	text-indent: 5px;
}

h5{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	letter-spacing: 0.2em;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
}

.bold{
	font-weight: bold;
	text-indent: 0px;

	}

.em{

	font-style: italic;
	}

p.text {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	vertical-align:text-bottom;
	text-align: left;
	font-style: normal;
	color: #333333;
	letter-spacing: normal;
	line-height: 1.5em;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}
p.indextext {
	font-family:  "Verdana", sans-serif;
	font-size:75%;
	vertical-align:text-bottom;
	text-align: left;
	font-style: normal;
	color: #333333;
	letter-spacing: normal;
	line-height: 1.8em;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}

p.kidtext{
	font-family: "Comic Sans MS";
	font-size: 90%;
	font-weight: normal;
	color: #669933;
	padding-left: 10px;
}

p.caption{
	font-family:  "Verdana", sans-serif;
	font-size:70%;
	vertical-align:text-top;
	text-align: left;
	font-style: normal;
	color: #333333;
	letter-spacing: normal;
	font-weight: normal;
	padding-left: 10px;

}

p.csatext{
	font-family:  "Verdana", sans-serif;
	font-size:70%;
	vertical-align:text-top;
	text-align: center;
	font-style: normal;
	color: #333333;
	letter-spacing: normal;
	font-weight: normal;

}
p.accesskey{
	font-weight: bold;
	text-decoration: underline;
	color: #663333;
}


.table_1 {
	background-color: #E2E8FC;
}
.table_2 {
	background-color: #F1F1D8;
}

table {
	float: none;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 10px;

}



.tablecaption {
	text-align: left;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
	font-size: 12px;

}

th.phase {
	width: 50px;
}


tr.stripe1 {

	background-color: #F4F4F4;

}

tr.stripe2 {

	background-color: #E1ECF2;}

.imagebox {
	float: left;
	text-align: center;
	padding: 5px;
	margin: 5px;
	background-color: #F1F1D8;
	border: 1px solid #999999;
	height: auto;
	width: auto;

}

.sponsorlogos {
	width: 125px;
	height: 125px;
	float: left;
	text-align: center;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 2px;

}

.logobox {
	width: 120px;
	height: auto;
	float: right;
	text-align: center;
	padding: 4px;
	background-color: #F1F1D8;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	font-size: 0.7em;
	color: #666666;

}

img {
	border: 1px solid #666666;
	margin: 5px;
}

   img.noborder {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

