* {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #F60;
	font-family: Verdana, Geneva, sans-serif;
}
h3 {
	color: #39F;
	font-weight: normal;
}

#background {
	background-color: #0a1f27;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#background #container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}
#background #container #top {
	height: 40px;
}
#background #container #logo {
	height: 118px;
}
#background #container #menu {
	height: 55px;
}
#background #container #header {
	position: relative;
	z-index: 0;
}


#background #container #content {
	width: 900px;
	/*background-color: #152931;*/
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #164254;
	
	margin:0;
	padding:0;
}
#background #container #content #auto {
	float: right;
	margin:0;
	padding:0;
}

#background #container #content #left {
	padding: 15px;
	float: left;
	width: 220px;
	color: #C60;
	
}
#background #container #content #rightwrap {
	padding: 0;
	margin:0;
	float: right;
	width: 650px;
}
#background #container #content #right {
	padding: 15px;
	float: right;
	width: 620px;
	background-color: #FFF;
	position:relative;
	color: #556;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#background #container #footer {
	clear: both;
	height: 55px;
	width: 900px;
	background-image: url(images/footer.png);
	font-size: x-small;
	position: relative;
}
#background #container #content #right #images a img {
	padding: 5px;
	border: 1px solid #999;
}
#background #container #content #right #text {
	width: 590px;
}
#background #container #content #right #text ul .bullets {
	list-style-type:disc;
	list-style-position:inside;
	margin-left:15px;
}

#background #container #content #footer ul {
	color: #F60;
	top: 15px;
	list-style-type: none;
}
#background #container #content #footer #copyright {
	/*font-size: small;*/
	color: #09F;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}
#background #container #content #footer #designer {
	/*font-size: small;*/
	color: #444;
	clear: both;
	padding-top: 15px;
	padding-left: 15px;
	/*display: inline;*/
}
#background #container #content #footer ul li {
	display: block;
	float: right;
	padding-right: 15px;
	padding-top: 15px;
}
#background #container #content #footer a {
	color: #F60;
}
#right #sitemaptext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	padding-top: 50px;
	padding-left: 50px;
	list-style-position: inside;
}
#right #sitemaptext ul li a{
	list-style-type:none;
	color: #39F;
	text-decoration: underline;
}
#right #sitemaptext ul li ul li  {
	padding-left: 50px;
	list-style-position: inside;
	list-style-type: none;
	color: #F60;
}

#background #container #content #right #text ul {
	list-style-type: none;
	padding-left: 10px;
}
#background #container #content #right #text ul li {
	padding-left: 50px;
}

#background #container #footer a#facebook {
	position:absolute;
	z-index:3000;
	top:15px;
	left:400px;
	float:left;
}
#background #container #footer a#linkedin{
	position:absolute;
	z-index:3000;
	top:15px;
	left:450px;
	float:left;
}
#background #container #footer a#twitter {
	position:absolute;
	z-index:3000;
	top:15px;
	left:500px;
	float:left;
}
	
iframe {
	margin-left:auto;
	margin-right: auto;
	padding:5px;
	border: solid 1px silver;
}


/******menu********************/

/* links
*************************/

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
}

/* inline elements
*************************/

strong
{
	font-weight: bold;
}

/* tabs
*************************/

ul.tabs
{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	text-align:center;

}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
	width:150px;
	height:55px;

	text-align:center;
}

ul.tabs li ul li
{
	
	width:200px;
	height:30px;
	text-align:left;
}

ul.tabs a
{
	position: relative;
	display: block;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 250px;
	
	display: none;
	left: 0;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}

ul.dropdown li a
{
	display: block;
}


/* menu-specifc
*************************/

#menu
{
	position:relative;
	z-index: 999;
	/*top: 0;
	left: 0;*/
	width: 900px;
	height: 55px;
	line-height: 55px;
	background-image:url(images/menubar.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: visible;	/*background: #ffb35a url(images/topbg.gif) repeat-x;*/
	/*border-bottom: 1px solid #000;*/
}

#menu ul
{
	margin: 0 auto;
	
}

/*#menu ul li.hasmore
{
	background: url(images/drophighlight.png) no-repeat center 27px;
	width:150px;
}*/

#menu ul li h4
{
	margin: 0;
}

#menu ul li h4 a
{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding: 0 15px;
}

#menu ul li a
{
	color: #299cd3;
	/*padding-left: 4px;*/

}

/*#menu ul li a img
{
	vertical-align: middle;
}*/

#menu ul li a:hover
{
	/*background: url(images/topselectionleft.png) top left no-repeat;*/
	color:#e5782e;

}

#menu ul li a span
{
	display: block;
	/*padding: 0 15px 0 11px;*/
}

#menu ul li a:hover span
{
	background: url(images/tabselect.png) bottom no-repeat /*top right*/;
	height:55px;
	width:150px;
	text-align:center;
}

#menu ul.dropdown
{
	padding: 10px;
	/*background-image: url(images/dropdown.png);*/
	background-color:#111112;
	overflow:hidden;
	border-bottom: 1px solid #444;
	width: 200px;
	border-left: 1px solid #555;
}

#menu ul.dropdown li a
{
	border-bottom: 1px solid #555;
	
	line-height: 30px;
	overflow: hidden;
	height: 30px;
}

#menu .tabs .hasmore ul.dropdown li.last a
{
	border-bottom-width: 0;
}

#menu ul.dropdown li a:hover
{
	background: url(images/menuarrow.png) no-repeat left center;
}

#menu ul li h4 a:hover
{
	background-image: none;
}

/****/
#wrapper {
	padding: 5px;
	height: 200px;
	width: 600px;
	border: 1px solid #999;
	overflow: hidden;
	z-index: 999;
}
.wrapper {
	padding: 5px;
	height: 225px;
	width: 300px;
	border: 1px solid #999;
	overflow: hidden;
	z-index: 999;
}
.inlineimg {
	background-color: #444;
	padding: 10px;
	float: right;
}
.inlinetext {
	list-style-position: inside;
	list-style-type: circle;
	margin-left: 20px;
}


input {
	width: 150px;
	height: 20pxem;
 }