/**
* Root
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background-color: transparent;
}
/**
* Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
*/
body { 
	font:13px/1.231 sans-serif; *font-size:small; 
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q { 
	quotes: none; 
}

blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
	content: none; 
}

ins { 
	background-color: #ff9; 
	color: #000; 
	text-decoration: none; 
}

mark { 
	background-color: #ff9; 
	color: #000; 
	font-style: italic; 
	font-weight: bold; 
}

del { 
	text-decoration: line-through; 
}

abbr[title], dfn[title] { 
	border-bottom: 1px dotted; cursor: help; 
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #ccc; 
	margin: 1em 0; 
	padding: 0; 
}

input, select { 
	vertical-align: middle; 
}


select, input, textarea, button { 
	font:99% sans-serif; 
}

/* Normalize monospace sizing:
en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { 
	font-family: monospace, sans-serif; 
}

/**
* Minimal base styles.
*/
/* Always force a scrollbar in non-IE */
html { 
	overflow-y: scroll; 
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { 
	outline: none; 
}

ul, ol { 
	margin-left: 2em; 
}

ol { 
	list-style-type: decimal; 
}

small { 
	font-size: 85%; 
}

strong, th { 
	font-weight: bold; 
}

td { 
	vertical-align: top; 
}

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { 
	font-size: 75%; line-height: 0; position: relative; 
}

sup { 
	top: -0.5em; 
}

sub { 
	bottom: -0.25em; 
}

pre {
    white-space: pre; 
	white-space: pre-wrap; 
	word-wrap: break-word;
    padding: 15px;
}

textarea { 
	overflow: auto; 
}
 
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */

input[type="checkbox"] { 
	vertical-align: middle; 
}

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { 
	cursor: pointer; 
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { 
	margin: 0; 
}

/* Colors for form validity */
input:valid, textarea:valid   { 
 }

input:invalid, textarea:invalid {
	border-radius: 1px; 
	-moz-box-shadow: 0px 0px 5px red; 
	-webkit-box-shadow: 0px 0px 5px red; 
	box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { 
	background-color: #f0dddd; 
}

/* These selection declarations have to be separate
No text-shadow: twitter.com/miketaylr/status/12228805301
Also: hot pink! */
::-moz-selection{ 
	background: #000000; 
	color:#fff; 
	text-shadow: none; 
}

::selection { 
	background:#000000; 
	color:#fff; 
	text-shadow: none; 
}

/* j.mp/webkit-tap-highlight-color */
a:link { 
	-webkit-tap-highlight-color: #888A13; 
}

/* Make buttons play nice in IE:
www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  
	width: auto; 
	overflow: visible; 
}

/**
* You might tweak these..
*/
body, select, input, textarea {
	color:black;

/* Set your base font here, to apply evenly */
/* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; 
}

a, a:active, a:visited { 
	color: #888A13; 
	text-decoration: none; 
	background-color: transparent;
}

a:hover { 
	color: #888A13;
	text-decoration: underline; 
}

strong, b {
	font-weight: bold;
}

i, cite, em, var, address, dfn { 
	font-style: italic; 
}

.hidden { 
    display: none; 
    visibility: hidden; 
}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
j.mp/bestclearfix */

.clearfix:before, .clearfix:after { 
	content: "\0020"; 
	display: block; 
	height: 0; overflow: hidden; 
}


.clearfix:after { 
	clear: both; 
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { 
	zoom: 1; 
}

body{ 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #ffffff; 
}

body:before {
	content: "";
	position: fixed;
	background: #242326;
	left: 0;
	right: 0;
	height: 5px;
	z-index:3000;
}

/* Menu 
-------------------------------------------------------------- */

a:hover#menu-icon {
	background-color: #C2B38F;
	border-radius: 4px 4px 0 0;
}

nav {
	margin-top:5px;
	text-align: right;
	float: right;
	font-size:11px;
	border-top:#211f1c 1px solid;
	border-bottom:#211f1c 1px solid;
	overflow: hidden;
	display:block;
	width:100%;
}

nav ul{
	list-style:none;
	padding:0;
	margin:0;
	line-height:15px;
}

nav ul li {
  	display:inline;
  	text-align: center;
}

nav ul li a {
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	width:25%;
	line-height:15px;
	padding:5px 0;
	color:#000000 !important;	
	-o-transition:color .2s ease-out, background .5s ease-in;
	-ms-transition:color .2s ease-out, background .5s ease-in;
	-moz-transition:color .2s ease-out, background .5s ease-in;
	-webkit-transition:color .2s ease-out, background .5s ease-in;
	transition:color .2s ease-out, background .5s ease-in;
}

nav .current a, nav ul li a:hover {
	background:#C2B38F;
	color:#ffffff !important;
	text-decoration:none;
}

/* Main style starts now*/

/* Header 
-------------------------------------------------------------- */

#header{
	display: block;
	border: 0px;
	padding-top: 15px;
	padding-right: 15px;
	margin: 0px auto;
	max-width: 1200px;
}

#header .content{
	padding: 0px;
	display:table;
}

#header .logo{
	vertical-align:middle;
	display:table-cell;
	width:260px;
	padding-right:20px;
}

#header .menu{
	display:table-cell;
	width:100%;
}

/* Main
-------------------------------------------------------------- */

#main{
	text-align: left;
	clear: both; 
	margin-left: 0px;
}

.block{
	margin: 0px;
	padding:10px 0px 40px 0px;
	clear:both;
	overflow: hidden;
}

.content{
	margin: 0px auto;
  	max-width: 1200px;
	overflow: hidden;
	overflow-x:auto;
	clear:both;
}

.bgBlack{
	background-color:#211f1c;
	color: #ddd;
}

.bgBlack h2{
	color: #ffffff;
}

.bgWhite{	
	color: #181818;
}

.bgWhite h2{
	color: #000000;
}

.col {
    float:left;
    width:auto;
    max-width:310px;
    margin: 5px 5px 15px 5px;
    padding: 5px;
}

.col h2 {
    display:block;
    font-weight: normal;
    letter-spacing: -0.5px;
    font-size: 20px;
    line-height: 30px;
    padding:10px 0px;
    margin-bottom:15px;
    font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-style: solid;
	border-bottom-color: #444;
	border-bottom-width: 1px;
}

.col img.services{
	width:250px;
	height:333px;
}
.col p{
	margin-top:5px;
}

.table td{
	border: solid 2px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px;
	min-height: 25px; 
}

input{
	font-weight: bold;
}

.table input[type="text"], input[type="password"], input[type="submit"], input[type="button"]{
	width: 100%; 
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}     

.title{
	background: url('/cloudgest/pub/images/title.png');
	background-repeat:repeat-x;
	height: 30px;
	font-weight: bold;
}

.header{
	background: url('/cloudgest/pub/images/title.png');
	background-repeat:repeat-x;
	background-size: auto;
}
#black_back{
	position: absolute;
	background-color: #000000;
	top:0px;
	left:0px;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	display: none;
}
#center_box{
	position: absolute;
	left: 40%;
	top: 15%;
	width: 20%;
	height: 15%;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	display: none;
}

.hrow{
	font-size: 14pt !important;
	background-color: #e1e3e8;
	font-weight: bold;
	text-align: center;
}

.brow{
	font-size: 12pt !important; 
}

.table .style1 {color: #FFFFFF}
/* Footer 
-------------------------------------------------------------- */
#footer{
    background-color: #211f1c;
    color:#959494;
}

#footer .col{
	max-width:470px;
	width: 100%;
}

#footer h2{
	border-bottom-style: dashed;
	border-bottom-color: #444;
	border-bottom-width: 1px;
}

#copyright{
    clear:both;
    padding:5px 0px;
	border-top-style: dashed;
	border-top-color: #444;
	border-top-width: 1px;
}

#copyright p{
    color:white;
    font-size: 11px;
    margin:10px 30px 10px 5px;;
    text-align:center;
}

#copyright a{
	color:white;
}

#copyright a:hover{
  color:#888A13;
  text-decoration: none;
}
