﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #FFF;
    font-size: 13px;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-image: url(../../Content/bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left 45%;
}

img
{
	border: none 0px transparent;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #006DCE;
	font-weight: normal;
}

a:hover
{
	text-decoration: underline;
}

p
{
	padding: 0 0 1em 0;
	margin: 0;
}

ul
{
    margin-bottom: 1.5em;
    line-height: 1.0em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 0.1em 0;
}

h1
{
    font-size: 1.4em;
    color: #000;
    font-family: "Times New Roman";
}
h2
{
    font-size: 1.0em;
    font-family: Arial;
    color: #FFF; 
}
h3
{
    font-size: 1.6em;
    color: #000;
}
h4
{
    font-size: 1.6em;
    color: #FF6600;
}
h5
{
    font-size: 1.8em;
    color: #000;
    font-family: Calibri, Verdana;
    letter-spacing: 0.1em;
    font-weight: lighter;
}
h6
{
    font-size: 1.2em;
    color: #000;
    font-family: Arial, Verdana;
}


/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    position: relative;
    top: 0px;
    width: 790px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: solid 1px #CCC;
    margin-top: 10PX;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0px;
}

#header h1
{
    font-weight: bold;
    padding: 0.5px 0px;
    margin: 0px;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em !important;
}

#main
{
    padding: 0px 15px 0px 15px;
    background-color: #fff;
    margin-bottom: 5px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

/* FOOTER
----------------------------------------------------------*/

#footer
{
	background-color: #6C0;
    text-align: left;
    padding: 10px 0px 10px 0px;
    margin-top: 10px;
    width: 760px;
    min-height: 160px;
}


.footer-item
{
    color: #FFF;
    height: 14em;
	float: right;
	padding: 0px 10px 0px 10px;
    font-size: .9em;
    font-weight: normal;
    border-right: solid 1px #FFF;
}

.footer-item a
{
	color: #FFF;
}

.footer-item ul
{
    margin: 8px 0 0 0;
    text-align: left;
    padding: 0;
}

.footer-item li
{
    display: block;
    list-style: none;
    padding: 2px 0px 0px 0px;
    margin-left: 0;
}

.footer-item li a
{
    list-style: none;
    padding: 2px 0px 0px 0px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.5em;
    color: #FFF;
    margin-left: 0;
}

.footer-item li a:hover
{
    text-decoration: underline;
}

.footer-item li a:active
{
    text-decoration: none;
}

/* TAB MENU   
----------------------------------------------------------*/
#menucontainer
{
    margin-top:20px;
    clear: left;
}

ul#menu
{
    border-bottom: 1px #FF9900 solid;
    padding: 0 0px 1px 0px;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 4px 8px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.5em;
    background-color: #FF6600;
    color: #FFF;
}

ul#menu li a:hover
{
    background-color: #006DCE;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #6C0;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 0px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #FF6600;
  vertical-align: top;
}

table th
{
  color: #FFF;
  padding: 2px 5px;
  text-align: left;
  background-color: #FF6600; 
  border: solid 0px #FF6600;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:0.9em;
    display:block;
    text-align:right;
    margin:10px;
    color: #6C0;
}

#logindisplay a:link
{
    color: #6C0;
    text-decoration: none;
    font-weight: normal;
}

#logindisplay a:visited
{
    color: #6C0;
    text-decoration: none;
}

#logindisplay a:hover
{
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* FORM  
----------------------------------------------------------*/
.frmArea
{
	background-color: #D6DCE5;
	clear: left;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em;
	font-weight: normal;
	color: #006DCE; 
	line-height: normal;
	text-decoration: none;
}

.frmCaption
{
	font-family: verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #006DCE;
}
.frmField
{
	font-family: verdana;
	font-size: 0.9em;
	color: #006DCE;
	background-color: #FFFFFF;
}
.frmFieldCurrent
{
	font-family: verdana;
	font-size: 0.9em;
	color: #FFF;
	background-color: #6C0;
}
.frmButton
{
	font-family: verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	background-color: #006DCE;
	border-style: ridge;
}
.frmSectionTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #6C0;
}
.frmHelpText
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.9em;
	font-weight: normal;
	color: #000; 
	line-height: normal;
	text-decoration: none;
}
.frmReqFld
{
	font-family: verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #6C0;
}

/* CONTENT  
----------------------------------------------------------*/
#positioning-msg
{
	padding-right: 5px;
	padding-top: 30px;
	display: inline;
	font-size: 2.1em;
	font-family: Calibri;
	color: #000; /*#006DCE; */
	font-style:normal;
	float: left;
	letter-spacing: -1px;
	width: 465px;
}

ul#keypoints
{
    position: relative;
    margin: 0;
    text-align: left;
	letter-spacing: normal;
	font-weight: bold;
	padding: 0;
}

ul#keypoints li
{
    font-size: 0.6em;
    color: #6C0;
    display: block;
    list-style-type: disc;
}

ul#keypoints li a
{
    color: #006DCE;
    font-weight: normal;
    text-decoration: none;
}

ul#keypoints li a:active
{
    text-decoration: none;
}

ul#keypoints li a:hover
{
    text-decoration: underline;
}



#logo
{
	float: left;
}

#logo2
{
	margin-left: 20px;
	margin-top: 0px;
}

#splash
{
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	background-image: url(../../Content/Front.jpg);
	background-repeat:no-repeat;
	background-position: center;
	height: 500px;
	clear: both;
}

#splash-text
{
    text-align: left;
    padding: 0px;
    margin: -150px 0px 10px 15px;
    letter-spacing: 0.2em;
    float: left;
    width: 10em;
    /*
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	*/
    
}

#splash-menu
{
	width: 95%;
    letter-spacing: 0.1em;
    padding-top: 50px;
}

#splash-menu-item
{
	background-color: #FF6600;
    font-weight: bold;
    font-size: 1.6em;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    float: right;
    clear: both;
    color: #FFF;
    width: 10em;
    margin-top: 5px;
    border: solid 1px #fff;
}
#splash-menu-item:hover
{
	color: #FF6600; /* orange */
	text-decoration: none;
	background-color: #FFF;
    border: solid 1px #FF6600;
}

.highlight
{
	color: #FF6600;
	font-style: italic;
}

#client-area
{
	width: 550px;
	margin-bottom: 25px;
	line-height: 1.5em;
}

.sectionTitle
{
	font-size: 1.2em;
	font-family: Verdana, Tahoma, Calibri, Arial;
	color: #006DCE;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 2em;
}

.hideIt
{
	display: none;
}

.showIt
{
	display: block;
}

.headings1 ul
{
    list-style-type: square;
    margin-left: 25px;
    margin-top: 0px;
    padding: 0px;
}

.headings1 li
{
    padding: 0px;
    margin-left: 0px;
    line-height: 1.5em;
}

.headings1 li a
{
    font-weight: normal;
    text-decoration: none;
    color: #006DCE;
}

.headings1 li a:hover
{
    text-decoration: underline;
}

.headings1 li a:active
{
    text-decoration: none;
}



.headings2 ul
{
    list-style-type: none;
    margin-left: 5px;
    margin-top: 0px;
    padding: 0px;
}

.headings2 li
{
    padding: 0px;
    margin-left: 0px;
    margin-top: 0px;
    line-height: 2em;
	border-bottom: 1px solid #6C0;
}

.headings2 li a
{
    font-weight: normal;
    text-decoration: none;
    color: #006DCE;
}

.headings2 li a:hover
{
    text-decoration: underline;
}

.headings2 li a:active
{
    text-decoration: none;
}


hr
{
	color: #6C0;
	height: 2px;
}

iframe
{
	border: 0;
	height: 235px;
}

.offer
{
	margin-left: 135px;
	margin-bottom: 15px;
}

.editor-label
{
	
}

.editor-field
{
    margin-bottom: 10px;
}