@charset "UTF-8";
/* CSS Document */

* {
   padding: 0px;
   margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0 0 2em 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/clouds.jpg);
	background-repeat: repeat-x;
}

img {
   border: 0;
}

#page {
   width: 950px;
   text-align: left;
   margin: 0 auto 0 auto;
}

#IntHeader {
	background-image: url(../images/interior-swoosh.png);
	background-repeat: no-repeat;
	height: 152px;
	width: 950px;
	clear: left;
	vertical-align: top;
	float: left;
	padding-top: 30px;
}

#header {
	padding-top: 30px;
	width: 950px;
	position: absolute;
	z-index: 1;
	height: 152px;
		clear: left;
	vertical-align: top;
	float: left;
}

#header img {
	float: left;
}

#IntHeader img {
	float: left;
}

#primaryNav {
	float: left;
	clear: left;
	width: 950px;
	background-color: #266293;
	background-image: url(/assets/images/nav/bg-rpt.jpg);
	background-repeat: repeat-x;
	height: 54px;
	max-height: 54px;
}

#primaryNav ul {
   float: left;
   width: 950px;
   display: block;
   list-style: none;
   margin: 0;
   height: 54px;
   padding: 0;
   max-height:54px;
   overflow:hidden;
}

#primaryNav li {
	display: block;
	float: left;
	height: 54px;
	max-height: 54px;
	overflow:hidden;
	position: relative;
}

#primaryNav li a {
	top: -54px;
	display: block;
	position: relative;
   max-height: 54px;
}

#primaryNav li a:hover {
	top: 0px;
	display: block;
   position: relative;
}

#content {
	clear: left;
	text-align: left;
	float: left;
	width: 880px;
	padding: 35px 35px 35px 35px;
	background-color: white;
}

#content div#homeLeft {
	clear: left;
	float: left;
	width: 495px;
}

#content div#homeLeft p{
	font-size: 13px;
	color: #424242;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.7em;
}

#content div#homeLeft ul {
	font-size: 13px;
	color: #424242;
	margin-left: 20px;
	line-height: 1.7em;
}

#content div#homeLeft ul a {
	color: #286394;
}

#content div#homeRight {
	float: left;
}

#content div#homeRight ul {
	width: 330px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-left: 50px;
	margin-top: 20px;

}

#content div#homeRight ul li {
	width: 340px;
	margin-bottom: 15px;
	list-style: none;
}


#content div#homeRight li a {
	width: 300px;
	padding: 15px;
	text-decoration: none;
	color: #2a6697;
	background-color: #e3edf6;
	display: block;
	border: 1px solid #2a6697;
}

#content div#homeRight li a:hover {
	text-decoration: none;
	color: white;
	background-color: #2a6697;
	display: block;
	border: 1px solid #2a6697;
}


#contactDetails {
	float: right;
	color: #5a5357;
	padding-right: 120px;
	text-align: right;
}

#contactDetails p {
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#contactDetails p.phoneNumber {
	color:#999999;
	font-size: 24px;
	font-style: italic;
}

#contactDetails p.phoneNumber span {
	color: #01a3c8;
}

#footer {
	clear: left;
	float: left;
	border-top: 1px solid #bdbabc;
	border-bottom: 1px solid #bdbabc;
	color: #717171;
	width: 850px;
	margin-bottom: 50px;
	padding: 10px 50px 10px 50px;
}

#footer p {
	float: left;
	font-size: 11px;
	line-height: 1.4em;
}

#footer #footerContact {
	float: right;
	padding-top: 8px;
	color: #2a6697;
}

#content #IntLeft {
	border-right: 1px solid #ebeaeb;
	clear: left;
	float: left;
	width: 280px;
}


#content #IntRight {
	float: left;
	width: 540px;
	padding: 5px 25px 0 25px;
}

#IntRight h1 {
	color: #8b8b8b;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#IntRight h2 {
	color: #336699;
	font-size: 32px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: -5px 0 0 0;
	font-weight: normal;
}


#IntRight h3 {
	color: #336699;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin:  30px 0 0 0;
	font-weight: normal;
}

#IntRight p {
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.4em;
}


#IntRight ul {
	width: 500px;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 20px;
	font-size: 13px;
	line-height: 1.4em;
}

p.callAction {
	width: 500px!important;
	margin-top: 30px !important;
	padding: 20px;
	border: 2px dotted #336699;
	background-color: #dce8f3;
}


/* Second Nav */

#IntLeft ul {
	width: 250px;
	margin: 0;
	padding: 0;
	clear: left;
	float: left;
	list-style: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#IntLeft li a {
	color: white;
	display:block;
	padding: 10px 10px 10px 30px;
	text-decoration: none;
	border-top: 1px solid white;

}

#IntLeft ul li {
	clear: left;
	float: left;
	width: 250px;
	background-color: #5d9ed3;
	padding: 0;
	background-image: url(../images/nav/subnav-arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#IntLeft ul li.selected {
	background-color: #4a7fb0;
	background-image: url(../images/nav/subnav-arrows.gif);
	background-repeat: no-repeat;
	border: none;
	background-position: 0px -80px;
}

#IntLeft ul li a:hover {
	background-color: #4a7fb0;
	background-image: url(../images/nav/subnav-arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px -81px;
}



/* Third Nav */

ul#subNav {
	font-size: 13px;
	clear: left;
	float:left;
	width: 200px;
	margin-bottom: 20px;
	padding-left: 24px;
}

ul#subNav li  {
	width: 226px;
	background-image: none;
	background-color:#4a7fb0;
}

ul#subNav li a {
	border:none;
	padding: 6px 6px;
}


ul#subNav li a:hover {
	background-color: #306392;
		background-image: none;

}

ul#subNav li.selected {
	background-image: none;
	background-color: #306392;
}

