/* @override http://www.simoncollegeplanning.com/css/style.css */

/* --- COLOR SCHEME ---

---------------------- */

/* --- GLOBAL STYLES ---*/

html {

}

body {
	font-family: "Verdana", Arial, Sans-Serif;
	font-size: 11pt;
	color: #000;
	background-color: #f2f0e7;
}

a {
}

a:hover {
}

p {
	line-height: 1.5;
	margin: 15px 0;
	margin-top: 0;
}

p.disabilities {
	font-weight: bold;
}

/* --- WRAPPER STYLES ---*/

#wrapper {
	text-align: left;
	width: 970px;
	margin: 0px auto;
}

#header {
	background: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 95px;
	xmargin: 23px 0 0 0;
	padding: 23px 0 0 30px;
	border-bottom: 1px solid #781414;
}

#header img {
	float: right;
	margin-top: -50px;
	margin-right: 30px;
}

#content {
	xwidth: 910px;
	height: auto;
	overflow: hidden;
	xfloat: left;
	padding: 20px 30px 0 30px;
	clear: both;
	background: #fff;
}

#main {
	width: 650px;
	height: auto;
	float: right;
}

#p_home #main {
	width: auto;
}

/* --- HEADER STYLES ---*/

h1#logo {
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	background-color: transparent;
	height: 66px;
	width: 498px;
}

h1#logo a {
	display: block;
	height: 100%;
}

/* --- NAV STYLES ---*/
#navbar {
	xfloat: left;
	background: #fff url(../images/header_shadow.png) no-repeat;
	width: 970px;
	xheight: 33px;
	margin: 0 0;
	padding: 0 0;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 5px;
}

#nav {
	xfloat: left;
	width: 920px;
	height: auto;
	margin-left: 28px;
	margin-top: 5px;
}

#nav ul {
}

#nav li {
	width: 110px;
	margin: 0 2px;
	width: 126px;
}

#nav li a {
	color: #fff;
	background-color: #781414;
	text-decoration: none;
	display: block;
	padding: 3px 0 4px 0; 
}

#navbar li.active a {
	color: #781414;
	background-color: #dcd7c1;
	text-decoration: none;
	display: block;

}

#navbar li a:hover {
	color: #781414;
	background-color: #dcd7c1;
	text-decoration: none;
	display: block;
}

#nav li ul {	
}

#navbar .active ul {
}

#nav li li {
}

#nav li li a {
}


/* # --- CONTENT PAGES ---*/

#title h2 {
	color: #781414;
	font-size: 25px;
	text-transform: uppercase;
	padding: 28px 28px;
	border-top: 1px solid #dcd7c1;
	border-left: 1px solid #dcd7c1;
	border-right: 1px solid #dcd7c1;
	border-bottom: 1px solid #781414;
	width: 594px;
	height: auto;
	float: right;
	xmargin-bottom: 25px;
}

.title.textBoxShadow {
	margin-bottom: 15px;
}

h3 {
	letter-spacing: 0.1em;
	margin: 0 -14px 13px 14px;
}

h3 i {
	font-size: 14px;
	color: #c16c6c;
	float: left;
	font-weight: normal;
	font-style: normal;
}

h3 u {
	font-size: 14px;
	color: #781414;
	float: left;
	font-weight: normal;
	text-decoration: none;
}

h3 b {
	font-size: 14px;
	color: #781414;
	font-weight: bold;
	float: left;
}

span {
	font-weight: bold;
}

.desc {
	clear: both;
	color: #000;
	font-size: 10px;
	text-align: left;
	margin: 20px 14px;
}

.desc a {
	text-decoration: underline;
	color: #555;
	font-size: 10px;
	text-align: left;
	line-height: 16px;
}

.desc a:hover {
	text-decoration: underline;
	color: #781414;
	font-size: 10px;
	text-align: left;
	line-height: 16px;
}

.desc li {
	list-style: square;
	width: 220px;
	margin-left: 14px;
	line-height: 1.5;
}

.btn {
	width: 63px;
	height: 10px;
	color: #c16c6c;
	float: right;
}

.btn a {
	text-decoration: none;
	border: 1px solid #c16c6c;
	display: block;
	color: #c16c6c;
	font-size: 9px;
	padding: 5px 5px;
	background-color: #fff;
}

.btn a:hover {
	text-decoration: none;
	border: 1px solid #781414;
	display: block;
	color: #781414;
	font-size: 9px;
	padding: 5px 5px;
	background-color: #fff;
}

.text {
	font-size: 11px;
}


/* --- FOOTER STYLES ---*/

#footer {
	clear: both;
	font-size: 8px;
	color: #555555;
	letter-spacing: 1px;
	background: url(../images/footer_bg.jpg);
	background-repeat: x-repeat;
	height: 257px;
	padding: 10px 30px 0 30px;
	width: 910px;
	margin: 0 auto;
}

#company {
	float: left;
	text-align: left;
}


#design {
	float: right;
	text-align: right;
}

#design a {
	color: #555555;
	text-decoration: none;
}

#icons {
	margin-top: 10px;
	display: block;
	width: 100%;
}

#icons img {
	margin-right: 3px;
}

#icons img a {
	border: none;
}

