/* Site Defaults */


*{
	margin: 0;
	padding: 0;
}


body{
	font-family: Geneva, Arial, sans-serif;
	font-size: 12pt;
	}
	
.clear{
	clear: both;
	}

	.bold{
		font-weight: bold;
	}
img{
	border: 0;
	}

p{
	margin: 0 0 10px 0;
}
	
ul{
	margin: 0 0 0 40px;
}
/* Header Setup */
div#header{
	background: url(../images/header_bg.gif) repeat-x;
	width: 1100px;
	height: 75px;
	color: white;
	margin: 0;
	}
	
div#header img{
	}
	
	

/* Top Nav Setup */
div#topnav{
	clear: left;
	background: url(../images/topnav_bg.gif) repeat-x;
	width: 1100px;
	height: 22px;
	color: white;
	margin: 0;
	}
	
div#topnav ul{
	list-style: none;
	}
	
div#topnav ul li{
	display: inline;
	padding: 0 8px;
	border-right: 1px solid #990000;
	}

div#topnav ul li a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	}

div#topnav ul li a:hover{
	color: #FFCC33;
}

/* END ToP NAV */

/* Sub Nav Setup */
div#subnav{
	background: url(../images/subnav_bg.gif) repeat-x;
	width: 1100px;
	margin: 0;
	height: 8px;
	}

div#subnav img{
	display: block;
	}

/* END SUB NAV */

/* Left Nav Setup*/
div#leftnav{
	width: 142px;
	background-color: #A8C2DF;
	padding-bottom: 20px;
	}

div#leftnav ul{
	list-style: none;
	background-color: #D6DEEC;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0;	
}

div#leftnav ul li{
	display: block;
	line-height: 20px;
	border-top: 1px solid #A8C2DF;
	padding-left: 5px;
	}
	
div#leftnav ul li a{
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #336799;
	}
div#leftnav ul li a:hover{
	color: #698EB5;
}
	
/* END LEFT NAV */


/* Body Setup */
div#body{
	margin-top: 20px;
	margin-left: 172px;
	position: absolute;
	top: 100px;
	width: 599px;
	}
	
/* Slideshow Setup */
div#slideshow{
	width: 599px;
	height: 199px;
	background-color: #D6DEEB;
/*	background: url(../images/slideshow_bg.png) no-repeat;*/
	}
	
div#slideshow p{
	color: #31669A;
	font-weight: bold;
	}

/* Travel Opportunity Settings */
div#travel{
	width: 599px;
	background: url(../images/travel_bg.gif) no-repeat;
	padding-top: 30px;
	background-color: #D6DEEB;
	text-align: center;
	}

/* Campus Leadership Events */
div#campus{
	width: 599px;
	background: url(../images/campus_bg.gif) no-repeat;
	padding-top: 30px;
	background-color: #D6DEEB;
	margin-top: 10px;
	}
	
	
div#campus ul{
	float: left;
	list-style: none;
	background-color: #D6DEEB;
	margin: 0;
		
	}
div#campus li{
	clear: both;
	padding-bottom: 50px;
}
div#campus li .date{	
	background-color: white;
	color: #6A98CC;
	width: 75px;
	height: 30px;
	font-size: 8pt;
	float: left;
	text-align: center;
	margin-right: 5px;
	}

div#campus dd{
	padding: 10px 0;
	}
div#campus p.eventDetails{
		width: 190px;
		float: left;
		font-weight: bold;
		color:#336799;
		}

/* Aish.com Articles */
div#aishArticles{
	width: 599px;
	background: url(../images/aishArticles_bg.gif) no-repeat;
	padding-top: 30px;
	/*background-color: #D6DEEB;*/
	margin-top: 20px;
	}

/* Adverts Setup */
div.advert{
	width: 115px;
	height: 122px;
	margin: 20px 0 20px 13px;
	text-align: center;
	}

/* Internal Page Styles */
h1.pageHeader{
	font-size: 140%;
	background: url('/images/title-bar-underline.gif') no-repeat bottom left;
	color: #336799;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	}
h2.bioPerson{
	font-size: 110%;
	margin: 10px 0 10px 20px;
	background-color: #D6DEEB;
	font-weight: normal;
	padding: 2px;
	color: #336799;
	}
div#uniProfile p{
	color:#336799;
	font-weight: bold;
	font-size: 12pt;
	margin: 10px 0;
	}
img.banner{
	padding: 10px 5px 0 5px;
	}
	
h2{
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	}
h3.rss a{
	font-size: 85%;
	color: black;
	text-decoration: none;
}
h3.rss a:hover{
	background-color: #CCC;
}

a#galleryPrev{
	float: right;
	position: relative;
	left: 10px;
}

a#galleryPrev img{
	border: 0;
	}
	
div#photos{
clear: both;
}


h2.uniProfile{
	color: #336799;
	font-size: 110%;
	background-color: #D6DEEB;
	border: none;
	padding: 0 10px;
	margin: 20px 0 5px 0;
}

.fieldName{
	padding-right: 5px;
	font-weight: bold;
	width: 100px;
}

form#shabbatRegister label{
	float: left;
	width: 100px;
	margin: 5px 0;
	color: #336799;
	font-weight: bold;
	font-size: 90%;
	}

form#shabbatRegister input{
	float: left;
	width: 100px;
	margin: 5px 0;
}

.linkList{
	margin: 0 0 0 30px;
	}
.linkList li{
	font-size: 90%;
	margin: 4px 0;
}

.bioPhoto{
	border: 1px solid black;
	margin: 0 10px ;
}

.one-image{
	float: right;
}

.insideList{
	margin: 10px 0 10px 20px;
}

p.personContact{
	padding: 5px 0 5px 40px;
}

div#introText{
	font-weight: bold;
	text-indent: 1em;
	padding: 4px 4px 0 4px;
	background-color: #D6DEEB;
	height: 180px;
}

div#introText p{
	color:#336799;
	font-weight: bold;
	font-size: 12pt;
	margin: 20px 0 20px 0;
	padding-left: 220px;
}

div#tripText{
	font-weight: bold;
	text-indent: 1em;
	padding: 4px;
	background-color: white;
	
}

div#tripText p{
	color:#336799;
	font-weight: bold;
	font-size: 12pt;
}
.icons{
	margin: 4px;
	padding: 2px;
	border: 1px solid black;

}

.slideshow{
	float: left;
	width: 200px;
}

p.article{
	float: left;
	width: 170px;
	padding: 0 10px 0 0;
	font-size: 8pt;
	font-style: italic;
	border-right: 1px solid #ECC18C;
	margin: 0 0 0 10px;
}

/* Register Form */

form.floatForm,form.floatForm2{
	margin: 0 0 0 40px;
}
form.floatForm label{
	width: 100px;
	float: left;
	color: #336799;
	font-size: 10pt;
	font-weight: bold;
	margin: 5px 10px;
}

form.floatForm2 label{
	clear: both;
	width: 300px;
	float: left;
	color: #336799;
	font-size: 10pt;
	font-weight: bold;
	margin: 5px 10px;

}
form.floatForm input{
	float: left;
	width: 125px;
	margin: 5px 0;
}

form.floatForm2 input, form.floatForm2 textarea{
	float: left;
	width: auto;
	margin: 5px 0;
}

form.floatForm img{
	float: left;
	margin: 5px;
}
form.floatForm select{
	float: left;
	width: 125px;
	margin: 5px;
}
form.floatForm button{
	width: 100px;
	margin: 0 0 0 200px;
}

/* Trip List */
dl.tripList{
	margin: 0 0 0 40px;
}
dl.tripList dt{
	font-weight: bold;
	color: #336799;
}

dl.tripList dd{
	margin: 4px 0 0 15px;
}
