@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #636363;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_02.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 100%;
	margin: 0px auto;
	}
	
#container {
	width: 1000px;
	margin: 0px auto;
	}
	
#clear {
	clear: both;
	}

#top {
	width: 100%;
	height: 126px;
	margin: 0px auto;
	}
	
#top-left {
	width: 400px;
	height: 126px;
	float: left;
	}
	
#top-right {
	width: 400px;
	float: right;
	padding-top: 20px;
	}
	
	
/********************************* HEADER NAV ***************************/
#header {
	width: 1000px;
	height: 289px;
	margin: 0px auto;
	}
	
#flash-container {
	width: 1000px;
	height: 289px;
	margin: 0px auto;
	}
	
#nav {
	width: 1000px;
	height: 60px;
	margin: 0px auto;
	}
	
#nav-top {
	width: 1000px;
	height: 7px;
	}
	
#nav-content {
	width: 1000px;
	margin: 0px auto;
	}

/********************************* BODY ***************************/
#body {
	width: 1000px;
	margin: 0px auto;
	padding-top: 40px;
	}
	
#column-left {
	width: 630px;
	float: left;
	padding-left: 20px;
	padding-right: 50px;
	}
	
#column-right {
	width: 300px;
	float: right;
	background-color: #cbcccc;
	}
	
#left-content {
	width: 630px;
	margin: 0px auto;
	}
	
#right-content {
	width: 280px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	

/********************************* FOOTER ***************************/
#footer {
	width: 1000px;
	margin: 0px auto;
	height: 106px;
	background: url(images/footer-bg_36.jpg) repeat-x;
	}
	
#footer-content {
	width: 900px;
	margin: 0px auto;
	padding-top: 15px;
	font-size: 11px;
	}

.footer-links {
	color: #442e81;
	font-weight: bold;
	}
	
a.footer:link {
	color: #442e81;
	font-weight: bold;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	font-weight: bold;
	color: #442e81;
}
a.footer:hover {
	text-decoration: underline;
}
a.footer:active {
	text-decoration: none;
}


.footersmall {
	color: #442e81;
	font-weight: bold;
    font-size:9px;
	line-height:9px;
	}
	
a.footersmall:link {
	color: #442e81;
	font-weight: bold;
	text-decoration: none;
	line-height:9px;
}
a.footersmall:visited {
	text-decoration: none;
	font-weight: bold;
	color: #442e81;
}
a.footersmall:hover {
	text-decoration: underline;
}
a.footersmall:active {
	text-decoration: none;
}


/********************************* TEXT STYLES ***************************/
.inq {
	color: #a5acae;
	font-size: 22px;
	font-weight: bold;
	font-family: "Arial Narrow";
	font-stretch: narrower;
	}
	
.number {
	color: #442e7f;
	font-size: 28px;
	font-weight: bold;
	font-family: "Arial Narrow";
	font-stretch: narrower;
	}
	
.welcome {
	color: #442e7f;
	font-size: 30px;
	}
	
.sub {
	font-size: 18px;
	font-weight: bold;
	}
	
.right-text {
	color: #442e7f;
	font-size: 18px;
	}

.dr-text {
	color: #442e7f;
	font-size: 17px;
	font-weight: bold;
	}

.dir {
	font-size: 12px;
	}
	
.prname {
	color: #442e7f;
	font-weight: bold;
	font-size: 18px;
}

a.map:link {
	color: #636363;
	text-decoration: none;
}
a.map:visited {
	text-decoration: none;
	color: #636363;
}
a.map:hover {
	text-decoration: none;
}
a.map:active {
	text-decoration: none;
}


a.conditions:link {
	color: #636363;
	text-decoration: underline;
	font-size: 14px;
}
a.conditions:visited {
	text-decoration: underline;
	color: #636363;
}
a.conditions:hover {
	text-decoration: none;
}
a.conditions:active {
	text-decoration: underline;
}

.conditions-text {
	font-size: 14px;
}

a.forms:link {
	color: #636363;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
a.forms:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #636363;
}
a.forms:hover {
	text-decoration: none;
}
a.forms:active {
	teitionsxt-decoration: underline;
}

.forms:text {
	font-size: 13px;
}

.poem-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #0099FF;
	}
	
.poem-txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #0099FF;
	}
	
a.cv:link {
	color: #442e7f;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
a.cv:visited {
	text-decoration: underline;
	color: #442e7f;
}
a.cv:hover {
	text-decoration: none;
}
a.cv:active {
	teitionsxt-decoration: underline;
}
