/* --- home page RED #e93a3a ---*/

body {
	background-color:#FFFFFF;
}

.homePromo {
	position:relative;
	width:1000px;
	margin:0 auto;
	padding:10px 0 20px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	letter-spacing:3px;
	color:#e93a3a;
	text-align:center;
}
.homePromo a {
	color:#e93a3a;
	text-decoration:underline;
}
.homePromo a:visited {
	color:#e93a3a;
	text-decoration:underline;
}
.homePromo a:hover {
	color:#f89494;;
	text-decoration:none;
}


#wrapper {
	position:relative;
	width:1000px;
	margin:0 auto;
	top:10px;
	background-color:#000000;
	
}

/* ---   HOME PAGE STYLES   --- */

.home_whimsican {
	float:left;
	width:370px;
	height:657px;
	margin:0 70px 0 50px;
	padding-top:20px;
}
.home_navLogoArtText {
	float:left;
	width:450px;
	padding-top:30px;
	background-color:#000000;
}
.home_logoSlogan {
	position:relative;
	width:450px;
}
.logo {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
	line-height:44px;
	color:#e93a3a;
	letter-spacing:10px;
	margin:0;
}
.slogan {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	color:#FFFFFF;
	letter-spacing:7px;
	margin-top:0;
}
.home_nav {
	position:relative;
	width:450px;
	height:10px;
	text-align:center;
	padding-top:10px;
}
.home_nav a {
	margin-right:55px;
}
.home_content {
	position:relative;
	width:450px;
	margin:0 auto;
	padding:30px 0 30px 0;
	text-align:center;
}
.home_text {
	position:relative;
	width:450px;
	margin:0 auto;
	padding-top:10px;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
}

/* ---   END HOME PAGE STYLES   --- */


/* ---   INSIDE PAGE STYLES   --- */

.in_logoSloganNav {
	position:relative;
	width:450px;
	text-align:center;
	margin:0 auto;
	padding-top:30px;
}

/* -- logo and slogan styles are same as home page, but the container (above) is centered -- */

.in_nav {
	position:relative;
	width:450px;
	height:10px;
	text-align:center;
	padding:10px 0 40px 0;
}
.in_nav a {
	margin-right:24px;
}

.in_content {
	position:relative;
	width:1000px;
	margin:0 auto;
	padding-bottom:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
}
.in_content a {
	color:#e93a3a;
	text-decoration:none;
	
}
.in_content a:visited {
	color:#f89494;
	text-decoration:none;
	
}
.in_content a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	
}
.sidebar {        /*  --- optional on Contact page --- */
	float:left;
	width:270px;
	padding-left:30px;
	margin-right:40px;
}
.main {
	float:left;
	width:580px;
	padding-bottom:30px;
	padding-left:30px;
	border-left:1px solid #e93a3a;
	margin-bottom:40px;
}

.gridMain {
	position: relative;
	width:580px;
	height:145px;        /*  --- may be changed inline for space between rows ---  */
	margin-bottom:50px;
}
.gridSide {
	position: relative;
	width:280px;
	height:135px;
	margin-bottom:50px;
}

.item {
	float:left;
	margin-right:30px;
}
.item p {
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	text-align:center;
}
.itemLast {
	float:left;
	margin-right:0;
}
.itemLast p {
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	text-align:center;
}

/* ---   END INSIDE PAGE STYLES   --- */



/* -- styles for REGULAR POP-UP WINDOWS  -- */

#detWrap {
	width:97%;
	margin:0 auto;
	position:relative;
	top:0;
}
.detContent {
	width:940px;
	position:relative;
	margin:0 auto;
	padding:20px 0 10px 20px;
	text-align:center;
	background-color:#000000;
}
.detImage {
	float:left;
}
.detText {
	width:215px;     /* -- may have different width inline for horizontal images  -- */
	margin:0 0 0 25px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:left;
	float:left;
}

/* -- end styles for regular pop-up windows  -- */


/* --- styles for WHIMSICAN POP-UP WINDOWS  --- */

#detWhim {
	width:650px;
	margin:0 auto;
	position:relative;
	top:0;
	background-color:#000000;
}
.detWhimContent {
	width:550px;
	position:relative;
	margin:0 auto;
	padding:20px 0 10px 20px;
	text-align:left;
}
.detWhimContent img {
	float:right;
	margin:0 5px 10px 20px;
}
.detWhimText {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}


/* --- end styles for whimsican pop-up windows  --- */


/* ---   GENERAL STYLES   --- */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom:25px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom:20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
}


.cutline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
.titleSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
}
.border1 {
	border: 1px solid #FFFFFF;
}
.closeWindow {
	color: #e93a3a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}


.footer {
	position:relative;
	width:1000px;
	padding:20px 0;
	margin:0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.clear {
	clear:both;
}

