/*  
Theme Name: CTS University
Theme URI: http://www.ctsuniversity.com/
Description: CTS University Wordpress Theme
Version: 1.0
Author: Joseph Vadala
Author URI: http://www.josephvadala.com/
*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #000;
	padding-bottom: 30px;
	text-align: center;
}
a:link {
	color: #06C;
}
body {
	background: #FFF;
}
body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}
#sidebar {
	display: none;
}
h1 {
	color: #333280;
	font: bold 32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h2 {
	font: bold 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h3 {
	font: italic 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}
.narrowh1 {
	color: #333280;
	font: bold 26px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.hidden {
	visibility: hidden;
}
.white {
	background-color: #FFF;
}
.padded_div {
	height: auto;
	width: 500px;
	padding: 20px;
	text-align: left;
	background-color: #FFF;
}

/* Global Page Styles */
#page_title {
	height: 35px;
	width: 175px;
	position: absolute;
	top: 60px;
	left: 18px;
	text-align: right;
}
#page_text {
	width: 500px;
	position: absolute;
	top: 30px;
	left: 225px;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
}
/* Index Template */

#content {
	width: 776px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.background {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
#header {
	width: 776px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 776px;
	height: auto;
}
#navbar {
	width: 776px;
	height: 36px;
	background: url(images/index_navbar.jpg);
	text-align: center;
	padding-top: 13px;
	overflow: hidden;
}
#navbar ul li {
	display: inline;
	font: normal 14px Arial, Helvetica, sans-serif;
}
#navbar ul li a {
	text-decoration: none;
	color: #000;
}

/* Footer */

#footer {
	width: 771px;
	height: 32px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-right: 5px;
	background: url(images/footer.jpg);
}



/* About */

.about_bg {
	background: url(images/about_bg.jpg);
}
#about_text {
	margin-left: 230px;
	padding-top: 25px;
	text-align: left;
	width: 500px;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

/* Default */
.default_bg {
	background: url(images/default_bg.jpg);
}
#default_text {
	width: 190px;
	height: auto;
	padding-top: 110px;
	text-align: right;
}

/* Contact */
.contact_bg {
	background: url(images/contact_bg.jpg);
}
#contact_text {
	width: 190px;
	height: auto;
	padding-top: 110px;
	text-align: right;
}
#contact_findus {
	width: 450px; 
	height: 600px; 
	text-align: left;
	position: absolute;
	top: 30px;
	left: 235px;
	
}

