/*------------------------Stylesheet by Sarah Jones--------------------*/

/*------------------------------GLOBAL STYLES--------------------------*/

*{
padding:0;
margin:0;
}

body{
margin:0 auto;
font-family: 'Raleway', arial, helvetica, sans-serif;
font-size:62.5%;
background-color:#fff;
}

p{
	margin-bottom:1em;
	font-size:1.4em;
	color:#333;
	line-height:1.5em;
}

#page-container li{
	margin-bottom:1em;
	font-size:1.4em;
	color:#333;
	line-height:1.2em;
	margin-left:12px;
}



a:link{
color:#2a254b;
text-decoration:none;
}

a:visited{
color:#2a254b;
text-decoration:none;
}

a:hover{
color:#e9953c;
text-decoration:none;
}


#wrapper{
	width:1000px;
	margin:0 auto;
	color:#000000;
	background-image:url(../images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}



h1{
font-size:1.8em;
font-weight:bold;
color:#494779;
}

h2{
	font-size:1.4em;
	font-weight:bold;
	color:#494779;
}

h3{
font-size:2em;
font-weight:bold;
}


#bottom_bg{
	width:100%;
    background-image:url(../images/footer_background.jpg);
    background-position:bottom left;
    background-repeat:repeat-x;
    z-index:-10;
    float:left;
}

noscript{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#F00;
}

form{
	width:300px;
	float:left;
}

.package{
	float:right;
	margin-right:57px;
	width:376px;
	background-color:#494779;
	padding-left:6px;
	padding-right:6px;
}
	
/*---------------------------end of GLOBAL STYLES--------------------------*/

/*----------------------------------DIV STYLES-----------------------------*/
#header{
	float:left;
	width:1000px;
	height:200px;
}

#page-container{
	width:1000px;
	min-height:300px;
	float:left;
	clear:both;
	background-image: url(../images/page_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 180px;
}

#page-title{
	width:1000px;
	text-align:left;
	float: left;
	margin-bottom: 20px;
}

#page-left{
	width:490px;
	float:left;
}

#page-right{
	width:490px;
	float:right;
	clear:right;
}

/*-------------------------------------END OF DIV STYLES-------------------------------*/

/*-----------------------------NAVBAR STYLES---------------------------*/
#navbar{
	width:1000px;
	height:40px;
	float:left;
	background-color: #2a254b;
	margin-bottom: 30px;
}

/*.fadeArea {
	position: relative;
	width:1000px;
	height:54px;
	float: left;

}*/

.menuitem{
	width:100px;
	height:100px;
	float:left;
}

/*
#navbar{
	width:960px;
	height:40px;
	float:left;
	background-color:#ffffff;
}

#navbar ul li {
list-style-type:none;
display:inline;
line-height:40px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

#navbar ul li a{
color:#000000;
text-decoration:none;
padding-right:40px;
}


#navbar ul li a:hover{
color:#ffffff;
text-decoration:underline;
}
*/
/*--------------------------------END OF NAVBAR STYLES--------------------*/




/*--------------------------------SUB MENU--------------------------------*/
.submenu{
	padding:0;
	margin:0;
	width:490px;
	height:20px;
	background-color:#2a254b;
	padding-top:6px;
	margin-bottom: 50px;
}

.submenu li{
	list-style-type:none;
	display:inline;
}

.submenu li a{
	color:#b0aecc;
	padding-left:4px;
	padding-right:4px;
	padding-top:5px;
	padding-bottom:3px;

}


.submenu li a:visited{
	color:#b0aecc;
}

.submenu li a:hover{
	color:#e9953c;
	background-color:#494779;
}
	





/*------------------------------SUB MENU END------------------------------*/





/*-----------------------------------FOOTER STYLES------------------------*/
#footer-container{
	width:1000px;
	float:left;
	color:#666666;
	height: 240px;
	background-image: url(file:///C|/images/footer_bg.png);
	background-repeat: repeat-x;
	padding-top: 30px;
	margin-top: 40px;
}

#footer-left{
	width:290px;
	float:left;
	vertical-align:top;
	font-size: 12px;
}

#footer-center{
	width:320px;
	float:left;
	text-align:center;
}

#footer-right{
	width:280px;
	margin-right:0px;
	float:right;
	vertical-align:top;
	text-align: left;
	font-size: 12px;
}

#footer-wide{
	width:900px;
	float:left;
	margin-left: 80px;
	margin-top:30px;
}

#footer-wide img{
	margin-right:50px;
}

#footer-right a{
color:#2a254b;
text-decoration:underline;
}

#footer-right a:visited{
color:#2a254b;
}

#footer-right a:hover{
color:#0066FF;
text-decoration:none;
}

#footer-left a{
color:#2a254b;
text-decoration:underline;
}

#footer-left a:visited{
color:#2a254b;
}

#footer-left a:hover{
color:#0066FF;
text-decoration:none;
/*-------------------------------------END OF FOOTER STYLES-----------------------------*/
