/*
	 
	 fixed , fluid, fixed layout
	 developed by thinkingspaceweb.co.za
	 
	
*/

/* reset css */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,  th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;

}
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.tr1 {
	bgcolor:#FFF;
	
}

.tr2 {
	bgcolor:#CCC;
	
}

/* END reset css */


h1                  {
	color: #074487;
	padding: 5px;
	font-size:16px;
}





.clear {clear:both;}

body				{ 	font-family: Verdana, Geneva, sans-serif; font-size:11px; line-height:24px;
						background: #FFF;
						 }

#wrapper, #head_wrap, #content_wrap, #header, #footer, #navigation { max-width: 960px; min-width: 560px;} 
/* change max and min width if you like but rememeber to change the padding on main_content too */

#wrapper		    { margin: 0 auto; position: relative; zoom: 1;  }

#head_wrap, 		{position: relative; }
#content_wrap		{position: relative;background:#fff; }

#header             {
	margin: 0px auto 0;
	background-color: #369;
	background-repeat: inherit;
	background-image: url(../images/header_background.jpg);
}

#navigation         {
	/*important;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 38px;
	padding-left: 0px;
	font-size: 12px;
	background-color: #074487;
} /*menu height is 40px - not T and B padding */
					  
					  
#main_content       { background: none;   /* steve: let the wrapper bg shine through*/ 
					  padding: 16px 190px 60px 190px;}

#left_sidebar       {
	position: absolute;
	left: 0;
	top: 0;
	width: 168px;
	bottom: 0;
	background-color: #ffffff;
	height: 756px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
}


                      
#right_sidebar  	{
	position: absolute;
	right: 0;
	top: 0;
	width: 160px;
	bottom: 0;
	padding: 20px 10px;
	background-color: #FFFFFF;
}
 
 
/* HEADER */

#logo				{
	width:940px;
	float:right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
}
 
/* INTERNAL DIVS  */

/*use s_i_c for graphics and images- just <p>tags for other content*/

.sidebar_internal_content {
	width:160px;
	padding:10px 2px;
	float:left;
	color:#333;
	font-size:11px;
	line-height:18px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #FFF;
}
.sidebar_internal_content_left {
	width:160px;
	float:left;
	color:#333;
	font-size:11px;
	line-height:18px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background-color: #DBEFFD;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 7px;
}







/* EMPHASIS OR NOT */

.the_small_print 	{font-size:9px; color:#666;}
.wow				{
	font-weight:bold;
	color:#309;
}



/* MAIN CONTENT LENGTH FIx  ? */


/* FOOTER */

#footer             {
	margin: 0 auto 15px;
	background-color: #DBEFFD;
	color: #333;
}
					  
#footer p           {
	padding: 10px;
	color: #333;
	text-align: center;
}
#footer a           { color: black;  text-decoration: none; }
#footer a:hover     {
	color: #069;
}



/*FOOTER - cities*/

#footer_cities_listing 		{
	background-color:#DBEFFD;
	font-size:8px;
	text-align:center;
}/*use text-align center if table layout */	

#footer_cities_listing a  	{
	color: #333;
	padding-right:10px;
	border:none;
	text-decoration: none;
}

/*only used if none table layout is required*/
#footer_cities_listing ul 	{ text-align:left; padding: 100px 40px 100px 40px; line-height: 32px; word-spacing: 5px;}
#footer_cities_listing li 	{ display:inline; }


/*NAV MENU - */

#livechatdiv {
	position:absolute;
	left:868px;
	top:0px;
	width:81px;
	height:76px;
	z-index:1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
}
#livechatdiv a:link {
	color: #FFF;
	font-size: 24px;
}

	
#course_title_and_intro h3 a {
	font-size: 12px;
	color: #22393B;
	text-decoration: none;
	
}
#course_title_and_intro h3 a:hover {
	font-size: 12px;
	color: #06C;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #06C;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
#centerbuffer {
	min-height:380px;
	text-align: center;
}

#courses_city_buffer {
	min-height:100px;
	text-align: center;
}

#adobelivelogo {
	position:absolute;
	left:402px;
	top:12px;
	width:125px;
	height:23px;
	z-index:2;
}
#classdetail {
	color:#333;
	font-size:11px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background-color: #DEDFFF;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-weight: normal;
	
}

.shadow {
  -moz-box-shadow:    3px 3px 5px 5px #ccc;
  -webkit-box-shadow: 3px 3px 5px 5px #ccc;
  box-shadow:         3px 3px 5px 5px #ccc;
}

.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}


#transacttable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.floatright {
	float: right;
	padding-right: 10px;
}
.dreamweaver {
	color: #799031;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}
.flash {
	color: #B51221;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}
.coldfusion {
	color: #637B9C;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}
.illustrator {
	color: #E4751F;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}
.indesign {
	color: #8E285F;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}
.citytitle {
	color: #333;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.captivate {
	color: #84BD83;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}
.aftereffects {
	color: #525173;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}
.photoshop {
	color: #466EA2;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}
.premiere {
	color: #836494;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}
.robohelp {
	color: #1D6B73;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}
.acrobat {
	color: #E92A20;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}

.pagetitle {
	color: #666;
	font-size: 32px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.pagetitleblack {
	color: #000;
	font-size: 36px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.pagetitlewhite {
	color: #FFF;
	font-size: 36px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.contribute {
	color: #5A4FB4;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}
.soundbooth {
	color: #8B8277;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}
#tagline {
	color: #FFF;
	height: 65px;
	width: 546px;
	position: absolute;
	left: 249px;
	top: 11px;
}
.css {
	color: #FFBA00;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}
.php {
	color: #6785B7;
	font-size: 24px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: -25px;
}
.cityaddress {
	float: left;
	width: 200px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: 260px;
	margin-top: 0px;
}

}
.cityaddress1 {
	float: right;
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 150px;
	margin-top: 0px;
}
.map {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	border: 1px double #000;
}

.cityinfo {
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}

.citydates {
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	overflow: scroll;
	max-height:620px;
	min-height:620px;
	
}.regtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: -25px;
}
#cityhometable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 14px;
}
#admintables {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #CCC;


	table.padding=6;
	table.cellspacing= 5;
}
.simplecentre {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#footer_cities {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
