
/* CSS Document */

body {
	font-family: Candara, Lucidia Grande, Lucidia Sans Unicode, Lucidia Sans, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#575757;
	margin:0px;
	padding: 0px;
	background-color:#adb0af;
	background-image:url(../images/bg2.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

h1 {
	color:#eaebee;
	border-bottom:2px solid #F7F8F9;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:0px;
	font-size: 180%;
	font-weight: normal;
	margin-left: -10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:2px 10px 2px 5px;
	letter-spacing: -1px;
	display:block;
	background-color:#696FB6;
}

h2 {
	color: #C93;
	font-size: 150%;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

h3, h4, h5, h6 {
	font-size: 80%;
	font-weight: bold;
	margin-top: 3%;
}

ol {
	margin-left: 3%;
	margin-right: 3%;
}

p {
	line-height: 140%;
}

ul {
		line-height: 140%;
		margin-left: 3%;
			list-style-type: square;
}

ul ul {
	list-style-type: square;
	margin-left: 5%;
	color:#999;
}
li{
	padding:0px;
}

.smaller {
	font-size: 90%;
	line-height: 140%;
}

td, th {
}

td p {
	font-size: 100%;
}

td {
	border-collapse:collapse;
	border-color:#D7D7D7;
}

table {
	border-collapse:collapse;
	border-color: #D7D7D7;
}

ul ul {
	margin-left: 1%;
	margin-right: 0%;
	font-size:100%;
	line-height: 100%;
}

/* links */

a {
	color:#ff0000;
	text-decoration:none;
	outline: none;
}

a:hover {
	color:#993300;
}
 
/*layout */

#maincontainer {
	margin: 0px auto;
	width: 960px;
	background-color:#fff;
	background-image:url(../images/maincontainerbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}

#wrapper1 {
	position:relative;
	width: 100%;
	background-image: url(../images/headerbg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-color:#FFF;
	float:left;
	margin: 0px;
	padding: 0px;
	}
	
#wrapper2 {
	position:relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/wrapper2.jpg);
	background-position:bottom center;
	background-repeat: no-repeat;
	float:left;
	}


#leftcol { 
	position:relative;
	float:left;
	width:290px;
	margin: 0px 5px;
	padding:0px;
	z-index:100;
/*	display:inline;
	background-color:#00FF66;*/
	}
	
#maincontent {
	position:relative;
	margin: 0;
	padding-right:20px;
	float:right;
	width:635px;
	/*display:inline;
	background-color:#00CCCC;*/
	}	

#maincontent a {
	color:#669;
	text-decoration:none;
}

#maincontent a:hover {
	color:#C69E00;
	border-bottom:1px dotted #333333;
}

#header {
	position:relative;
	margin: 0;
	float:left;
}

#unilogo {
		position:relative;
	margin: 0;
	float:left;
	width:40%;
}

#unilogo a:hover{
border:0px;

}

#textsize {
	position:relative;
	margin: 0;
	float:right;
	width:50%;
	/*background-color:#FFFF99;*/
	text-align:right;
	padding-top:30px;
	padding-right:0px;
	color:#B3CFD9
}

#textsize a{
color:#E3E8FD
}



#content {
	position:relative;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	float:left;
	width: 605px;
	/*display:inline;*/
}

#footer {
	float:left;
	width: 960px;
	color:#ffffff;
	height: 140px;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#address {
	float: right;
	width: 630px;
	text-align:left;
	padding-top: 40px;
	}

/* menu */

#menu {
	float:left;
	width:240px;
	margin-left:15px;
	font-weight:bold;
	padding-top:0px;
	margin-top:10px;
	/*background-color:#CC99FF;*/
	display:inline;
}

#menu .top {
	border-top:0px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu ul li {
	margin:0px 0px 0px 0px;
}

#menu ul a {
	display:block;
	padding:10px 0px 10px 20px;
	width:240px;
	color: #546699;
	text-decoration:none;
	border-bottom:1px solid #C0C8DC;
	font-size:110%;
	background-image:url(../images/menuarrow.gif);
	background-position: left center;
	background-repeat:no-repeat;
}

#menu ul a:hover {
	color: #546699;
	background-color:#eaebee;
	text-decoration:none;
	background-image:url(../images/menuarrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#menu ul a.active {
	color: #546699;
	background-color:#eaebee;
}

#menu ul a.active:hover {

}

/* Second Level Menu */
#menu ul ul {
	padding-top:0px;
	padding-bottom:0px;
}

#menu ul ul li {
	margin:0px 0px 0px 0px;
}

#menu ul ul a {
	display:block;
	padding:6px 0px 6px 30px;
	width:230px;
	color: #546699;
	background-image:url(../images/menuarrow2.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration: none;
	border-bottom:none;
	font-size:100%;
	font-weight:normal;
}

#menu ul ul a:hover {
	color:#F90;
	text-decoration:none;
	border-bottom:none;
	background-color:#eaebee;
	background-image:url(../images/menuarrow2.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

/* Third level Menu */
#menu ul ul ul {
	padding-top:0px;
	padding-bottom:0px
}

#menu ul ul ul li {
	margin:0px 0 0 0;
}

#menu ul ul ul a {
	display:block;
	padding:4px 0px 4px 40px;
	width:220px;
	color: #546699;
	background-image:url(../images/menuarrow3.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration: none;
	font-size:90%;
}

#menu ul ul ul a:hover {
	color:#F90;
	background-color:#eaebee;
	text-decoration:none;
	background-image:url(../images/menuarrow3.gif);
	background-position:left center;
	background-repeat:no-repeat;
}


/* 4th level Menu */
#menu ul ul ul ul {
	padding-top:0px;
	padding-bottom:0px
}

#menu ul ul ul ul li {
	margin:0px 0 0 0;
}

#menu ul ul ul ul a {
	display:block;
	padding:5px 0px 5px 30px;
	width:189px;
	color:#666666;
	background-color:#ffffff;
	text-decoration: none;
	font-size:85%;
	background-image:none;
}

#menu ul ul ul ul a:hover {
	color:#E3775E;
	background-color:#eaebee;
	text-decoration:none;
	background-image:none;
}


/*
	SimplePics
	12 June 2008

	application styles
*/

/*---------------------{   SimplePics styles   }-------------*/

#simplepics_container {
	float:left;
	width:100%;
	text-align:left;
}
#simplepics_image {
	float:left;
	width:100%;
}
img.photae {
	padding:3px;
	background:#fff;
	border:1px solid #706547;
}
#simplepics_container a.simplepics_index,
#simplepics_container a.simplepics_index:hover {
	border:none;
	background:none;
}
#simplepics_description {
	float:left;
	width:380px;
	padding:10px;
	background:#fbf7ea;
	border:1px solid #f3e7c3;
}
#simplepics_description p {
	padding:7px;
	line-height:150%;
}
#simplepics_pagenav {
	float:right;
	padding:5px 0;
	text-align:right;
}
#simplepics_pagenav a {
	padding:3px 5px;
	background:#e8e4e0;
	border:1px solid #b3c1cb;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	color:#748da0;
}
#simplepics_pagenav a:hover {
	border:1px solid #748da0;
	color:#5f7789;
}
#simplepics_pagenav a.sp_current, #simplepics_pagenav a.sp_current:hover {
	background:#efefef;
	border:1px solid #cecece;
	color:#cecece;
}
/*---------------------{   SimplePics admin styles   }-------------*/
#simplepics_image a.picnav {
	font-family:"Times New Roman", Times, serif;
	font-size:400%;
	font-weight:normal;
	text-decoration:none;
	border:none;
}
#simplepics_image a.picnav:hover {
	text-decoration:none;
	border:none;
}
.drag_me {
	border:1px solid #888;
	cursor:pointer;
}
.drop_target {
	height:60px;
	width:20px;
	padding:5px 0;
	background-color:#ddd;
	border:1px solid #aaa;
	color:#aaa;
	cursor:pointer;
}
.drop_target:hover {
	border:1px solid red;
}
#drag_ghost {
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:1px;
	z-index:1000;
	text-align:left;
}
#drag_ghost img {
	padding:3px;
	background:#fff;
	border:1px solid #888;
}

/*--------------------------------------------------{   HIGHSLIDE STYLES   }-----------------*/

a.highslide {
	cursor: url(/simplecms/gallery/highslide/graphics/zoomin.cur), pointer;
	outline: none;
	border:none;
}
#simplepics_image a.highslide:hover {
	border:none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
}
.highslide:hover img {
}
.highslide-wrapper {
	background: #909090;
}

/*---------------------{   the zoomed image   }-----*/

.highslide-image {
	padding:5px;
	border:1px solid #706547;
	background:#fff;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-bottom: 1px solid white;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: silver;
}
.highslide-loading {
	display: block;
	padding:2px 2px 2px 22px;
	border: 1px solid black;
	background:url(highslide/graphics/loader.white.gif) white no-repeat 3px 1px;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
a.highslide-credits, a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
a.highslide-full-expand:hover {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
}
/* These must always be last */
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}

.pics { height: 175px; width: 635px; padding:0; margin:0; overflow: hidden; float:left; }
.pics img { height: 175px; width: 635px; top:0; left:0 }


