/* 
	Author: Bryan Husinger
	Website: http://www.bryanhunsinger.com
	Email: bryanhun@gmail.com
*/

* {
	margin: 0;
	padding: 0;
}

.gh{
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #253b92;
	font-weight:800;
}

body {
	margin: 20px 0;
	background: #ffffff;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #2d2d2d;
}

a {
	color: #253b92;
	 text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #253b92;
}

/* Boxed */

.title {
	background: url(images/img4.gif) no-repeat right center;
	border-bottom: 3px solid #CFCFCF;
}

.middlesmall {
	font: 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
	
}
.boxed1 a {
	color: #ffffff;
		
}


.boxed2 .title {
	font: normal 120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:5px;
}

.boxed2 .content {
	background: url(images/img06.gif) repeat-x left bottom;
	padding: 20px;
}

.boxed3 .title {
	font: normal 110% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 760px;
	height: 161px;
	margin: 0 auto;
	background: url(images/Wordl_Masthead.jpg) no-repeat 100% 0px;
}



/* Menu */

/* style the outer div to give it width */
.menu {
	width: 760px;
	height: 40px;
	background:#ffffff;
	
	margin:auto;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	height: 5px;
	background: url(images/nav_bg.jpg) repeat-x;
	list-style: none;
}
.menu ul ul {
	width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	text-align:center;
	font-size:14px;
	text-align:left;
	
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	float: left;
	height: 25px;
	padding: 13px 10px 0px 30px;
	border-top: 3px solid #253b92;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}
* html .menu ul a, * html .menu ul a:visited {width:auto;w\idth:auto; background-color:#f4f4f4;}




/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:40px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:40px;
}



/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#253b92; /*F4F4F4*/
	color:#fff; /*000*/
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:160px 
}

* html .menu ul ul a{
	width:170px; 

}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	border-top-color: #050a72;
	color:#92a1db;
}
.menu :hover > a, .menu ul ul :hover > a {
	border-top-color: #050a72;
	color:#92a1db;

}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/* Page */

#page {
	
	width: 760px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color:#FFF;
	
}

/* Content */
#DivContact
{
	float:right;

	padding:0px 0px 0px 0px;
	width: 175px;
	color: #253b92;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;	
	font-weight: bold;
	    
}
#DivContact HR
{
	text-align:left;
	width: 170px;
	height:3px;
	background-color: #253b92;
	font-weight: bold;
	
}
#DivContact H2
{
  font-size:16px;
	
}

#DivMiddle
{
	float: Left;
	width: 540px;
	padding: 5px 5px 0px 0px;
	border-bottom: 1px solid #FFFFFF;
}	


#content {
	float: right;
	width: 540px;
	border-bottom: 1px solid #FFFFFF;
}

#contentNews {
	float: right;
	width: 740px;
	border-bottom: 1px solid #FFFFFF;
}


#li {
	line-height: 152%;
	margin-left: 70px;
}

#tmain {
	height:75px;
	font-size:22px;
}

/* Sidebar */

#sidebar {
	
	width: 190px;
	padding: 0px 10px 0px 5px;
	background-color:#253b92
	

}

/* News */

#studylist li
{	
	font-weight: 800;
}
	

#news {
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul {
	list-style: none;
	text-decoration: none;
}

#news li {
	margin-bottom: 0px;
	font-weight: 800;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 230px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
}

#techimage1 {
	position:absolute;
	left:500px;
	top:175px;
}

#techimage2 {
	position:absolute;
	left:500px;
	top:475px;
}


/* Footer */

#footer {
	width: 720px;
	margin: 0 auto;
	padding: 20px 0;

}

#footer p {
	text-align: center;
	font-size: 77%;
}


.hidden {
	position:absolute;
	top: 0px;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

