/* CSS Document */

body {
	background : #5e5382;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	/* background-image:url(../images/main/Body-BG3.jpg); */
	background-image:url(../images/main/Body-BG4.jpg);
	background-repeat:repeat;
	word-wrap:break-word;
}

/* #########################################
		Globals
#########################################  */

.LightPurpleBackground {
	background-color : #d9d6e9;
}

.WhiteBackground {
	background-color : #fff;
}

.HeaderImages {
	float : right;
	margin-top : 10px;
}

h1 {
	font-size:24px;
	font-weight:bold;
	color:#666699
	margin:0px 0px 10px 0px;
}

h2 {
	font-size:20px;
	color:#666699
	padding-top:5px;
}

span a{
	font-size:16px;
	color:#a789be
	padding:2px 5px 0px 0px;
	margin:0px 0px 0px 0px;
	font-style:italic;
	font-weight:normal;
}

p {
	font-size:16px;
	color:#000000;
	margin:0px 0px 15px 0px;
	overflow:hidden;
	}

ul {
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 10px;
	list-style-type:disc;
	font-size:18px;
	overflow:hidden;
	}

li {
	margin:0px 0px 4px 10px;
	padding:0px;
	}
	
.ClearBoth {
	clear:both;
	}
	
	

/* #########################################
		Containers/wrappers
#########################################  */

.MainContainer {
	width : 764px;
	height : auto;
	margin : 10px auto auto auto;
	padding : 0;
	overflow:hidden;
}

.MainWrapper {
	float:left;
	width : auto;
	height : auto;
	margin : 0;
	padding : 0;
	border : 7px solid #9488bb;
	background-color:#FFFFFF;
	position:relative;
	overflow:hidden;
}

.RightContainer {
	margin:0;
	padding:0px;
	overflow:hidden;
	width : 600px;
	height : auto;
	float : right;
	background : #fff;
	overflow:hidden;
}

.LeftContainer {
	margin:0;
	overflow:hidden;
	width : 150px;
	height : auto;
	float : left;
	background : #fff;
	overflow:hidden;
}


/* #########################################
		Content Container 
#########################################  */

#ServicesSelected {
	font-size:16px;
	color:#9966FF;
	font-weight:bold;
	}

.ContentContainer {
	padding:0px 10px 10px 10px;
	overflow:hidden;
}

.ContentContainer img {
	border:2px solid #666699;
	margin:10px;
}	

.ContentContainer table {
	width:100%;
	border:none;
	}

.ContentContainer td {
	vertical-align:top;
	padding-bottom:20px;
	}
	
.ContentContainer h2 {
	margin-top:0;
	}
	
.ContentContainer td h2 {
	margin-top:0;
	padding-top:0;
	}
	
.ContentContainer td#left {
	width:400px;
	border:none;
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:top;
	}
	
.ContentContainer td#left2 {
	width:280px;
	border:none;
	margin:0;
	padding:15px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
	}

.ContentContainer td#left3 {
	width:280px;
	border:none;
	margin:10;
	padding:15px 15px 0px 0px;
	text-align:left;
	vertical-align:top;
	}	
	
.ContentContainer td#right {
	width:280px;
	border:none;
	margin:0;
	padding:45px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
	}

.ContentContainer td#right2 {
	width:280px;
	border:none;
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:top;
	}

.ContentContainer td#right3 {
	width:280px;
	border:none;
	margin:20;
	padding:0;
	text-align:left;
	vertical-align:top;
	}

.ContentContainer td#rightborder {
	width:280px;
	border: 2px;
	margin:10 px;
	padding:10;
	text-align:left;
	vertical-align:top;
	}
/* #########################################
		Header 
#########################################  */

.RightHeaderContainer {
	margin:0;
	padding:0;
	overflow:hidden;
	width : 600px;
	height : 100px;
}

.RightSubHeaderContainer {
	margin:0px 10px 0px 0px;
	padding:0;
	overflow:hidden;
	width : auto;
	height :70px;
}

.LeftHeaderContainer {
	width : 150px;
	height : 100px;
	overflow:visible;
	margin-bottom:200px;
}

.Logo {
	margin:0px;
	width:auto;
	height:auto;
	overflow:visible;
	top:0px;
	left:20px;
}
	

.HeaderGradient {
	background-image : url(../images/main/header_gradient1.png);
	background-repeat : repeat-x;
	background-position : bottom;
}



/* #########################################
		Primary Navigation
#########################################  */

/* #########################################
		Primary Navigation
#########################################  */

.PrimaryNavigation {
	width : 590px;
	height : 70px;
	overflow : hidden;
	padding : 0;
	margin :5px 10px 5px 0px;
	font-size : 16px;
	color : #9488bb;
	text-align:left;
}
.PrimaryNavigation ul {
	float:left;
	list-style-type : none;
	margin:0px 0px 0px 5px;
	padding:0px;
	overflow:hidden;
	
}

.PrimaryNavigation li {
	width : auto;
	height : 20px;
	display : inline;
	padding : 3px 7px 3px 7px;
	margin:0px;
}

.PrimaryNavigation li a {
	font-weight:bold; 
	font-size:14px;
}

.PrimaryNavigation li a:link {
	color:#5e5382;
	font-weight:bold; 
	text-decoration:none;
}

.PrimaryNavigation li a:visited {
	color:#5e5382; 
	text-decoration:none;
}

.PrimaryNavigation li a:hover {
	border-bottom:1px dotted #5e5382;
	color:#9966FF;

}

.Rightborder {
	border-right : 1px solid #9488bb;
}

.Leftborder {
	border-left : 1px solid #9488bb;
}

/* #########################################
		Secondary Navigation
#########################################  */

.SecondaryNavigation {
	width : auto;
	height :auto;
	overflow : hidden;
	padding : 0;
	margin :0px 5px 0px 5px;
	font-size : 16px;
	color : #9488bb;
	overflow:hidden;
}

.SecondaryNavigation h1{
	font-size:11px;
	font-weight:bold;
	border-bottom:1px dotted #9488bb;
	margin:0px 0px 5px 0px;
	padding:0px 0px 4px 7px;
}	

.SecondaryNavigation ul {
	width:100%;
	float:left;
	list-style-type : none;
	padding : 0;
	margin:0;
}

.SecondaryNavigation li {
	display:block;
	width : 100%;
	height : 20px;
	padding : 3px 0px 3px 0px;
	margin:0;

}

.SecondaryNavigation li a {
	text-decoration:none;
	border-bottom:1px dotted #5e5382;
	display:block;
	padding:0px 0px 3px 7px;
	font-size:14px;
	color:#5e5382;
	text-decoration:none;
}

.SecondaryNavigation li a:hover {
	color:#9966FF!important;
}

.SecondaryNavigation li a:visited {
	color:#5e5382; 
}


/* #########################################
		Footer
#########################################  */

.Footer {
	clear:both;
	width:710px;
	height:auto;
	text-align:center;
	font-size:12px;
	background-image:url(../images/main/footer_gradient1.png);
	background-repeat:repeat-x;
	background-position:top left;
	padding:20px;
}

	
.Footer ul {
	display:inline;
	list-style:none;
	padding:0px 0px 10px 0px;
	text-align:center;
	}

.Footer li {
	display:inline;
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:3px 5px 3px 5px;
	}
	
.Footer a {
	text-decoration:none;
	color : #9488bb;
}
		
.Footer a:hover {
	border-bottom:1px dotted #9488bb;
}

/* #########################################
		Image Shadow Styles
#########################################  */

.ImageShadowWrapper {
	width:auto;
	height:auto;
	margin:10px 0px 10px 0px;
	background-image: url(../images/main/image-BG1.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:0;
}

.ImageShadowWrapper txt {
	width:auto;
	height:auto;
	margin:10px 0px 10px 10px;
	background-image: url(../images/main/image-BG1.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:10;
}
.ImageShadowWrapper img {
	margin:-7px 7px 7px -7px;
	border:2px solid #666699;
	overflow:hidden;
	float:none;
}
.ImageCaption {
	text-align: center;
}
.FloatLeft{
	float:left;
	}
	
.FloatRight{
	float:right;
	}
	
/* #########################################
		Image Shadow Styles
#########################################  */

.Debug {
	border:1px solid #000;
	}	