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

* {
	border:0;
	outline:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
body {
	margin:0;
	padding:0;
	color:#919191;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	background-color: #fff;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.html_bg {
	background:#fff url(images/header_ibg.png) repeat-x left top;
}
a {
	color:#0099D8;
	text-decoration:none;
}
a:hover { text-decoration:underline;}
p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
p.bg, .bg { clear:both; padding:0; margin:10px 0; border-bottom:1px solid #bababa; height:2px;}
input, select, textarea { border:#cfcfcf 1px solid; color:#404040; font-size:12px; padding:3px; Arial, Verdana, Helvetica, sans-serif;}
li { list-style:none;}

h2 { color:#797979; font-size:36px; margin:0 0 1em;}
h3, h3 a { padding:0px; color:#565656; font-size:14px; line-height:1.5em; margin:0; text-decoration:none;}
h4 { font-size:1em; margin:0 0 1em;}
p {
	line-height:1.5em;
	padding: 0 0 1.3em 0;
}
/*=== Layout ===*/
#page { width:960px; margin:0 auto; padding:0;}
/*=== Header ===*/
#header { margin:0 auto; padding:0; background:url(images/logo_bg.gif) repeat-x left top;}
/*- Logo -*/
.logo {
	margin:0;
	padding:22px 0 14px 0;
	float:left;
	width:auto;
	height:86px;
}
/* Search form */
.search { padding:17px 17px 0; float:right; width:auto;}
#search span { display:block; background:url(images/search_bg.png) no-repeat left top; height:27px; margin:0; padding:0; border:none;}
#search input#s { margin:0; padding:6px 10px; float:left; width:157px; color:#a0a0a0; font-size:12px; line-height:15px; font-weight:normal; background:none; border:none;}
#search .btn { float:left; padding:0; margin:0; border:0; width:auto;}
/*=== All Columns ===*/
#columns {
	width:960px;    /*background:url(images/shade.png) no-repeat center top;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
/*=== Page Title ===*/
.pagetitle { margin:0; padding:0; height:70px; background:url(images/pagetitle_bg.jpg) no-repeat center top;}
.pagetitle h2 { margin:0; padding:14px 0 0; float:left; width:auto; font-size:30px; line-height:1em; color:#fff;}
/*=== Center Column ===*/
#centercol { margin:0 0 32px; padding:0; float:left; width:630px;}
/*=== Right Column ===*/
#rightcol { margin:0; padding:0; float:right; width:260px;}
.box { margin:0 0 12px; padding:0 0 20px; background:none; border:none;}
.box .content { }
.box_r { margin:0 0 24px; padding:0; background:none; border:none;}
.box_r .content { margin:0; padding:0;}
.small_link { padding:10px 0; margin:0 auto; text-align:center;}
.small_link a { color:#6f6f6f; text-decoration:none;}
.small_link small { font-size:11px;}
/*=== Sub Columns ===*/
.subcols { background:url(images/subcols-bgr.gif) repeat-y left; height:1%;}
.col1, .col2 { float:left; width:285px;}
.col2 { float:right;}
/*=== Post ===*/
.post-block { }
.post-margin { margin-left:236px;}
/*- Post Title -*/
.post-title {
	padding:0;
	margin:0;
	background: url(images/h2_bg.gif) repeat-x left center;
}
.post-title h2 {
	margin:0;
	padding:16px 0;
	font-size:36px;
	color:#797979;
}
.post-title h2 a { display:inline; padding:0 24px 0 0; margin:0; color:#797979; text-decoration:none; background-color:#fff; line-height:1em;}
/*- Post Excerpt -*/
.post-excerpt { padding:0; margin:0;}
.post-excerpt p { margin:0;}
.post-excerpt p strong { letter-spacing:1px; color:#383838;}
.post-excerpt a { color:#77d7ec; text-decoration:underline; font-weight:bold;}
.post-excerpt a.comm { float:left;}
/* post-leav */
.post-leav { margin:0; padding:0; font-size:11px; line-height:1em; color:#2b72b3;}
.post-leav a { display:block; float:left; margin:0; padding:0; color:#2b72b3; text-decoration:none; background:none; border:none;}
/* comments count */
.comm_count { margin:0 0 12px; padding:0; font-size:12px; color:#565656;}
.comm_count a { font-weight:bold; color:#565656; text-decoration:none;}
.comm_count a:hover { text-decoration:underline;}
/*- Post Blockquote -*/
.post blockquote { border-left:3px solid #cfcfcf; font-size:13px; font-style:italic; margin:0 0 1.5em; padding:5px 0 0 10px;}
/*- Post Author -*/
.post-author { margin:0 0 1em;}
.author-details { font-size:11px;}
.author-descr { display:table; height:1%;}
/*- Social Links -*/
.social-links {  font-size:12px; color:#919191; padding:10px 0; margin:0 0 10px 0; line-height:1.8em;}
.social-links a { color:#b10118; font-weight:bold; text-decoration:none;}
.social-links a:hover { text-decoration:underline;}
/* post-commets */
.post-commets { float:right;}
/*- Related Posts -*/
/*- Post Date -*/
.post-date { margin:0 0 12px; padding:0; float:left; color:#565656; font-size:12px;}
.post-date a { color:#565656; font-weight:bold; text-decoration:none;}
.post-date a:hover { text-decoration:underline;}
/*- Post Comments -*/
.post-comments { }
.post-comments h2 { padding-top:10px;}
.post-comments .fl { width:80px;}
.post-comments .fr { width:490px;}
/*- Widget Title - */
.wtitle { padding:16px 0; font-size:36px; line-height:1em; height:1em; margin:0; background:url(images/h2_bg.gif) repeat-x left center;}
.wtitle h2 { margin:0; padding:0 24px 0 0; font-size:36px; line-height:1em; color:#797979; text-align:left; float:left; background-color:#fff;}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box { }
/*- Box2 -*/
.box2 { background-color:#d9d9d9; border:1px solid #cfcfcf; height:1%; margin:0 0 20px; padding:18px; min-height:115px; width:460px;}
.box2.alt { background:#FFFFFF;}
.comm-name, .comm-date { line-height:20px;}
/*=== Styling Lists ===*/
/*=== Styling Forms ===*/
input.btn { background:none; border:0; margin:0; padding:0;}
select { padding:1px;}
/*- Message -*/
.message div { margin:0 0 18px;}
.message input { padding:9px 15px; width:460px;}
.message textarea { height:114px; overflow:auto; padding:9px 15px; width:460px; font-family:Verdana;}
.message .submit { float:left;}
.message .btn { padding:0; width:128px; height:32px; background:url(images/button.gif);}
.message .notice { color:#a4a4a4; float:right; font-style:italic; padding:10px 0 0;}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img { display:block; margin:0 16px 10px 0; padding:3px; float:left; background-color:#fff; border:1px solid #ddd;}
.pic.fl img { }
.pic.fr img { }
.th { display:block; margin:0 0 .5em;}
.th.fl img { margin-right:10px; max-width:40px;}
.banner a img { margin:0 3px;}
.ads img { margin:0 1px 5px 0; padding:0; border:none;}
.widget_flickrRSS img { border:1px solid #cfcfcf; margin:3px;}
.box .ac img { border:0; margin:0;}
.banner { margin:0; padding:0; background:none;}

/*=== Footer ===*/
#page_bottom { }
#footer { margin:0 auto; padding:0; width:960px; border-top:1px solid #e0e0e0;}
#footer .text1, #footer .text2 { padding:8px 0 40px; float:left; line-height:1.8em; color:#b1b1b1;}
#footer .text1 a, #footer .text2 a { font-weight:bold; text-decoration:none; color:#b1b1b1;}
#footer .social-links { padding:8px 0 0; float:right; width:auto;}
#footer .social-links img { border:none;}

/*=== Misc. ===*/
.fix { clear:both; height:1px; margin:-1px 0 0; overflow:hidden;}
.hl, .hl2 { background:url(images/hl-dot.gif) repeat-x top; clear:both; height:2px; overflow:hidden; width:100%;}
.hl2 { background:none; border-top:1px solid #e7e7e7; height:1px; margin:0 0 .8em;}
.fl { float:left;}
.fr { float:right;}
.ac { text-align:center; padding:0;}
.ac img { border:none; margin:0; padding:0 8px 0 0;}
.ar { text-align:right;}
.noBorder { border:0;}
.font-sm { font-weight:normal;}
.white { color:#FFF;}


.slider {
	margin:0;
	padding:0;
}
.index-cols {
	padding:0;
	background:url(images/shade_f.jpg) no-repeat center bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.index-cols .content {
	margin:0;
	background:none;
	border:none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.index-col1, .index-col2, .index-col3, .index-col4 { margin:0; padding:0 24px 0 0; float:left; width:222px; border:none; background:none;}
.index-col4 { padding-right:0;}
.index-cols img { margin:0 16px 50px 0; padding:8px 0 0; float:left; border:none;}
.index_rm {
	float:right;
	font-size:11px;
	font-weight:normal;
	color:#0099D8;
	text-decoration:none;
}
.index_rm:hover { text-decoration:underline;}
.graybox { margin:0; padding:16px 16px 16px 32px; background-color:#ececec; border:1px solid #dadada;}
.graybox p { margin:0; padding:0; font-size:11px; line-height:1.5em; color:#9a9a9a;}
.graybox p big { font-size:14px; font-weight:bold; line-height:1.5em; color:#565656;}
.index-left { margin:0; padding:0; float:left; width:600px; line-height:1.8em;}
.index-left img { margin:0 16px 8px 0; padding:3px; float:left; background:#fff; border:1px solid #ddd;}
.index-right { margin:0; padding:0; float:right; width:300px; font-style:italic;}
.index-right .author {
	color:#565656;
	line-height:1.8em;
	text-decoration: none;
	margin-top: -7px;
}
.index-right .author a {
	color:#0099D8;
	text-decoration:underline;
}

.underslider {
	margin:0;
	padding:30px 0 0 0;
	height:80px;
	background-image: url(images/h2_bg.gif);
	background-repeat: repeat-x;
	background-position: left 55px;
}
.underslider .us_text {
	margin:0;
	padding:4px 20px 0 0px;
	float:left;
	font-size:36px;
	line-height:1.5em;
	color:#797979;
	background-color: #FFF;
}
.underslider .us_but {
	float:right;
}
.underslider .us_but img {
	border:none;
	background-color: #ffffff;
	padding: 4px 0 0 22px;
}


.page_titles {
	margin:0;
	padding:30px 0 0 0;
	height:80px;
	background-image: url(images/h2_bg.gif);
	background-repeat: repeat-x;
	background-position: left 55px;
}
.page_titles .title_text {
	margin:0;
	padding:4px 20px 0 0px;
	float:left;
	font-size:36px;
	line-height:1.5em;
	color:#797979;
	background-color: #FFF;
}
.page_titles2 {
	margin:0;
	padding:30px 0 0 0;
	height:80px;
	background-image: url(images/h2_bg.gif);
	background-repeat: repeat-x;
	background-position: left 55px;
}
.page_titles2 .title_text2 {
	margin:0;
	padding:4px 20px 0 0px;
	float:left;
	font-size:36px;
	line-height:1.5em;
	color:#797979;
	background-color: #FFF;
}
#course_box {
	min-height: 150px;
	padding: 0px;
	margin: 0px;
}
.upcoming_courses {
    padding: 0px;
	margin: 0px;
}
.test_rm {
	/*float:right;*/
	font-size:11px;
	font-weight:normal;
	color:#0099D8;
	text-decoration:none;
}
.test_rm:hover { 
    text-decoration:underline;
}

/* FBG */
.FBG { background:#f5f5f5 url(images/FBG_bg.gif) top repeat-x; padding:0 0 5px 0; margin:0;}
.FBG_resize { width:960px; margin:0 auto; padding:0;}
.FBG_resize img { float:left; margin:0; padding:0;}
.FBG_resize a { color:#aeaeae; text-decoration:underline; }
.FBG_resize a:hover { color:#0099D8; text-decoration:underline; }
.FBG_resize h2 { font: normal 18px Arial, Helvetica, sans-serif; color:#504f4f; padding:30px 10px 10px 10px; margin:0;}
.FBG_resize p {font: normal 12px Arial, Helvetica, sans-serif; color:#aeaeae; padding:5px 10px; margin:0; line-height:1.8em;}
.FBG_resize ul { padding:0px; margin:0; list-style:none;}
.FBG_resize li {
	margin:0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.FBG_resize li a { font: normal 12px Arial, Helvetica, sans-serif; color:#aeaeae; padding:5px 0; margin:0;text-decoration:none;}
.FBG_resize li a:hover {
	color:#0099D8;
	text-decoration:underline;
}
.FBG_resize .bottom_logo { width:200px; float:left; margin:0; padding:0 30px 10px 0;}
.FBG_resize .bottom_links {
	width:160px;
	float:left;
	margin:0;
	padding:0 30px 10px 0;
}
.FBG_resize .bottom_links2 { width:110px; float:left; margin:0; padding:0 20px 10px 0;}
.FBG_resize .bottom_links3 { width:150px; float:left; margin:0; padding:0 30px 10px 0;}
.FBG_resize .bottom_last {
	padding:0 0 10px 0;
}

.FBG_resize .bottom_last p {
	margin: 0;
	padding: 4px 0 3px 0;
}


/* social links */
.social {
	text-align:left;
	margin:0;
	color:#565656;
	line-height:1.8em;
	font-size: 18px;
	padding: 0;
}
.social img.social {
	float:left;
	padding:6px 5px 0 1px;
	margin:0;
}
.social_images {
	float: left;
	padding: 0px;
	*padding: 8px 0 0 0; /* IE7 and below */
    _padding: 8px 0 0 0; /* IE6 and below */
	margin: 0;
}



.footer_titles {
	margin:0;
	padding:35px 0 0px 0;
}
.footer_titles_contact {
	margin:0;
	padding:32px 0 0px 0;
}

.footer_titles .footer_text {
	margin:0 0 10px 0;
	padding: 0px;
	float:left;
	font-size:22px;
	line-height:1.5em;
	color:#565656;
}
.footer_titles_contact .footer_text_contact {
    margin:0px;
	padding: 0 0 10px 0;
	font-size:22px;
	line-height:1.5em;
	color:#565656;
}
.contact_button img {
	border:none;
	padding: 10px 0 0 0;
}

/*************footer**********/
.footer {
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	height: 61px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: top;
}
.footer_resize { width:960px; margin:0 auto; padding:0;}
.footer p { font:normal 12px  Arial, Helvetica, sans-serif; color:#e1e1e1; padding: 0;}
.footer a { font:bold 12px Arial, Helvetica, sans-serif; color:#a9a9a9; text-decoration:none; }
.footer p.right { text-align:right; width:300px; margin:0; padding:25px 0 0 0; float:right;} 
.footer p.left { text-align:left; width:550px; margin:0; padding:25px 0 0 0; float:left;}

.main_titles {
	margin: 0;
	padding: 0 0 0 0;
	height:120px;
}
.main_titles .main_titles_text {
	margin:0;
	padding:38px 0 0 0;
	*padding: 16px 0 0 0; /* IE7 and below */
    _padding: 16px 0 0 0; /* IE6 and below */
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:65px;
	line-height:1.5em;
	color:#f0f0f0;
}

.left_pages { margin:0; padding:0; float:left; width:320px; line-height:1.8em;}
.right_pages { margin:0; padding:0; float:right; width:580px; line-height:1.8em;}
.page_titles3 {
	margin:0;
	padding:30px 0 0 0;
	*padding: 22px 0 0 0; /* IE7 and below */
    _padding: 22px 0 0 0; /* IE6 and below */
	height:70px;
	background-image: url(images/h2_bg.gif);
	background-repeat: repeat-x;
	background-position: left 55px;
}
.page_titles3 .title_text3 {
	margin:0;
	padding:4px 20px 0 0px;
	float:left;
	font-size:36px;
	line-height:1.5em;
	color:#797979;
	background-color: #FFF;
}
.page_titles4 {
	margin:0;
	padding:20px 0 0 0;
	height:60px;
	background-image: url(images/h2_bg.gif);
	background-repeat: repeat-x;
	background-position: left 55px;
}
.page_titles4 .title_text4 {
	margin:0;
	padding:4px 20px 0 0px;
	float:left;
	font-size:36px;
	line-height:1.5em;
	color:#797979;
	background-color: #FFF;
}
.page_titles5 {
	margin:0;
	padding:35px 0 0 0;
	height:55px;
	background-image: url(images/h2_bg.gif);
	background-repeat: repeat-x;
	background-position: left 55px;
}
.page_titles5 .title_text5 {
	margin:0;
	padding:4px 20px 0 0px;
	float:left;
	font-size:26px;
	line-height:1.5em;
	color:#797979;
	background-color: #FFF;
}
.left_pages img {
	padding: 0 0 30px 0;
	margin: 0px;
	outline: none;
}
.left_links {
	width:307px;
	float:left;
	margin:0;
	padding:0;
}
.left_links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.left_links li {
	margin:0;
	padding:5px 0 5px 0;
	width:307px;
	border-bottom:1px solid #ececec;
}
.left_links li a {
	margin:0;
	padding:5px 0 5px 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#aeaeae;
	width: 307px;
	text-decoration:none;
}
.left_links li a:hover {
	margin:0;
	padding:5px 0 5px 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#0099D8;
    text-decoration: none;
  	/*display: block;
    width: 307px;
    background-image:url(images/link_highlight.png);
    background-repeat: no-repeat;
    background-position: top left;*/
}
.left_links img {
    outline: none;
	margin:0px;
	padding: 5px 8px 0 0;
}
.current_about {
	color: #0099D8;
}
.clients-col1, .clients-col2 {
	margin:0;
	padding:0;
	float:left;
	width:285px;
	border:none;
	background:none;
}
.clients-col1 p, .clients-col2 p {
	line-height: 20px;
}
.feedback {
	margin: 0px;
	padding: 0px;
}
.feedback_author {
	font-style: italic;
	padding: 5px 0 25px 0;
	margin: 0px;
}
.right_pages ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.right_pages ul li {
	margin: 0px;
	padding: 0 0 10px 0;
}
.right_pages ul li img {
	margin: 0px;
	padding: 5px 7px 0 0;
    outline: none;
}
.hotels_left {
	float:left;
	width: 250px;
}
.hotels_right {
	float:left;
}
.hotels_right img {
	margin: 0px;
	padding: 0px;
	outline: none;
}
.page_divider {
	margin: 0px;
	padding: 3px 0 3px 0;
	height:3px;
	background-image: url(images/h2_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.page_divider2 {
	margin: 0px;
	padding: 0px;
	height:3px;
	background-image: url(images/h2_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.other_hotels a {
	color: 0099D8;
	text-decoration: none;
}
.other_hotels a:hover {
	color: 0099D8;
	text-decoration: underline;
}
.google_map {
}
.google_map a {
   color: 0099D8;
   text-decoration: none;
}
.google_map a:hover {
	color: 0099D8;
	text-decoration: underline;
}
.circle ul {
	list-style-type:circle;
}
.privacy_titles {
	margin:0;
	padding:20px 0 0 0;
	height:70px;
	background-image: url(images/h2_bg.gif);
	background-repeat: repeat-x;
	background-position: left 45px;
}
.privacy_titles .privacy_title_text {
	margin:0;
	padding:4px 20px 0 0px;
	float:left;
	font-size:36px;
	line-height:1.5em;
	color:#797979;
	background-color: #FFF;
}
#privacy_page h3 {
	font-weight: bold;
	color: #405A9E;
}
.sitemap_section_title ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.sitemap_section_title ul li {
   color: #868686;
   font-size: 14px;
   font-weight: bold;
   margin: 0px;
   padding: 0 0 5px 0;
   list-style-type: none;
}
.sitemap_section_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.sitemap_section_list a {
	color: #919191;
	text-decoration: none;
}
.sitemap_section_list a:hover {
	color: #919191;
	text-decoration: underline;
}
.sitemap_section_list ul li {
    color: #919191;
	font-weight: normal;
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
}
.training-col1 {
	margin:0;
	padding:0;
	float:left;
	width:280px;
	border:none;
	background:none;
}
.training-col2 {
	margin:0;
	padding:0 0 0 20px;
	float:left;
	width:280px;
	border:none;
	background:none;
}
.training-col1 p, .training-col2 p {
	line-height: 20px;
}
.training_links {
	width:265px;
	margin:0;
	padding:0;
}
.training_links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.training_links li {
	margin:0;
	padding:5px 0 5px 0;
	/*border-bottom:1px solid #ececec;*/
}
.training_links li a {
	margin:0;
	padding:5px 0 5px 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#aeaeae;
	text-decoration:none;
}
.training_links li a:hover {
	margin:0;
	padding:5px 0 5px 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#0099D8;
    text-decoration: none;
  	/*display: block;
    width: 307px;
    background-image:url(images/link_highlight.png);
    background-repeat: no-repeat;
    background-position: top left;*/
}
.training_links img {
    outline: none;
	margin:0px;
	padding: 5px 8px 0 0;
}
.training_list {
    width:265px;
	margin:0;
	padding:0;
}
.training_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.training_list li {
	color:#aeaeae;
	margin:0;
	padding:5px 0 5px 0;
	/*border-bottom:1px solid #ececec;*/
}
.training_list img {
    outline: none;
	margin:0px;
	padding: 5px 8px 0 0;
}
.schedule_button img {
	border:none;
	padding: 35px 0 20px 0;
}
.training_btn {
  width: 580px;
  margin: 10px 0 10px 0;
  padding: 0px;
}
.training_btn img {
	margin:0;
	padding:0;
	float:right;
	border:none;
}
.search_start {
	float:left;
	padding:0px;
	margin:0px;
}
.search_start input {
	outline: none;
	margin:0px;
	padding: 0;
	border: none;	
}
.left_content {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0 20px 20px 0;
}
.left_content img {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
}
.right_pages img {
	margin: 0px;
	padding: 0px;
}

/*NEWS*/
.news_title_left {
	font-weight: bold;
	color: #868686;
	margin: 0px;
	padding: 0px;
}
.news_copy_left {
	font-weight: normal;
	color: #919191;
	margin: 0px;
	padding: 5px 0 15px 0;
}
.news_content_left img {
    padding: 4px 7px 0 0;
	margin: 0px;
	outline: none;
}

.news_title, .news_date {
	font-weight: bold;
	font-size: 14px;
	color: #868686;
	margin: 0px;
	padding: 0px;
}
.news_copy {
	font-weight: normal;
	color: #919191;
	margin: 0px;
	padding: 5px 0 20px 0;
}

.current_services {
	color: #0099D8;
}

.right_pages .softdev_list {
	margin:0;
	padding:0 0 0 15px;
}
.right_pages .softdev_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.right_pages .softdev_list li {
	color:#aeaeae;
	margin:0;
	padding:0 0 2px 0;
}
.right_pages .softdev_list img {
    outline: none;
	margin:0px;
	padding: 5px 8px 0 0;
}

.right_pages .coursedesign_list {
	margin:0;
	padding:0 0 0 15px;
}
.right_pages .coursedesign_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.right_pages .coursedesign_list li {
	color:#aeaeae;
	margin:0;
	padding:0 0 2px 0;
}
.right_pages .coursedesign_list img {
    outline: none;
	margin:0px;
	padding: 5px 8px 0 0;
}

.services_indent {
	padding-left: 15px;
}

.right_pages .linuxconsult_list {
	margin:0;
	padding:0 0 0 15px;
}
.right_pages .linuxconsult_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.right_pages .linuxconsult_list li {
	color:#aeaeae;
	margin:0;
	padding:0 0 2px 0;
}
.right_pages .linuxconsult_list img {
    outline: none;
	margin:0px;
	padding: 5px 8px 0 0;
}

/*web app development table styles*/
.webapp_table table {
	border-width:1px;
	border-color:#97C549;
	border-style:solid;
}
.webapp_table td {
	color:#919191;
}

.course_list_button img {
	border:none;
	padding: 15px 0 20px 0;
}

.view_sched_btn {
  width: 580px;
  margin: 10px 0 10px 0;
  padding: 0px;
}
.view_sched_btn img {
	margin:0;
	padding:0;
	float:right;
	border:none;
}
.right_pages .calendar img {
    outline: none;
	margin:0;
	padding: 0px;
}

.get_directions_button {
    border:none;
	padding: 15px 0 20px 0;
}

/********** contact form **********/
#contactform { margin:0; padding:5px 0; }
#contactform * {
	color:#0099D8;
}
#contactform ol { margin:0; padding:0; list-style:none; }
#contactform li { margin:0; padding:10px 0 10px 0; background:none; border:none; display:block; clear:both; }
#contactform li.buttons {
	margin:0 0 5px 0;
	clear:both;
}
#contactform label { margin:0; padding:10px 0 0 10px; color:#5f5f5f; font: normal 12px Arial, Helvetica, sans-serif;  float:left; }
#contactform label span {
	color:#0099D8;
	font-weight:normal;
}
#contactform input.text { width:300px; border:1px solid #e8e8e8; margin:2px 0; padding:5px 2px; height:16px; background:#f8f8f8; float:left; color:#5f5f5f; font: normal 12px Arial, Helvetica, sans-serif; }
#contactform textarea { width:300px; border:1px solid #e8e8e8; margin:2px 0; padding:2px; background:#f8f8f8; float:left; color:#5f5f5f; font: normal 12px Arial, Helvetica, sans-serif; }
#contactform li.buttons input { padding:0px 0 5px 0; margin:0; border:0; color:#FFF; float:left; }


.course_date, .course_title {
	font-weight: normal;
	color: #919191;
	margin: 0px;
	padding: 0px;
}
.course_title a {
	color: #0099D8;
    text-decoration: none;
}
.course_title a:hover {
	color: #0099D8;
    text-decoration: underline;
}
.upcoming_courses_outer_table {
	padding: 0 10px 0 10px;
	margin: 0px;
    background-color:#fcf0b7;
	border:1px;
	border-color:#0099D8;
	border-style: solid;
	/*curved border styles*/
	border-radius: 10px; /*CSS3*/
	-moz-border-radius: 10px; /*Firefox*/
	-webkit-border-radius: 10px; /*Safari and Chrome*/
	-khtml-border-radius:10px; /*Linux browsers*/
	/*to allow border-radius to work in IE*/
	behavior:url(border-radius.htc);
}
.upcoming_courses_titles {
	padding: 0 10px 0 10px;
}
.upcoming_courses_titles .td_header {
	color: #0099D8;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 0 10px;
}
/*.upcoming_courses_table {
	padding: 0 20px 0 20px;
}
.upcoming_courses_table td {
	padding: 2px 0 0 0;
}*/
.upcoming_courses_inner_table {
	padding: 0 12px 0 12px;
	*padding: 0 17px 0 17px; /* IE7 and below */
    _padding: 0 17px 0 17px; /* IE6 and below */
}
.upcoming_courses_inner_table td {
	padding: 2px 0 0 10px;
	*padding: 5px 0 0 12px; /* IE7 and below */
    _padding: 5px 0 0 12px; /* IE6 and below */
}
.course_results_headers {
	font-size: 12px;
	font-weight: bold;
	font-variant:small-caps;
	color: #0099D8;
}
.title_blue {
	color: #0099D8;
}
.course_results_table {
    font-size: 10px;
}
.course_results_table td {
    padding: 5px 0 5px 0;
}
.course_search_results_outer_table {
    padding: 0 10px 0 10px;
	margin: 0px;
    background-color:#fcf0b7;
	border:1px;
	border-color:#0099D8;
	border-style: solid;
	/*curved border styles*/
	border-radius: 10px; /*CSS3*/
	-moz-border-radius: 10px; /*Firefox*/
	-webkit-border-radius: 10px; /*Safari and Chrome*/
	-khtml-border-radius:10px; /*Linux browsers*/
	/*to allow border-radius to work in IE*/
	behavior:url(border-radius.htc);
}
.course_list_links {
    padding:5px 0 5px 0;
	*padding: 2px 0 2px 0; /* IE7 and below */
    _padding: 2px 0 2px 0; /* IE6 and below */
	border-bottom:1px solid #ececec;
}

/*styles for calendar on Schedule page*/
table.calendar tr {
	height: 50px;
	width: 50px;
	text-align: center;
}
table.calendar td {
	font-size: 16px;
	font-weight: bold;
}
table.calendar th {
	width: 100px;
	text-align: center;
}
.calendar-month {
	font-size: 20px;
	font-weight: bold;
	color: #97C549;
	text-decoration: none;
}
.calendar_linked_day a:link {
	font-size: 16px;
	font-weight: bold;
	color: #0099D8;
	text-decoration: none;
}
.calendar_linked_day a:hover {
    text-decoration: underline;
}
.calendar_linked_day a:active, .calendar_linked_day a:visited {
    text-decoration: none;
}
.calendar-prev {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.calendar-prev a:link {
	font-size: 18px;
	font-weight: normal;
	color: #0099D8;
	text-decoration: none;
}
.calendar-prev a:visited, .calendar-prev a:active {
    text-decoration:none;
}
.calendar-prev a:hover {
	font-weight: bold;
	text-decoration:none;
}
.calendar-next {
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}
.calendar-next a:link {
    font-size: 18px;
    font-weight: normal;
	color:#0099D8;
    text-decoration: none;
}
.calendar-next a:visited, .calendar-next a:active {
    text-decoration: none;
}
.calendar-next a:hover {
    font-weight: bold;
    text-decoration: none;
}

/*software development table styles*/
.softdev_table table {
	/*border-width:1px;
	border-color:#97C549;
	border-style:solid;*/
	padding: 0 10px 0 10px;
	margin: 0px;
    background-color:#fcf0b7;
	border:1px;
	border-color:#0099D8;
	border-style: solid;
	/*curved border styles*/
	border-radius: 10px; /*CSS3*/
	-moz-border-radius: 10px; /*Firefox*/
	-webkit-border-radius: 10px; /*Safari and Chrome*/
	-khtml-border-radius:10px; /*Linux browsers*/
	/*to allow border-radius to work in IE*/
	behavior:url(border-radius.htc);
}
.softdev_table td {
	font-size: 12px;
	font-weight: normal;
	color: #919191;
	line-height:13px;
}
.softdev_table_headers td {
	font-size:14px;
	font-weight: bold;
	color: #0099D8;
	padding: 5px 0 10px 0;
}
.softdev_table ul {
	list-style:inside;
	margin-left:15px;
}
.softdev_table ul li {
    list-style-type:disc;
}


/********** registration form **********/
/*#registration_form {
	margin:0;
    padding:5px 0;
}
#registration_form table tr {
	margin:0;
	padding:0;
}
#registration_form table tr td {
	margin:0;
	padding:5px 0 5px 0;
	background:none;
	border:none;
}
#registration_form label.reg_label { 
    margin:0; 
	padding:5px 0 0 10px;
	color:#5f5f5f;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#registration_form label.reg_label span {
	color:#0099D8;
}
#registration_form input.reg_input_box { width:300px; border:1px solid #e8e8e8; margin:2px 0; padding:5px 2px; height:16px; background:#f8f8f8; color:#5f5f5f; font: normal 12px Arial, Helvetica, sans-serif; }*/
/*#registration_form textarea { width:300px; border:1px solid #e8e8e8; margin:2px 0; padding:2px; background:#f8f8f8; float:left; color:#5f5f5f; font: normal 12px Arial, Helvetica, sans-serif; }*/

/*******************registration form**********************/
#registration_form { margin:0; padding:5px 0; }
#registration_form * {
	color:#0099D8;
}
#registration_form ol { margin:0; padding:0; list-style:none; }
#registration_form li { margin:0; padding:10px 0 10px 0; background:none; border:none; display:block; clear:both; }
#registration_form li.buttons {
	margin:0 0 5px 0;
	clear:both;
}
#registration_form label.reg_label { margin:0; padding:10px 0 0 10px; color:#5f5f5f; font: normal 12px Arial, Helvetica, sans-serif;  float:left; }
#registration_form label.reg_label span {
	color:#0099D8;
	font-weight:normal;
}
#registration_form input.reg_input_box { width:300px; border:1px solid #e8e8e8; margin:2px 0; padding:5px 2px; height:16px; background:#f8f8f8; float:left; color:#5f5f5f; font: normal 12px Arial, Helvetica, sans-serif; }
#registration_form select.reg_select_box { width:305px; border:1px solid #e8e8e8; margin:2px 0; padding:5px 2px; height:26px; background:#f8f8f8; float:left; color:#5f5f5f; font: normal 12px Arial, Helvetica, sans-serif; outline: none; }
#registration_form textarea { width:300px; border:1px solid #e8e8e8; margin:2px 0; padding:2px; background:#f8f8f8; float:left; color:#5f5f5f; font: normal 12px Arial, Helvetica, sans-serif; }
#registration_form li.buttons input { padding:0px 0 5px 0; margin:0; border:0; color:#FFF; float:left; }


