body {
	color: #2f2f2f;
	background-image: url(images/ivideo_css-%5BConverted%5D_08.gif);
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, sans-serif;
	font-size: 90%;
	margin: 0px;
}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1,h2,p{
	padding: 0px;
}
h1{
	font-size: 200%;
	color: #4396D8;
	letter-spacing: -2px;
	font-style: normal;
}
h2{
	font-size: 200%;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 15px;
}
h3{
	font-size: 160%;
	color: #FFFFFF;
}
h5{
	font-size: 100%;
	font-weight: normal;
	margin:0px;
}
p{padding-bottom:.5em}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font-size: 100%;
	color: #4396D8;
	letter-spacing: -1px;
	padding-right: 10px;
	padding-bottom: 3px;
	width: 150px;
	text-align: right;
	float: left;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#centerwrapper{
	width:810px;
	height: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: top;
}

#masthead{
	margin: 0;
	height: 220px;
	text-align: center;
}

#mainbody{
	margin: 0;
	padding: 10px 0px;
	width: 780px;
}


#navBar{
	text-align:left;
	float: right;
	padding-left: 5px;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 5px;
	height: 200px;
	width: 156px;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 9px;
}

#content{
	width: 580px;
}
#navbartop {
	height: 30px;
	padding-top: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	font-size: 115%;
	font-weight: bold;
}
#navbartop a {
	color: #FFFFFF;
}
#maincontentarea {
	width: 781px;
	height: 100%;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	white-space: nowrap;
	background-image: url(images/ivideo_css-%5BConverted%5D_05.png);
	height: 77px;
	clear: both;
	margin: 0px;
	width: 781px;
	text-align: left;
	vertical-align: top;
	text-indent: 50px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 120%;
	text-align: center;
	line-height: 25px;
	float: left;
	height: 190px;
	padding-left: 18px;
	padding-right: 4px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: auto;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: none;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	color: #cccccc;
	padding: 0px;
	width: 810px;
	text-align: center;
	margin: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 0px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
div#box1, div#box2, div#box3{
	background-color: #1E5C9A;
	width: 142px;
	text-align: center;
	color: #FFFFFF;
	line-height: 20px;
	float: left;
	font-size: 80%;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	background-position: center;
}
#maincontainertop {
	width: 810px;
	padding: 0px;
}
#maincontainer {
	width: 560px;
	background-image: url(images/images/contentbox_06.jpg);
	background-repeat: repeat-y;
	height: 700px;
	padding-left: 30px;
	padding-right: 220px;
}
.maincontainer {
	width: 810px;
	background-image: url(images/images/contentbox_06.jpg);
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-right: 0px;
}
#flowerbox {
	background-image: url(images/bottomleftflowers_08.jpg);
	height: 400px;
	width: 300px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}
#featurestep {
	width: 542px;
	background-position: center;
	text-align: center;
	height: 150px;
	padding-left: 28px;
	padding-right: 0px;
}
#buynow {
	background-repeat: no-repeat;
	background-position: center center;
	padding: 8px;
	margin-bottom: 20px;
	background-image: url(images/buynowback.jpg);
}
#welcometext {
	font-size: 120%;
	width: 500px;
	padding: 0;
	margin: 0;
}
#sectionheaders {
	background-color: #AEF0F5;
	color: #4396D8;
	font-style: normal;
	letter-spacing: -2px;
	width: 540px;
	font-size: 140%;
	padding: 5px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float:left;
	}
#sectionheaders2 {
	background-color: #AEF0F5;
	color: #4396D8;
	font-style: normal;
	letter-spacing: -2px;
	width: 540px;
	font-size: 140%;
	padding: 5px;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float:left;
	}
	#homeintro{
	color: #000000;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	float:none;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	}
#sectionheaders3 {
	background-color: #AEF0F5;
	color: #4396D8;
	font-style: normal;
	letter-spacing: -2px;
	width: 540px;
	font-size: 140%;
	padding: 5px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float:left;
	}
#package1 {
	background-color: #3395BA;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding:10px;
	width: 250px;
	line-height: 13px;
	float: left;
	text-align: center;
	color: #FFFFFF;
}
#package2 {
	background-color: #3395BA;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding:10px;
	width: 250px;
	line-height: 13px;
	float: left;
	text-align: center;
	color: #FFFFFF;
}
#package3 {
	background-color: #3395BA;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding:10px;
	width: 250px;
	line-height: 13px;
	float: left;
	text-align: center;
	color: #FFFFFF;
}
#package4 {
	background-color: #3395BA;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding:10px;
	width: 250px;
	line-height: 13px;
	float: left;
	text-align: center;
	color: #FFFFFF;
}
#packageconfirm {
	background-color: #3395BA;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding:10px;
	width: 530px;
	line-height: 24px;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
}
#payment1 {
	background-color: #3395BA;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding:5px;
	width: 400px;
	float: left;
	text-align: center;
	color: #FFFFFF;
}
#payment2 {
	background-color: #B8CA55;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding:5px;
	width: 400px;
	float: left;
	text-align: center;
	color: #FFFFFF;
}
#about {
	font-size: 100%;
	font-style: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#adminnav{
	width: 250px;
	float: right;
	padding-right: 155px;
	padding-left: 350px;
}
