/* ==== Global Styles ===== */

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #333;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
}

div#outerDiv {
	margin: 0 auto;
	height: 1000px;
	background:#ccc url(../images/bg_content2.gif);
}

/* ==== header ===== */

div#header {
	height: 124px;
	position: relative;
	background: url(../images/bg_header.jpg);
}

/* ==== logo ===== */

#outerDiv div#logo {
	position: absolute;
	left: 32px;
	top: 18px;
}

#logo a:link, #logo a:visited {
	background: url(../images/logo.png) no-repeat;
	width: 173px;
	height: 71px;	
	display: block;
	text-indent: -9999px;
	border: none;
}

/* ======== socialMedia ======*/

#header #socialMedia {
	position: absolute;
	left: 847px;
	top: 46px;
	height: 32px;
	width: 200px
}

#socialMedia ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#socialMedia li {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0px 2px 0px 7px;
}

#socialMedia li a:link, #socialMedia li a:visited {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	display: block;
	color: #fff;
	text-decoration: none;
}

#socialMedia li a.facebook {
	background: url(../images/follow_us_facebook.png) no-repeat;
	text-indent: -9999px;
	width: 91px;
	height: 24px;
}

/* ==== mainMenu ===== */

#header #mainMenu {
	position:absolute;
	left: 272px;
	bottom: 0;
}

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

#mainMenu li {
	float:left;
	margin: 0;
	padding: 0;	
}

#mainMenu li a:link, #mainMenu li a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.72em;
	text-transform:uppercase;
	display: block;
	color: #333;
	text-decoration:none;
	text-align:center;
	line-height:35px;
	width: 112px;
	height: 32px;
	background: url(../images/nav_rollover.jpg) no-repeat left top;
	border:none;
}

#mainMenu li a:hover, #mainMenu li a:active {
	color: #336699;
	background-position: left bottom;
}

#mainMenu li a.current {
	margin-top: -8px;
	height:40px;
	background:url(../images/nav_current2.jpg) no-repeat;
	color: #336699;
	line-height: 45px;
}

#mainMenu li a.current:hover {
	cursor:default;
}

/* ==== animationHomePage ===== */

#outerDiv div#animationHomePage {
	position: absolute;
	left: 40px;
	top: 155px;
	border:solid #666 1px;
}

/* ==== imagesHomePage===== */

#outerDiv div#imagesHomePage {
	position: absolute;
	top: 530px;
	left: 40px;
}


/* ======== mainContent ======*/

#content div#mainContent {
	position: absolute;
	float: left;
	width: 430px;
	margin: 620px 0px 0px 28px;
	padding: 0 15px;
}

#mainContent p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .80em;
	line-height: 1.25em;
	color:#333;
	margin: 1ex 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#003366;
}

#mainContent h1 {
	font-size:1.6em;
	font-weight:bold;
	color:#333;
	margin: 0 0 .4ex 0;
}

#mainContent h2 {
	font-size:1.2em;
	margin: .4ex 0;
}

/* ======== right ======*/

#content div#right {
	position:absolute;
	float:right;
	width: 420px;
	margin:620px 0px 0px 500px;
	padding: 0 20px;
	border-left: solid #aaa 1px;
}

#right p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .80em;
	line-height: 1.25em;
	color:#333;
	margin: 1ex 0;
}

#right h1, #right h2, #right h3, #right h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#003366;
}

#right h1 {
	font-size:1.6em;
	font-weight:bold;
	color:#333;
	margin: 0 0 .4ex 0;
}

#right h2 {
	font-size:1.2em;
	margin: .4ex 0;
}

/* ======== mainContent2 ======*/

#content div#mainContent2 {
	position: absolute;
	background:url(../images/bg_contentHolder.png) no-repeat;
	float: left;
	width: 925px;
	height: 606px;
	left: 35px;
	top: 155px;
}

/* ==== subContent===== */

#content div#subContent {
	position: absolute;
	background:url(../images/bg_subContent.png) no-repeat;
	width: 337px;
	height: 516px;
	top: 40px;
	left: 27px;
}

#subContent p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8.75pt;
	line-height: 1.25em;
	color:#fff;
	padding: .10em 25px 5px 18px;
}

#subContent p.generalInfo {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8.75pt;
	line-height: 1.25em;
	color:#fff;
	padding: 130px 25px 5px 18px;
}

#subContent h1, #subContent h2, #subContent h3, #subContent h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}

#subContent h1 {
	font-size:1.6em;
	font-weight:bold;
	color:#333;
	margin: 0 0 .4ex 0;
}

#subContent h2 {
	font-size:1.25em;
	margin: 35px 0px 60px 30px;
}

#subContent h3 {
	font-size:1em;
	margin: 30px 0px 45px 30px;
}

#subContent img {
	height:560px;
	left:355px;
	position:absolute;
	top:-25px;
	width: 524px;
}

#subContent img.worldmap {
	position: absolute;
	top: 185px;
	left: 25px;
	width: 279px;
	height: 115px;
}

#subContent ul{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8.75pt;
	color: #FFF;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 50px;
}

#subContent a {
	color: #663333;
	text-decoration: none;
}

#subContent a:hover {
	color: #663333;
	border-bottom: #663333 dotted 1px;
}

/* ===== subContentServices ==== */

#content div#subContentServices {
	position: absolute;
	background:url(../images/bg_subContent.png) no-repeat;
	width: 337px;
	height: 516px;
	top: 40px;
	left: 27px;
}

#subContentServices p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8.75pt;
	line-height: 1.25em;
	color:#fff;
	padding: .10em 25px 5px 18px;
}

#subContentServices p.generalInfo {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8.75pt;
	line-height: 1.25em;
	color:#fff;
	padding: 130px 25px 5px 18px;
}

#subContentServices h1, #subContentServices h2, #subContentServices h3, #subContentServices h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}

#subContentServices h1 {
	font-size:1.6em;
	font-weight:bold;
	color:#333;
	margin: 0 0 .4ex 0;
}

#subContentServices h2 {
	font-size:1.25em;
	margin: 35px 0px 60px 30px;
}

#subContentServices h3 {
	font-size:1em;
	margin: 30px 0px 45px 30px;
}

#subContentServices img {
	position: absolute;
	top: -26px;
	left: 355px;
	height: 561px;
	width: 524px;
}

/* ===== siteMap ===== */


#siteMap h1, #siteMap h2, #siteMap h3, #siteMap h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}

#siteMap h2 {
	font-size:1.25em;
	width: 150px;
	height: 35px;
	color: #900;
	margin: 35px 0px 30px 30px;
	border-bottom: #666 dotted 1px;
}

#siteMap ul{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8.75pt;
	color: #FFF;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 50px;
}

#siteMap a {
	color: #663333;
	text-decoration: none;
}

#siteMap a:hover {
	color: #663333;
	border-bottom: #663333 dotted 1px;
}


/* ==== slideShow===== */

#outerDiv div#slideShow {
	position: absolute;
	height: 532px;
	width: 579px;
	top: 8px;
	left: 380px;
}

/* ==== imagesHomePage===== */

#outerDiv div#subContentImages {
	position: absolute;
	float:left;
	width: 915px;
	top: 620px;
	left: 9px;
}

/*====== footer ===== */

div#footer {
	clear: both;
	position: absolute;
	background: transparent;
}

/* ==== logoFooter ===== */

#footer div#logoFooter {
	position: absolute;
	top: 25px;
	left: 32px;
}

#logoFooter a:link, #logoFooter a:visited {
	background: url(../images/footer_logo.png) no-repeat;
	width: 173px;
	height: 71px;	
	display: block;
	text-indent: -9999px;
	border: none;
}

/* ==== navFooter ===== */
#footer div#navFooter {
	position: absolute;
	width: 410px;
	left: 210px;
	top: 35px;
}

#navFooter p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #999;
	margin: 0 auto;
	padding: 0;
}

#navFooter a {
	color: #999;
	text-transform:capitalize;
	text-decoration: none;
}

#navFooter a:hover {
	color: #6699cc;
}

/* ==== rightFooter ===== */

#footer div#rightFooter {
	position:absolute;
	float:right;
	width: 350px;
	top: 35px;
	left: 630px;
}

#rightFooter p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #999;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}

#rightFooter a {
	color: #6699cc;
	text-decoration: none;
}

#rightFooter a:hover {
	color: #6699cc;
	border-bottom: #6699cc dotted 1px;
}


/* ======== miscellaneous styles ======*/

.clear { clear:both }

