/*-------------------- Base --------------------*/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #444444;
    margin: 0;
    padding: 0;
	font-size: 62.5%;
	background-image: url(images/bg_all.gif);
	background-position: top;
	background-repeat: repeat-x;
}

table {
    font-size: 100%;
}

a {
    color: #62198A;
    background-color: transparent;
}

img {
    border: none;
    vertical-align: middle;
}

p {
    margin: 0 0 0.75em 0;
    line-height: 1.5em;
	font-size: 1.1em;
}

p img {
    border: none;
    margin: 0;
}

hr {
    border: 0;
    height: 1px;
    color: #62198A;
    background-color: #62198A;
    margin: 0.5em 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #1C156E;
    background-color: transparent;
    font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0.25em 0 0.5em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1C156E;
    text-decoration: none;
}

h1 {
	font-size: 210%;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 140%;
    font-weight: bold;
}

h4 {
    font-size: 125%;
    font-weight: bold;
}

h5 {
    font-size: 110%;
    font-weight: bold;
}

h6 {
    font-size: 90%;
    font-weight: bold;
}

ul {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-image: url(images/bullet.gif);
    list-style-type: disc;
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 2.5em;
    padding: 0;
    list-style-image: none;
}

li {
    margin-bottom: 0.5em;
}

fieldset {
    border: 1px dotted #62198A;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}

legend {
    background: #FFFFFF;
    padding: 0.5em;
    font-size: 90%;
}

form {
    border: none;
    margin: 0;
}

label {
    font-weight: bold;
}

textarea {
    font: 110% Monaco, "Courier New", Courier, monospace;
    border: 1px solid #62198A;
    color: #000000;
    background: #FFFFFF url(images/input_background.gif) repeat-x;
    width: 100%;
}

input[type=text] {
    visibility: visible;
    border: 1px solid #62198A;
    color: #000000;
    vertical-align: middle;
    background: #FFFFFF url(images/input_background.gif) repeat-x;
}

select {
    border: 1px solid #62198A;
    color: #000000;
    background-color: #FFFFFF;
    vertical-align: top;
}

.field {
    top: 0;
    left: 0;
    margin: 0 1em 1em 0;
}

.field .field {
    margin: 1em 0 0 0;
}

.fieldRequired {
    background: url(images/required.gif) center left no-repeat;
    padding: 0 0 0 8px;
    color: red;
}

.context {
    background: transparent url(images/linkTransparent.gif) 5px 1px no-repeat;
    cursor: pointer;
    font-size: 90%;
    padding: 1px 1px 1px 12px;
    text-transform: lowercase;
}

blockquote {
    padding-left: 0.5em;
    margin-left: 0;
    border-left: 4px solid #62198A;
    color: #999999;
}



.visualClear {
    display: block;
    clear: both;
}

.visualClear1px {
    height: 1px;
	display: block;
    clear: both;
}
*html .visualClear1px {
	font-size: 1px;
}
.netscape4 {
    display: none;
}


/* Portlet */

dl.portlet {
    margin: 0;
    border-bottom: 1px dotted #62198A;
}
dl.portlet a {
    text-decoration: none;
}

dd.portletItem a,
dd.portletFooter a {
    color: #EDEDED;
	border-bottom: none;
}
dd.portletItem a:visited,
dd.portletFooter a:visited {
    color: #EDEDED;
}

.portletHeader {

    background-color: transparent;

    border-bottom: 1px solid #62198A;

    margin: 0;

	padding: 0;

    text-transform: capitalize;

    line-height: 1.6em;

	font-size: 1.7em;

    font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;

	color: #D2AFFF; 

}

*html .portletHeader{

    font-weight: bold;

}



.portletHeader a {

    color: #D2AFFF;

}



.portletItem {

    margin: 0;

    padding: 1.5em 0;

    border-left: none;

    border-right: none;

}



.portletItem a {

    display: block;

}



.portletItemDetails {

    text-align: right;

    display: block;

    color: #DEDEDE;

}



dd.portletFooter {

    background-color: transparent;

    margin: 0;

    padding: 0.25em 0em;

    border-top: 1px dotted #62198A;

    text-align: right;

}



/* Misc */

.colorMagenta{
	color: #62198A;
}
.colorPink {
	color: #900090;
}
.colorRed {
	color: #CC0000;
}
.colorBlack {
	color: #444444;
}
.noBold {
	font-weight: normal;
}

.imageFloatLeft{
	float: left;
	margin: 0;
	padding: 0 1em 1em 0;
}

.imageFloatRight{
	float: right;
	margin: 0;
	padding: 0 0em 1em 1em;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.backtotop{

	text-align: right !important;

	font-size: 90%;

	margin-bottom: 1em;

	margin-top: 0.5em;
}

.whiteBackground{

	background-color: #FFFFFF !important;

	background-image: none !important;

}

.lightgrayBackground{
	background-color: #F6F6F6 !important;
	background-image: none !important;
}



/*-------------------- Layout --------------------*/

#visual-portal-wrapper{

	margin: 0 auto;

	padding: 0;

	width: 780px;

	text-align: left;

}



#header{
	margin: 0;
	padding: 0;
	background-image: url(images/bg_header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	border-bottom: 2px solid #1C156E;
}

#logo{

	float: left;

}

#secondaryNavigation{

	float: right;

	color: #62198A;

	padding: 1em;

	text-transform: lowercase;
	text-align: right;


}

#secondaryNavigation a:link,

#secondaryNavigation a:visited{

	text-decoration: none;

}

#secondaryNavigation  a:hover,

#secondaryNavigation  a:visited:hover{

	text-decoration: underline;

}

#mainNavigation{
	display: block;
	margin: 0;
	padding: 0.6em 0;
	clear: both;
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	list-style: none;
	text-align: left;
}

#mainNavigation li{
	margin: 0;
	padding: 0;
	display: inline;
}

#mainNavigation li a{
	color: #49448B;
	border-right: 1px solid #1C156E;
	text-decoration:none;
	padding: 0.6em 0.8em;
	margin: 0;	
	background-image: url(images/bg_nav_off.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	display: block;
}

#mainNavigation li a:hover{

	color: #1C156E;

	background-image: url(images/bg_nav_on.gif);

}

#mainNavigation li a.selected{

	color: #1C156E;

	background-image: url(images/bg_nav_on.gif);

}



#contentWrapper{

	clear: both;

	background-image: url(images/bg_contentwrapper.gif);

	background-repeat: repeat-y;

	background-position: center;

	margin-top: 0px;

	border-top: 2px solid #FFFFFF;

	border-bottom: 2px solid #1C156E;

	min-height: 450px;

}

* html #contentWrapper{

	height: 450px;

}



#contentBodyWrapper{

	background-image: url(images/bg_content.gif);

	background-repeat: repeat-x;

	background-position: top;

	width: 588px;

	float: left;

	margin: 0;

	margin-left: 1px;

	padding: 0;

}

#contentBodyHomeWrapper{

	width: 590px;

	float: left;

	margin: 0;

	padding: 0;

}

#contentBodyHome{

	background-image: url(images/bg_content.gif);

	background-repeat: repeat-x;

	background-position: top;

	margin: 0;

	margin-left: 1px;

	padding: 0;

}

#contentBody{

	background-image: url(images/bg_content-topcorner.gif);

	background-repeat: no-repeat;

	background-position: right top;

	margin: 0;

	margin-left: 1px;

	padding: 0;

}

#homeImageBanner{

	margin: 0;

	padding: 0;

}

#leftPortalWrapper{

	width: 190px;

	float: right;

	margin: 0;

	padding: 0;	

}



#contentWrapperIFrame{

	width: 590px;

	float: left;

	margin: 0;

	padding: 0;

}



.visualPadding{

	margin: 0;

	padding: 1.5em;

}



/* Left Portal */

#leftPortal{

	background-image: url(images/bg_rightpanel-topcorner.gif);

	background-repeat: no-repeat;

	background-position: left top;

	margin: 0;

	padding: 0;

}

#leftPortal .visualPadding{

	padding: 1.6em;

}

#leftPortal ul {

    list-style-image: url(images/bullet-white.gif);

    list-style-type: disc;

}



/* Navigation Tree */

.navigationTree{

    list-style-image: url(images/bullet-whitearrow.gif) !important;

    list-style-type: square;
	font-size: 1.1em;

}

*html .navigationTree li{
	margin-bottom: 0em;
}

.subNavBackground{
	background-image: url(images/pic_rightpanel02.jpg) !important;
	min-height: 260px;
}

*html .subNavBackground{
	height: 260px;
}





/* Home Columns */

.columnLeft{
	margin: 0;
	padding: 0;
	padding-right: 20px;
	float: left;
	width: 280px;
	border-right: 1px dotted #62198A;
}

.columnRight{
	margin: 0;
	padding: 0;
	float: right;
	width: 240px;
}

.columnRight hr {
    color: transparent;
    background-color: transparent;
	border-bottom: 1px dotted #62198A;	
}

.homepage h1 {
	font-size: 180%;
}
.homepage h2 {
	font-size: 150%;
	font-weight: bold;
}


/* Banner */

.smallBanner{
	background-image: url(images/bg_smallbanner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 7px 12px; 
	min-height: 50px;
	font-size: 12px;
	text-align: center;	
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
}

.smallBanner a{
	color: #FFFFFF;
	text-decoration: none;

}

.smallBanner a:hover,
.smallBanner a:visited:hover{
	text-decoration: underline;
}

*html .smallBanner{
	height: 50px;
}





/* Table */

.feesTable td{
	padding: 0.2em 0;
}

.feesTable tr{
	background-image: url(images/bg_dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.scheduleTable td,
.scheduleTable th{
	text-align: center;
	padding: 0.5em 0.2em;
	border: 1px #DEDEDE;
	border-style: none solid solid none;
}

.scheduleTable{
	border: 1px #DEDEDE;
	border-style: solid none none solid;
}





/* Photo Gallery */

.galleryFolder {
	float: left;
	width: 70%;
	height: 100px;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 0;
}

* html .galleryFolder {
	margin: 0 1.2em 1.5em 0;
	width: 45%;
}

.galleryItem{
	margin: 0;
	text-align: center;
}



/* Press */

h2.newsHeadline{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0em;
}

h2.newsHeadline a{
	color: #62198A !important;
}

.byLine{
	font-size: 0.9em;
	color: #666666;
}





/* Footer */

#footerWrapper{
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
	margin-top: 1px;
	padding: 0.9em;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.2em;
}

#copyright{

	color: #AAAAAA;

	margin: 0;

	margin-top: 2em;

	padding: 0.9em;

}

#copyright a{

	color: #AAAAAA;

	text-decoration: none;

}


/* Misc */
.noBottomMargin {
	margin-bottom: 0;	
}



/* phplist */
.poweredphplist {
	display: none;
}


.required {
	color: #CC0000;
}.bold {
	color: #1C156E;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
}
.normal {
	color: #1C156E;
	text-decoration: underline;
	font-size: 12px;
	font-style: normal;
	word-spacing: 33px;
	font-weight: bolder;
}

.facebooklink {
	background: transparent url(images/facebook_16.png) no-repeat right top;
	text-transform: capitalize !important;
	display: block;
	padding: 2px 20px 2px 0px;
	margin-top: 5px;
}.colorPinkSale {
	color: #900090;
	font-size: 120%;
}
.Sale {
	font-size: 160%;
	font-weight: normal;
	color: #CC3300;
}
.visiting {
	font-size: 110%;
	font-weight: normal;
	color: #900090;
}
.intructorsname {
	color: #663399;
	font-size: 100%;
	font-weight: normal;
}
