/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #385B88;
}

h2 {
	margin-bottom: 10px;
	font-size: 14px;
}

h3 {
	margin-bottom: 10px;
	font-size: 12px;
}

p, blockquote, ul, ol {
}

p {
}


ul {
	list-style: none;
}

ul li {
}

ol {
	list-style: upper-alpha;
	list-style-position: outside;
}

ol li {
	
}

a {
	color: #EA672E;
}

a:hover {
	text-decoration: none;
	color: #385B88;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 11px 10px 0;
}

img.right {
	float: left;
	margin: 0 10px 10px 0;
}

/* Boxed Style */

.boxed {
	margin-bottom: 10px;
	background: #FFFFFF;
	border: 1px solid #CAD4DF;
}

.boxed .title {
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.boxed .content {
	padding: 5px;
}

/* Header */

#header {
	width: 700px;
	height: 252px;
	margin: 0 auto;
}

/* Header > Logo */

#logo {
	height: 252px;
	background: url(images/img05.jpg) no-repeat left bottom;
}

#logo h1 {
	padding: 130px 0 0 0;
	text-transform: uppercase;
	font-size: 24px;
}

#logo h2 {
	margin: 0;
	padding: 5px 0 0 100px;
	text-transform: uppercase;
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #385B88;
}

/* Header > Top Menu */

#topmenu {
	float: right;
	margin: 0 -4px 0 0;
}

#topmenu ul {
	margin: 0;
	list-style: none;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	height: 34px;
}

#topmenu a:hover {
}

#topmenu span {
	display: none;
}

#topmenu1 {
	width: 35px;
	background: url(images/img02.gif) no-repeat left center;
}

#topmenu2 {
	width: 31px;
	background: url(images/img03.gif) no-repeat left center;
}

#topmenu3 {
	width: 35px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 500px;
	height: 20px;
	margin: 0px auto 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 0 40px;
	float:left;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto;
	padding: 20px 0;
}
#content * {
	font-size:12px;
}

/* Content > Main */

#main {
	float: left;
	width: 460px;
	min-height:500px;
}
#main h2,#main h2 b {
	font-size:16px;
	font-weight:bold;
}
#main p,#main li {
	font-size:12px;
	color:#385B88;
} 
.vip {
	background: #EA672E;
	width:420px;
	display:table;
	padding:2px;
	border-bottom:solid #FFFFFF 2px;
}
.vip a{
	color:#FFF;
	text-decoration:none;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 260px;
	margin: 0 0 0 0;
}
#updates img {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 10px;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: 12px;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0 60px 0;
	background: #C3CDDB;
	border: 1px solid #CAD4DF;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
}

