BODY {
	margin:0; padding:0;
	background: url(../images/bg2.jpg);
}

BODY, TD, P, OL, UL {
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#6d6e71;
}

A:LINK, A:VISITED, A:ACTIVE {
	color:#6d6e71;
	text-decoration:underline;
}

A:HOVER {
	text-decoration:none;
}

#container {
	margin: 0 auto 0;
	width:800px;
}

#header {
	height:190px;
	background-repeat: no-repeat;
	overflow-y:hidden;
}

#header h1 {
	text-indent:-9999px;
}

#header A:LINK, #header A:ACTIVE, #header A:VISITED {
	width:100%;
	height:190px;
	display:block;
}

/* random header image */
.creative1 {
	background-image: url(../images/header1.gif);
}
.creative2 {
	background-image: url(../images/header2.gif);
}
.creative3 {
	background-image: url(../images/header3.gif);
}
.creative4 {
	background-image: url(../images/header4.gif);
}
.creative5 {
	background-image: url(../images/header5.gif);
}
.creative6 {
	background-image: url(../images/header6.gif);
}







#content {
	padding:10px 12px 10px 12px;
}

P, OL, UL {
	margin-top:0;
	line-height:18px;
}

/* MENU */

#menu,
#submenu {
	float:left;
	list-style-type:none;
	margin:0;padding:0;
	text-transform:uppercase;
	font-family: "Times New Roman", Verdana;
	font-weight:bold;
	font-size:1.1em;
	letter-spacing:2px;
	padding-left:0.6em;
	margin-bottom:5px;
}

#menu LI,
#submenu LI {
	display:inline;
}

#menu A:before,
#submenu A:before {
	color: #f16f05;
	padding-right:0.5em;
	content: "/";
}

#menu LI.first A:before,
#submenu LI.first A:before {
	padding:0;
	content: "";
}

#menu A:LINK, #menu A:VISITED, #menu A:ACTIVE,
#submenu A:LINK, #submenu A:VISITED, #submenu A:ACTIVE {
	color: #f16f05;
	text-decoration:none;
}

#menu A:HOVER, #menu LI.active A:LINK, #menu LI.active A:VISITED,
#submenu A:HOVER, #submenu LI.active A:LINK, #submenu LI.active A:VISITED {
	color: #4d4d4f;
}


#submenu {
	float:right;
	padding-right:0.6em;
}

#submenu:before {
	color: #f16f05;
	content: "- [";
}

#submenu:after {
	color: #f16f05;
	content: "]";
}

/* for IE */
#menu .separator, #submenu .separator {
	padding-right:5px;
	color:#f16f05;
}





h1 {
	padding:0;
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#717171;
	margin-top:4px;
	font-weight:normal;
}
h2 {
	font-family: Univers, Arial, Helvetica, sans-serif, ;
	font-size: 12px;
	color:#717171;
	margin-top:4px;
	
	font-weight:bold;
	text-transform: uppercase;
}
h3 {
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#717171;
	margin-top:4px;
	font-weight:bold; 
}
.dashLine {
	border-bottom:dashed 1px #FF6600;
}

.spacer {
	clear:both;
	height:15px;
	overflow-y:hidden;
}


#footer {
	margin-top:25px;
	border-top:dashed 1px #FF6600;
	clear:both;
}

#footer IMG {
	margin-left:10px;
}

.clear {
	clear:both;
}

.hr {
	clear:both;
	height:0px;
	overflow-y:hidden;
	border-bottom:dashed 1px #FF6600;
	padding-top:15px;
	margin-bottom:15px;
}

.hr.below {
	clear:both;
	height:0px;
	overflow:hidden;
	border-bottom:dashed 1px #FF6600;
	padding-top:0px;
	margin-bottom:15px;
}

div.threeColumnPercent {
width:33%;
float:left;

}
div.threeColumnPixel {
width:253px;
float:left;

}
div.twoColumnCaseLeft {
width:260px;
float:left;

}
div.twoColumnCaseRight {
width:500px;
float:right;
}

.folioItems {
	width:110%;
	margin-right:-20%;
}

.folioItem {
	width:212px;
	float:left;
	margin-right:70px;
	text-decoration: none;
	font-family: Univers, Arial, Helvetica, sans-serif,;
}

.folioItem h2 {
	margin-top:8px;
	margin-bottom:0px;
	text-transform:uppercase;
}

div.twoColumnHomeLeft {
float:left; width:30%;
}
div.twoColumnHomeRight {
float:right; width:535px
}



.columns3 {
	width:110%;
	margin-right:-10%;
}

.columns3 .column {
	width:212px;
	float:left;
	margin-right:70px;
}

.columns3 h2 {
	margin-top:8px;
	margin-bottom:0px;
	text-transform:uppercase;
}


.copyright {
	margin-top:5px;
	margin-right:10px;
	float:right;
	font-family: "Times Bold", "Times New Roman", Verdana;
	font-weight:bold;
	letter-spacing:1px;
	color: #555554;
}


.folioItem DIV.bg {
	background:white;
}
