/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	background: url(../images/tile.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
}

h1
{
	font-size: 21px;
	color: #7ac043;
	font-weight: normal;
}

h2
{
	font-weight: bold;
	font-size: 14px;
	color: #00b6de;
	margin-top: 20px;
}

.content p
{
	font-size: 12px;
	color: #6a737b;
}
.grey
{
	color: #6a737b;
}

.orange
{
    color: #FF3300;
}

.tableboldblue
{
	color: #00b6de;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}

.tableboldgreen
{
	color: #7ac043;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding: 3px;
}

.tableboldgrey
{
	color: #6a737b;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
}

.content ul
{
	color: #6a737b;
	margin: 0px;
	padding: 0px;
}

.content ol
{
	color: #6a737b;
	margin: 0px;
	padding: 0px;
}

.content li
{
	font-size: 11px;
	line-height: 14px;
	margin-left: 17px;
}
#col1 ul, #col2 ul
{
	color: #6a737b;
	margin: 0px;
	padding: 0px;
}

#col1 li, #col2 li
{
	font-size: 12px;
	line-height: 14px;
	margin-left: 17px;
}

input, text area
{
	border: solid 1px #d7d7d7;
	width: 150px;
}


.button
{
	border: solid 1px #d7d7d7;
    cursor:pointer;
}

input.radio
{
	width: 10px;
	border: 0;
}

.tabletxtgrey
{
	color: #6a737b;
	font-size: 11px;
	font-weight: normal;
}
.formtxt
{
	color: #6a737b;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.whiterow
{
	background-color: #FFF;
}

.wrapper
{
	position: relative;
	margin: 0px auto;
	width: 900px;
}

#logo h1, #logo small
{
	margin: 0px;
	display: block;
	text-indent: -9999px;
}

#logo
{
	width: 244px;
	height: 111px;
	float: left;
	background: url(../images/logo.jpg) top left no-repeat;
}



.videobg
{
	width: 651px;
	height: 425px;
	background: url(../images/video_bg.jpg) top left no-repeat;
	clear: both;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}


#videoholder
{
	position: absolute;
	top: 13px;
	left: 50px;
	width: 500px;
	height: 380px;
}

.contentwrapper
{
	width: 693px;
	height: auto;
	float: left;
	background: url(../images/content-tile.jpg) repeat-y top left;
}



.spacing
{
	margin-bottom: 50px;
}

.communityspacing
{
	margin-bottom: 100px;
}

.contentwrapperb
{
	width: 693px;
	float: left;
	padding: 0px;
	float: left;
	background: url(../images/content-btm.jpg) bottom left no-repeat;
}


.content
{
	width: 589px;
	margin-left: 47px;
	padding-bottom: 30px;
	float: left;
	display: inline;
	min-height: 200px;
}

#contentb
{
	width: 290px;
	margin-left: 12px;
	padding-bottom: 30px;
	float: left;
}


.padding
{
	margin-left: 12px;
	margin-right: 12px;
}

.content a
{
	color: #6a737b;
	font-weight: bold;
}

.content a:hover
{
	text-decoration: none;
}

.contact_details
{
	padding: 20px 0 0 70px;
	font: 12px Arial, Helvetica, sans-serif;
}

.contact_details a
{
	color: #6a737b;
	font-weight: bold;
}

.contact_details a:hover
{
	text-decoration: none;
}

form #start
{
	background: url(../images/form.gif) no-repeat;
	width: 198px;
	height: 319px;
	float: left;
	margin-top: 10px;
	margin-left: 49px;
	display: inline;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 60px 0px 0px 25px;
}

form #contact
{
	background: url(../images/contact.gif) no-repeat;
	width: 198px;
	height: 319px;
	float: left;
	margin-left: 49px;
	display: inline;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 60px 0px 0px 25px;
}

.login_panel
{
	background: url(../images/login_panel.gif) no-repeat;
	width: 198px;
	height: 182px;
	float: left;
	margin-left: 49px;
	display: inline;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 60px 0px 0px 25px;
}

ul#authorlinks
{
	width: 103px;
	float: right;
	display: inline;
	margin-top: 103px;
	padding: 0px;
	margin-right: -2px;
}


ul#authorlinks li
{
	display: inline;
	padding: 0px;
}

ul#authorlinks li a
{
	float: left;
	text-decoration: none;
	text-indent: -9999px;
	margin: 4px 0px;
	border-right: 3px solid #e7e6e6;
	margin-right: -3px;
}

ul#authorlinks li#author1 a
{
	background: url(../images/author1.jpg) no-repeat;
	width: 75px;
	height: 39px;
}
ul#authorlinks li#author1 a:hover
{
	background-position: bottom left;
}

ul#authorlinks li#author2 a
{
	background: url(../images/author2.jpg) no-repeat;
	width: 75px;
	height: 39px;
}
ul#authorlinks li#author2 a:hover
{
	background-position: bottom left;
}

ul#authorlinks li#author3 a
{
	background: url(../images/author3.jpg) no-repeat;
	width: 75px;
	height: 39px;
}
ul#authorlinks li#author3 a:hover
{
	background-position: bottom left;
}


ul#authorlinks li#author4 a
{
	background: url(../images/author4.jpg) no-repeat;
	width: 75px;
	height: 39px;
}
ul#authorlinks li#author4 a:hover
{
	background-position: bottom left;
}


ul#authorlinks li#author5 a
{
	background: url(../images/author5.jpg) no-repeat;
	width: 75px;
	height: 39px;
}
ul#authorlinks li#author5 a:hover
{
	background-position: bottom left;
}


ul#authorlinks li#author6 a
{
	background: url(../images/author6.jpg) no-repeat;
	width: 75px;
	height: 39px;
}
ul#authorlinks li#author6 a:hover
{
	background-position: bottom left;
}



#internalvideobg
{
	width: 651px;
	height: 393px;
	background: url(../images/internal-video-header.jpg) top left no-repeat;
	float: left;
	margin-bottom: 10px;
	position: relative;
}
#footertxt
{
	position: absolute;
	top: 118px;
	left: 10px;
	margin: 0px;
	padding: 0px;
}

#philter
{
	position: absolute;
	top: 118px;
	right: 10px;
	margin: 0px;
	padding: 0px;
}

#ptag-au
{
	position: absolute;
	top: 118px;
	right: 115px;
	margin: 0px;
	padding: 0px;
}

ul#login
{
	float: right;
	margin-right: 59px;
	margin-top: 50px;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	width: 129px;
	height: 26px;
	display: inline;
	clear: right;
}
ul#login li
{
	display: block;
}
ul#login li a
{
	background: url(../images/login_btn.gif) top left;
	height: 26px;
	width: 129px;
	float: left;
	text-decoration: none;
	text-indent: -9999px;
}
ul#login li a:hover, ul#login li a.current
{
	background-position: left bottom;
}
ul#nav
{
	display: block;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 249px;
}
ul#nav li
{
	display: block;
	margin-top: -5px;
	padding: 0px;
}
ul#nav li a
{
	float: left;
	text-decoration: none;
	text-indent: -9999px;
}
.why
{
	position: absolute;
	top: 0px;
	left: 34px;
	z-index: 3;
	z-index: 100;
}
.pathway
{
	position: absolute;
	top: 120px;
	left: 66px;
	z-index: 99;
}

.workshops
{
	position: absolute;
	top: 185px;
	left: 130px;
	z-index: 110;
}

.involved
{
	position: absolute;
	top: 75px;
	left: 134px;
	z-index: 101;
}
.play
{
	position: absolute;
	top: 210px;
	left: 54px;
	z-index: 3;
}
ul#nav li#topnav-4 a
{
	background: url(../images/btn4.png);
	width: 125px;
	height: 81px;
	position: absolute;
	top: 200px;
	left: 64px;
	z-index: 3;
}
ul#nav li#topnav-4 a:hover, ul#nav li#topnav-4 a.current
{
	background-position: bottom;
}

.navstart
{
	position: absolute;
	top: 249px;
	left: 107px;
	z-index: 103;
}

.cecs
{
	position: absolute;
	top: 332px;
	left: 75px;
	z-index: 102;
}

.certification
{
	position: absolute;
	top: 370px;
	left: 54px;
	z-index: 7;
}

.bridging
{
	position: absolute;
	top: 435px;
	right: -20px;
	z-index: 12;
}

.navcontact
{
	position: absolute;
	top: 500px;
	left: 61px;
}



img, #nav
{
	behavior: url(../iepngfix.htc);
}

.navigation
{
	width: 249px;
	height: 540px;
	position: absolute;
	top: 93px;
	right: 0px;
	background: url(../images/navigation.jpg) top left no-repeat;
	z-index: 2;
}

#footer
{
	width: 852px;
	height: 137px;
	position: relative;
	left: 48px;
	margin-bottom: 30px;
	background: url(../images/footer.gif) top left no-repeat;
	clear: both;
	color: #fff;
	font-size: 11px;
	color: #fff;
	padding: 0px;
}


ul#footerlinks
{
	position: absolute;
	top: 0px;
	left: 141px;
	display: inline;
	padding: 0px;
	margin: 20px 0px 0px 36px;
	z-index:99;
}

ul#footerlinks li
{
	display: inline;
	padding: 0px;
}

ul#footerlinks li a
{
	float: left;
	text-decoration: none;
	text-indent: -9999px;
}

ul#footerlinks li#footernav1 a
{
	background: url(../images/ptagTour.gif);
	height: 69px;
	width: 151px;
	margin-top: 17px;
}
ul#footerlinks li#footernav1 a:hover, ul#footerlinks li#footernav1 a.current
{
	background-position: bottom;
}



ul#footerlinks li a
{
	float: left;
	text-decoration: none;
	text-indent: -9999px;
}

ul#footerlinks li#footernav2 a
{
	background: url(../images/community1.jpg);
	height: 53px;
	width: 133px;
	margin-top: 26px;
	margin-left: 15px;
}
ul#footerlinks li#footernav2 a:hover, ul#footerlinks li#footernav2 a.current
{
	background-position: bottom;
}

ul#footerlinks li#footernav3 a
{
	background: url(../images/ptacourses1.gif) top left no-repeat;
	height: 69px;
	width: 151px;
	margin-top: 17px;
}
ul#footerlinks li#footernav3 a:hover, ul#footerlinks li#footernav3 a.current
{
	background-position: bottom;
}

#footer a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover
{
	text-decoration: underline;
}
a img
{
	border: none;
	margin: 0px;
	padding: 0px;
}

#signup
{
	width: 235px;
	height: 70px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/sign-up.jpg) top left no-repeat;
	display: block;
	float: left;
}

#signup:hover
{
	background-position: bottom left;
}

#col1
{
	width: 268px;
	float: left;
	display: inline;
	margin-right: 21px;
}

#col2
{
	width: 268px;
	float: left;
}

/** How do i start page updated css **/
.table-text, .table-green-text
{
	font-size: 12px;
	color: #6a737b;
}

.table-green-text, .table-green-text a
{
	color: #7ac043;
}

/** for package radios **/
.table-text input
{
	padding: 0;
	margin: 0;
	width: 20px;
	border: none;
}

.table-text input.button
{
   cursor:pointer;
   border: solid 1px #d7d7d7;
}

body.popup
{
	background: #fff;
}

.popup p, .popup h1, .popup ul
{
	padding: 0 10px 0 10px;
}

.popup .content
{
	background: url(../images/pta_logo_popup.jpg) top right no-repeat;
	padding-top: 10px;
}

span.red
{
	color: #ff0000;
}

.cert-table th
{
	text-align: center;
	height: 40px;
}

.cert-table td, .cert-table th
{
	border-right: 1px dashed #e1e0e0;
}

.cert-table .prices td
{
	line-height: 30px;
	font-weight: bold;
	border-bottom: 3px solid #fff;
}

.prices .tableboldgreen, .prices .tableboldblue
{
	font-size: 14px;
}

/*
	Logout area
*/

.logout_panel{
	position:absolute;
	right:0;
	top:52px;
	color:#6A737B;
	font:11px Arial, Helvetica, sans-serif;
}

.logout_panel span{
	float:left;
	background:url(../images/logout_panel_left.gif) no-repeat;
}

.logout_panel span span{
	background:url(../images/logout_panel_right.gif) no-reinputight top;
	padding:0 25x 0 6px;
}
.logout_panel span span span{
	background:url(../images/logout_panel_back.gif) repeat-x;
	height:34px;
}

.logout_panel button{
	width:80px;
	height:34px;
	margin:0 0 0 10px;
	padding:0;
	background:none;
	border:none;
	outline:none;
	vertical-align:middle;
	cursor:pointer;
}

/* Newsletter form */
#newsletterFormContainer
            {
               position:absolute;
               top:0px;
               left: 500px;
               float:left;
               z-index:999;
            }
            #newsletterForm
            {
               height:330px;
               width:351px;
               background-color:#EAEEEF;
               display:none;
               padding: 15px;
            }
            
            #newsletterForm #newsletterIntro
            {
            display:block;
            color:#666;
            font-size:smaller;
            width:100%;
            margin:0px 3px 3px 3px;
            
            }
            
           #heading
           {
           color:#00B6DE;
           }
            
 
            #newsletterForm fieldset
            {
               padding:20px; 
                border:none;
            }      
            #newsletterForm label
            {
               display:block;
               color:#00B6DE;
            }      
            #newsletterForm input[type=text]
            {
               display:block;
               border:solid 1px #7AC043;
               width:100%;
               margin-bottom:5px;
               height:24px;
            }  
            
            #newsletterForm input[type=submit]
            {
               background-color:#7AC043;
               border:solid 1px #7AC043;
               color:White;
               padding:5px;
            }                
            #contactLink
            {
               height:26px;
               width:160px;
               background-image:url('../images/slidein_button_Small.jpg');
               display:block;
               cursor:pointer;
            }
            #messageSent
            {
               color:#999;
               display:none;
            }

.left_content {
    position: relative;
    float: left;
    width: 200px;
    overflow: hidden;
}

.left_content ul {
    list-style-type:none;
    margin: 0px 0px 22px 0px;
    padding: 5px 0px 0px 2px;
    font-size: 11px;
    float: left;
}

.left_content ul li {
	line-height: 25px;
	margin-left: 17px;
}
