/* 
    wics.css
    
    Wish I Could Software, LLC
*/

@charset "UTF-8";


p { font-family: Arial, Helvetica, sans-serif; }

div.wics-container
{
	max-width: 826px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 640px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
/*	margin: 0 auto;
*/ /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */

    margin-left: auto;
    margin-right: auto;
    background-color: #B4B4B4;
    border-radius: 20px;
}

div.wics-content
{
/*    background-color: #B4B4B4; */
    padding-left: 20px;
    padding-right: 20px;
}

table.wics-header { margin: 0 auto; }

.wics-headerTitle
{
    padding-right: 160px;
    padding-left: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.wics-headerLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}

.wics-text
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.wicsbold
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 1px;
    color: #003399;
    border-width: 0px;
}

.wics-faq
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-bottom: 12px;
}

.wics-faqSubItems
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.wicsSectionText
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-top: -2px;
    margin-bottom: 1px;
    text-align: left;
    vertical-align: top;
}

.wics-section
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; 
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 0px;
    margin-right: 25px;
    margin-left: 25px;
    border-width: 0px;
}

.wics-footer
{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    font-size: x-small;
}

tr { border-width: 0px; }
td { border-width: 0px; }

.wicsTableSplit
{
    margin-left: -30px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: -65px;
}

.wicsSplitCellImage
{
    width: 40%;
    min-width: 320px;
/*    
    margin: 30px;
    padding: 10px;
    box-shadow: inset 0 0 10px #000000;
    background-color: white;
*/
}

.wicsSplitCellText
{
    width: 60%;
    min-width: 440px;
    margin-right: 40px;
    margin-left: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
}

/* New Stuff as of 5/9/2013 */

.BackGroundColor {
	background-color: #b4b4b4;
}

.header {

	width: 826px;
	background-image: url(/images/wics-header.png);
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 103px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #b4b4b4;
}
#logo {
	float: left;
	height: 66px;
	width: 136px;
	padding-top: 0px;
	padding-left: 7px;
}

.navigation {
	float: left;
	position: absolute;
	margin-left: 10px;
	top: 72px;
}
.signpost {
	height: 72px;
	width: 338px;
	position: relative;
	left: -30px;
}
.appStore {
	height: 72px;
	width: 338px;
	position: absolute;
	left: 570px;
	top: 20px;
}

.navbaritem {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	float: left;
	padding-right: 45px;
    margin-top: 6px;
    margin-left: 10px;
}

.PageCopy {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
/*	padding-top: 30px; */

    border-width: 0px;
	background-color: white;
    border-radius: 12px;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

