/* ------------------------------------------------------------

Title: Normandale Screen Style sheet
Author: ASI Communications

------------------------------------------------------------ */

/* ------------------------------------------------------------

CSS Reset

------------------------------------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0; 
} 
table { 
	border-collapse:collapse;
	border-spacing:0; 
} 

fieldset,img {
	border:0; 
} 
address,caption,cite,code,dfn,th,var { 
	font-style:normal;
	font-weight:normal;
} 

ol,ul { 
	list-style:none; 
}
 
caption,th { 
	text-align:left; 
} 

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: bold; 
} 

q:before,q:after {
	content:'';
} 

abbr,acronym { 
	border:0; 
} 


/* ------------------------------------------------------------

Defult setting

------------------------------------------------------------ */

body {
	background: #0a414a url(../images/bg_body.jpg) top left repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #fff;
}

body#landingPage {
	background: #e15b02 url(../images/bg_landing.gif) top center no-repeat;

}

a, a:link, a:visited, a:active {
	color: #af4b02;
	text-decoration: underline;
}

a:hover {
	color: #af4b02;
	text-decoration: none;
}

p {
	font-size: 1.2em;
	color: #033048;
	margin-bottom: 12px;
}




/* ------------------------------------------------------------

Structure

------------------------------------------------------------ */


#wrap {
	background: transparent url(../images/bg_content.png) top left repeat;
	width: 818px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#landingPage #wrap {
	background-image: none;
	width: 800px;
}

#header {
	background: transparent url(../images/header.jpg) top center no-repeat;
	width: 818px;
	height: 155px;
	position: relative;
	z-index: 9999;
}

#content {
	width: 752px;
	margin: 0 auto;
	min-height: 450px;
  	height: auto !important;
  	height: 450px;
	padding-bottom: 10px;
	position: relative;
}

#homePage #content {
	width: 756px;	
}

#landingPage #content {
	margin: 0;
	position: absolute;
	top: 373px;
	left: 208px;
	width: 460px;
}

#leftColumn,
#rightColumn {
	float: left;
	width: 270px;
	display: inline;
}

#rightColumn {
	margin: 20px 0 0 14px;
	width: 468px;

}


/* ------------------------------------------------------------

H1 Logo

------------------------------------------------------------ */

h1 {
	text-indent: -9999px;
}

h1 a {
	display: block;
	position: absolute;
	background: transparent url(../images/logo_wyn_small.png) top left no-repeat;
	width: 142px;
	height: 142px;
	top: 22px;
	left: 344px;
	overflow: hidden;
}

#homePage h1 a {
	background: transparent url(../images/logo_wyn.png) top left no-repeat;
	width: 186px;
	height: 186px;
	top: 22px;
	left: 320px;
}

/* ------------------------------------------------------------

Header

------------------------------------------------------------ */

#header h2 a {
	width: 239px;
	height: 42px;
	display: block;
	position: absolute;
	top: 24px;
	left: 67px;
}

#header #language { 
	display: none;
}
/*
#header #language {
	width: 165px;
	height: 40px;
	position: absolute;
	top: 25px;
	right: 46px;
	white-space: nowrap;
}

#header ul.en {background: transparent url(../images/btn_language.jpg) 0 0 no-repeat;}
#header ul.es {background: transparent url(../images/btn_language.jpg) 0 -40px no-repeat;}

#header #language li {
	text-indent: -9999px;
	display: inline;
}

#header #language li a {
	width: 76px;
	margin: 6px 0 0 6px;
	height: 24px;
	float: left;
	display: inline;
	overflow: hidden;
}

#header #language li.es a{
	margin-left: 0;
}
*/

/* ------------------------------------------------------------

Menu

------------------------------------------------------------ */

#menu li {
	text-indent: -9999px;
}

#menu li a {
	position: absolute;
	width: 135px;
	height: 32px;
	display: block;
	top: 77px;
	/*border: 1px solid #fff;*/
	overflow: hidden;
}

#menu li.menu1 a { left: 48px; }
#menu li.menu2 a { left: 190px; }
#menu li.menu3 a { left: 496px; }
#menu li.menu4 a { left: 636px; }


/* ------------------------------------------------------------

Content

------------------------------------------------------------ */

/* landing page */

#landingPage #content p {
	color: #fff;
	font-size: 1.4em;
	text-align: right;
}

#landingPage #content p.left {
	text-align: left;
}

#landingPage #content p.extraMargin {
	margin-bottom: 40px;

}

#landingPage #content p strong{
	font-size: 1.6em;
}

#landingPage #content a:link,
#landingPage #content a:visited,
#landingPage #content a:active {
	font-size: 0.9em;
	color: #fff;
}

#landingPage #content a:hover {
	text-decoration: none;
}                                  

/* Home */

#choice1,
#choice2,
#choice3,
#choice4 {
	float: left;
	display: inline;
	width: 189px;
	
}

#choice1 a,
#choice2 a,
#choice3 a,
#choice4 a {
	background: transparent url(../images/home_people.jpg) top left no-repeat;
	width: 189px;
	height: 235px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
}

#choice1 a { background-position: 0 0; }
#choice2 a { background-position: -189px 0; }
#choice3 a { background-position: -378px 0; }
#choice4 a { background-position: -567px 0; }

#choice1 a:hover { background-position: 0 -235px; }
#choice2 a:hover { background-position: -189px -235px; }
#choice3 a:hover { background-position: -378px -235px; }
#choice4 a:hover { background-position: -567px -235px; }



#choice1 a.link,
#choice2 a.link,
#choice3 a.link,
#choice4 a.link {
	background-image: none;
	text-indent: 0;
	height: auto;
}




#homePage #content a {
	font-weight: bold;
}

#homePage #content p {
	margin: 15px 13px;
}

#homePage #content h3 {
	font-size: 34px;
	color: #4088b0;
	font-weight: normal;
	letter-spacing: -1.5px;
}

/* right Column */
#rightColumn ul {
	margin: 0 0 20px 40px;

}
#rightColumn ul li {
	color: #033048;
	font-size: 1.4em;
	list-style-type: disc;
}


/* left column */
#leftColumn h4 {
	font-size: 2.9em;
	color: #4088b0;
	margin: 12px 0;
}

#leftColumn img.extraMargin {
	margin-top: 15px;
}


/* 2 buttons */
/*
#leftColumn ul.twoBtns {
	background: transparent url(../images/btn2.jpg) top left no-repeat;
	width: 258px;
	height: 118px;		
}

#leftColumn ul.twoBtns li {
	text-indent: -9999px;
}

#leftColumn ul.twoBtns li a {
	width: 258px;
	height: 59px;
	display: block;
	overflow: hidden;
}*/

/* 4 buttons */
#leftColumn ul.fourBtns {
	background: transparent url(../images/btn.jpg) top left no-repeat;
	width: 255px;
	height: 154px;
}	

#leftColumn ul.fourBtns li {
	text-indent: -9999px;
}

#leftColumn ul.fourBtns li a {
	width: 255px;
	height: 35px;
	display: block;
	overflow: hidden;
}



/* right column */
#rightColumn h3 {
	font-size: 2em;
	color: #033048;
	margin-bottom: 20px;
	
}

#rightColumn h4 {
	font-size: 3.5em;
	color: #4088b0;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 20px;

}

#rightColumn p {
	color: #033048;
	font-size: 1.4em;
}

/* breadcrumbs */

ul.breadcrumbs {
	padding: 0px 0 0 15px;
	list-style: none;	
}

ul.breadcrumbs li {
	float: left;
	background: transparent url(../images/breadcrumb_arrow.gif) right center no-repeat;
	padding: 0 12px 0 0;
	margin: 0 6px 0 0;
	color: #033048;
	width: auto;
}

ul.breadcrumbs li.lastLi {
	background: none;
	font-weight: bold;
}



/* sns iocns */
#sns {
	position: absolute;
	bottom: 0;
	right: 15px;

}

#sns p {
	width: auto;
	float: left;
	line-height: 3;
	padding-bottom: 5px;
	margin-right: 12px; 
}

#homePage #sns p {
	line-height: 0.6;
	margin-right: 12px;
}

#sns ul {
	/*background: transparent url(../images/icon_sns.jpg) top left no-repeat;*/
	width: 96px;
	height: 29px;
	float: left;
}

#sns ul li,
#sns ul li a {
	width: 32px;
	height: 29px;
	float: left;
	display: block;
}

#sns ul li a {
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../images/icon_sns.jpg) top left no-repeat;
}

#sns ul li.facebook a { background-position: 0 0; }
#sns ul li.twitter a  { background-position: -64px 0; }









/* ------------------------------------------------------------

Form

------------------------------------------------------------ */



/* ------------------------------------------------------------

Footer

------------------------------------------------------------ */

#footer {
	background: transparent url(../images/bg_footer.png) top center no-repeat;
	width: 818px;
	height: 100px;
	margin: 0 auto;
}

#footer p {
	font-size: 1.1em;
	color: #ededed;
	padding-top: 40px;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #ebe801;
}

/* ------------------------------------------------------------

Misc

------------------------------------------------------------ */

/* self-clearing floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearall {
	clear:both;
}


.center {
	text-align: center;
}


