/* CSS Document */
.fullheight{
	height:100%;
}

html {
	height:100%;
	}	

@font-face {
    font-family: ConduitBold;
	src: url(fonts/conduit.eot);
	src: local("ConduitBold"), url(fonts/conduit.ttf) format("truetype"); /* non-IE */
    font-weight:normal;
    font-height:normal;
}

@font-face {
    font-family: ConduitLight;
	src: url(fonts/conduitLight.eot);
	src: local("ConduitLight"), url(fonts/conduitLight.ttf) format("truetype"); /* non-IE */
    font-weight:normal;
    font-height:normal;
}

img a {
	border:none;
	background:none;
}
img a:hover {
	border:none;
	background:none;
}


#container {
	width:996px;
	padding:0px 14px 14px 14px;
	text-align:left;
	background-color:#fff;
	margin:0 auto;
	font-size:14px;
	color:#656565;
}


	

#topNav {
	width:100%;
	position:relative;
	height:27px;
}

#languageBtn {
	color:#fff;
	text-transform:uppercase;
	float:right;
}

#languageBtn a {
	width:113px;
	height:17px;
	padding:10px 0px 0px 7px;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	display:block;
	background-color:#666666;
}

#languageBtn a:hover {
	background-color:#68567d;
}

#languageBtnSpanish {
	color:#fff;
	text-transform:uppercase;
}


#languageBtnSpanish {
	color:#fff;
	text-transform:uppercase;
	float:right;
}

#languageBtnSpanish a {
	width:113px;
	height:17px;
	padding:10px 0px 0px 7px;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	display:block;
	background-color:#999999;
}

#languageBtnSpanish a:hover {
	background-color:#68567d;
}


.logo {
	height:127px;
	position:relative;
}

.logoPosition {
	top:45px;
	left:0px;
	position:absolute;
}

#group {
	width:100%;
	background-color:#fff;
}

.bottomNav {
	font-size:10px;
	color:#c3c3c2;
	padding:8px 0px;
	float:left;
	width:100%;
	line-height:16px;
}

.bottomNav a {
	color:#c3c3c2;
	text-decoration:none;
}

.bottomNav a:hover {
	color:#68567d;
}


#bottom {
	position:relative;
	width:100%;
	height:60px;
	clear:both;
}

#menu {
	width:100%;
	height:187px;
	background-color:#68567d;
	padding:13px 0px;
}

/* padding */

.pTop {
	padding:14px 0 0 0;
	line-height:20px;
}

.pTop a {
color:#656565;
	text-decoration:none;
}

.pTop a:hover {
	color:#68567d;
}

	

.pRight {
	padding: 0 14px 0 0;
}

.pBottom {
	padding:0 0 14px 0;
}

.pLeft {
	padding:0 0 0 14px;
}

.pAll {
	padding:14px;
}


/* Homepage */

.float {
	float:left;
	width:100%;
}

#slideshowLarge {
	width:489px;
	margin:0 3px 0 0;
	float:left;
}

#slideshowSmall {
	width:261px;
	margin:0 3px 0 0;
	float:left;
}

#navigationRight {
	width:240px;
	float:left;
}

#elementPurple {
	width:100%;
	height:123px;
	background:url(grafx/elements/purple-nav-elemet.gif) no-repeat left top;
}

#sliderLarge {
	width:489px;
	height:388px;
	overflow:hidden;
}

#sliderSmall {
	width:261px;
	height:336px;
	overflow:hidden;
}


/* Sub Page -> see sub-page.css */


	


/* Texts */

H1 {
	margin:45px 0px 25px 0px;
	padding:0px;
	font-family:ConduitLight, Arial, Helvetica, sans-serif;
	float:left;
	font-weight:normal;
	width:100%;
	color:#68567d;
	font-size:40px;
}

H2 {
	margin:10px 0px;
	padding:0px;
	font-family:ConduitBold, Arial, Helvetica, sans-serif;
	float:left;
	font-weight:normal;
	width:100%;
	color:#5a5a5a;
	font-size:22px;
	line-height:normal;
	text-transform:uppercase;
}

H3 {
	font-family:Helvetica, Arial, sans-serif;
	margin:15px 0px 0 0;
	padding:0px;
	float:left;
	font-weight:bold;
	width:100%;
	color:#71ad29;
	font-size:14px;
	text-transform:uppercase;
}


small {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Navigation */


ul {font-family:ConduitBold, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	list-style:none;
	margin:0px;
	padding:0px;}

ul li a {text-decoration: none; color:#e6d2f9;}
ul li a:hover {color:#fff;}

ul li {list-style-type: none; }

ul li * {cursor: pointer}


ul li .fadeThis {position: relative; display: block; z-index: 2; cursor: pointer; padding:0}

ul li .fadeThis {width: 100%;}

ul li .fadeThis span.hover {position: absolute; left: 0; top: 0; z-index: 3; color:#fff; display: block; width: 100%; height:40px; background:url(grafx/elements/triangle.png) left 7px no-repeat;}

ul li a span.link-text {position: relative; display: block; width: 100%; z-index: 4; font-size: 11px; text-indent: 15px; font-weight: normal; text-decoration: none; border: 0; text-transform:uppercase; padding:3px 0px;}





