/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #666666;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#cccccc;
	background-image:url(/site/images/bg_gray.jpg);
	background-repeat:repeat-y;
	background-position:center;
	}
	em {
	color:#660033;	
	}
.hr {

  height: 5px;

  background: #fff url(../images/dots.gif) no-repeat  scroll 80px;

  padding: 10px 0 10px 0;
	margin: 20px 0 20px 0;
}

.screenshot {
background:#ECEFF4;
padding:5px;
margin: 0px 20px 7px 0px;
display: block;
width: 50px;
}

 .hr hr {

  display: none;

}
td {
	font-size:11px;
	color:#000000;
}

th {
font-size: 11px;
}
/******* hyperlink and anchor tag styles *******/

a:link{
	color: #0165b0;
	text-decoration: none;
}
a:visited{
	color: #0165b0;
	text-decoration: none;
}
a:active{
	color: #0165b0;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #0165b0;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #0165b0;
 margin: 0px;
 padding: 0px;
 font-size:12px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #0165b0;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #0165b0;
 margin: 0px;
 padding: 0px;
}

h5{
 font: bold 120% Arial,sans-serif;
 color: #0165b0;
 margin: 0px;
 padding: 0px;
 font-size:12px;
}
h6{
 font: bold 100% Arial,sans-serif;
 color: #0165b0;
 margin: 0px;
 padding: 0px;
 font-size:12px;
}


/*************** list tag styles ***************/



ul{
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	list-style-type: disc;
	
	
}

ul ul{
 	list-style-type: disc;
}

ul ul ul{
 	list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}


/* layout */


/* header: top right corner */
.hdr-utility {
	color: #660033;
	font-size:10px;
	padding-bottom: 3px;
	padding-right: 3px;
}
.hdr-utility a:link{
	text-decoration: none;
}
.hdr-utility a:hover{
	text-decoration: underline;
}

/* header: big image */
.hdr-bigimage {
	padding-top: 3px;
	padding-bottom: 3px;
 	color: #660033;
	font-size: 18px;
}

/* header: nav */
.hdr-nav {
	color: #0165b0;
	font-size:12px;
	text-align:center;
}

/* header: subnav */
.hdr-subnav {
	color: #0165b0;
	font-size:11px;
	vertical-align:top;
	padding-top:15px;
}
.hdr-subnav a:link{
	text-decoration: none;
}
.hdr-subnav a:hover{
	text-decoration: underline;
}

/* body: welcome box */
.main-welcome{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	vertical-align:top;
	text-align:left;
}

/* footer: nav (orange bar) */
.ftr-nav {
	color: #0165b0;
	font-size:12px;
	text-align:left;
	padding: 2px;
	/* background-image: url("/images/hdr.nav.bg.gif");
	background-repeat:repeat-x;*/
}


/* footer: subnav (text under orange bar) */
.ftr-subnav {
	color: #0165b0;
	font-size:11px;
	vertical-align:top;
	padding-top:15px;
}
.ftr-subnav a:link{
	text-decoration: none;
}
.ftr-subnav a:hover{
	text-decoration: underline;
}

/* footer: right at the bottom */
.ftr {
	color:#666666;
	font-size:11px;
	vertical-align:top;
	padding-top:15px;
	padding-right:15px;
	padding-left:15px;
}
.ftr a:link{
	text-decoration: none;
}
.ftr a:hover{
	text-decoration: underline;
}

/* courses */
.coursepadding {
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
}
/* Accredited Courses: main page */
.textpages {
	font-size:11px;
	padding-top:15px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:15px;
	
}
/* Accredited Courses: main page */
.historypage {
	font-size:11px;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
}
.people{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	vertical-align:top;
}
.people_name{
	font-size:12px;
	color:#660033;
	padding-top: 15px;
	vertical-align:top;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
}
.people_position{
	font-size:11px;
	color:#666666;
	padding-top: 5px;
	vertical-align:top;
	font-style:italic;
}
.newstitle {
	font-size:14px;
	font-weight:bold;

}
.newsheadline {
	font-size:12px;
	font-style:italic;
	
}
.error {
text-align: center;
font-size:12px;
color: #990000;
}
.newstext {
	font-size:11px;
}
.form-label{
	font-size:11px;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
	text-align:right;
}

.gold-text {
	color:#CC9900;;
}
.blue-text {
	color:#0066CC;
}

.red-text {
	color:#990000;
}
.highlight-text {
	background-color:#eeeeee;
}
.int_box {
position: relative;
margin-left: 35px;
left: 30px;
top:350px;

width: 150px;
padding: 5px;
text-align:center;
background: #F9FAFB;
border: 1px solid #E0C183;
}


.contact_box {
position: relative;
left: 30px;
top: 30px;
padding: 5px;
text-align:center;
background: #F9FAFB;
border: 1px solid #E0C183;
}

.oldtable {
margin-left: 5%;
margin-bottom: 20px;
}

.footer {
position: absolute;
left: 120px;

}
.copyright {
position: relative;
}

a.webdesignscreenshots { display:block; width:100px; float: left; margin: 2px 5px 5px 5px;  border: 6px solid #eee;}
a.webdesignscreenshots:hover{ border: 6px solid #CFCFCF; }
td.textpages p{ clear:both;}

#imgborder {
	border:1px solid #cccccc;
}
