/* CSS Document */

/*<------- Main Styles------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6D6D6D;
	font-weight: normal;
	padding-top: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC1B59;
	padding-top: 7px;
	padding-bottom: 1px;
}

ul {
	margin: 0px; padding-left: 25px;
}

li {
	padding-left: 5px;
	margin-left: 5px;
}

#header {
	background: #fff url(images/tologo.png) no-repeat;
	width: 750px;
	height: 200px;
	align: left;
}

#main {
	background-color: #FFFFFF;
	color: #333;
	width: 750px;
	padding-top: 200px;
}

/*<------- Right Column Styles------- */

#rightCol {
	float: right;
	width: 530px;
	margin-top: 200px;
	background-repeat: no-repeat;
	background-position: top;
}

.sectionHeader {
	background-color: #F3F3F3;
	text-align: right;
	height: 20px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 5px;
	color: #D65582;
	vertical-align: bottom;
	font-size: 14px;
	background-image: url(images/section_header.png);
	background-repeat: no-repeat;
	background-position: top;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #B2CBE8;
}

.project {
	color: #58595A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
	background-image: url(images/gradient_bar.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.project a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CC1B59;
	line-height: 14px;
	text-decoration: none;
}

.project a:hover {
	font-size: 10px;
	color: #CC1B59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.moreProjectsBut a {
	color: #FFFFFF;
	background-color: #CC1B59;
}

.moreProjectsBut a:hover {
	color: #CC1B59;
}

/*<------- Left Column Styles------- */

#leftCol {
	margin-right: 540px;
	padding-left: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	line-height: 14px;
}

#leftCol a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	line-height: 14px;
	text-decoration: none;
}

#leftCol a:hover {
	font-size: 10px;
	color: #CC1B59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#servicesHeader {
	background-image: url(images/services_banner.png);
	height: 30px;
	width: 180px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#newsHeader {
	background-image: url(images/news_banner.png);
	height: 30px;
	width: 180px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#contactHeader {
	background-image: url(images/contact_banner.png);
	height: 30px;
	width: 180px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#aboutHeader {
	background-image: url(images/about_banner.png);
	height: 30px;
	width: 180px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
