body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0a3443;
	background: #b6cdd6 url(../images/bg.jpg) top left repeat-x;
}

img {
	border: none;
}

h1 {
	color: #a02013;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
}
h2 {
	color: #0a3443;
	font-size: 14px;
	font-weight: bold
}
h3 {

}

p {

}

ul {

}

li {

}

.clear {
	clear: both;
}
/****************************/
/*		 PAGE LAYOUT		*/
/****************************/

#pageContainer {
	margin: 0 auto;
	width: 1028px;	
}

#header {
	height: 154px;
	background: url(../images/headerBG.jpg) top left no-repeat;
}

#nav {
	height: 39px;
	background: url(../images/navBG.jpg) top left repeat-x;
}

#contentContainer {
	width: 1028px;
	height: 100%;
	background: #ecf4f8 url(../images/navShadow.jpg) top left repeat-x;
	position: relative;
}

#leftCol {
	width: 220px;
	height: 100%;
	float: left;
	background: #ecf4f8 url(../images/sideBG.jpg) top left repeat-x;
	min-height: 570px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
}

#rightCol {
	width: 725px;
	height: 100%;
	float: right;
	background: #ecf4f8 url(../images/navShadow.jpg) top left repeat-x;
	/* min-height: 610px; */
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#reflection {
	clear: both;
	width: 1028px;
	height: 79px;
	background: url(../images/reflection.png) repeat-x top left;
}

#logo {
	margin-left: 40px;
	margin-top: 25px;
	float: left;
	width: 378px;
	height: 107px;
}
#quote {
	margin-top: 60px;
	margin-right: 132px;
	float: right;
	width: 270px;
	height: 56px;
}

#newsletter {
	width: 190px;
	height: 70px;
	background: #cfdadd;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
}

/****************************/
/*		 NAVIGATION			*/
/****************************/

#nav ul {
	margin: 0px 0px 0px 40px;
	padding: 5px 0px 0px 0px;
	height: 34px;
	list-style: none;
}

#nav li {
	float: left;
	height: 34px;
	margin: 0;
	padding: 0 16px 0 12px;
}

#nav a {
	float: left;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding:5px 12px 4px 0px;
	line-height: 1.5em;
}
#nav a:hover {
	color: #d7e1e6;
	text-decoration: none;
}

#nav #current {
	background:url(../images/tabLeft.jpg) top left no-repeat;
}
#nav #current a {
	background:url(../images/tabRight.jpg) top right no-repeat;
	line-height: 2em;
}
#nav #current a:hover {
	color: #FFFFFF;
}

/****************************/
/*		 PAGE CLASSES		*/
/****************************/

.PNG {
	behavior: url(css/iepngfix.htc)
}

#leftCol p {
	color: #a02013;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 10px;
}

#leftCol p a {
	color: #a02013;
	text-decoration: none;
}
#leftCol p a:hover {
	color: #a02013;
	text-decoration: underline;
}


/****************************/
/*		 GALLERY			*/
/****************************/

#rightCol .Gallery {
	height: 1%;
}

#rightCol .Gallery .ImageArea {
	float: left;
	width: 200px;
	min-height: 170px;

	background: url(../images/Thumb_Shadow_Sml.png) no-repeat top left;
}
#rightCol .Gallery .ImageArea h2 {
	width: 165px;
	padding-top: 10px;
	text-align:left;
	
	font-size: 12px;
	color: #29211e;
	font-weight:normal;
	
	text-transform:capitalize;
}

/*	TOOLTIP ON ROLLOVER SETTINGS
	============================  */
#rightCol .Gallery .Image a,
#rightCol .Gallery .Image a:hover {
	display: block; /* Fix for IE6, tooltip does not show without this */
}
#rightCol .Gallery .Image a:hover img {
	width: 165px;
	height: 109px;
	border: 5px solid #cfdadd;
}
#rightCol .Gallery .Image a span {
	visibility: hidden;
	position: absolute;
	width: 100px;

	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	/* margin: 70px 0px 0px -70px; */
	padding: 3px 6px;
	background-color: #cfdadd;
}
#rightCol .Gallery .Image a:hover span {
	visibility: visible;
}

