/*======================================
WELCOME TO THE STYLESHEET
--------------------------------------
Copyright TraaidMark New Media Agency
Author: Adrian Kirsten
======================================
*************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black        #000
- white        #fff
\**************************************/
IMG.left
{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
/*************************************
GLOBALS
*************************************/
BODY
{
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.container
{
}
H1
{
	font-style: normal;
	font-weight: bold;
	color: #494758;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	margin: 20px 1px 10px;
}
H2
{
}
H2.head
{
	font-weight: bold;
	font-size: 14px;
	color: #494758;
	font-family: Arial, Helvetica, sans-serif;
}
H3
{
	color: #666;
}
H4
{
}
H5
{
}
H6
{
}
P
{
	text-align: justify;
	color: #666666;
	margin: 10px;
}
BLOCKQUOTE
{
	color: #2C4478;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	margin: 10px;
}
BLOCKQUOTE P
{
	color: #999999;
}
A
{
}
A:hover
{
	color: #666666;
}
.fright
{
	float: right;
}
.fleft
{
	float: left;
}
TABLE
{
	width: 100%;
}
DIV.breadcrumb
{
	font-size: x-small;
	color: #666666;
	text-align: right;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
DIV.breadcrumb A
{
	color: #666666;
}
DIV.breadcrumb A:hover
{
	color: #999999;
}
DIV#container
{
	background-image: url(../img/bgContainer.png);
	background-repeat: no-repeat;
	background-position: right top;
}
DIV
{
}
/*************************************
HEADER
*************************************/
DIV#masthead
{
}
.logo
{
	height: 98px;
}
/*************************************
NAVIGATION
*************************************/
DIV.navigation
{
	height: 38px;
	background-image: url(../img/bgNav.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 7px;
}
DIV.navigation UL
{
	margin: 0px;
	padding: 0px;
}
DIV.navigation UL LI
{
	float: left;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
DIV.navigation UL LI A
{
	color: #75728C;
	text-decoration: none;
	font-weight: bold;
}
DIV.navigation UL LI A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
/*************************************
MAIN CONTENT
*************************************/
DIV#mast
{
	background-image: url(../img/bgCanvas.png);
	background-repeat: no-repeat;
	padding-top: 125px;
}
DIV#mast DIV#leftBar
{
}
DIV#mast24
{
	background-image: url(../img/bgCanvas_c.png);
	background-repeat: no-repeat;
	padding-top: 125px;
}
DIV.blockPage
{
}
DIV.blockPage H3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #182C52;
	font-weight: bold;
	margin: 5px;
}
DIV.blockPage H4
{
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #182C52;
	font-size: small;
}
DIV.blockPage P
{
}
DIV.blockPage BLOCKQUOTE
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666666;
}
DIV#mast DIV.bottomCrumbs
{
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0073CC;
	padding: 4px;
	clear: left;
}
DIV#mast DIV.bottomCrumbs A
{
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
DIV#mast DIV.bottomCrumbs A:hover
{
	color: #666666;
}
#Panel
{
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted #333333;
	background-image: url(../images/BGPanel.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #F4F4F4;
	height: 250px;
	width: 530px;
}
#PanelLeft
{
	float: left;
	width: 48%;
}
#PanelLeft .hr3
{
	text-align: right;
	padding: 10px 0 0;
}
#PanelRight
{
	float: right;
	width: 48%;
}
DIV#sidebar
{
}
DIV#sidebar DIV.block
{
}
DIV#sidebar DIV.block H5
{
	color: #3F65B0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D4D0C8;
	margin: 0px;
	text-transform: uppercase;
	font-size: large;
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
	font-weight: normal;
}
DIV#sidebar DIV.block DIV.content
{
	padding: 4px;
}
DIV#sidebar DIV.block DIV.content OL
{
	color: #666666;
	font-size: small;
}
DIV#sidebar DIV.block DIV.content OL LI
{
}
DIV#sidebar DIV.block DIV.content P
{
}
DIV#sidebar DIV.block DIV.content A
{
}
DIV#sidebar DIV.block DIV.content A:hover
{
}
DIV#canvasPrivate
{
	background-image: url(../img/bgPrivateBottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #E8E8E8;
}
DIV#canvasPrivate H1
{
	margin: 0px;
	padding: 10px;
	background-image: url(../img/bgPrivateTop.png);
	background-repeat: no-repeat;
}
DIV#canvasPrivate DIV.content
{
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	border: 2px solid #CCCCCC;
}
DIV#sidebarPrivate
{
	background-image: url(../img/bgPrivateCornerBottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #E8E8E8;
}
DIV#sidebarPrivate UL
{
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bgPrivateCornerTop.png);
	background-repeat: no-repeat;
	background-position: right top;
}
DIV#sidebarPrivate UL LI
{
	font-size: medium;
	height: 27px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
}
DIV#sidebarPrivate UL LI A
{
	color: #666666;
	text-decoration: none;
}
DIV#sidebarPrivate UL LI A:hover
{
	text-decoration: underline;
}
DIV#sidebarPrivate UL LI.active
{
	background-image: url(../img/bgPrivateActive.png);
	background-color: #656565;
	background-repeat: no-repeat;
	background-position: right top;
}
DIV#sidebarPrivate UL LI.active A
{
	color: #E8E8E8;
	text-decoration: none;
}
DIV#sidebarPrivate UL LI.active A:hover
{
	text-decoration: underline;
}
/*************************************
FOOTER
*************************************/
DIV#footend
{
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDD1D1;
}
DIV#footend H6
{
	color: #A0A9A9;
	margin: 5px;
	font-size: small;
}
DIV#footend P
{
	font-size: x-small;
	color: #666666;
	margin: 5px;
	clear: left;
}
DIV#footend UL
{
	margin: 0px;
}
DIV#footend UL LI
{
	font-size: x-small;
	color: #F0F0F0;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	list-style-type: none;
}
DIV#footend UL LI A
{
}
DIV#footend UL LI A:hover
{
}
DIV#footend A
{
	color: #999;
	font-weight: bold;
}
DIV#footend A:hover
{
	color: #000;
}
.imgright
{
	float: right;
	position: relative;
	margin: 3px 10px 10px;
}
.imgleft
{
	float: left;
	position: relative;
	margin: 5px 10px 10px;
}
.imgcent
{
	position: relative;
	margin: 10px 0 12px 100px;
}
/*************************************
FORMS
*************************************/
FORM
{
	margin: 10px;
	padding: 10px;
	border: 2px solid #F1F1F1;
}
FORM INPUT
{
	font-size: medium;
	color: #666666;
	border: 2px solid #999999;
	background-color: #FFFFFF;
	padding: 2px;
}
FORM TEXTAREA
{
}
FORM INPUT.form-submit
{
	background-color: #D7FFD7;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	font-weight: bold;
	color: #006600;
}
FORM INPUT.form-submit:hover
{
	background-color: #BBFFBB;
}
FORM INPUT.form-cancel
{
	color: #993300;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
	background-color: #FFE6D9;
	font-weight: bold;
}
FORM INPUT.form-cancel:hover
{
	background-color: #FFCDB3;
}
FORM DIV.formItem
{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
	margin-top: 2px;
	margin-bottom: 2px;
	clear: left;
}
FORM DIV.msg
{
	clear: left;
}
FORM LABEL
{
	float: left;
	width: 200px;
	color: #666666;
}
/*************************************
Homepage
*************************************/
DIV.inside
{
}
DIV.inside H2
{
	color: #FFFFFF;
	text-align: right;
	margin: 5px;
	font-size: x-large;
}
DIV.inside H3
{
	color: #FFFFFF;
	font-weight: bold;
}
DIV.inside P
{
	width: 280px;
	color: #FFFFFF;
	font-size: small;
	margin-top: 15px;
	margin-bottom: 15px;
}
DIV.inside A
{
}
DIV.inside A:hover
{
}
DIV.inside DIV.buttonH
{
	width: 300px;
	margin-top: 2px;
	margin-bottom: 2px;
}
DIV.inside DIV.buttonH A
{
	display: block;
	color: #333333;
	background-color: #C5D1ED;
	border: 1px solid #000066;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}
DIV.inside DIV.buttonH A:hover
{
	color: #FFFFFF;
	background-color: #9FC117;
}
DIV.host
{
}
DIV.design
{
}
/*DIV.inside TABLE
{
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
DIV.inside TABLE TR
{
}
DIV.inside TABLE TR TD
{
}
************************************
BLOCKS
*************************************/
DIV.normalblock
{
}
DIV.normalblock H3
{
	color: #827E98;
	padding: 5px;
	margin: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #827E98;
}
DIV.normalblock DIV.content
{
}
DIV.block
{
	background-color: #827E98;
	color: #FFF;
}
DIV.block H5
{
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D8D7DF;
}
DIV.block DIV.content
{
	padding: 4px;
}
DIV.block P
{
	margin: 5px;
	color: #FFF;
	font-size: medium;
}
DIV.block A
{
}
DIV.block UL
{
	color: #D8D7DF;
	font-size: medium;
	margin: 0px;
	padding: 0px;
}
DIV.packages
{
	background-color: #827E98;
	color: #FFF;
}
DIV.packages H5
{
	margin: 0px;
	padding: 5px;
	color: #000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D8D7DF;
}
DIV.packages DIV.content
{
	padding: 4px;
}
DIV.packages P
{
	margin: 5px 5px 10px;
	color: #000;
	font-size: 1em;
	text-align: justify;
	line-height: 1.4em;
}
DIV.packages A
{
}
DIV.packages UL
{
	color: #D8D7DF;
	font-size: medium;
	margin: 0px;
	padding: 0px;
}
DIV.headline
{
	clear: left;
	border: 1px dashed #747090;
	padding: 10px;
	background-color: #E2E1E8;
	margin-top: 10px;
	margin-bottom: 10px;
}
DIV.headline H3
{
	margin: 0px;
	color: #494758;
	font-size: medium;
}
DIV.headline A
{
}
DIV.headline A:hover
{
}
/*Image Footer*/
.footerpic
{
	float: right;
	padding-top: 20px;
}

