/****************************************************/
/* Stylesheet for SUU UTAHCI Summer Institute 2008	*/
/****************************************************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	background-image:url("bg_squared_blue.gif");
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #005e99;
}
a:hover, a:active {
	color: #000000;
	text-decoration:underline;
}

a img {
	border:none;
}

/************** header tag styles **************/

h3 {
	font-size:xx-large;
	text-align:center;
	font-family:"Arial Narrow";
	color:#005e99;
}

h4 {
	font-size:x-large;
	font-family:"Arial Narrow";
	color:#005e99;
	margin: 0 0 0 0;
}

h5 {
	font-size:large;
	font-family:"Arial Narrow";
	margin: 10px 0 -10px 10px;
}

/********* form and related tag styles *********/

form {
	margin: 20px 20px 20px 20px;
	text-align:left;
}

input, select {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}

input:hover {
	background-color: #dceefd;
}


label {
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.formComment{
	width: 350px;
	color:#001166;
	font-family:"Arial Narrow";
	/*background-color:#F4F4F4;
	border: 1px dotted #CECECE;*/
	padding: 5px 5px 5px 5px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pageBounds{
	width: 750px;
	background-color: #001166;
	margin: 10px auto;
	border: 2px solid #001166;
	padding: 0;
	border-left: 2px solid #001166;
	color:#FFFFFF;
	font-size:x-large;
}

#content{
	padding: 30px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(utahci_logo_med_light.gif);
	background-repeat:no-repeat;
	background-position:top;
		/*border-left: 1px solid #ccd2d2;*/
}

#content p {
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}

#content li {
	color:#000066;
	font-size:larger;
	padding-right:20px;
}

#content li li{
	color:#000000;
	font-size:smaller;
	list-style:none;
	margin-left:-30px;
	margin-bottom: 10px;
} 

#content li li li{
	list-style:none;
	margin-bottom: 10px;
} 

#content .listing {
	font-size:smaller;
	text-align:left;
}

/************** pageHead styles ****************/

#pageHead {
	margin: 0px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(utahci_head_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#CoverPage {
		padding: 0px 0px 0px 0px;
	margin: 0px;
	vertical-align:middle;
	text-align:center;
	/*background-image:url(title_uacsi.gif);
	background-position:bottom;*/
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color:#001166;
	background-image:url(utahci_foot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 10px 0 0 0;
	padding: 0px;
	text-align:center;
	color:#FFFFFF;
	background-color:#001166;
	font: small Verdana,sans-serif;
	/*height: 16px;*/
}

#sectionLinks a:link, #sectionLinks a:visited {
	display:inline-block;
	/*border-right: 2px solid #001166;
	border-bottom: 1px solid #005e99;*/
	background-color:#005e99;
	font-weight: bold;
	padding: 3px 30px 0px 30px;
	color: #EEE;
	text-decoration: none;
	background-image:url(tab.gif);
}

#sectionLinks a:hover{
	background-color:#FFFFFF;
	color:#001166;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#sectionLinks .currentPage{
	display:inline-block;
	/*border-right: 2px solid #001166;
	border-bottom: 1px solid #005e99;*/
	background-color:#FFFFFF;
	font-weight: bold;
	padding: 3px 30px 0px 30px;
	color:#001166;
	text-decoration: none;
	height: 20px;
}

/*
#sectionLinks .heading{
	display: block;
	border-right: 2px solid #001166;
	border-top: 1px solid #ffffff;
	background-color:#005e99;
	background-color:#001166;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #EEE;
	text-decoration: none;
	height: 20px;
}
*/
/************ Main Page Boxes **************/

#specialbox {
	font-family:"Arial Narrow";
	float:left;
	width: 440px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	border: 2px dotted #CCCCCC;
}

#specialbox .smallR{ /* Citation */
	font-size:small;
	text-align:right;
}
