@charset "UTF-8";

/* CSS Document UFC
------------------------------------------------------------- */
html, body {
	padding:0;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#D9D8C9;
	font-size:13px;
	background:url(../images/bk.png) repeat-x #003928;
}

p { margin: 0 0 14px 0; }

a {
	color: #9C6;
	text-decoration:underline;
}

a:hover {color: #fff;}	
	
	
/* Layout container
------------------------------------------------------------- */
#container {
	margin:auto;
	width:971px;}
	
	

/* Header section 
------------------------------------------------------------- */
	
#logo {
	width:416px;
	height: 98px;
	float:left;}
	
#contact {
	width:385px;
	height: 78px;
	padding:20px 0 0 170px;
	background:url(../images/contact.png) no-repeat;
	float:left;
	color: #333;
	font-size: 12px;
	line-height: 14px;
}
	
#contact h3 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color:#333;
	margin:8px 0 14px 0;
	padding:0;
	font-weight: normal;
	font-style:italic;
}
	
#header {
	width:971px;
	height: 359px;
	float:left;}
	
	
/* Code for the menus
------------------------------------------------------------- */
#menu {
	width:901px;
	height: 37px;
	padding:18px 0 0 60px;
	float:left;
}

#menu ul {
	display: inline;
	margin: 0;
	padding: 0;}
	
#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;}	
	
#menu li a {
	float:left;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	color:#DCD8CA;
	font-weight:normal;
	text-decoration:none;
	padding:1px 15px;
	text-align:center;
	border-right:1px solid #D2A126;
	display:block;}
	
#menu li.last a{
	border:none;}	
	
#menu li.wide a{
	width:95px;}	

#menu li a:hover{
	color: #D2A126;}
	
#menu li.selected a{
	color:#fff;}


/* Page Content
------------------------------------------------------------- */
#left {
	width:386px;
	padding:12px 55px 0 40px;
	background:url(../images/left.png) no-repeat;
	float:left;
}
	
#right {
	width:400px;
	padding:12px 70px 0 20px;
	background:url(../images/right.png) no-repeat;
	float:left;
}
	
#contentbk {
	width:971px;
	background:url(../images/cross.png);
	float:left;}
	
#contentbk p {
	padding:0 0 18px 50px;
	margin: 0;
}
	
#contentbk h2 {
	font-style:italic;
	font-size: 26px;
	margin: 0 0 20px 0;
}

/* Footer area
------------------------------------------------------------- */
#footer {
	width:971px;
	height:40px;
	background:url(../images/footer.png) no-repeat;
	text-align:center;
	padding:60px 0 0 0;
	float:left;
	color: #D2A126;
	margin: 0 -3px 0 0;
	font-size: 12px;
}

	
/* Classes and styles
------------------------------------------------- */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	color:#003784;
	margin:0;
	padding:0 0 20px 0;
	font-weight:normal;
	line-height: 28px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	color:#FFF;
	margin:0;
	padding:0 0 15px 0;
	font-weight: normal;
	line-height: 20px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color:#333;
	margin:0;
	padding:0 0 15px 0;
	font-weight: normal;
	font-style:italic;
	line-height: 20px;
}


.smallBox {
	float:left;
	padding: 0 20px 0 0;
}

.smallBoxWide {
	float:left;
	width:210px;
}

.yellow {
	color:#DFB146;}

.big {
	font-size:15px;}
	
ul, li {
	padding:0 0 0 50px;
	margin:0;
}
	
li.check {
	color:#FFC;
	font-size:12px;
	background:url(../images/check.gif) no-repeat top left;
	padding:0 0 5px 25px;
	list-style:none;
	margin: 0;
}

.form {
	float:right;
	background-color:#272727;
	border:1px solid;
	border-color:#666;
	width:340px;
	padding:30px;
}

.form p {
	padding:0 0 14px 0;}
