body
{
	margin: 0 0 2em 0;
	background-color: #fff;
	text-align: center;

	padding-left: 30px;

	color: #444;
}

body, td, input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p
{
	margin: 0 0 1em 0;
	
}

#content div.content
{
	line-height: 18px;
}

#content div.content ul li
{
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6
{
	padding: .5em 0 .5em 0;
	margin: 0;
}

h1, h2, h3
{
	font-weight: normal;
}

h1
{
	font-size: 15pt;
	line-height: 22px;
	padding-top: 0;

	padding-bottom: .2em;
}

h2
{
	font-size: 18px;
	font-weight: normal;
}

a:link, a:visited
{
	color: #d00000;
	text-decoration: none;
}

a:hover, a:active
{
	background-color: #d00000;
	color: #fff;
}

fieldset
{
	border: 0;
	padding: .5em 0 0 0;
	margin-bottom: 1em;
}


fieldset legend
{
	margin-left: -.5em;
	font-weight: bold;

	color: #004a8f;
}

input.text, textarea
{
	width: 175px;
	padding: .2em;

	background: #fff url(../images/input_bg.png) repeat-x;

	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

select
{
	padding: .2em;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

fieldset textarea
{
	width: 500px;
	height: 300px;
}

p.error
{
	color: #d00000;
}

.cboth
{
	clear: both;
}

.center
{
	text-align: center;
}

#top, #page, #breadcrumb, #footer
{
	margin: 0 auto;
	width: 960px;

	text-align: left;
}

#footer
{
	width: 940px;
}

#top
{
	position: relative;
	height: 90px;
}

#top #logo
{
	position: absolute;
	top: 10px;
	left: -38px;

	width: 261px;
	height: 115px;

	background: url(../images/logo.gif) no-repeat;
}

#top #logo a
{
	display: block;
	width: 100%;
	height: 100%;

	background-color: transparent;
}

#top #inspirationquote
{
	float: right;
}

#page
{
	background: url(../images/boarder_bg.gif) repeat-y;
}

#page .top
{
	height: 20px;
	background: url(../images/boarder_header.gif) no-repeat;
}

#page .bottom
{
	height: 43px;
	background: url(../images/boarder_footer.gif) no-repeat;
}

#page .inner
{
	margin: 0 30px 0 30px;
}

#header
{
	background-color: #5c6f79;
	height: 149px;

	position: relative;
}

#header div.image
{
	float: left;
	height: 149px;
}

#header #marqueecontainer
{
	position: relative;

	width: 340px;
	height: 149px;

	float: right;

	overflow: hidden;

	margin-right: 20px;
}

* html #header #marqueecontainer
{
	width: 320px;
}

#header #vmarquee
{
	position: absolute;
	color: #fff;

	font-size: 11px;
}

#header #vmarquee a:link, #header #vmarquee a:visited
{
	color: #fff;
	font-weight: bold;

	text-decoration: none;
}

#header #vmarquee a:hover, #header #vmarquee a:active
{
	background-color: #fff;
	color: #5c6f79;
}

#nav
{
	clear: both;
	height: 36px;
	background: url(../images/nav_bg.png) no-repeat;

	margin-bottom: 30px;
}

#nav ul
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 4px 0 4px;
}

#nav ul li
{
	float: left;

	padding: 0;
	padding-top: 4px;

	margin: 0;
}

#nav ul li a:link, #nav ul li a:visited
{
	font-size: 14px;
	color: #fff;

	text-decoration: none;

	font-family: Arial;

	background: url(../images/nav_entry_bg.png) repeat-x;

	line-height: 28px;
	height: 28px;

	display: block;
	float: left;

	text-align: center;

	padding: 0;
	margin: 0;
	margin-right: 1px;
}

#nav ul li a:hover, #nav ul li a:active
{
	background: url(../images/nav_entry_hover_bg.png) repeat-x;
}

#nav ul li a.active:link, #nav ul li a.active:visited, #nav ul li a.active:hover, #nav ul li a.active:active
{
	background: none;
}

#nav ul li a.home:link, #nav ul li a.home:visited
{
	width: 68px;
	background: url(../images/nav_first_entry_bg.png) repeat-x;
}

#nav ul li a.home:hover, #nav ul li a.home:active
{
	background: url(../images/nav_first_entry_hover_bg.png) repeat-x;
}

#nav ul li a.call:link, #nav ul li a.call:visited
{
	text-align: right;
	margin-right: 0;

	background: url(../images/nav_last_entry_bg.png) repeat-x right;
}

#nav ul li a.call:hover, #nav ul li a.call:active
{
	background: url(../images/nav_last_entry_hover_bg.png) repeat-x right;
}

#nav ul li a.call
{
	width: 200px;
}

* html #nav ul li a.call
{
	width: 196px;
}

#nav ul li.ending
{
	background: url(../images/nav_last_entry_bg.png) no-repeat right 4px;
	height: 32px;

	display: block;
	float: right;

	padding: 0;
	margin: 0;
	margin-right: 1px;

	width: 113px;
}

* html #nav ul li.ending
{
	width: 108px;
}

#nav ul li a.graduate
{
	width: 171px;
}

#nav ul li a.undergraduate
{
	width: 207px;
}

#nav ul li a.service
{
	width: 141px;
}

#nav ul li a.contact
{
	width: 100px;
}

#nav ul li a.about
{
	width: 85px;
}

#content
{
	background: url(../images/content_bg.gif) repeat-y;
	padding: 0 10px 0 10px;
}

#content div.top
{
	height: 13px;

	margin-left: -10px;
	margin-right: -10px;

	background: url(../images/content_header.gif) no-repeat;
}

#content div.content
{
	padding: 10px;
	width: 483px;

	margin-left: 3px;

	float: left;
}

#breadcrumb
{
	background: url(../images/breadcrumb_bg.gif) repeat-y;
	font-size: 11px;
}

#breadcrumb .top
{
	height: 35px;
	background: url(../images/breadcrumb_header.gif) no-repeat;

	padding-left: 50px;
}

#breadcrumb .bottom
{
	height: 10px;
	background: url(../images/breadcrumb_footer.gif) no-repeat;
}

#breadcrumb a:link, #breadcrumb a:visited
{
	font-weight: bold;
	color: #aaa;

	margin-right: 3em;
}

#breadcrumb a:hover, #breadcrumb a:active
{
	background: none;
	text-decoration: underline;
}

#breadcrumb p.nav
{
	margin: 0;
	padding: 0;
	padding-top: 2px;
	line-height: 2em;

	padding-left: 50px;
}

#breadcrumb .top a:link, #breadcrumb .top a:visited
{
	margin: 0;

	display: block;
	float: left;

	height: 35px;
	line-height: 35px;

	padding: 0 10px 0 20px;

	background: url(../images/breadcrumb_arrow.gif) no-repeat left;

	font-weight: bold;
	color: #aaa;
}

#breadcrumb .top a:hover, #breadcrumb .top a:active
{
	text-decoration: underline;
}

#footer
{
	margin-top: 1em;
	margin-bottom: 2em;
}

#footer p
{
	color: #888;
	padding: 0;
	margin: 0;

	font-size: .9em;
}

#footer hr
{
	height: 0;
	border: 0;
	border-bottom: 1px solid #ddd;
}

#footer a:link, #footer a:visited
{
	color: #5c6f79;
}

#footer a:hover, #footer a:active
{
	text-decoration: underline;
	background: none;
}

#side
{
	float: right;
	width: 360px;

	color: #fff;
}

#testimonial div.testimonial
{

}

#testimonial .person
{
	font-weight: bold;
}

#testimonial a:link, #testimonial a:visited
{
	color: #cce0ed;
}

#callback p
{
	margin: .5em 0 .5em 0;
}

#callback, #callback td
{
	font-size: 11px;
}

#callback h2
{
	padding-bottom: .2em;
}

#callback hr
{
	height: 0;
	border: 0;
	border-top: 1px solid #869aa4;
}

#callback table
{
	border-collapse: collapse;
	border: 0;

	width: 100%;
}

#callback table td
{
	color: #fff;
}

#callback table input, #callback table select
{
	float: right;
}

#callback table select
{
	width: 170px;
}

#callback textarea
{
	width: 350px;
	height: 100px;
}
