/* Switch IT
------------------------------*/

* { 
	margin: 0; /*remove all default margins!*/
	padding: 0; /*remove all default padding!*/
}

body { 
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	font-size:0.686em;
	background:url(../images/bg-main.jpg) 0 6px repeat-x #012c4e;
	border-top:6px solid #022f50;
	/* font:normal 0.75em/1.5em Arial, Helvetica, sans-serif;*/
}

img {
	border: none;
	}

p {
	margin: 0 0 1.4em 0;
	font-size:1.273em;
}

a:link, a:visited {
    color: #fff;
	text-decoration: underline;
	outline: none; /*fixes firefox link outline*/
}

a:hover {
	text-decoration: none;	
}

h1, h2, h3, h4, h5, p {
line-height:1.5em;
}

h1, h2, h3, h4, h5 {
	color: #f4c70e;
	margin-bottom: 0.75em;	
}

h1, h2 {
    color:#fff;
	font-weight: normal;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1{
font-size:3.273em;
line-height:1.2em;
margin-bottom:0.3em;
}

h1 span{
color:#f4c70e;
}

h2{
font-size:1.909em;
padding-top:1em;
margin-bottom:0.7em;
}

h3{
font-size:1.167em;
margin-bottom:0.75em;
margin-top:1.5em;
font-family:Georgia, "Times New Roman", Times, serif;
}

h2 a,h3 a{
color:#064a82!important;
text-decoration:none!important;
}

h4{
color:#fff;
font-size:1.273em;
font-weight: normal;
}

ul {
	margin: 0;
	font-size:1.273em;
}

ul li {
	list-style-type: none;
	padding: 0;
	line-height:1.5em;
	/*list-style:square inside url(images/bullet.gif);*/
}

ol {
	margin: 1.2em 0 0.9em 2.7em;
	font-size:1.273em;
}

ol li {
	padding: 0 0 0.9em 0;
}

label {
	cursor: pointer;
}

button{
border:0;
background:none;
}

table{
border:0;
margin:1.5em 0 1.8em 0;
}

table td{
background:url(../images/dot_horizontal.jpg) left bottom repeat-x;
}

select, select option{ 
background:#fff;
}

input, textarea, select{
float:left;
font-size:1.091em;
border:1px solid #464646;
background:#fff;
padding:5px 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0 5px 5px 0;
}

label{
float:left;
font-weight:bold;
font-size:1.091em;
}

Select{
padding:4px;
}

input.current, textarea.current{
border:1px solid #4989cc!important;
background-image:none;
background-color:#eef6ff;
}

input.error, textarea.error{
border:1px solid #f10000!important;
background-image:none;
background-color:#ffe8e8;
}

form input.btn{
padding:0!important;
margin:0!important;
border:0;
width:auto!important;
}

.strong{
font-weight:bold;
}

td{
vertical-align:top;
}

fieldset{
border:none;
}

.imgLeft{
float:left;
}

.imgRight{
float:right;
margin:0 1em 0.5em 1em;
}

.hidden{
display:none;
}

.rhs table tr:hover td{
background:#fcf3a0;
}





/* Clear Fix
------------------------------*/


.clearfix:after, .imgList li:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix, .imgList li {
	display: inline-block;
}

html[xmlns] .clearfix, html[xmlns] .imgList li {
	display: block;
}

* html .clearfix, * html .imgList li {
	height: 1%;
}




