/* CSS Document */

html {
	margin-top:0;
	padding-top:0;
	}
	

body {
	background-color:#000000;
	background-image:url(img/bg2.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	color:#4F4A4A;
	font-family:Helvetica,Verdana, sans-serif;
	font-size:12px;
	margin-top:0;
	padding-top:0;
	line-height:20px;
	}
	
a {
	color:#ae3896;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
	
/*layout elements*/	

/*centers layout*/
#outsideContainer {
	/*background-image:url(img/content_bg.jpg);
	background-attachment:fixed;*/
	width:100%;
	/*background-repeat:no-repeat;
	background-position:50% 200px;*/
}

#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
	
#header {
	width:100%;
	position:relative;
	}
	
#header .logo {
	width:368px;
	float:left;
}

#header .headerRight {
	/*background-image:url(img/header_right.jpg);
	background-repeat:no-repeat;*/
	width:592px;
	height:180px;
	position:relative;
	float:left;
}

#header .headerRight .search {
	float:right;
	top:20px;
	position:relative;
	width:211px;
	padding-right:20px;
	}
	
#header .headerRight .search input {
	background-image:url(img/search_bg.jpg);
	background-repeat:no-repeat;
	color:#999999;
	line-height:30px;
	width:180px;
	text-indent:10px;
	height:30px;
	font-family:Helvetica, Arial,sans-serif;
	padding:0;
	border:0;
	float:left;
	}
	
#header .headerRight .search #search {
	display:block;
	float:right;
	width:31px;
	height:30px;
	padding:0;
	background-image:url(img/search_button.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
	
#menuContainer {
	position:relative;
	top:116px;
	width:592px;
	padding-left:17px;
	
}

#menuContainer .menu {
	width:592px;
	padding:0px;
	margin:0;
	position:relative;
	
}

#menuContainer .menu li {
	display: inline;
	float: left;
	position: relative;
	
}

#menuContainer .menu a {
	color:#ae3896;
	font-weight:bold;
	font-size:12px;
	display:block;
	padding:0px 12px;
	line-height:20px;
}

#menuContainer .menu a:hover {
	color:#392075;
	text-decoration:none;
	}
	
#menuContainer .menu .sfHover ul {
	top: 20px;
}

#menuContainer .menu .menu {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: 0;
	top: -9999px;
	z-index: 5;
	width:180px;

}

#menuContainer .menu .menu li {
	line-height:20px;	
	background-color: #AE3896;
	padding:3px 12px;
}

#menuContainer .menu .menu li.hasChildren {
	background-image:url(img/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:auto;
	
}

#menuContainer .menu .menu a {
	display: block;
	height: auto;
	padding:0;
	text-decoration: none;
	text-indent: 0;
	width:150px;
	margin-top:0px;
	color:#ffffff;
}

#menuContainer .menu .menu a:hover {
	color: #BEC7EC;
}


#menuContainer .menu .menu .menu {
	left: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: 0;
	top: -9999px;
	z-index: 5;
}

#menuContainer .menu .menu .sfHover .menu {
	top:0px;
	left:174px;
}

#menuContainer .menu .menu .menu a {
	width:150px;
}

#menuContainer .menu .menu .menu a:hover {
	color: #BEC7EC;
}

	
#contentContainer {
	width:960px;
	background-image:url(img/top_trans.png);
	background-repeat:repeat-y;
	padding:5px 0px;
	}
	
#contentContainer .content {
	width:950px;
	margin:0px 5px;
	background-color:#FFFFFF;
	}
	
#contentContainer .content .picQuote {
	width:400px;
	padding:20px 0px 20px 0px;
	font-size:10px;
	color:#8a8a8a;
	text-align:center;
	float:left;
	line-height:16px;
	font-style:italic;
}	

#contentContainer .content .picQuote p {
	padding:0px 15px;
}

#inner #contentContainer .content .text {
	font-size:12px;
	width:910px;
	padding:20px;
	float:left;
}
	
#contentContainer .content .text {
	font-size:12px;
	width:500px;
	padding:20px;
	float:left;
}

#infoContainer {
	width:960px;
	background-image:url(img/bottom_trans.png);
	background-repeat:repeat-y;
	color:#DFE5FF;
	padding:5px 0px;
	margin-top:15px;
	}
	
#infoContainer a {
	color:#ffffff;
	font-weight:bold;
}

#infoContainer .content  {
	width:950px;
	margin:0px 5px;
	background-image:url(img/bottom_inner_trans.png);
	background-repeat:repeat-y;
}

#infoContainer .content .floatleftfirst {
	width:275px;
	padding:20px 25px 20px 20px;
	float:left;

}

#infoContainer .content .floatleft {
	width:275px;
	padding:20px 25px 20px 0px;
	float:left;

}

#infoContainer .content .floatleftlast {
	width:275px;
	padding:20px 0px 20px 0px;
	float:left;
}
	
#footer {
	color:#583b8b;
	font-size:10px;
	margin:0 auto;
	position:relative;
	width:960px;	
	}
	
#footer .content {
	padding:20px;
	}
	
#footer a {
	font-size:10px;
	color:#583b8b;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
#footer .floatright {
	text-align:right;
	}
	
/*text elements */
h1, h2, h3, h4, h5, h6 {
	color:#392075;
	margin: 15px 0px;
	padding:0px;
	}

h1 {
	font-size:28px;
	}
	
h1.pageTitle {
	margin-bottom:30px;
}
	
h2 {
	font-size:20px;	
	line-height:26px;

	}
	
h3 {
	font-size:18px;
	}
	
h4 {
	font-size:16px;
	}
	
h5 {
	font-size:14px;
	}
	
h6 {
	font-size:12px;
	}

.large {
	font-size:16px;
	}
	
.medium {
	font-size:14px;
	}
	
.bold {
	font-weight:bold;
	}
	
.italic {
	font-style:italic;
	}
	
.underline {
	text-decoration:underline;
	}
	
.allcaps {
	text-transform:uppercase;
	}

.purple {
	color:#6248a0;
	}	
	
.center {
	text-align:center;
}

.nomargintop {
	margin-top:0px;
}

.white {
	color:#ffffff;
}

.infoTitle {
	font-size:16px;
	color:#ffffff;
	margin-top:0;
}

.infoTitle a {
	font-size:16px;
	color:#ffffff;
}
/*misc elements	*/
	
.floatleft {
	float:left;
	}
	
.floatright {
	float:right;
	}

hr {
	color: #d4d4d4;
	background-color: #d4d4d4;
	height: 1px;
	border: 0;
  	width: 892px;
}
/*class for clearing floats*/

.clear {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	overflow: hidden;
	}
	
/*quotes*/

#rotatingQuote, #rotatingQuote li{
	list-style:none;
	}
	
#rotatingQuote{
	height:50px;
	}
	
#rotatingQuote li{
	display:none; /* hide the items at first only */
	}
	
/* Paging */
ul#gallerypages{display:block;list-style:none;margin:0;padding:0}
ul#gallerypages li{border-right:1px solid #fff;display:inline;float:left;line-height:12px;padding:0 1px}
ul#gallerypages li span.pagesTitle{color:#AE3896;display:block;float:left;font-size:16px;font-weight:bolder;padding:4px 0}
ul#gallerypages li a{background-color:#fff;border:1px solid #AE3896;color:#AE3896;display:block;float:left;padding:4px 8px;text-align:center;text-decoration:none}
ul#gallerypages li a.active{background:#AE3896;color:#fff}
