/* CSS Document */

/* Import other style sheets first */

	/* Main style */
	/* Menu style */

/* Styles for the International Student Services pages ONLY */

#switchlang {
	float: right;
	width: 200px;
}

blockquote p {
	padding-left: 50px;
}

#cost dl {
	padding-left: 50px;
}

#cost dt {
	float: left;
	clear: left;
	width: 250px;
}

dt {
	font-weight: bold;
}

#housing h3 {
	margin-left: 50px;
}

#housing p {
	margin-right: 50px;
	margin-bottom: 150px;
	margin-left: 50px;
}

#albany h3 {
	margin-left: 50px;
}

#albany p {
	margin-right: 50px;
	margin-bottom: 100px;
	margin-left: 50px;
}

.home {
	margin: 0px auto;
}
.home a {
	background-color: #cfcfcf;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	display: block;
	width: 125px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: 5px;
	font-size: .75em; 
	color: #603;
}
.home a:hover {
	background-color: #999;
	border-top: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #666;
	color: #009;
	text-decoration: none;
}

div#officeInfo {
	/*background: url(http://www.darton.edu/images/front/new/random_12.jpg) no-repeat 10px 0;*/
	background-repeat: no-repeat;
	background-position: 10px 0;
	height: 250px;
	padding-left: 370px;
	border-bottom: 1px solid #603;
}
div#officeInfo h3 {
	text-align: center;
	padding-top: 5px;
}
div#officeInfo p {
	text-align: center;
	font-size: 0.8em;
}

div#intlnews {
	margin: 0px;
	padding: 0px;
}
div#intro {
	width: 450px;
	float:left;
}
div#intro h4 {
	margin: 2px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #603;
	color: #5E0700;
}
div#stunews {
	width: 220px;
	float: right;
}
div#stunews h4 {
	margin: 2px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #603;
}
div#stunews h4 a {
	color: #5E0700;
}
div#stunews ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
div#stunews li {
	color: #999;
	font-size: .7em;
	padding: 0px 10px 5px 20px;
	list-style: none;
	font-style: italic;
	margin: 0px;
}
div#stunews li a {
	font-style: normal;
	font-size: 1.2em;
}
#skype {
	background: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border: 1px solid #000000;
	font-size: 0.95em;
	float: right;
	width: 140px;
	text-align: center;
}
#skype em {
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-align: center;
	background: #FFFF99;
	display: block;
	border: 1px solid #000000;
}
#skype img {
	margin-left: 1em;
}

.button { padding: 10px; margin:5px; text-decoration:none; border:4px solid; border-bottom-color:#5e0700; border-right-color:#5e0700; border-top-color:#8a4843;border-left-color:#8a4843; background-color:#690c05; color:#FFF; font-weight:bold;}
.button:hover { border-bottom-color:#8a4843; border-right-color:#8a4843; border-top-color:#690c05;border-left-color:#690c05; background-color:#5e0700; color:#FFF;}
.button:visited {color:#FFF;}
