@charset "utf-8";
/* ------------------------------------------------------------------------
CSS sheet for GD&T University
Author: Jason Montour
Date Created: 5/23/2011
All inquiries for this document should be directed to information@virtualtech.com.
--------------------------------------------------------------------------*/
body, div, span, a, p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, table, th, td, tr {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	background: #005123 url(../images/bodyBg.jpg) top center repeat-x;
}
#wrap {
	width: 1020px;
	margin: 0px auto;
	color: #053b59;
}

/* ------------------------------------------------------------------------
header elements
--------------------------------------------------------------------------*/
#header {
	background: url(../images/top.png) no-repeat;
	height: 250px;
	position: relative;
}
a.logo {
	display: block;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9876px;
	height: 75px;
	width: 450px;
	position: absolute;
	top: 70px;
	left: 40px;
}
#header h1 {
	display: block;
	background: url(../images/gdtText.png) no-repeat;
	width: 745px;
	height: 80px;
	position: absolute;
	bottom: -5px;
	left: 140px;
	text-indent: -9876px;
}
.sessionVal {
	display: none;
	height: 1px;
	width: 1px;
}
.visualLinks a {
	display: block;
	float: left;
	text-align: center;
	width: 25%;
	color: #006699;
	text-decoration: none;
	padding: 20px 0px;
}
.visualLinks a img {
	display: block;
	margin: 0px auto 4px auto;
}

.visualLinksThin a {
	display: block;
	float: left;
	text-align: center;
	width: 20%;
	color: #006699;
	text-decoration: none;
	padding: 20px 0px;
}
.visualLinksThin a img {
	display: block;
	margin: 0px auto 4px auto;
}
#rulesheader {
	background: url(../images/top.png) no-repeat;
	height: 250px;
	position: relative;
}
#rulesheader h1 {
	display: block;
	background: url(../images/gdtrulesText.png) no-repeat;
	width: 745px;
	height: 80px;
	position: absolute;
	bottom: 25px;
	left: 140px;
	text-indent: -9876px;
}

/* ------------------------------------------------------------------------
main content elements
--------------------------------------------------------------------------*/
#mainWrap {
	background: url(../images/mainBg.png) repeat-y;
}
#mainContent {
	padding: 10px 40px 0px 40px;
}
h3 .embiggen {
	font-size: 150%;
}
h3.homeHeading {
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #053b59;
	letter-spacing: .5px;
	font-size: 16pt;
}
#mainContent p {
	padding-bottom: 16px;
	line-height: 20px;
}
a.siteBtn {
	display: block;
	width: 246px;
	height: 56px;
	background: url(../images/siteBtn.png) no-repeat;
	margin: 0px auto 10px auto;
}
a.storeBtn {
	display: block;
	width: 246px;
	height: 56px;
	background: url(../images/storeBtn.png) no-repeat;
	margin: 0px auto 10px auto;
}
a.corporateBox {
	display: block;
	width: 300px;
	height: 192px;
	background: url(../images/corporateBox.jpg) no-repeat;
	text-indent: -9876px;
	margin: 0px auto;
	cursor: pointer;
}
a.professorsBox {
	display: block;
	width: 300px;
	height: 192px;
	background: url(../images/professorsBox.jpg) no-repeat;
	text-indent: -9876px;
	padding-right: 10px;
	margin: 0px auto;
	cursor: pointer;
}
a.studentsBox {
	display: block;
	width: 300px;
	height: 192px;
	background: url(../images/studentsBox.jpg) no-repeat;
	text-indent: -9876px;
	margin: 0px auto;
	cursor: pointer;
}
.midLine {
	background: url(../images/midLine.jpg) no-repeat;
	background-position: 98% 0px;
}

/*--------Class to make text links look like buttons------------*/
.button {
    padding: 5px 5px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
		text-decoration:none;
   }
	 
	 .button:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
/*--------End to make text links look like buttons------------*/

/* ------------------------------------------------------------------------
contact form elements
--------------------------------------------------------------------------*/
.columnLeft {
	width: 60%;
	display: block;
	float: left;
	padding-left: 25px;
}
.columnRight {
	width: 30%;
	display: block;
	float: left;
}

/* ------------------------------------------------------------------------
for pop-up form elements
--------------------------------------------------------------------------*/
#theBox {
	display: none;
	position: absolute;
	width: 320px;
	z-index: 1000;
	background: url(../images/whiteFade.png);
	border: 5px solid #3A6E8F;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .6);
	-moz-border-radius: 12px;
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .6);
}
	
/* ------------------------------------------------------------------------
navigation elements
--------------------------------------------------------------------------*/
ul.nav {
	display: block;
	height: 90px;
	list-style: none;
}
ul.nav li {
	display: block;
	float: left;
	width: 25%;
	height: 130px;
}	
ul.nav li a {
	display: block;
	line-height: 90px;
	margin-left: 48px;
}
ul.nav li.home a {
	background: url(../images/homeIcon.png) no-repeat;
	padding-top: 60px;
	padding-left:30px;
	text-decoration: none;
	color: #053b59;
	font-size: 12pt;
}
ul.nav li.contact a {
	background: url(../images/contactIcon.png) no-repeat;
	padding-top: 60px;
	padding-left: 20px;
	text-decoration: none;
	color: #053b59;
	font-size: 12pt;
}
ul.nav li.website a {
	background: url(../images/website-icon.png) no-repeat;
	padding-top: 60px;
	text-decoration: none;
	color: #053b59;
	font-size: 12pt;
}
ul.nav li.course a {
	background: url(../images/educationIcon.png) no-repeat;
	background-size: 90px;
	padding-top: 60px;
	text-decoration: none;
	color: #053b59;
	font-size: 12pt;
}
ul.nav li.tips a {
	background: url(../images/tipsIcon.png) no-repeat;
	background-size: 80px;
	padding-top: 60px;
	text-decoration: none;
	color: #053b59;
	font-size: 12pt;
}
ul.nav li.youtube a {
	background: url(../images/youTubeIcon.png) no-repeat;
	background-size: 90px;
	padding-top: 60px;
	text-decoration: none;
	color: #053b59;
	font-size: 12pt;
}
ul.footNav {
	display: block;
	position: absolute;
	list-style: none;
	top: 55px;
	left: 20px;
}
ul.footNav li {
	display: block;
	float: left;
}
ul.footNav li a {
	color: #fff;
	text-decoration: none;
	padding-right: 16px;
}


/* ------------------------------------------------------------------------
footer elements
--------------------------------------------------------------------------*/
#footer {
	height: 128px;
	background: url(../images/footer.png) no-repeat;
	position: relative;
}
#footer p {
	position: absolute;
	bottom: 15px;
	right: 10px;
	color: #FFF;
}
#footer p a {
	color: #FFF;
}
#theTray {
	min-height: 200px;
	background: url(../images/theTray.jpg) top center repeat-x;
}
ul.logoLinks {
	display: block;
	position: absolute;
	top: 50px;
	right: 20px;
	list-style: none;
}
ul.logoLinks li {
	display: block;
	float: left;
}	
ul.logoLinks li a {
	display: block;
	padding: 0px 4px;
}


/* ------------------------------------------------------------------------
rtl elements
--------------------------------------------------------------------------*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.third {
	width: 32%;
	padding: 0px 1% 10px 0px;
	display: block;
	float: left;
}
.half {
	width: 48%;
	padding: 0px 1% 10px 0px;
	display: block;
	float: left;
}
.med {
	width: 36%;
	padding: 0px 1%;
}	
.center {
	text-align: center;
}