/* ***************************
  Site - Distance Education
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
   ***************************/

/* ***************************
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color: #006699;
	text-decoration:none;
}
a:hover {
	color: #006699;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
/* ***************************
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
}
#container {
	width:950px;
	margin:0 auto;
	text-align:left;
	color:#333;
}
/* ***************************
   $3 Header Styles
   ***************************/
#header {
	height:133px;
	position:relative;
	width:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
#header h1{
	width:182px;
	height:74px;
	display: block;
	margin: 0px 0px 0px 10px; padding: 0px;
	float: left;
	}
#header h1 a{
	display:block;
	background:url(../image/logo.gif) no-repeat;
	width:182px;
	height:74px;
	text-indent:-9999px;
	outline-style:none;
}
.breadcrumb{
	position:absolute;
	left:11px;
	color:#959595;
	top:81px;
	font-size:11px;
	}
.breadcrumb a,.breadcrumb a:hover{
	color:#959595;
	}
.welcome{
	color:#000;
	left:5px;
	top:108px;
	position:absolute;
	font-size:12px;
	z-index:9999;
	}
.welcome a{
	color:#000;
	text-decoration:underline;
	}
.welcome a:hover{
	color:#000;
	text-decoration:none;
	}
#topNav {
	float: right;
	width: 735px;
	background: url('../image/bgTopNav_right.gif') no-repeat top right;
	height: 57px;
	margin-left:0; margin-right:0; margin-top:17px; margin-bottom:0
}
#topNav ul {
	float: left;
	height: 17px;
	width: 307px;
	background: url('../image/bgTopNav_left.gif') no-repeat top left;; list-style-type:none; padding-left:30px; padding-right:30px; padding-top:20px; padding-bottom:20px
}
#topNav ul li {
	float: left;
	padding: 0 10px;
}
#topNav ul li a {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #1f9aae;
}
#topNav ul li.register {
	border-left: 1px solid #ccc;
}
#topNav ul li.tell a {
	background: url('../image/bullet1.gif') no-repeat 0 1px;
	width: 100px; padding-left:25px; padding-right:0; padding-top:0; padding-bottom:2px
}
#topNav form {
	float: left;
	border-left: 1px solid #cccccc;
	width: 348px;
	height: 41px;
	margin: 8px;
}
#topNav form label {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	margin: 12px 8px 0 20px;
}
#topNav form input {
	float: left;
}
#topSearch {
	border: 1px solid #d0cde3;
	font-size: 13px;
	padding: 3px;
	width: 192px;
	margin: 8px 0 0 0;
}

#nav {
	background:url(../image/bg_nav.png) left 25px no-repeat;
	padding:0 0 8px 208px;
	width:747px;
	height: 25px;
	position:absolute;
	left:0;
	bottom:0;
	margin-top: 0px;
}
#nav ul {
	width: 735px;
	height: 25px;
	position: relative;
}
#nav ul li {
	float: left;
	height: 25px;
}
#nav ul li a {
	font-size: 13px;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../image/navRight.gif) right 0 no-repeat;
	position: absolute;
	top: 0;
	height: 25px;
}
#nav ul li a span {
	float: left;
	background: url(../image/navLeft.gif) left 0 no-repeat;
	padding: 4px 15px 3px;
	cursor: pointer;
	height: 18px;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#nav ul li.selected a {
	background: url(../image/navRight.gif) right -50px no-repeat;
}
#nav ul li.selected a span {
	background: url(../image/navLeft.gif) left -50px no-repeat;
	padding: 4px 24px 3px;
}
#navHome a {
	left: 23px;
	z-index: 4;
}
#navHome.selected a span {
	background: url(../image/navLeft.gif) left -25px no-repeat !important;
}
#navHome.selected a {
	left: 6px;
	z-index: 5;
}
#navCollegues a {
	left: 86px;
	z-index: 4;
}
#navCollegues.selected a {
	left: 69px;
	z-index: 5;
}
#navDegrees a {
	left: 175px;
	z-index: 4;
}
#navDegrees.selected a {
	left: 166px;
	z-index: 5;
}
#navCourses a {
	left: 302px;
	z-index: 4;
}
#navCourses.selected a {
	left: 293px;
	z-index: 5;
}
#navQuestion a {
	left: 430px;
	z-index: 4;
}
#navQuestion.selected a {
	left: 421px;
	z-index: 5;
}
#navReviews a {
	left: 554px;
	z-index: 4;
}
#navReviews.selected a {
	left: 545px;
	z-index: 5;
}
#navArticles a {
	left: 634px;
	z-index: 4;
}
#navArticles.selected a {
	left: 625px;
	z-index: 5;
	background: url(../image/navRight.gif) right -25px no-repeat !important;
}

/* ***************************
   $4 Content Styles
   ***************************/
#content {
	width:100%;
	overflow:hidden;
	padding:8px 0 50px 0;
    }
#content_top{
	width:100%;
	background:url(../image/bg_content_top2.png) left repeat-y;
	margin:0 0 9px 0;
	}
#content_top_inner{
	width:100%;
	background:url(../image/bg_content_top1.png) left top no-repeat;
	}
#inner_content{
	width:100%;
	overflow:hidden;
	background:url(../image/bg_content_top3.png) -1px bottom no-repeat;
	padding:13px 0 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
*html #content_top_left{
	height:150px;
	}
#content_top_left{
	float:left;
	padding:0 45px 30px 27px;
	width:363px;
	min-height:150px;
	position:relative;
	}
#content_top_left h3{
	font-size:12px;
	font-weight:normal;
	width:100%;
	overflow:hidden;
	line-height:14px;
	padding:0 0 7px 0;
	}
#content_top_left h3 em{
	float:left;
	font-style:normal;
	padding:19px 0 0 0;
	}
#content_top_left h3 span{
	font-size:37px;
	color:#000000;
	float:left;
	margin:0 10px 0 0;
	line-height:37px;
	}
#content_top_left p{
	width:353px;
	overflow:hidden;
	}
#content_top_left p span{
	float:left;
	font-size:10px;
	color:#406d7b;
	margin:2px 0 0 0;
	}
#content_top_left p input{
	float:right;
	background:url(../image/btn_post.png) no-repeat;
	width:73px;
	height:34px;
	border:0;
	padding:0;
	cursor:pointer;
	}
#content_top_left textarea{
	width:354px;
	height:90px;
	border:0;
	background:#fff;
	overflow:hidden;
	padding:5px;
	font-size:14px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	}
#content_top_right{
	float:left;
	width:483px;
	padding:25px 0 0 0;
	overflow:hidden;
	}
#content_top_right h3{
	font-size:12px;
	font-weight:normal;
	color:#000;
	padding:0 0 8px 0;
	}
#content_top_right p{
	font-size:18px;
	line-height:22px;
	padding:0 0 9px 0;
	}
.link_box{
	float:right;
	}
.link_box .link_view{
	float:left;
	background:url(../image/bg_view.png) no-repeat;
	width:113px;
	height:26px;
	padding:9px 0 0 35px;
	line-height:26px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin-right:15px;
	}
.link_box  .link{
	float:left;
	padding:9px 0 0 0;
	}
#maincontent{
	float:left;
	width:740px;
	}
.qusetion{
	width:739px;
	}
.question_top{
	background:#219191 url(../image/bg_question.png) left top repeat-x;
	padding:12px 15px 5px 120px;
	width:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	min-height:100px;
	height:auto !important;
	height:120px;
	}
#maincontent .question_top p{
	margin:0;
	padding:0 0 8px 0;
	font-size:18px;
	line-height:22px;
	color:#2d2d2d;
	}
 .question_top span{
	display:block;
	color:#d0ecec;
	font-weight:bold;
	line-height:10px;
	font-size:10px;

	}
.question_top .description {
	font-size:14px; line-height:19px; margin-top:5px;
}
#maincontent .question_top  span a,
#maincontent .question_top  span a:hover{
	color:#d0ecec;
	}
.question_bot{
	background:#d0ecec url(../image/pic_answer.png) left top no-repeat;
	width:100%;
	overflow:hidden;
	padding:1px 0 2px 0;
	margin:0 0 19px 0;
	}
#maincontent .question_bot p{
	float:left;
	color:#000;
	padding:5px 0 0 120px;
	}
#maincontent .question_bot p span{
	color:#069;
	}
 .question_bot .link{
	 float:right;
	 }
.link{
	float:left;
	}
.link a{
	float:left;
	color:#fff;
	height:26px;
	background:url(../image/bg_linka.gif) left top no-repeat;
	}
.link a b{
	font-size:16px;
	color:#fff;
	height:26px;
	float:left;
	line-height:26px;
	cursor:pointer;
	padding:0 8px;
	background:url(../image/bg_linka.gif) right -26px no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.link a:hover{
	color:#fff;
	}
.link a:hover b{
	color:#fff;
	}
.ads{
	border:#ddd 1px dotted;
	width:738px;
	margin:0 0 19px 0;
	}
.ads img{
	vertical-align:middle;
	}
.title_box{
	overflow:hidden;
	width:100%;
	border-bottom:#000 6px solid;
	}
#maincontent h2{
	font-size:17px;
	font-weight:normal;
	color:#fff;
	float:left;
	background:url(../image/bg_h2.png) repeat-x;
	height:32px;
	line-height:32px;
	padding:0 0 0 14px;
	width:151px;
	margin:0 254px 0 0;
	}
#maincontent .title_box a{
	font-size:11px;
	color:#333;
	float:left;
	margin:4px 36px 0 0 ;
	}
#maincontent .title_box img{
	vertical-align:middle;
	}
#maincontent .title_box a:hover{
	color:#333;
	}
#maincontent .title_box label{
	font-size:11px;
	color:#333;
	float:left;
	margin:5px 4px 0  0;
	}
#maincontent .title_box select{
	vertical-align:middle;
	font-size:11px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	height:18px;
	width:105px;
	float:left;
	margin:5px 0 0  0;
	}
#maincontent .title_box fieldset,#maincontent .title_box form{
	display:inline;
	}
#maincontent .title_box b{
	float:right;
	font-weight:normal;
	}
.answer{
	border:#d0ecec 1px solid;
	width:737px;
	margin:0 0 6px 0;
	}
.answer_top{
	width:100%;
	overflow:hidden;
	}
.answer_top_left{
	float:left;
	width:120px;
	text-align:center;
	font-size:14px;
	color:#333;
	padding:5px 0 0 0;
	}
.answer_top_left span{
	color:#e4e3e2;
	font-size:70px;
	display:block;
	line-height:70px;
	}
.answer_top_left  b{
	font-size:23px;
	display:block;
	}
.answer_top_right{
	float:left;
	width:600px;
	padding:18px 0 22px 0;
	}
#maincontent .answer_top_right p{
	line-height:15px;
	padding:0 0 12px 0;
	margin:0;
	}
.answer_bot{
	background:#d0ecec url(../image/bg_answer_bot.png) left top no-repeat;
	width:100%;
	overflow:hidden;
	}
#maincontent .answer_bot p{
	float:left;
	margin:0;
	padding:8px 0 0 120px;
	}
#maincontent .answer_bot p span{
	color:#069;
	}
.answer_bot_right{
	float:right;
	}
.answer_bot_right b{
	font-size:11px;
	font-weight:normal;
	margin:0 10px 0 0;
	}
.answer_bot_right span{
	font-size:15px;
	margin:0 0 0 11px;
	}
.answer_bot_right a,.answer_bot_right a:hover{
	color:#333;
	}
.answer_bot_right span img{
	vertical-align:middle;
	}
.your_answer{
	border-top:#87e3f9 1px solid;
	background:#7fe0f8 url(../image/bg_your_answer.png) top repeat-x;
	padding:8px 20px 21px 20px;
	width:725px;
	overflow:hidden;
	margin:0 0 18px 0;
	}
.your_answer label{
	font-size:23px;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
	padding:0 0 3px 0;
	}
.your_answer  textarea{
	height:75px;
	width:690px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	border:0;
	background:#fff;
	overflow:hidden;
	margin:0 0 11px 0;
	}
#maincontent .your_answer  p{
	margin:0;
	padding:0;
	}
.your_answer  input{
	font-size:16px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:0;
	width:129px;
	height:26px;
	padding:0;
	color:#fff;
	float:right;
	margin:0;
	background:url(../image/bg_btn.png) no-repeat;
	}
.related{
	padding:12px 0 4px 77px;
	width:735px;
	overflow:hidden;
	background:url(../image/icon_q.png) 9px 16px no-repeat;
	}
#maincontent .related p{
	margin:0;
	padding:0 0 15px 0;
	}
.related_left{
	float:left;
	width:502px;
	}
.related_right{
	float:left;
	padding:0 0 0 14px;
	width:180px;
	}
#maincontent_top{
	width:725px;
	padding:14px 0 0 15px;
	background:#e8f2f2;
	}
.icons{
	width:100%;
	text-align:right;
	}
.icons a{
	margin-left:6px;
	}
.link_join{
	position:absolute;
	margin-top:-14px;
	right:-1px;
	font-size:24px;
	color:#e9640c;
	background:url(../image/bg_join.png) no-repeat;
	width:118px;
	height:48px;
	line-height:48px;
	padding:0 0 0 13px;
	}
.link_join:hover{
	color:#e9640c;
	}
#maincontent #maincontent_top h3{
	font-size:17px;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0 0 19px 0;
	position:relative;
	width:725px;
	}
#maincontent #maincontent_top p{
	font-size:13px;
	color:#115c5c;
	line-height:16px;
	padding:0 30px 24px 0;
	margin:0;
	}

/* ***************************
   $5 Sidebar Styles
   ***************************/
#sidebar{
	float:left;
	width:200px;
	margin:0 9px 0 0;
	
	}
#sidebar_form{
	background:#edecec;
	padding:7px 14px 2px 13px;
	width:173px;
	margin:0 0 10px 0;
	}
#sidebar_form h3{
	font-size:16px;
	color:#020202;
	font-weight:normal;
	padding:0 0 4px 0;
	}
#sidebar_form input{
	height:19px;
	width:168px;
	padding:2px 0 0 5px;
	color:#acabab;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#fff;
	border:0;
	}
#sidebar_form  p{
	width:100%;
	height:28px;
	}
#sidebar_form .btn_go a{
	font-size:11px;
	color:#010101;
	line-height:13px;
	text-decoration:underline;
	}
#sidebar_form .btn_go a:hover{
	text-decoration:none;
	color:#010101;
	}
#sidebar_form .btn_go span{
	float:left;
	width:110px;
	}
#sidebar_form .btn_go{
	height:41px;
	padding:1px 0 0 0;
	}
#sidebar_form .btn_go input{
	float:right;
	background:url(../image/btn_go.png) no-repeat;
	width:35px;
	height:28px;
	padding:0;
	margin:0;
	cursor:pointer;
	}
#subnav{
	width:100%;
	background:url(../image/bg_subnavdark.png) repeat-y;
	margin:0 0 10px 0;
	}
#subnav h2{
	font-size:23px;
	font-weight:normal;
	color:#fff;
	padding:8px 0 15px 13px;
	}
#subnav ul{
	background:none;
	}
#subnav  li{
	padding:9px 0 9px 13px;
	width:187px;
	font-size:14px;
	}
#subnav  .bg_light{
	padding:5px 0 5px 13px;
	background:url(../image/bg_subnavlight.png) repeat-y;
	}
#subnav  li a{
	color:#000;
	}
#sidebar_ads{
	width:100%;
	}
#sidebar_ads img{
	vertical-align:middle;
	}

/* footer fix for now */
#footer {
	background: url('../image/footerBottom.gif') no-repeat bottom left;
	width: 950px;
	float: left;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:20px
}
#footer #footerIn {
	background: url('../image/footerTop.gif') no-repeat top left;
	height: 100%;
	overflow: hidden;
	padding-left:10px; padding-right:10px; padding-top:35px; padding-bottom:10px
}
#footer ul {
	list-style: none;
	float: left;
	padding: 15px 40px;
	border-right: 1px solid #d1d1d1;
	height: 100px;
}
#footer ul li a {
	text-decoration: none;
	color: #333;
}
#footer ul li a:hover {
	color: #0033cc;
}
#footerInfo {
	float: left;
	padding: 10px 30px;
	width: 380px;
	font-size: 10px;
}
#footerInfo p {
	padding: 0 0 8px;
	color: #666;
}




div.autocomplete {
	font-size: 12px;
	position: absolute;
	width: 400px;
	background: #fff;
	border: 1px solid #888;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
	margin: 0px;
	padding: 0px;
	display: inline;
}

div.autocomplete div{
	padding: 2px 4px;
}
div.autocomplete a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
	display: block;
	margin: 0;
	cursor: pointer;
	text-align: left;
}

div.autocomplete div:hover {
	background: #ABD486;
}

div.autocomplete i {
	font-size: 0.9em;
	padding: 1px;
}

.ac_wrapper { position:relative; z-index:1001; height:1px; margin:0; padding:0; }
#q_autocomplete_choices { top:0px; left:408px; }

.black_button {
background:transparent url(/image/bg_linka.gif) no-repeat scroll left top;
color:#FFFFFF;
height:26px;
display:block;
float:left;
height:26px;
}

.black_button b {
background:transparent url(/image/bg_linka.gif) no-repeat scroll right -26px;
color:#FFFFFF;
cursor:pointer;
float:left;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:16px;
height:26px;
line-height:26px;
padding:0 8px;
}

#user_profile { padding-right:16px; }
#user_profile h3 { padding:0 0 10px !important; }
#user_profile p { padding:0 0 10px !important; }
#user_profile h2 { float:none !important; width:220px; margin-top:10px; }
#user_profile ul li { padding:5px 0 5px 5px; cursor:pointer; }
#user_profile .odd { background:#FFF; }
#user_profile .share { margin-top:15px; }
#user_profile .share p { font-size:14px !important; padding:6px 0px !important; }
