/*
 * Copyright 2012
 * Developed By Contact Point IT Services
 */


/* Reset CSS
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
 * General Styles
 */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:400px;
    color: #2E2E2D;
}
a,
a:link,
a:visited,
a:active {
	color: #19A1E6;
	text-decoration: underline;
}
a:hover {
	color: #9ed8d2;
}
p {
	padding-bottom: 8px;
	overflow: visible;
}
hr {
	height: 1px;
	border: 0px;
	background-color: #c0c0c0;
	color: #c0c0c0;
	width: 100%;
	margin: 3px 0px 10px 0px;
}
img { border: 0; }
h1 {
	font-size: 30px;
    font-weight: bolder;
	color: #5F5F5E;
	padding-bottom: 11px;
    display: block;
    line-height: normal;
}
h2 {
	font-size: 22px;
	font-weight: bolder;
	color: #031955;
	padding-bottom: 5px;
    line-height: normal;
}
h3 {
	font-size: 18px;
	font-weight: bolder;
	color: #031955;
	padding-bottom: 5px;
    line-height: normal;
}
fieldset {
    padding: 5px 15px;
    margin-bottom: 20px;
    border: 1px solid #c0cdd4;
}
legend {
    padding: 0 3px 5px;
}
.clear {
    clear: both;
}


/*
 * General Layout
 */
#container {
    width: 100%;
}
.wrapper {
    width: 1024px;
    margin: 0 auto;
}

#header, #navigation, #body, #footer {
    width: 100%;
}

#content_holder{
  min-height: 450px;
}

/*
 * Header Component
 */
#logo {

}

/*
 * Navigation
 */


/*
 * Body Component
 */
#content {
    font-size: 14px;
    color: #596165;
    line-height: 20px;
}

#content p {
    padding-bottom: 15px;
}
#content p a {
    text-decoration: underline;
    color: #1d0cf4;
}
#content ul, #content ol {
    margin-left: 25px;
    padding-bottom: 15px;
}
#content ul ul, #content ol ul {
    padding-bottom: 3px;
}


/*
 * Footer Component
 */
#footer {
    color: #000;
}
#footer a {
    color: #000;
}
#footer a:hover {
    color: #000;
}

#footer ul {
	list-style: none;
	margin: 0px 60px;
	padding: 8px 0;
}
#footer ul li {
	display: inline-block;
	padding: 0 7px;
	margin: 7px 0;
	vertical-align: middle;
	border-right: 1px solid #000;
	color: #000;
}
#footer a {
	color: #000;  
}

#footer  .cp_icon {
	margin-left:5px;
    vertical-align: middle;
}


/*
 * Other Component
 */
.error {
    color: red;
}
.result {
    color: green;
}
.right{
  text-align:right;
}
.centre{
  text-align:center;
}
.bold{
  font-weight:bold;
}
.italic{
  font-style: italic;
}