
/***************************/
/* RESET MARGINS & PADDING */
/***************************/

* {
	list-style-position: outside;
	list-style-image:none;
	list-style:none;
	margin: 0;
	padding: 0;
}

img, table, fieldset {	border-style: none; }

/**************/
/* TYPOGRAPHY */
/**************/

body {
	background:#29455d url(../images/body.gif) repeat-x scroll left top;
	color: #E1ECF0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 75%;
	line-height: 140%;
}

h1 {  }

h2 {
	color: #FFCC00;
	font-size: 2.0em;
	margin:0.7em 0;
}

h3 {
	color: #FFCC00;
	font-size: 1.4em;
	margin:1.0em 0;
}

h4 {
	color:#FC0;
	font-size:1.2em;
	padding:0.5em 0;
}

/*********/
/* LINKS */
/*********/

a { color: #7CDBFF; }

a:visited { font-weight: normal; }

a:hover { text-decoration: none; }

/*******************/
/* WRAPPER REGIONS */
/*******************/

#wrapper {
	background: transparent url(../images/wrapper.jpg) no-repeat scroll center top;
}

/******************/
/* HEADER REGIONS */
/******************/

#header {
	height: 220px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 780px;
}

#contact {
	float: right;
	width:121px;
	height:70px;
}

#menu {
	width:400px;
	height:70px;
}

#logo {
}

#item a {
	width:113px;
	float:left;
	text-align:center;
	height:30px;
	font-size:1.1em;
	padding-top:10px;
	background:url(../images/menu.gif) no-repeat scroll;
	font-weight:bold;
}

#item a, #item a:visited {
	text-decoration:none;
}
  
#item a:hover, #item a:focus, #item a:active { padding-top:40px; background:url(../images/menu2.gif) no-repeat scroll; }

/*******************/
/* CONTENT REGIONS */
/*******************/

#content {
	overflow:auto;
	margin: 0 auto;
	text-align: left;
	width: 756px;
	padding: 0 0 0 24px;
	border-left:1px solid #FFCC00;
	overflow:auto;
}

#content p {
	padding: 0.5em 0;
	font-size:1.2em;
}

#content ul {
	margin-left:2.0em;
	margin-top:0.8em;
}

#content li {
	background-image:url(../images/list.gif);
	background-repeat:no-repeat;
	background-position:0 0.05em;
	padding-left:1.7em;
	padding-bottom:0.3em;
	
}

#content table {
	text-align:center;
	border-collapse:collapse;
	margin:10px 0;
}

#content th {
	padding:0.4em 0.8em;
	border:1px solid #FFCC00;
}

#content td {
	padding:0.4em 1em;
	border:1px solid #FFCC00;
}

#content td.alt {
	background-color:#;
}

#about {
	background-color:#052538;
	padding:15px 25px;
	margin:10px 0px;
	border:1px dotted #279cd2;
	overflow:auto;
}

#button {
	border-left:1px dotted #279cd2;
	width:100px;
	height:75px;
	float:left;
	margin:10px 0px;
	padding:0px 15px;
}

#button img {
	border:0px;
}

/**********/
/* IMAGES */
/**********/

img {
	border:2px solid #FC0;
}

#logo img {
	border:0px;
}

img.left {
	float:left;
	margin:10px 30px 10px 0px;
}

img.right {
	float:right;
	margin:10px 0px 10px 30px;
}

/************/
/* LIGHTBOX */
/************/

.thumbnail {
	background-color:#000;
	border:1px solid #2A2A2A;
	float:left;
	margin:1.5em;
	padding:5px;;
}

/******************/
/* FOOTER REGIONS */
/******************/

#footer {
	margin:1.6em 0;
	padding: 1.4em 0;
	border-top: #279cd2 solid 1px;
	border-bottom: #279cd2 solid 1px;
}

#footer .br {
	margin: 0 auto;
	text-align: left;
	width: 780px;
}

/********/
/* MISC */
/********/

.br:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.br { display: inline-block; }

.br { display: block; }

* html .br { height: 1px; }


