@charset "utf-8";
/* CSS Document */

body,html {
	/* Any page created with style.css will use the following code in the body.. of that page! So setup the default font etc..*/
	background-color:#373737;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

A:link {color: #3873ad; 
text-decoration: none;}

A:visited {color: #3873ad; 
text-decoration: none;}

A:active {color: #3873ad; 
text-decoration: none;}

A:hover {color: #3873ad; 
text-decoration: underline;}


body {
    background: url("../images/background_image.jpg") no-repeat scroll center top transparent;
}


/* Centre the content within the body */
#container {
	
	background-color:#FFFFFF;  /*Adds the white line between the content div and menu div */
	width:1000px;
	margin:0 auto;
}

#header {
	background:url(images/dns_banner.gif) no-repeat; /*Image of top banner */
	height:139px;
}

#content_menu_container {
	background:url(images/middle.jpg) no-repeat;

}


#content {
	float:left;
	width:729px;

}

#menu {
	float:right;
	/*background:url(images/menu_background.jpg) no-repeat;*/
	width:268px;
}

#menu ul {
  margin:20px 0;
}


.clearfix {		/* This ensures that the content and menu divs only expand to the end of the text*/
clear: both;
}

#footer {
	clear:both;
	background-color:#0066FF;
	background:url(images/bottom_footer.gif) no-repeat;
	padding-top: 35px;
	
}

#copyright {
	clear:both;
	background-color:#373737;
	padding-top: 5px;
	
}


.footer_small_text_for_copyright {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	font-style: normal;
	padding-top: 25px;
	padding-left: 25px;
}

.main_content_text {

	color:#2d3b63;
	text-align: left;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
}


.sub_header_text {
	color:#2d3b63;
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	font-weight: bold;
}

.link_text {
	color:#2d3b63;
	font-size: 12px;
	text-align: left;
	padding-top: 8px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 17px;
	font-weight: bold;
}

.form_text {
	color:#2d3b63;
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.valudate_field_form {
	border-style: solid;
	border-color: orange;
  	border-width: 1px;
}


.title_heading_med_left {
	font-size: 17px;
	font-weight: bolder;
	color: #346a9f;
	text-align: left;
	padding-top: 30px;
	padding-left: 25px;
	padding-bottom: 20px;
	padding-right: 20px;
}

ul.a {list-style-type: circle;}

.main_menu_text {
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.bullet_list {
list-style-position: inside;
list-style-type: circle;
margin-left: 40px;
padding-left: 10px;
}


#navcontainer ul
{
margin: 0;
padding: 0;
padding-top: 20px; /* Space above the right hand nav menu*/
list-style-type: none;
}

#navcontainer li { margin: 0 0 .2em 0; }

#navcontainer a
{
	display: block;
	color: white; /* text colour in right menu*/
	background-color: none; /* background block colour in left menu, change 'none' to #0066a6 for a block*/
	width: 13em;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}

#active a
{
	display: block;
	color: #4285c9; 			/* The active text colour in right menu*/
	background-color: #7accc6;   /* The active background block colour in right menu*/
	width: 13em;
	text-decoration: none;
	padding-top: 0.3em;
	padding-right: 0.8em;
	padding-bottom: 0.3em;
	padding-left: 1em;
}

#navcontainer a:hover
{
background-color: #b1daff; /* The hover over block colour in right menu - light blue*/
color: #4285c9;	/* The hover over text colour in right menu*/
}



















