﻿/*style for the page body*/
body
{
	background-position: 0px 0px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(   '../background.jpg' );
	background-repeat: repeat;
	background-attachment: fixed;
}

/*style for the body container which contains all content*/
#Body
{
	border: 1px solid #A9CDE7;
	width: 600px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: 10%;
}

/*the top section */
#TopSection
{
	width: auto;
	height: 85px;
	text-align: left;
	padding-left: 10px;
	background-color: white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*style for the logo container*/
#TopLogo
{
	width: 100%;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 45px;
}

/*style for the container that holds the top navigation*/
#TopNavDiv
{
	float: right;
	text-align: right;
	padding-top: 20px;
	width: 60%;
}

#PageContent
{
	font-family: 'times New Roman' , Times, serif;
	font-size: 14pt;
	padding: 5px;
	color: #000000;
	line-height: 30pt;
	margin-left: 65px;
	margin-right: 65px;
}

#BlogContent
{
	font-family: 'times New Roman' , Times, serif;
	font-size: 14pt;
	padding: 5px;
	color: #000000;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
}

.BackBlue
{
	font-family: 'times New Roman' , Times, serif;
	font-size: 14pt;
	padding: 5px;
	color: #000000;
	background-color: #E5E5E5;
	list-style-position: inside;
	line-height: 30pt;
}

/*container for the bottom section*/
#BottomSection
{
	width: 850px;
	height: 75px;
	text-align: left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	font: 10pt Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
}

/*style for the top navigation links*/
.TopNav
{
	width: 100%;
	overflow: hidden;
}

.TopNav ul
{
	margin: 0;
	padding: 0;
	font: 18px Arial, Helvetica, sans-serif;
	list-style-type: none;
}

.TopNav li
{
	display: inline;
	margin: 0;
}

.TopNav li a
{
	float: right;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 0px 7px 30px;
	color: #0F75BC;
}

.TopNav li .Company
{
	padding-right: 30px;
}

.TopNav li a:hover
{
	text-decoration: underline;
	color: #0F75BC;
}

.TopNav_Signup
{
	font-weight: bold;
}

.TopNav_Login
{
	border-left-style: dotted;
	border-left-width: 1px;
	font-weight: bold;
	border-left-color: #C0C0C0;
}

.TopNav_Company
{
	margin-right: 15px;
	background-color: Aqua;
}

/*navigation for the footer*/
.BottomNav
{
	width: 60%;
	overflow: hidden;
	float: left;
}

.BottomNav ul
{
	margin: 0;
	padding: 0;
	font: 10pt Arial, Helvetica, sans-serif;
	list-style-type: none;
}

.BottomNav li
{
	display: inline;
	margin: 0;
}

.BottomNav li a
{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 15px 7px 15px;
	color: #808080;
}

.BottomNav li a:hover
{
	color: #0F75BC;
}

#Copyright
{
	float: right;
	text-decoration: none;
	color: #808080;
	padding: 7px 15px 7px 15px;
}


/*boxes on the right of the page*/
.SideBox
{
	background: #e4e4e4;
	margin-bottom: 25px;
}
.SideBox_top div
{
	background-image: url(../Images/Misc/grey_tl.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.SideBox_top
{
	background-image: url(../Images/Misc/grey_tr.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.SideBox_bottom div
{
	background-image: url(../Images/Misc/grey_bl.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.SideBox_bottom
{
	background-image: url(../Images/Misc/grey_br.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.SideBox_top div, .SideBox_top, .SideBox_bottom div, SideBox_bottom
{
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.SideBox_content
{
	margin: 0 10px;
}

/*navigation for the side bar*/
.SideNav
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	text-align: left;
}

.SideNav ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.SideNav a
{
	display: block;
	width: 100%;
	color: #595959;
	padding: 4px 3px;
	text-decoration: none;
}

html > body .SideNav a
{
	width: auto;
}

.SideNav a:hover
{
	color: black;
}

.SideNavBold
{
	font-weight: bold;
	color: #333333;
	padding: 0px;
}

/*fixes the padding for the boxes*/
.BoxText
{
	padding: 10px;
}

/*style for the red error box*/
.RedBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF0000;
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	padding: 5px 0px 5px 0px;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}

/*style for the alert box*/
.BlueBox
{
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0F75BC;
	background-color: #CAE8FB;
	padding: 5px 0px 5px 0px;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
	border-top-color: #0F75BC;
	border-right-color: #0F75BC;
	border-bottom-color: #0F75BC;
	border-left-color: #0F75BC;
}

/*required field text*/
#RequiredField
{
	font-family: 'Arial';
	font-size: 8pt;
	color: #333333;
	text-align: left;
	margin-top: 25px;
}


/*page spacer for the right bottom spacing*/
#PageSpacer
{
	width: auto;
	height: 25px;
	clear: left;
}


img
{
	border: none 0px transparent;
}

.DropDown
{
	padding: 4px;
	border: 1px solid #666666;
	font-size: 12pt;
	background: url(../Images/Misc/formbg.gif) repeat-x left top;
}

.TextBox
{
	padding: 4px;
	border: 1px solid #666666;
	font-size: 12pt;
	background: url(../Images/Misc/formbg.gif) repeat-x left top;
	width: 250px;
}