/* Zinsk Creative Website Style Sheet */

/* body style */
html {
	height:100%;
	}
body {
	height:100%; 
	padding:0px; 
	margin:0px;
	}
	
/* Text Styles */
p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	line-height: 125%;
	color: #000000;
}
p.bold {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 125%;
	color: #000000;
}
p.boldLarge {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 125%;
	color: #000000;
}
p.italicTitle {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 125%;
	color: #451d4e;
}
p.small {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	line-height: 125%;
	color: #9ba8b6;
}
/* Link Styles */
a:Link {
	text-decoration:none;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	letter-spacing: 0.05em; 
	line-height:125%;
	color:#115095;
	border-style: none;
}
a:Visited {
	text-decoration:none; 
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	letter-spacing: 0.05em; 
	line-height:125%;
	color:#115095;
	border-style: none;
}
a:Active {
	text-decoration:none;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	letter-spacing: 0.05em; 
	line-height:125%;
	color:#115095;
	border-style: none;
}
a:Hover {
	text-decoration:none;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	letter-spacing: 0.05em; 
	line-height:125%;
	color:#56048f;
	border-style: none;
}


/* Page Formatting Styles */
#wrapper {
/*	background: #003300;*/
	height: 100%;
	width: 100%;
}

#container { 
	background-color: #ffffff;
	width: 1000px;
 	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
#pageHeader {
	background-color:#FFF;
	width: 740px;
	height: 189px;
	padding: 0px 0px 0px 10px;
	margin: 0px auto 0px auto;
}


/*Menu Info*/

#rightSide {
	width: 200px;
	height: 380px;
	margin: -5px 0px 0px 491px;
	padding: 0px 0px 0px 50px;
	position: absolute;
	z-index: 1;
}

#mainContent {
	text-align: left;
	height: 100%;
	min-height: 350px;
	height: auto !important;
	width: 480px;
	padding: 10px 260px 10px 10px;
	margin: 0px 0px 0px 125px;
	position: relative;
}

#footer {
	height: 43px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* List Styles */
 li { 
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	line-height: 125%;
	color: #000000;
} 
/* Image Styles */
img.floatLeft {
	float: left;
	margin-left: 0px;
	padding-right: 10px;
}
img.floatRight {
	float: right;
	margin-left: 10px;
	padding-right: 0px;
}