html,body {
    height: 100%;
    margin: 0 auto;
    padding: 0px;
    background-color: #292929;
}

body, div, p, th, td, li {
    font-family: 'Helvetice Neue', Helvatice, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

a {
    text-decoration: none;
    color: #006fbb;
}

a:hover {

}

#header {
    width: 100%;
    min-height: 60px;
    background-color: #2b2b2b;
	border-bottom: 1px solid #191919;
}

#header2 {
    width: 100%;
    background-color: white;
	border-bottom: 1px solid #dddddd;
	text-align: center;
}

h1 {
    color: #333333;
    font-size: 28px;
	font-weight: bold;
    margin: 0 0 0 0;
    line-height: 75px;
}

h2 {
	color: #919191;
    font-size: 20px;
    margin: 0 0 0 0;
    line-height: 75px;
}

h3 {
    color: #818181;
    font-size: 18px;
    margin: 0 0 0 0;
    line-height: 40px;
}

h4 {
    color: #006fbb;
    font-size: 16px;
    margin: 0 0 0 0;
    line-height: 30px;
    cursor: pointer; 
}


#menu {
    width: 100%;
    min-height: 50px;
    background-color: white;
	border-bottom: 1px solid #dddddd;
	text-align: center;
}

#menu div {
	display: inline-block;
    max-width: 900px;
    margin: 0 auto;
}

#menu div ul {
    list-style-type: none;
    margin: 0 0 0 0;    
    padding: 0;
}

#menu div ul li {
    float: left;
}

#menu div ul a {
    color: #006fbb;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 10px 0 10px;
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    line-height: 40px;
    text-decoration: none;
    border-radius: 7px;
    transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
}

#menu div ul a:hover {
    color: white;
    text-decoration: none;
    background-color: #006fbb;
    transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
}

#outercontainer1 {
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
}

.innercontainer {
    margin: 0 10px 10px 10px;
    padding: 10px;
    max-width: 900px;
    margin: 0 auto;
}

.optioncontainer {
    background-color: #cccccc;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    width: 400px;
}

#qrholder {
    float: right;
    display: inline-block;
    text-align: center;
    margin: 0 0 50px 0;
}

#qrholder {
    max-width: 400px;
}

#qrcodeimg {
    border: 1px solid gray;
    padding: 10px;
}

.inputdiv {
    padding: 3px;
    background: white;
    border-radius: 3px;
    border: 1px solid gray;
    margin-top: 5px;
}

.inputdiv p {
    color: gray;
}


.generatebuttondiv {
    float: right;
    margin-top: 10px;
}

#outercontainer2 {
    background-color: #e5e5e5;
    border-bottom: 1px solid #dddddd;
}

.blogspotleft {

    float: left;
    width: 420px;
    #border: 1px dashed gray;

}

.blogspotright {

    float: left;
    width: 420px;
    #border: 1px dashed gray;
    margin-left: 50px;

}

#sitemapoutercontainer {
    background-color: #292929;
}

#sitemapoutercontainer table {
    width: 100%;
}

#sitemapoutercontainer th {
    color: #bbbbbb;
    text-align: left;
}

#sitemapoutercontainer td {
    color: white;
    padding: 3px;
}

#sitemapoutercontainer a {
    text-decoration: none;
    color: white;
}






input[type=text] {
    width: 330px;
    display: inline;
    border: 0px;

}

select {
    border: 1px solid gray;
    border-radius: 3px;
    padding: 3px;
}
 
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked  + label span {
    background:url(check_radio_sheet.png) -19px top no-repeat;
}

input[type=submit] {
    display: inline;
    height: 30px;
    border: 2px solid #006fbb;
    background-color: white;
    font-weight: bold;
    color: #006fbb;
    border-radius: 7px;
    transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
}

input[type=submit]:hover {
    background-color: #006fbb;
    color: white;
    transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
}



