/* This stylesheet is the main stylesheet for the site */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.0em;
}

/* General text Styles */
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #376160;
	text-align: left;
	padding-bottom: 15px;
}

h2 {
	font-size: 1.25em;
	color: #376160;
	padding: 10px 10px 3px 10px;
}

p {
	padding: 5px;
}

#leftSide p, #rightSide p {
	padding-top: 15px;
}

a:link, a:visited {
	color: #006666;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}

h2 a {
	text-decoration: underline;
}

h2 a:hover {
	text-decoration: none;
}

.prExpertiseText {
	font-size: 1.2em;
	font-weight: bold;
	color: #376160;
	text-align: left;
	padding-top: 50px;
}

.prExpertiseText a {
	color: #376160;
	text-align: left;
	text-decoration: underline;
}

.prExpertiseText a:hover {
	color: #CC0000;
	text-align: left;
	text-decoration: none;
}

.portfolioText {
	font-size: 1.2em;
	font-weight: bold;
	color: #376160;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.subTitle {
	font-size: 1.2em;
	font-weight: bold;
}

.quoteTitles {
	color: #CC0000;
	font-weight: bold;
}

.contactTitles {
	color: #CC0000;
	font-weight: bold;
	padding-right: 10px;
}
	
#wrapAround {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: 1px solid #C6C6C6;
}

#banner {
	width: 750px;
	height: 95px;
}

#mainBody {
	width: 730px;
	overflow: auto;
	background-image: url(../images/mainbodybg.gif);
	margin-top: 25px;
	padding: 20px 10px 20px 10px;
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
	font-size: 0.7em;
	color: #333333;
	font-weight: normal;
}

#footer {
	width: 750px;
	overflow: auto;
	border-top: 1px solid #006666;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 0.8em;
	color: #333333;
	font-weight: normal;
}

#footer a {
	font-size: 0.85em;
	color: #006666;
	text-decoration: underline;
}

#footer a:hover {
	color: #CC0000;
	text-decoration: none;
}

#leftSide {
	background-image: url(../images/sectionbg.jpg);
	background-repeat: repeat-x;
	width: 400px;
	overflow: auto;
	float: left;
	margin-top: 30px;
	padding-bottom: 20px;
	border-left: 1px solid #006666;
	border-bottom: 1px dotted #006666;
}

#rightSide {
	background-image: url(../images/sectionbg.jpg);
	background-repeat: repeat-x;
	width: 310px;
	overflow: auto;
	float: right;
	margin-top: 30px;
	padding-bottom: 20px;
	border-left: 1px solid #006666;
	border-bottom: 1px dotted #000066;
}

ul#bullet {
	list-style-image: none;
	margin-left: 30px;
}

ul#bullet li {
	list-style-image: url(../images/bullet_img.gif);
	padding: 5px 0 5px 5px;
	font-size: 1.0em;
}

/* Image styles */
.homeImg {
	padding-right: 20px;
}

.contImg {
	padding: 20px 0 0 20px;
}

.aboutImg {
	padding: 20px 0 20px 10px;
}

.footerImg {
	padding-left: 5px;
}

img.scherzo {
	margin: 3px;
	border: 1px solid #444444;
	outline: none;
}

#slidePR, #slideAT, #slideCD {
	margin: 30px 10px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #000066;
}

/* Internet Explorer v6 Hacks */
*html #mainBody {
	overflow: auto;
	margin-top: 0px;
}

*html #leftSide {
	overflow: auto;
}

*html #rightSide {
	overflow: auto;
}
