@charset "utf-8";

a:link {
	color: #03f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03F;
}
a:hover {
	text-decoration: underline;
	color: #03F;
}
a:active {
	text-decoration: none;
	color: #03F;
}
h1 {
	font-size: 18px;
	color: #B4005E;
	padding-left: 30px;
}

h1.title {margin-top: 30px;}

h2 {
	font-size: 14px;
	color: #0000FF;
	padding-left: 30px;
}
h3 {
	font-size: 12px;
	color: #003366;
	padding-left: 30px;
}

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #ccdff9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

body p {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 30px;
}

body ul,
body ol {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*---------Main Layout Tags & IDs--------*/

#container {
	margin: 0 auto;
	padding: 0;
	width: 1003px;
}

#header {
	padding: 0;
	width: 1003px;
	height: 100px;
	background: url(../images/header.gif)
}

#navigation {
	padding: 0;
	width: 1003px;
	height: 33px;
	background: url(../images/nav_bg.gif) repeat-x;
}

#content {
	height: 100%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 300px;
	background-color:#FFF;
}

#footer {
	height: 60px;
	width: 1003px;
	background: url(../images/footer.gif);
}

#footer_info {
	position: relative;
	top: 15px;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif normal;
}/*formats text in footer*/

/*-------------Other IDs----------------*/

#index_codes {
	position: relative;
	margin: 20px auto;
	height: 166px;
	width: 445px;
}

#index_flash {
	position:relative;
	margin: 10px auto 25px;
	height: 275px;
	width: 722px;
}
#news_videos {
	float: left;
	margin-bottom: 20px;
}

#news_videos img{
	margin-right: 15px;
	margin-left: 30px;
	width: 193px;
	height: 159px;
}
#vscode_about p{width:525px;}

#vscode_about img.vscode_spec {
	position:relative;
	top:-160px;
	left:575px;
}

#vscode_about img.biosecure {
	position: relative;
	left:-350px;
}

#phonecode_box {
	width: 800px;
	position: relative;
	margin: 20px auto;
}

#phonecode_box1 {
	width: 800px;
	position: relative;
	margin: 20px auto;
}

#phonecode_box img,
#phonecode_box1 img 
{margin: 0 25px;}

#clear_left {clear: left;}
#clear_right {clear: right;}

/*-----------------Classes-------------*/

.button_last {border-right: none;}

.bio_img {
	float: left;
	margin-right: 10px;
}
img.vericode_feature {
	float: right;	
	margin-right:-30px;
}

img.vericode_movie {
	float: right;
	margin: 20px 20px;
	border: 0;
}

.pointer {cursor:pointer;}

.noborder {border:0;}

.bold {font-weight: bold;}

.italics {font-style: italic;}

.underline {text-decoration: underline;}

.indent {padding: 0 20px;}

.indent2 {padding: 0 30px;}

.center_div {position: relative; margin: 0 auto;}

.center_text {text-align: center;}

.float_left {float: left;}

.float_right {float: right;}

.clear_float {clear: both;}

.margin_left {margin-left: 20px;}

.margin_left1 {margin-left: 30px;}

.margin_bottom {padding-bottom: 100px;}

.pad_top {padding-top: 10px;}

.pad_top1 {padding-top: 15px;}

.pad_bottom {padding-bottom: 10px;}

.pad_left {padding-left: 30px;}

.padleft_200 {padding-left: 200px;}

.blue {color: #03F;}

.black {color:#000;}

table.management td {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul.anchors li {font-size: 11px;}

ul.anchors li a{
	text-decoration: none;
	color:#000;
}
ul.anchors li a:hover {color:#ff6600;}