/**************************************************************
   Visit studio7designs.com for more layouts and downloads for this template!
 **************************************************************/

/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 400 0.7em verdana, arial, sans-serif;
	line-height: 170%;
	color: #555;
	background-image: url(../images/bg/light_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
}


h1 {
	padding-bottom: 0.6em;
	color: #536C71;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: 400;
	font-style: italic;
	line-height: 90%;
}
.subsection_header {
	font-weight: normal;
	color: #4C6D76;
	font-size: xx-large;
	text-transform: lowercase;
	font-style: normal;
	clip: rect(auto,auto,auto,auto);
	margin-top: -70px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 30px;
	;
	text-shadow: 2px 2px 1px white;
}

h2 {
	font-size: 1.2em;
	color: #586B7A;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-left: 6px;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D6F73;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}


/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
	padding-left: 10px;
	padding-right: 7px;
}

.vertPad h1,
.vertPad h2,
.vertPad h3,
.vertPad h4,
.vertPad h5,
.vertPad p {
}
/* Links */
a {
	text-decoration: none;
}

a:hover {
  color: #668FA3;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/* Lists */
ul li {
  list-style-image: url(../images/bg/submenu1.gif);
}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}



/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}



/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}
.subsection_twoline_header {
	font-weight: normal;
	color: #4C6D76;
	font-size: xx-large;
	text-transform: lowercase;
	font-style: normal;
	clip: rect(auto,auto,auto,auto);
	margin-top: -115px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 30px;
	;
	text-shadow: 2px 2px 1px white;
	line-height: 85%;
}
.subsection_header_with_icon {
	font-weight: normal;
	color: #4C6D76;
	font-size: xx-large;
	text-transform: lowercase;
	font-style: normal;
	clip: rect(auto,auto,auto,auto);
	margin-top: -110px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 30px;
	;
	text-shadow: 2px 2px 1px white;
	line-height: 85%;
}
