/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	padding:0px;
	margin:0px;
	text-decoration: none;
	background-color: #666666;
}
.article {
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
a {
	color: #030506;
}
a:visited {
	color:#010066;
}
a:hover {
	color: #7A787B;
}
a:active {
	color:#010066;
}
/********************************************************************
 As subheadings within a page or table headers. 
 For instance on the Buyer Application, the sections are divided into
 User Information, Company Information, and Additional Information.
 ********************************************************************/
.accentRow 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #000000; 
	background-color: #dfe8f6; 
	height: 15px; 
	line-height: 15px; 
	text-align: left;
}
/********************************************************************
 Blue Arial, 18pt, bold.
 The heading will be used in the center cell for page headings.
 ********************************************************************/
.heading 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #000000; 
	background-color: #dfe8f6;
	line-height: normal; 
	font-weight: bold;
}
/********************************************************************
 This is used for the form field.
 ********************************************************************/
.label 
{ font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	font-weight: bold; 
	line-height: 16px; 
	vertical-align: top;
}

h1 {
	font-size: 13px;
	text-transform:uppercase;
	background-color: #FFFFFF;
	padding:5px 15px;
	margin:0px;
	color: #A83107;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A83107;
}

h2 {
	font-size:16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 950px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #1299D6;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
}
#top {
	height: 25px;
	width: 950px;
	background-color: #692F01;
}

/* ----------banner for logo-------------- */
#banner {
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-bottom-style: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

/* -----------------content--------------------- */
#content {
	margin-right: 270px;
	background-color: #FFFFFF;
	padding: 10px;
}
#right {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 230px;
	padding: 5px;
	margin-top: 10px;
	display: inline;
}
#applybanner {
	background-color: #00CC99;
	height: 5px;
	width: 925px;
	text-align: right;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div#content {
	min-height: 400px;
    height: expression(this.scrollHeight > 600 ? "auto" : "600px"); 
	background-color: #FFFFFF;
}

p, pre{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	list-style-type: none;
	width: 200px;
	float: none;
	margin-right: 750px;
}
#menu     li   {
	list-style-type: none;
	text-align: left;
	text-indent: 5px;
	word-spacing: 3px;
}
#menu a:link {
	text-decoration: none;
}
#menu  li.first  {
	border-top: none;
	text-decoration: none;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu  li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#menu   li  a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #F4DD8F;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	background-color: #00CC99;
	height: 25px;
}
.images {
	float: right;
	padding-left: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
}

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #00C;
}
a:visited {
	text-decoration: none;
	color: #00C;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
