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

/* NORMALISE EVERYTHING
----------------------------------------------------------------------*/

html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
blockquote, th, td, img, form {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border: 0;
}

fieldset, img {
	border: 0;
}

caption, th {
	text-align: left;
}


/*-  COMMON ELEMENTS
----------------------------------------------------------------------*/	
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #ACB5AE;
	line-height: 1.6em;
	background-color: #26292B;
}
a {
	text-decoration: none;
	color: #DEE2DF;
}
a:hover {
	color: #2F84E4;
}

h1 {
	color: #666666;
	font-size: 120%;
}

h2 {
	color: #A7A7A7;
	font-size: 46px;
	letter-spacing: -2px;
	line-height: 1.1em;
}
h3 {
	color: #2F84E4;
	font-size: 110%;
	padding-bottom: 5px;
	font-weight: bold;
}
h4 {
	color: #DEE2DF;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 5px;
}

h5 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}

p {
	margin: 0px;
	padding: 0 0 7px 0;
}

/*-  PAGE STRUCTURE
----------------------------------------------------------------------*/	
#wrapper{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #373C3F;
	float: left;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	min-height: 650px;
	position: relative;
}
#column_holder {
	width: 940px;
	float: left;
	padding-left: 10px;
	clear: left;
}
#page_title {
	float: left;
	width: 563px;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 387px;

}
#main_column {
	width: 560px;
	float: right;
	padding-bottom: 60px;
}
#main_column p {
	font-size: 110%;
	color: #BDC4BE;
	line-height: 1.8em;
}
#main_column p .star {
	float: right;
	margin: 0 0 10px 10px;
}
#left_column {
	width: 350px;
	float: left;
	padding-bottom: 60px;
}
#left_column p a {
	font-size: 16px;
}

/*-  NAVIGATION
----------------------------------------------------------------------*/
#nav {
	height: 30px;
	float: right;
	padding-top: 72px;
	width: 560px;
}
#nav ul {
	list-style:none;
}
#nav li {
	display: inline;
	text-align: center;
	float: left;
}
#nav a {
	color: #DEE2DF;
	text-decoration: none;
	float: left;
	display: block;
	padding-right: 20px;
	text-transform: capitalize;
	font-size: 150%;
}
#nav a:hover {
	text-decoration: none;
	color: #2F84E4;
}
#nav .navcurrent {
	text-decoration: none;
	color: #2F84E4;
}
.section_holder {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	padding-bottom: 10px;
}
.section_holder ul {
	width: 100%;
}
.section_holder ul li {
	width: 100%;
	padding-bottom: 3px;
}
.section_holder ul li a {
	width: 100%;
	font-size: 90%;
	color: #DEE2DF;
	text-decoration: none;
}
.section_holder ul li a:hover {
	color: #2F84E4;
	text-decoration: none;
}
.section_holder p {

}
.section_holder img {
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0;
	border: 1px solid #CCCCCC;
}

/*-  HEADER
----------------------------------------------------------------------*/
#top {
	width: 100%;
	background-color: #131415;
	height: 35px;
}
#top p {
	width: 560px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	color: #ACB5AE;
	padding-left: 390px;
}
#top p a {
	color: #2F84E4;
	text-decoration: none;
}
#top p a:hover {
	color: #666666;
	text-decoration: underline;
}
#header {
	width: 950px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
}
#logo {
	width: 150px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}


/*-  FRONT PAGE CONTENT
----------------------------------------------------------------------*/
#flash {
	width: 950px;
	height: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
}
#flash a {
	color: #2F84E4;
	text-decoration: none;
}
#flash a:hover {
	text-decoration: underline;
}
#btbox_holder {
	width: 950px;
	float: left;
	clear: left;
	padding-bottom: 40px;
}
.btbox_left {
	width: 375px;
	float: left;
}
.btbox_right {
	width: 500px;
	float: right;
}
.btbox_left a, .btbox_right a {
	color: #DEE2DF;
	text-decoration: none;
}
.btbox_left a:hover, .btbox_right a:hover {
	color: #2F84E4;
	text-decoration: none;
}
.btbox_left p {
	float: left;
	clear: left;
	width: 100%;
}
.btbox_right p {
	float: left;
	clear: left;
	width: 100%;
}
.btbox_right img {
	float: right;
	margin-left: 20px;
}
.btbox_right form {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.btbox_left h3, .btbox_right h3 {
	font-size: 160%;
	line-height: 1.5em;
	background-image: url(../images/arrow_forward_on.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	float: left;
	padding-right: 30px;
	font-weight: normal;
	text-transform: uppercase;
}
.btbox_left h4, .btbox_right h4 {
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 10px;
	padding-bottom: 7px;
}

/*-  DGBLOG
----------------------------------------------------------------------*/
ul.blog_entries li {
	margin-bottom: 40px;
}

ul.blog_entries li .date {
	display: block;
	color: #a6acad;
	font-size: 11px;
}

ul.blog_entries li a.title:link{
	color: #2F84E4;
	font-size: 300%;
	display: block;
	padding-top: 10px;
	padding-bottom: 15px;
}

ul.blog_entries li a.title:hover {
	color: #BDC4BE;
}
ul.blog_entries .entry_body {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.cal_date_holder {
	width: 38px;
	height: 40px;
	margin: 0px;
	background-image: url(../images/cal_date.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
.cal_date_month {
	width: 30px;
	height: 15px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	font-size: 11px;
}
.cal_date_day {
	width: 30px;
	height: 22px;
	float: left;
	margin: 0px;
	font-size: 110%;
	text-align: center;
	color: #000000;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.demo_link {
	float: right;
	width: 176px;
	text-align: center;
	text-transform: uppercase;
	color: #2F84E4;
	background-image: url(../images/download_grade.gif);
	height: 90px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 110%;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center top;
}

/*-  SERVICES
----------------------------------------------------------------------*/
.service_left_column {
	width: 200px;
	float: left;
	padding-left: 150px;
	padding-top: 39px;
}
.services {
	width: 940px;
	float: left;
	padding-left: 10px;
	clear: left;
	padding-bottom: 20px;
}
.right_column {
	width: 560px;
	float: right;
	padding-bottom: 10px;
}
.right_column h4 {
	font-size: 160%;
	font-weight: normal;
	text-transform: uppercase;
	color: #2F84E4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	padding-bottom: 7px;
}
.right_column p {
	font-size: 110%;
	color: #BDC4BE;
	line-height: 1.8em;
}


/*-  CONTACT
----------------------------------------------------------------------*/
.contact_attachment {
	width: 90%;
	color: #BDC4BE;
	margin-bottom: 5px;
	margin-top: 1px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#main_column h4 {
	font-size: 160%;
	font-weight: normal;
	text-transform: uppercase;
	color: #2F84E4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	padding-bottom: 7px;
	padding-top: 15px;
}

/*-  FOOTER
----------------------------------------------------------------------*/
#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer p#contact {
	float: left;
	padding-top: 15px;
	padding-bottom: 20px;
}
#footer p#copyright {
	float: right;
	padding-top: 15px;
	padding-bottom: 20px;
}
#footer a {
	color: #2F84E4;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

/*-  FORM
----------------------------------------------------------------------*/
.text_field {
	width: 95%;
	border: 1px solid #525A5F;
	font-size: 100%;
	padding: 4px;
	color: #ACB5AE;
	background-color: #525A5F;
	margin-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
}
.text_box {
	width: 90%;
	border: 1px solid #525A5F;
	font-size: 100%;
	color: #ACB5AE;
	background-color: #525A5F;
	margin-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 4px;
}
.text_list {
	width: 90%;
	border: 1px solid #525A5F;
	font-size: 100%;
	color: #ACB5AE;
	background-color: #525A5F;
	margin-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 4px;
}
.text_up {
	width: 90%;
	border: 1px solid #525A5F;
	font-size: 100%;
	color: #ACB5AE;
	background-color: #525A5F;
	margin-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 4px;
}

/*-  DOWNLOAD PAGE
----------------------------------------------------------------------*/
.link_holder {
	width: 140px;
	font-size: 100%;
	color: #ACB5AE;
	margin-bottom: 5px;
	height: 110px;
	background-image: url(../images/download_grade.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	margin-right: 15px;
}
.download_now {
	width: 219px;
	font-size: 130%;
	color: #ACB5AE;
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	text-align: left;
	font-weight: bolder;
	height: 52px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
