/* Basic Styling
=======================*/
/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

img {
	border: none;
}

h1 {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 15px;
	color: #006699;
}

h2, .title {
	font-size: 12px;
	margin-bottom: 0;
	text-align: center;
	padding-bottom: 15px;
	color: #006699;
}

.subtitle {
	color: #28527B;
	font-weight: bold;
}

p {
	margin-top: 0;
	line-height: 1.75em;
}

li {
	line-height:1.75em
}

.advert {
	font-size: 10px;
	text-align: center;
	border: 1px solid #BEC9DB;
	padding: 5px;
	margin-bottom: 10px;
}

.backbox {
	background-color: #D0E3FF;
	padding: 10px 15px;
	border: thin solid #4D6185;
	margin-bottom: 15px;
	}
.required {
	background-color: #C5CDDE;
	text-align: center;
}

.skip a{
	color:#006699;
	font-size: 1px;
}

/* Layout
=======================*/

body {
	text-align: center;
	min-width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border: thin solid #000000;
	background-color: #FFFFFF;
}
#top-space {
	line-height: 20px;
	background-color: #006699;
}

#logo-top {
	margin: 0;
	height: 80px;
	width: 800px;
	background-color: #495e83;
}

#logo-left {
	margin: 0;
	background: #FFFFFF;
	float:left;
	padding-left: 25px;
	padding-top: 15px;
}
#logo-right {
	background: #FFFFFF;
	float:right;
}

#space {
	width: 800px;
	background: #000000;
	clear: both;
	height: 15px;
}

#space p, #space ul {
	position: absolute;
	color: #3399CC;
}

#sideNav {
	width: 100px;
	float: left;
}

#intro {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.75em;
}

#content {
	width: 95%;
	float: left;
	padding-left: 35px;
}

#mainContent {
	width: 75%;
	margin: 0;
	float: left;
	min-height: 400px;
}
#mainContentNoRightHand {
	width: 90%;
	margin: 0;
	float: left;
	min-height: 400px;
}
#rightContent {
	width: 18%;
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BEC9DB;
	padding-top: 0px;
	text-align: center;
}

#rightContent a:link {
	color: #006699;
	text-decoration: underline;
}

#rightContent a:visited {
	color: #006699;
	text-decoration: underline;
}

#rightContent a:hover {
	color: #999999;
	text-decoration: underline;
}


#footer {
	background-color: #006699;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	margin-top: 20px;
}

#footer a:link {
	color: #99FFFF;
	text-decoration: underline;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

/* topNav */
#topNav {
	margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	text-align: center;
	display: block;
	font-weight: bold;
	background: #006699;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#topNav a:hover {
	color: #CCCCCC;
}

#topNav li {
	float: left;
	display: block;
	padding-right: 0.75em;
	padding-left: .75em;
	padding-bottom: 1em;
	background-color: #006699;
	padding-top: 0.5em;
}

/* sideNav */

#sideNav {
	text-transform: uppercase;
	padding: 0px 0px 0px 10px;
}

#sideNav a:link, #sideNav a:visited {
	text-decoration: none;
	color: #000000;
}

#sideNav a:hover {
	color: #FFFFFF;
}

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

#sideNav li {
	background-color: #0099FF;
}

#sideNav li a {
	display: block;
	margin: 0;
	padding: 0 5px;
	line-height: 25px;
}
#sideNav h2 {
	padding-bottom: 20px;
	padding-top: 40px;
}


#nav-bott-space {
	line-height: 20px;
	background-color: #BEC9DB;
	width: 100%;
	float: left;
}
#nav-space {

	line-height: 20px;
	background-color: #BEC9DB;
}
.link-box {
	float: left;
	width: 150px;
	text-align: center;
	height: 100px;
	margin-bottom: 15px;
	vertical-align: bottom;
	font-size: 10px;
	padding: 5px;
	margin-top: 10px;
	clear: none;
}
#bottom-panel {
	text-align: center;
	float: left;
	padding-top: 15px;
	width: 550px;
	margin-bottom: 15px;
	clear: left;
}
.advert img {
}

.img-nb {
}


#nav1 {
	background-color: #006699;
	font-weight: bold;
	float: left;
	width: 100%;
	text-decoration: none;
}

#nav1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#nav1 ul li { 
	display: inline;
}

#nav1 ul li a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: .75em;
	padding-left: .75em;
	text-align:center;
}

#nav1 ul li a:hover	{
	color: #CCCCCC;
	text-decoration: none;
}
#footer p {
	line-height: .5em;
}
.package li {
	list-style-image: url(../images/tick.gif);
	list-style-type: none;
	text-align: left;
	font-size: .75em;
}
.package {
	border: thin solid #006699;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.advert img {
	border: 1px solid #000000;
}
