/* CSS Document */

/* global */
body {
	text-align:center;
	margin:0px auto;
	background-color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

h1 {
	font-size:16px;
	padding:0px;
	margin:0px;
        color:#000000;
}
.sideRightH {
	padding:0px 0px 5px 0px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
}
.sideLeftH {
	padding:0px 0px 5px 5px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
}
h2 {
	font-size:12px;
	padding:0px;
	margin:0px;
	font-weight:normal;
	line-height:18px;
}

a {
	color:#2485E8;
	text-decoration:none;
}
a:hover {
	color:#2485E8;
	text-decoration:none;
	background-color:#ECEDED;
}

p {
	margin:0px;
	padding:0px 0px 8px 0px;
	line-height:17px;
}
p.paraOne {
	text-transform:uppercase;
	color:#000000;
	font-size:13px;
	line-height:19px;
}
ul {
	margin:0px;
	padding:0px;
}


div#body {
	margin:0px auto;
	width:850px;
	text-align:left;
}

div#content {
	padding:10px;
	background-color:#FFFFFF;
}
div.topBox {
	float:left;
	height:200px;
	color:#FFFFFF;
}
div.topBox#topBoxMid {
	width:222px;
	background:#333333;
	background-image:url(../images/site/left-1.jpg);
	background-repeat:no-repeat;
	margin:0px 5px;
}
div.topBox#topBoxRight {
	width:435px;
	background:#333333;
	background-image:url(../images/site/4.jpg);
	background-repeat:no-repeat;
}
div.topBox#topBoxMidcontact {
	width:222px;
	background:#333333;
	background-image:url(../images/site/contactsquare.jpg);
	background-repeat:no-repeat;
	margin:0px 5px;
}
div.topBox#topBoxRightcontact {
	width:435px;
	background:#333333;
	background-image:url(../images/site/contactland.jpg);
	background-repeat:no-repeat;
}

div.boxInner {
	padding:7px;
	font-size:11px;
}


div#main {
	margin:15px 0px 0px 0px;
}

div#colLeft {
	float:left;
	width:163px;
	margin:0px 5px 0px 0px;
}
div#colMid {
	float:left;
	width:470px;
	margin:0px 15px 0px 15px;
}
div#colRight {
	float:left;
	width:160px;
}

ul.leftList {
	list-style:none;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}
ul.leftList li a, a.launchGallery {
	display:block;
	text-decoration:none;
	color:#666666;
	padding:3px 5px 3px 6px;
	width:154px;
}
ul.leftList li a:hover, ul.leftList li a.hi, a.launchGallery:hover {
	display:block;
	background-color:#ECEDED;
	color:#2485E8;
}



.b {
	font-weight:bold;
}
