/* GENERAL STYLES */
h1, h2, h3, h4, h5
{
	font-family: Arial,Helvetica,Verdana,Tahoma;
}

a
{
    color: #817165;
}

#Logo
{
	background-image: url(/Data/Assets/Images/logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 457px;
	height: 115px;
	text-indent: -10000px;
	position: absolute;
	top: 0px;
	left: 30px;
}

#HomeCourses
{
	clear: both;
	width: 900px;
	height: 100px;
	background-color: white;
	background-image: url(/Data/Assets/Images/home_course.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	clear: both;
	text-indent: -10000px;
}

body
{
	font-family: Arial, Verdana;
	font-size: 0.8em;
	background-image: url(/Data/Assets/Images/back_body.jpg);
    	text-align: center;
	margin: 10px 0px 0px 0px;
	color: #4d4232;
}

#BodyInner
{

}

#WholePage
{
	background-repeat: no-repeat;
	background-position: 0px 300px;
	padding: 120px 0px 10px 0px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#MainMenu
{
	position: absolute;
	top: 26px;
	right: 0px;
	z-index: 99;
	background-image: url(/Data/Assets/Images/back_MainMenuLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 10px;
	float: left;
}

#MainMenu ul
{
	background-image: url(/Data/Assets/Images/back_MainMenuRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	list-style: none;
	padding: 0px 10px 0px 0px;
	float: left;
}

#MainMenu ul li
{
	display: block;
	float: left;
	background-image: url(/Data/Assets/Images/back_MainMenu.gif);
	background-repeat: repeat-x;
	height: 50px;
}

#MainMenu a
{
	text-indent: -10000px;
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 50px;
	background-image: url(/Data/Assets/Images/menu.gif);
	background-repeat: no-repeat;
}

#MainMenu a.home
{
	width: 57px;
	background-position: 0px 0px
}

#MainMenu a:hover.home
{
	width: 57px;
	background-position: 0px -50px
}

/* -- blog -- */
#MainMenu a.menuitem6154
{
	width: 44px;
	background-position: -57px 0px
}

#MainMenu a:hover.menuitem6154
{
	background-position: -57px -50px;
}

/* -- portfolio -- */
#MainMenu a.menuitem1063
{
	width: 72px;
	background-position: -100px 0px
}

#MainMenu a:hover.menuitem1063
{
	background-position: -100px -50px;
}

#MainMenu a.menuitem1078
{
	width: 69px;
	background-position: -170px 0px;
}

#MainMenu a:hover.menuitem1078
{
	background-position: -170px -50px;
}

#MainMenu a.menuitem6332
{
	width: 93px;
	background-position: -239px 0px;
}

#MainMenu a:hover.menuitem6332
{
	background-position: -239px -50px;
}

#MainMenu a.selected
{
	background-position: inherited -50px;
}

#Page
{
	background-image: url(/Data/Assets/Images/back_pageBottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#PageInner
{
	background-image: url(/Data/Assets/Images/back_pageTop.gif);
	background-position: center top;
	padding: 10px 10px 30px 10px;
	background-repeat: no-repeat;
}

h2.pageHeader
{
	background-image: url(/Data/Assets/Images/back_pageHeader.gif);
	background-position: center top;
	padding: 12px 10px 12px 10px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	color: white;
}

#TopImage
{
	padding: 10px;
	background-color: white;
	margin: 0px 0px 10px 0px;
}


#Footer
{
	padding: 20px 0px 0px 0px;
	font-size: smaller;
	text-align: center;
	clear: both;
	color: white;
}

#Footer a
{
	text-decoration: none;
	color: white;
}

#HomePortfolioSections
{
    float: left;
    width: 900px;
    height: 350px;
    overflow: hidden;
    /*
    background-image: url(/Data/Assets/Images/back_homerotator.png);
    background-position: center center;
    background-repeat: no-repeat;
    */
    background-color: white;
    position: relative;
}

#HomePortfolioSections ul
{
	padding: 10px;
	margin: 0px;
	float: left;
}

#HomePortfolioSections ul li
{
	list-style: none;
	float: left;
	display: block;
	height: 330px;
	width: 880px;
	overflow: hidden;
}

#HomePortfolioSection ul li img
{
}

#HomePortfolioSections .pageSummary
{
	position: absolute;
	background-color: black;
	width: 100%;
	bottom: 10px;
	left: 10px;
	color: white;
	width: 880px;
	
}

#HomePortfolioSections .pageSummary h2
{
	font-size: 1.4em;
	font-family: Tahoma;
}

#HomePortfolioSections p
{
	padding: 0px 10px 10px 10px;
}

#HomePortfolioSections h2
{
	margin-bottom: 0px;
	padding: 10px 10px 0px 10px;
}

#HomePortfolioSections .page
{
	cursor: pointer;
}
/*---Home Blog---*/


#HomeBlog
{
    width: 600px;
    background-image: url(/Data/Assets/Images/back_blogitembottom.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    float: left;
}

#HomeBlog .inner
{
    background-image: url(/Data/Assets/Images/back_blogitemtop.gif);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 20px 20px 40px 20px;
}

#HomeBlog .blogItem .blogItemImage
{
    float: left;
    width: 90px;
}

#HomeBlog .blogItem .blogItemImage a
{
    display: block;
    padding: 5px;
    background-color: White;
}

#HomeBlog .blogItem .blogItemText
{
    float: right;
    width: 450px;
    padding: 0px;
}

#HomeBlog .blogItem h3
{
    margin: 0px;
}

#HomeBlog .blogItem .postedOn
{
    color: #b2a693;
}

#HomeBlog .blogItem
{
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px dotted #c8c1b6;
}

#HomeBlog .last
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: none;
}

#HomeButtons
{
	margin: 0px 0px 0px 0px;
	width: 290px;
	float: right;
}

#HomeButtons .homeButton
{
	padding: 20px;
	background-color: black;
	color: white;
	margin: 0px 0px 1px 0px;
}

#HomeButtons .hover
{
	background-color: #726255;
}

#HomeButtons .homeButton h2
{
	font-size: 1.4em;
	margin: 0px 0px 3px 0px;
}


/* Portfolio */
/*===========*/

#PortfolioSections ul li
{
	overflow: hidden;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	position: relative;
	background-color: white;
}

#PortfolioSections ul li .image
{
	height: 170px;
	overflow: hidden;	
}

#PortfolioSections ul li .text
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 880px;
	background-color: black;
	color: white;
}

#PortfolioSections ul li .text a
{
	text-decoration: none;
	color: white;
}

#PortfolioSections ul li .text h3
{
	margin: 5px 0px 0px 5px;
}

#PortfolioSections ul li .text p
{
	margin: 0px 0px 5px 5px;
}

/* Portfolio Section */
/*===================*/

.template1072 #Col1
{
    padding-right: 300px;
    position: relative;
}

#PortfolioPhoto
{
	background-image: url(/Data/Assets/Images/back_portfolioImage.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	padding: 10px;
}

#ImageText
{
	background-color: black;
	padding: 10px;
	color: white;
}

#ImageText h3
{
	margin: 0px;
}

#PortfolioSectionText
{
	background-color: black;
	padding: 10px;
	color: white;
	margin: 0px 0px 10px 20px;
}

#PortfolioSectionText h2
{
	margin: 0px;
}

#PortfolioSection
{
    width: 600px;
    float: left;
}

#PortfolioPhotos
{
	float: left;
	width: 600px;
	margin: 20px 0px 0px 0px;
}

.portfolioPhoto
{
	background-color: white;
	padding: 10px;
	float: left;
	margin: 0px 20px 20px 0px;
}

.portfolioPhoto .imageText
{
	display: none;
}

/*----PortfolioBuyPhotos----*/
#RightOverlap
{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    width: 308px;
}

#PortfolioBuyPhotos
{
    background-image: url(/Data/Assets/Images/back_buyBottom.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 308px;
    color: #584a3f;
}

#PortfolioBuyPhotos #PortfolioBuyPhotosInner
{
    background-image: url(/Data/Assets/Images/back_buyTop.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 20px;
}

#PortfolioBuyPhotos #PortfolioBuyPhotosInner .description
{
    padding: 10px;    
}

#PortfolioBuyPhotos #PortfolioBuyPhotosInner .description h3
{
    margin: 0px 0px 5px 0px;
}

#PortfolioBuyPhotos #PortfolioBuyPhotosInner .description p
{
    margin: 0px 0px 5px 0px;
}

#PortfolioBuyPhotos #PortfolioBuyPhotosInner #ProductList h3
{
    margin: 0px;
    font-size: 1.2em;
    font-weight: bold;
}

/*----MiniCart----*/
#MiniCart h2
{
    margin: 0px;
}

/*----Product List----*/
#ProductList
{
    padding: 10px;
}

#ProductList h3
{
    margin: 0px;
}

#ProductList ul li
{
    list-style: none;
    margin-bottom: 10px;
}

#ProductList .productType
{
    clear: both;
    padding: 5px 0px 5px 15px;
    cursor: pointer;
    background-image: url(/Data/Assets/Images/back_arrowright.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;
}

#ProductList .active
{
    clear: both;
    padding: 5px 0px 5px 15px;
    cursor: pointer;
    background-image: url(/Data/Assets/Images/back_arrowdown.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;
}  

#ProductList .toggler
{
    cursor: pointer;
}

div.error
{
    background-color: #ffe9e9;
    background-image: url(/Data/Assets/Images/exclamation.gif);
    background-repeat: no-repeat;
    background-position: 2px 3px;
    padding: 5px 5px 5px 21px;
    font-size: smaller;
    color: red;
}

div.Error
{
    background-color: #ffe9e9;
    padding: 10px 10px 1px 10px;
}

div.Error li
{
    background-image: url(/Data/Assets/Images/exclamation.gif);
    background-repeat: no-repeat;
    background-position: 2px 3px;
    padding: 5px 5px 5px 21px;
    color: red;
}

#ProductList .products .productPrice
{
    float: right;
    display: block;
    font-weight: bold;
}

#ProductList .productsSelection
{
}

#ProductList .products
{
    background-color: #e1d9ca;
    padding: 10px 10px 10px 10px; 
}

/*----------Checkout Page--------------*/
#CheckoutItems td
{
    padding: 5px 10px;
}

#CheckoutItems td.cartPhoto
{
    background-image: url(/Data/Assets/Images/back_cartPhoto.gif);
    background-repeat: no-repeat;
    background-position: 80px 25px;
    padding: 5px 25px 5px 5px;
}

#CheckoutItems td.footer
{
    border-top: 1px solid #cccccc;
}

#CheckoutItems div.cartPhoto
{
    padding: 5px;
    background-color: white;
    border: 1px solid #cccccc;
    float: left;
}

#CheckoutItems th
{
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc;
}

#CheckoutItems caption
{
    display: none;
}

#ShoppingCartTotals
{
    padding: 10px 10px 10px 0px;
    text-align: right;
    font-size: 1.6em;
    float: left;
    width: 100%;
}

#ShoppingCartTotals a
{
    font-size: 0.6em;
}

#CheckoutItems tr.item td
{
    background-color: White;
}

#CheckoutItems tr.alternate td
{
    background-color: #f6f6f6;
}

.removeFromCart
{
    display: block;
    color: #f26464;
    background-color: #f6f6f6;
    background-image: url(/Data/Assets/Images/bin.gif);
    background-position: 4px 6px;
    background-repeat: no-repeat;
    border: solid 1px #cccccc;
    padding: 5px 5px 5px 24px;
    float: left;
    text-decoration: none;
}

.removeFromCart:hover
{
    color: #d18484;
    background-color: #f1a8a8;
    border: solid 1px #d18484;
}

.continueShopping
{
    display: block;
    color: gray;
    background-color: #f6f6f6;
    background-image: url(/Data/Assets/Images/basket.gif);
    background-position: 3px 4px;
    background-repeat: no-repeat;
    border: solid 1px #cccccc;
    padding: 5px 5px 5px 26px;
    margin-right: 10px;
    float: left;
    text-decoration: none;
}

.updateCart
{
    display: block;
    color: gray;
    background-color: #f6f6f6;
    background-image: url(/Data/Assets/Images/arrow_refresh.gif);
    background-position: 3px 4px;
    background-repeat: no-repeat;
    border: solid 1px #cccccc;
    padding: 5px 5px 5px 26px;
    float: left;
    text-decoration: none;
    margin-right: 10px;
}

.gotoCheckout
{
    display: block;
    color: gray;
    background-color: #f6f6f6;
    background-image: url(/Data/Assets/Images/basket_go.gif);
    background-position: 3px 4px;
    background-repeat: no-repeat;
    border: solid 1px #cccccc;
    padding: 5px 5px 5px 26px;
    float: left;
    text-decoration: none;
}

.addToCart
{
    display: block;
    color: gray;
    background-color: #f6f6f6;
    background-image: url(/Data/Assets/Images/basket_add.gif);
    background-position: 4px 5px;
    background-repeat: no-repeat;
    border: solid 1px #cccccc;
    padding: 5px 5px 5px 26px;
    margin: 10px 0px 0px 0px;
    float: left;
    text-decoration: none;
}

#YourCart
{
    background-image: url(/Data/Assets/Images/basket.gif);
    background-position: 0px -1px;
    background-repeat: no-repeat;
    text-decoration: none;
    padding: 0px 0px 0px 25px;
}

#YourCart a
{
    text-decoration: none;
}

#YourCart a:hover
{
    text-decoration: underline;
}

/*------------------------------------*/

/*-------Small Checkout---------------*/
#SmallCartItems
{
    margin-top: 20px;
    margin-bottom: 20px;
}

#SmallCartItems .cartPhoto
{
    padding: 3px;
    background-color: white;
    border: 1px solid #cccccc;
    float: left;
}

#SmallCartItems caption
{
    display: none;
}

#SmallCartItems th
{
    border-bottom: 1px solid #cccccc;
    padding: 5px 5px 5px 5px;
}

#SmallCartItems tr.alternate td
{
    background-color: #f6f6f6;
}

#SmallCartItems td
{
    padding: 5px;    
}

#SmallCartItems td.center
{
    text-align: center;
}

#SmallCartItems #ShoppingCartTotals
{
    padding: 0;
}

#SmallCartItems td.footer
{
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #cccccc;
}

#SmallCartItems .gotoBasket
{
    display: block;
    color: gray;
    background-color: #f6f6f6;
    background-image: url(/Data/Assets/Images/basket_back.gif);
    background-position: 3px 4px;
    background-repeat: no-repeat;
    border: solid 1px #cccccc;
    padding: 5px 5px 5px 26px;
    float: left;
    text-decoration: none;
}

#SmallCartItems .continueShopping, #SmallCartItems .gotoBasket
{
    background-position: 3px 4px;   
    padding: 5px 5px 5px 22px;
}


/*------------------------------------*/

/*-------Payment Page-----------------*/
.template1144 #Col1
{
    width: 430px;
    float: left;
    border-right: 1px dotted #c3bcb1;
}

.template1144 #Col1 #Col1Inner
{
    padding: 10px 20px 20px 10px;
}

.template1144 #Col2
{
    width: 420px;
    float: right;
    padding: 0px 0px 20px 0px;
}


/*-------Address----------------------*/

#DeliveryAddress
{
    text-align: left;
    margin: 10px 0px 20px 0px;
    padding: 10px;
    float: left;
}

#DeliveryAddress ul
{
    list-style-type: none;
    float: left;
}

#DeliveryAddress ul li
{
    float: left;
    margin-bottom: 10px;
    clear: both;
    width: 400px;
}

#DeliveryAddress label
{
    width: 100px;
    display: block;
    float: left;
    margin-top: 4px;
    text-align: right;
}

#DeliveryAddress input
{
    margin-left: 5px;
    display: block;
    float: left;
    border: solid 1px #cccccc;
    padding: 3px;
}

#DeliveryAddress select
{
    margin-left: 5px;
    display: block;
    float: left;
    border: solid 1px #cccccc;
    padding: 3px;
}

.payAtPaypal
{
    display: block;
    width: 306px;
    height: 60px;
    background-image: url(/Data/Assets/Images/paywithpaypal.gif);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -10000px;
}

/*------------------------------------*/

.inner
{
    padding: 10px;
}

/* --- Contact Page --- */

.template1129 #Page #Col1
{
	float: left;
	width: 550px;
}

.template1129 #Page #Col2
{
	float: right;
	width: 330px;
}

.template1129 #Page #Col1 #ContactForm
{
	border-right: 1px dotted #c3bcb1;
}

.template1129 #Page #Col2 #OurAddress
{
	margin-left: 20px;
}

.ContactForm fieldset
{
    border: none;
}

.ContactForm legend
{
    display: none;
}

.ContactForm label
{
    width: 20em;
    text-align: left;
    display: block;
    margin-bottom: 5px;
    font-size: 1.2em;     
}

.ContactForm ul li
{
    list-style: none;
    clear: both;
    margin-bottom: 10px;
}

.ContactForm input
{
    border: 1px solid #cccccc;
    padding: 3px;
    background-color: White;
    width: 500px;
}

.ContactForm textarea
{
    font-family: arial;
    font-size: 1em;
    width: 500px;
    height: 100px;
    padding: 3px;
    border: 1px solid #cccccc;
}

.ContactForm .button
{
    display: block;
    float: none;
    color: white;
    text-decoration: none;
    text-indent: -10000px;
    width: 52px;
    height: 28px;
    background-image: url(/Data/Assets/Images/btnSend.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.vcard
{

}

.vcard ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.vcard ul li
{
    margin: 0px 0px 5px 0px;
}

.vcard .fn.org.url
{
    display: none;
}

.vcard ul li.tel
{
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 23px;
    background-image: url(/Data/Assets/Images/telephone.gif);
    background-repeat: no-repeat;
    background-position: 0px 11px;
}

.vcard ul li.mobile
{
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 0px 23px;
    background-image: url(/Data/Assets/Images/mobile.gif);
    background-repeat: no-repeat;
    background-position: 0px 10px;
}

.vcard ul li.email
{
    padding: 0px 0px 0px 23px;
    background-image: url(/Data/Assets/Images/email.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
}

/*----Blog----*/

.template1315 #Col1
{
    padding: 0px 300px 0px 0px;
    position: relative;
}

#LatestBlogItems
{
    width: 600px;
    background-image: url(/Data/Assets/Images/back_blogitembottom.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#LatestBlogItems #LatestBlogItemsInner
{
    background-image: url(/Data/Assets/Images/back_blogitemtop.gif);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 10px 10px 40px 10px;    
}

#LatestBlogItems .blogItem .blogItemImage
{
    float: left;
    width: 90px;
}

#LatestBlogItems .blogItem .blogItemImage a
{
    display: block;
    padding: 5px;
    background-color: White;
}

#LatestBlogItems .blogItem .blogItemText
{
    float: right;
    width: 430px;
    padding: 0px;
}

#LatestBlogItems .blogItem h3
{
    margin: 0px;
}

#LatestBlogItems .blogItem .postedOn
{
    color: #b2a693;
}

#LatestBlogItems .blogItem
{
    padding: 0px 0px 20px 0px;
    margin: 0px 10px 20px 10px;
    border-bottom: 1px dotted #c8c1b6;
}

#LatestBlogItems .last
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: none;
}

/*----Blog Item----*/
.template1322 #Col1
{
	padding: 0px 300px 0px 0px;
	position: relative;	
}

#BlogItem
{
    width: 600px;
    background-image: url(/Data/Assets/Images/back_blogitem.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#BlogItem #BlogItemInner
{
    background-image: url(/Data/Assets/Images/back_blogitemtop.gif);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 20px 20px 40px 20px;
}

#BlogItem h2
{
    margin: 0px 0px 0px 0px;
}

#BlogItem .postedOn
{
    color: #b2a693;
    margin: 0px 0px 10px 0px;
}

#BlogItem .blogItemGallery
{
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px dotted #d0c7b8;
}

#BlogItem .blogItemGallery h3
{
	margin: 0px 0px 10px 0px;
}

#BlogItem .blogItemGallery a
{
	padding: 5px;
	margin: 0px 10px 10px 0px;
	background-color: white;
	display: block;
	float: left;
}

/*----Blog Archive----*/
#BlogArchive
{
    width: 308px;
    background-image: url(/Data/Assets/Images/back_blogarchivebottom.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 0px;
}

#BlogArchive #BlogArchiveInner
{
    background-image: url(/Data/Assets/Images/back_blogarchivetop.gif);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
}

#BlogArchive .blogItem
{
	margin: 0px;
	color: #f3eee5;
	background-image: url(/Data/Assets/Images/back_archiveblogitembot.gif);
	background-position: 40px bottom;
	background-repeat: no-repeat;
}

#BlogArchive .last
{
	background-image: none;
}

#BlogArchive .blogItemInner
{
	padding: 10px 20px 10px 40px;
}

#BlogArchive .hover
{
	background-image: url(/Data/Assets/Images/back_blogitemarchivebothover.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#BlogArchive .hover .blogItemInner
{
	background-image: url(/Data/Assets/Images/back_blogitemarchivetophover.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#BlogArchive .selected
{
	background-image: url(/Data/Assets/Images/back_blogitemarchivebothover.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#BlogArchive .selected .blogItemInner
{
	background-image: url(/Data/Assets/Images/back_blogitemarchivetophover.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#BlogArchive h3
{
	padding: 20px 0px 0px 40px;
	margin: 0px 0px 5px 0px;
	color: #817165;
}

#BlogArchive h4
{
	margin: 0px 0px 0px 0px;
	font-size: 1.1em;
}

#BlogArchive .date
{
	font-size: 0.8em;
	color: #6c665b;
}

#BlogArchive .summary
{
	font-size: 0.9em;
}

/* Biog Next to BlogArchive */
/*==========================*/

#Biog
{
    	width: 600px;
	background-image: url(/Data/Assets/Images/back_blogBiogbottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 10px 0px 20px 0px;
}

#BiogInner
{
	background-image: url(/Data/Assets/Images/back_blogBiogTop.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 20px;
	color: white;
}

#Biog h3
{
	color: #817165;
	margin: 0px 0px 10px 0px;
}

#Biog .biogPhoto
{
	padding: 10px;
	margin: 0px 10px 10px 0px;
	background-color: white;
	float: left;
}

/* --- Courses Page --- */
/* ==================== */
.template6184 #Col1
{
	padding: 0px 350px 0px 0px;
	position: relative;
}

.template6184 #RightOverlap
{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    width: 340px;
}

.template6184 #RightOverlap img
{
    padding: 20px;
    background-color: white;
}

.template6184 #PageImage
{
	width: 340px;
	float: right;
}

.template6184 #PageImage img
{
	padding: 20px;
	background-color: white;
}

.template6184 #Page
{
	width: 550px;
	float: left;
	background-image: url(/Data/Assets/Images/back_pageBottomSmall.gif);
}

.template6184 #Page #PageInner
{
	background-image: url(/Data/Assets/Images/back_pageTopSmall.gif);
}


/* --- Page Sections --- */
/*=======================*/
.pageSection ul
{
	margin: 0px 0px 10px 30px;
}

/* Link Styles / Image Replacements */
/*==================================*/

.backToBlog
{
	background-image: url(/Data/Assets/Images/btnBackToBlog.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 102px;
	height: 28px;
	text-indent: -10000px;
}

.readMore
{
	background-image: url(/Data/Assets/Images/btnReadMore.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 102px;
	height: 28px;
	text-indent: -10000px;
}

img.Photo
{
	background-position: center center;
	background-repeat: no-repeat;
}

.homeImage
{
	width: 385px;
	height: 520px;
	overflow: hidden;
	float: left;
}

.clickableDiv
{
	cursor: pointer;
}

.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.hover
{
	cursor: pointer;
}
























































































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

