﻿/****************************************************************************/
/*				YCP Specific												*/
/****************************************************************************/
body
{
	font-family: Sans-Serif;
	background-color: #042B3F;
}


#PageWrapper
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	background-color: #042B3F;
	min-height: 600px;
	border: solid 1px white;
	color: White;
}

#YCPLogo
{
	float: left;
	border: 0;
}

#YCPNamePic
{
	float: left;
}

#MenuArea
{
	vertical-align:top;
	background-color: #042B3F;
}

#Header
{
	height: 158px;
	overflow: hidden;
}

#BodyWrapper
{
	clear: both;
	width: 800px;
	padding-top: 10px;
	margin-top: 20px;
	min-height: 445px;
}

#BodyLeft
{
	float: left;
	padding-left: 0px;
	width: 210px;
}

#BodyLeft em
{
	text-transform: uppercase;
	color: #EDD205;
	vertical-align: top;
	font-size: 0.75em;
	font-style: normal;
}

.lImage
{
	float: left;
	width: 71px;
	overflow: hidden;
	margin-left: 15px;
}

.rImage
{
	float: left;
	padding: 5px;
	width: 100px;
}

.LeftDescriptor
{
	clear: both;
	height: 125px;
}

#BodyLeft p
{
	font-family: Sans-Serif;
	font-size: 8pt;
	padding-right: 10px;
}

#BodyRight
{
	margin-left: 210px;
	padding-right: 10px;
}

#BodyRight p
{
	margin-bottom: 10px;
}

#ProductDiv img
{
	float: left;
}

#ContentTop
{
	border-top: 1px solid #1B3D48;
	border-left: 1px solid #1B3D48;
	padding-top: 5px;
	padding-left: 5px;
}

#ContentBottom
{
	border-top: 1px solid #1B3D48;
	border-left: 1px solid #1B3D48;
	padding-top: 5px;
	padding-left: 5px;
}


/*****************************************************************************/
a
{
	margin: 0px;
	padding: 0px;
	outline: none;
	color: #EDD205;
}

p
{
	font-size: .8em;
}

h1,h2,h3,h4,h5,h6
{
	text-indent: 20px;
	background: url(./images/redflagicon.jpg) no-repeat;
	color: #00ADEC;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: Serif;
}

ol
{
	margin: 20px;
}

ol li
{
	font-size: .8em;
	margin-left: 10px;
	list-style-type: decimal;
	list-style-position: outside;
}

ul
{
	margin: 20px;
}

ul li
{
	margin-left: 10px;
	font-size: .8em;
	list-style-type: disc;
	list-style-position: outside;
}

h1
{
	font-size: 1.4em;
	background-position: 0px 10px;
}

h1 span
{
	color: #EDD205;
	font-style: italic;
}

h2
{
	font-size: 1.3em;
	background-position: 0px 7px;
}

h3
{
	font-size: 1.2em;
	background-position: 0px 5px;
}

h4
{
	font-size: 1.1em;
	background-position: 0px 5px;
}

h5
{
	font-size: 1em;
	background-position: 0px 5px;
}

h6
{
	font-size: 0.9em;
	background-position: 0px 4px;
}

/*************************************Menu**********************************/

.YCPMenu
{
	float: left;
	font-size: 1em;
	color: White;
	margin-left: 25px;
	margin-top: 10px;
	background-color: #042b3f;
}

.YCPMenu a, .YCPMenu a:visited 
{
	color: White;
	font-size: 1em;
}

 .YCPMenu a:hover
 {
	color: #EDD205;
	font-size: 1em;
 }

.YCPMenu ul
{
	margin: 0px;
	font-size: 1em;
}

.YCPMenu ul li ul
{
	margin-left: -13px;
	font-size: 1em;
}
 
.YCPMenu ul li
{
	margin-right: 12px;
	padding-left: 12px;
	border-left: 2px solid white;
	font-size: 1em;
	font-family: Serif;
	background-color:#042b3f;
	white-space: nowrap;
}

.YCPMenu ul li ul li
{
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	width: 140px;
	font-size: 1em;
	clear:both;
}

.YCPMenu ul li.AspNet-Menu-First
{
	border: none;
	font-size: 1em;
}

#LogoS
{
	min-width: 182px;
	min-height: 158px;
	width: 182px;
	height: 158px;
	float: left;
}

#PicS
{
	margin-left: 182px;
}

#BodyLeft div.contentbox
{
	padding-left: 0px;
}

.contentbox
{
	padding-left: 15px;
	padding-bottom: 15px;
}

.contentbox ul
{
	list-style-image: url(./images/blueflagbullet.png);
}

.contentbox li
{
	margin-bottom: 10px;
}
