* {
	margin:0px;
	padding:0px;
	}

body {
	font-family:Arial, Tahoma, sans-serif;
	font-size:12px;
	}

a {
	color:#1c376c;
	text-decoration:none;
	}
	a:hover {
		text-decoration:underline;
		}

#page {
	background-color:#fff;
	margin:0px auto;
	width:750px;
	}

/* header */

#header-title {
	background:#8cb1de url(/colleges-programs-states/images/map_header.jpg) no-repeat;
	padding:15px 0px 15px 300px;
	}
	#header-title h1 {
		color:#fff;
		font-size:16px;
		font-weight:bold;
		}

#header-content {
	background:#c8d8f1 url(/colleges-programs-states/images/map.jpg) no-repeat;
	margin:4px 0px;
	padding:10px 10px 10px 300px;
	}
	#header-content h3 {
		font-size:14px;
		margin-bottom:10px;
		}
		#header-content p {
			line-height:1.2em;
			margin-bottom:10px;
			}
			#header-subtitle {
				background-color:#183d71;
				}
				#header-subtitle h2 {
					color:#fff;
					font-size:14px;
					font-weight:normal;
					padding:5px 10px;
					}

/* content */

#content {
	background-color:#f2f2f2;
	}
	#content h5 {
		font-size:12px;
		margin-bottom:5px;
		}
	#content hr {
		visibility:hidden;
		margin-bottom:10px;
		}
	#content ul {
		margin-left:15px;
		list-style:none;
		font-size:11px;
		}

/* sidebar */

#sidebar {
	width:240px;
	float:right;
	overflow:hidden;
	}

#sidebar-state {
	background-color:#e2e3e5;
	padding:5px 20px 20px;
	}
	#sidebar-state select {
		width:100%;
		}
		#sidebar-colleges {
			background-color:#f2f2f2;
			padding:10px 20px 20px;
			}





/* university information */

#universities {
	background:#fff !important;
	margin-right:240px;
	padding:5px 5px 0px 0px;
	}

#online-message {
	clear:top;
	background:#fff3cd url(/colleges-programs-states/images/excl.gif) no-repeat;
	padding:5px 5px 5px 55px;
	margin:5px 0px 5px 0px;
	border:1px solid #ffb900;
	width:437px;
	}

div.university {
	clear:top;
	width:99%;
	_width:99.5%;

	}
	div.university h4 {
		color:#183d71;
		background-color:#c8d8f1;
		padding:5px 10px;
		clear:top;			
		}
		div.university div.block {
			background-color:#f2f2f2;
			margin:2px 0px 1px 0px;
			padding:5px 10px;
			min-height:50px;
			}
			div.univcontent { 
				width:320px;
				}
				div.logoBox { 
					width:175px;
					text-align:center;
					float:right;
					}
					div.logoBox img { 
						width:150px;
						height:75px;
						margin:20px 0;
						}
/* footer */

#footer {
	clear:both;
	}

#footer-top {
	background-color:#fbf3e8;
	border-top:1px solid #f3ecdc;
	}
	#footer-top ul {
		padding:2px;
		list-style:none;
		text-align:center;
		}
	#footer-top li {
		color:#1c376c;
		display:inline;
		font-size:11px;
		font-family:verdana,arial,helvetica,sans-serif;
		}
	#footer-top li a {
		padding:3px;
		padding-right:6px;
		}

#footer-bottom {
	background-color:#183d71;
	margin-bottom:10px;
	}
	#footer-bottom p {
		color:#fff;
		font-size:11px;
		padding:5px 0px;
		text-align:center;
		}
