
* {
color: #666;
}


html, body {
height: 100%;
}

body {
margin: 0;
padding: 0;
background: #6E6E6E url(/media/images/back.jpg) repeat-x;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}

h1, h2, h3 {
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
margin-top: 0;
line-height: 18px;
}

a {
color: #333;
}

a:hover {
color: #2f90b7;
}

#wrapper {
width: 1100px;
height: 100%;
min-height: 100%;
margin: 0 auto;
}

html>body #wrapper {
height: auto;
}

header {
width: 1100px;
height: 100px;
background-image: linear-gradient(bottom, rgb(15,36,62) 31%, rgb(41,65,93) 66%, rgb(70,91,121) 83%);
background-image: -o-linear-gradient(bottom, rgb(15,36,62) 31%, rgb(41,65,93) 66%, rgb(70,91,121) 83%);
background-image: -moz-linear-gradient(bottom, rgb(15,36,62) 31%, rgb(41,65,93) 66%, rgb(70,91,121) 83%);
background-image: -webkit-linear-gradient(bottom, rgb(15,36,62) 31%, rgb(41,65,93) 66%, rgb(70,91,121) 83%);
background-image: -ms-linear-gradient(bottom, rgb(15,36,62) 31%, rgb(41,65,93) 66%, rgb(70,91,121) 83%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.31, rgb(15,36,62)),
	color-stop(0.66, rgb(41,65,93)),
	color-stop(0.83, rgb(70,91,121))
);
}

#logo {
float: right;
padding: 5px 15px 0px 15px;
text-decoration: none;
}

header>h1 {
float: left;
padding: 20px 0 0 20px;
font-size: 36px;
font-weight: normal;
letter-spacing: -1px;
color: #fff;
}
header>h1>a {
color: #fff;
text-decoration: none;
}

header>h2 {
padding: 55px 0 0 20px;
font-size: 16px;
color: #ddd;
}

#content {
width: 1100px;
background: #fff;
}

#content h1 {
line-height: 0.9em;
padding-bottom: 0.3em;
font-size: 300%;
font-family: Georgia;
color: #222;
}

#content h1 a {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #666;
}

#content h2 {
margin-bottom: 1em;
font-family: Georgia;
font-size: 150%;
font-style: bold;
}


#col1 {
float: right;
width: 840px;
padding: 20px 20px 0 20px;
}

#col2 {
float: left;
width: 180px;
padding: 20px 20px 20px 20px;
background: #eee;
}

#col2 ul {
margin-left: 0;
padding-left: 0;
list-style-position: inside;
}

.errorlist {
padding:0px 4px 0px 4px;
color:#fff;
background-color:#000;
list-style-type: none;
}

.submitButton {
color: #000;
}

.imgLeft {
float: left;
padding-top: 4px;
margin-right: 8px;
margin-bottom: 8px;
}

.text-button {
display: block;
border: 1px solid; 
-webkit-border-radius: 5px; 
text-decoration: none;
padding: 4px 4px 4px 4px;
text-align: center;
}
.black-button {
color: #fff;
text-shadow: #000 1px 1px 2px; 
border-color: #777 #000 #000 #777; 
background-color: #555;
}
.gray-button {
color: #fff;
text-shadow: #000 1px 1px 2px; 
border-color: #ccc #555 #555 #ccc; 
background-color: #aaa;
}
.gray-button:hover {
background-color: #2f90b7;
color: #fff; 
}
p.reverse {
border: 1px solid; 
padding: 0.3em 0.6em; 
-webkit-border-radius: 5px; 
text-decoration: none;
font-size: 130%;
color: #333;
border-color: #CCC; 
background-color: #CCC;
line-height: 1.5em;
}
p.reverse a {
color: #333;	
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 1em 2em 1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.advert {
    text-align:right; 
    padding: 2px 0 0 0;
    width: 620px;
    float:right;
}

.process_list {
    font-family: 'Lucida Grande', Helvetica, verdana, sans-serif;
}

.process_letter {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.1em 0em 0.1em 0em;
    font-size: 380%; 
    font-weight: bold;
    float:left;
}

.process_description {
    float:right;
    width:87%;
    text-align:left;
    color: #333;
    line-height: 1.5em;    
}

.process_description>p {
    margin-bottom: 0em;
}

h3 {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 150%;
}

.process_head {
    width:13%;
    float:left;
}
.process_icon {
    border:0px;
    width:100%;
    text-align: center;
}
.comment {
    width: 90%;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.list_header {
    font-size: 150%; 
    font-weight: bolder; 
    padding: 10px 4px 10px 4px;
    text-align: center;
}
.icon {
    width:32px;
    height: 32px;
}

.bookmarks {
    height: 170px;
}