﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
}
input{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



p{line-height: 22px; margin: 5px 0 10px 0;}
b{color: #333;}
ul{line-height: 22px; margin: 5px 0;}
li{list-style-type: disc ; margin-left: 20px;line-height: 20px;}


/*#175C9E*/
h1{font-size:20px; font-weight:200; color: #175C9E; padding: 20px 0 10px 0; margin: 0;}
h2{font-size:16px; font-weight:200; color: #333; padding: 10px 0 0 0; margin: 0 0 0 0; }
h3{font-size:14px; font-weight:bold; color: #175C9E;}
h3 a{font-size:14px; font-weight:bold; color: #175C9E;}
h4{font-size:12px; font-weight:normal; color: #333;}
h5{font-size:11px; font-weight:normal; color: #333;}
h6{font-size:10px; font-weight:normal; color: #333;}

a{color: #175C9E; text-decoration: none;}
a:hover{text-decoration: underline;}


.isForm{border-spacing: 1px;}
.isForm td{padding: 3px; background-color: #F1F6FC;}
.isForm .isLabel{width: 150px;  background-color: #F1F6FC; line-height: 24px; padding-right: 10px; text-align: right; font-weight: bold;}

select, input{padding: 3px;}
.Captcha input{padding: 8px 3px;}

.tinyInput{width: 40px;}
select.tinyInput {width: 50px;}

.shortInput{width: 90px;}
select.shortInput {width: 50px;}

.mediumInput{width: 170px;}
select.mediumInput {width: 160px;}

.longInput{width: 280px;}
select.longInput {width: 270px;}

.longMultilineInput{width: 280px; height: 200px;}


.clear{clear: both;}

body{background: #eee;}
.container{width: 960px; margin: 20px auto; background: #fff; border: solid 1px #ccc;}
.header{height: 100px; border-bottom: solid 1px #ccc; background: #fff url(../Images/headerbg.jpg) 20px center no-repeat;}

.menu{padding: 20px; border-bottom: solid 1px #ccc;}
.menu a{padding-right: 10px; font-size: 16px;}

.contentContainer{position: relative;}

.footer{padding: 20px; border-top: solid 1px #ccc; text-align: right;}
.footer a{padding-left: 10px;}

.topLeft{width: 480px; height: 400px;}

.topRight{position: absolute; top: -20px; right: 0; width: 480px;}


.middle{}
    .middle .middleLeft{width: 240px; float: left;}
    .middle .middleMiddleLeft{width: 240px; float: left;}
    .middle .middleMiddleRight{width: 240px; float: left;}
    .middle .middleRight{width: 240px; float: left;}

    .middle .middleImage{height: 150px; background: #F1F6FC; border: solid 1px #175C9E; }

.bottom{}
    .bottom .bottomLeft{width: 320px; float: left;}
    .bottom .bottomMiddle{width: 320px; float: left;}
    .bottom .bottomRight{width: 320px; float: left;}

.footer{}

.content{margin: 20px;}
.contentInner { padding: 10px; border: solid 1px #175C9E;}



