﻿body {
	background: url(../images/bg.png) top center repeat-y #7e9fd5;
}

#header {
	width: 1010px;
	height: 150px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}

#nav {
	width: 1010px;
	height: 44px;
	margin: 0 auto;
	background: url(../images/nav.bg.png) no-repeat;
	text-align: center;
}

	#nav .tab {
		display: inline-block;
		padding: 11px 10px;
		margin-right: 10px;
	}
	
	#nav .tab:hover, #nav .active {
		background-color: #7e9fd5;
	}
	
#title {
	width: 1010px;
	height: 94px;
	margin: 0 auto;
	margin-bottom: 15px;
	background: url(../images/title.bg.png) no-repeat;
}

	#title img {
		margin-left: 320px;
		margin-top: 17px;
	}

#home {
	width: 1010px;
	height: 333px;
	margin: 0 auto;
	/*background: url(../images/home.png) no-repeat;*/
}

	#bullet {
		position: relative;
		display: inline;
		z-index: 100;
		top: -330px;
		*top: -320px;
	}
	
	#bullet ul {
		position: relative;
		display: inline-block;
		list-style: none;
		margin-left: 20px;
		margin-top: 22px;
	}
	
	#bullet ul li {
		background: url(../images/bullet.png) no-repeat;
		background-position: 0px 7px;
		padding-left: 25px;
		margin-bottom: 10px;
		
		font-family: Times New Roman, Calibri, Arial;
		font-weight: bold;
		font-style: italic;
		font-size: 24px;
		color: #ffffff;
	}

#content {
	width: 1010px;
	margin: 0 auto;
}

#tag {
	margin-top: 10px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

	#tag .highlight {
		font-size: 22px;
		*font-size: 23px;
	}

#footer {
	width: 100%;
	border-top: 1px solid #cccccc;
	margin-top: 20px;
	padding-top: 8px;
	text-align: right;
	text-transform: uppercase;
	
	font-family: Times New Roman, Calibri, Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 24px;
	color: #494949;

}

/* -- FONTS -- */

a {
	color: #253479;
	text-decoration: none;
}

h2 {
	font-family: Times New Roman, Calibri, Arial;
	font-weight: bold;
	font-size: 30px;
	line-height: 44px;
	margin: 0px;
	color: #253479;
}

h4 {
	font-family: Times New Roman, Calibri, Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 19px;
	line-height: 24px;
	color: #253479;
	
	margin: 0px;
	margin-bottom: 9px;
}

.promotion {
	font-family: Times New Roman, Calibri, Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
	color: #494949;	
}

.bodytext {
	font-family: Times New Roman, Calibri, Arial;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: #494949;
}

.highlight {
	font-family: Times New Roman, Calibri, Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 23px;
	line-height: 24px;
	color: #494949;
}