@font-face {
    font-family: 'robotolight';
    src: url('../lib/fonts/webfonts/Roboto/roboto_light/Roboto-Light-webfont.eot');
    src: url('../lib/fonts/webfonts/Roboto/roboto_light/Roboto-Light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../lib/fonts/webfonts/Roboto/roboto_light/Roboto-Light-webfont.woff') format('woff'),
         url('../lib/fonts/webfonts/Roboto/roboto_light/Roboto-Light-webfont.ttf') format('truetype'),
         url('../lib/fonts/webfonts/Roboto/roboto_light/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: 300;
    font-style: normal;

}


@font-face {
    font-family: 'Roboto';
    src: url('../lib/fonts/webfonts/Roboto/roboto_condensed/RobotoCondensed-Regular-webfont.eot');
    src: url('../lib/fonts/webfonts/Roboto/roboto_condensed/RobotoCondensed-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../lib/fonts/webfonts/Roboto/roboto_condensed/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('../lib/fonts/webfonts/Roboto/roboto_condensed/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('../lib/fonts/webfonts/Roboto/roboto_condensed/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('../lib/fonts/webfonts/Roboto/roboto_boldcondensed/RobotoCondensed-Bold-webfont.eot');
    src: url('../lib/fonts/webfonts/Roboto/roboto_boldcondensed/RobotoCondensed-Bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../lib/fonts/webfonts/Roboto/roboto_boldcondensed/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('../lib/fonts/webfonts/Roboto/roboto_boldcondensed/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('../lib/fonts/webfonts/Roboto/roboto_boldcondensed/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

body {
	background: #fce1a5 url('../images/background.jpg') top center repeat;
	font-family: 'Arial', sans-serif;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

img {
	border: none;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 1001px;
}

.tab_group {
	list-style: none;
	margin: 0;
	padding: 0;
	/*position: relative;*/
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/****************
	Nav Bar
*****************/

body > #navBar {
	background: url("../images/navBG.png") left top repeat-x;
	height: 79px;
	position: absolute;
	top: 54px;
	width: 100%;
	z-index: 1;
}
body > #navBar > nav {
	width:1000px;
	height: 70px;
	z-index: 5;
	margin: 0 auto;
}

/**************
	Header
***************/

header {
    width: 1000px;
    position: relative;
    height: 131px;
    margin: 0 auto;
	margin-bottom: 29px;
}

#smLogo {
	width:354px;
	height:112px;
	position: absolute;
	left: 0px;
	top: 28px;
	z-index: 5;
}

#smLogo > a,
#smLogo > a > img {
	height: inherit;
	display: block;
	width: inherit;
}

/**************
	Main
***************/

#wrapper > section.topContent {
    width: 100%;
    height: 400px;
}

#wrapper > section.topContent > .leftAds {
    float: left;
}

#wrapper > section.topContent > .rotatorOuter {
    float: left;
    width: 550px;
    height: 348px;
    margin: 0 9px;
    border: 1px solid #5a1108;
}

#wrapper > section.topContent > .rightAds {
    float: right;
}

/*
	Top Content
-------------------*/




/*
	Bottom Content
-------------------*/

section.bottomContent h1 {
    color: #5a1108;
    font-family: 'Monotype Corsiva','Apple Chancery','ITC Zapf Chancery','URW Chancery L',cursive;
    font-size: 72px;
    margin: 0;
    font-weight: 300;
}

section.bottomContent p {
	 font-family: 'robotolight';
	 font-size: 14px;
	 font-weight: 300;
	 padding: 0;
	 /* margin: 0; */
}

/**************
	Footer
***************/
footer {
	height: 96px;
	position: relative;
}

footer #copyinfo {
	color: #000;
	font-size: 12px;
	margin: 0;
	font-family: 'Arial', sans-serif;
	width: 400px;
	position: absolute;
	top: 13px;
}

#infinity {
	background: url("../images/ipdlogo.png") left top no-repeat;
	height: 51px;
	position: absolute;
	right: 14px;
	text-indent: -9999px;
	top: 0;
	width: 201px;
}

#infinity a {
	display: block;
	height: 100%;
}


/*****************
	Inner Pages
******************/

.content {
	min-height: 476px;
	padding: 18px 0px;
	color: #000;
}

#innersubhr {
	margin-bottom: 4px;
}

#innersubhr > h1 {
	color: #000;
	font-family: 'Roboto', sans-serif;
	color: #5a1108;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	line-height: 36px;
	/* padding-left: 17px; */
	text-transform: uppercase;
}

#content-full {
	
	width: 100%;
	margin: 0 auto;
	min-height: 300px;
}

#content-full > .padded {
	min-height: 412px;
	padding: 10px;
	/* border: 1px solid #bcbcbc; */
}


#content-full .content-left {
	float: left;
	width: 660px;
}

#content-full .content-right {
	float: right;
	width: 250px;
}
