/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	font-size: .75em;
	text-align: center;
	}

															/** MAIN CONTAINERS **/
div#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}
	body.fullwidth div#container { width: 100%; }
	div#header {
		
		}
		div#header-in {
			background-repeat: no-repeat;
			background-position:70%; 
			}
	div#content-wrap {
		
		}
		div.content {
			
			}
		div.lcol div.content 	{ margin: 0 0 0 210px; }		/* left column */
			div.content-in {
				
				}
		div.column {
			width: 250px;
			}
		div.lcol div.column 	{ float: left; }				/* left column */
			div.column-in {
				
				}
	div#footer {
		
		}
		div#footer-in {
			
			}

															/** SUB CONTAINERS **/
div.package {
	background-color: #84b9e9;
	border: 2px solid #333;
	width: 250px;
	padding: 15px;
}


															/** LISTS **/

ul.nav {
	list-style-type: none;
	display: inline;
	margin-left: 520px;	
}
	ul.nav li {
		display: inline;
		padding-left: 5px;
	}
	ul.nav li a {
		font-size: 16px;
		color: #fff;
		background-color: #f33;
		padding:5px;
		text-decoration: none;
	}
	ul.nav li a:hover {
		background-color: #fff;
		padding:5px;
		color: #f33;
	}

ul.side-nav {
	list-style-type: none;
}
	ul.side-nav li {
		padding-left: 5px;
	}
	ul.side-nav li a {
		font-size: 16px;
		color: #f33;
		padding:2px;
		text-decoration: none;
		font-weight: bold;
	}
	ul.side-nav li a:visited {
		font-size: 16px;
		color: #f33;
		padding:2px;
		text-decoration: none;
		font-weight: bold;
	}
	ul.side-nav li a:hover {
		padding:2px;
		text-decoration: underline;
		color: #f33;
	}

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

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

ul.footer {
	list-style-type: none;
	display: inline;	
}
	ul.footer li {
		display: inline;
		padding-left: 5px;
	}



															/** TYPOGRAPHY **/
p { 
	font: 14px Georgia;
	color: #333;
}

p.footer{
	font: 10px Georgia;
	color: #333;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font: Georgia;	
}




															/** FORMS **/
/*label {
	font: 12px, Georgia;
	font-weight: bold;
	float: left;
}

input.submit {
	margin-left: 4.5em;
	width: 50px;
	height: 30px;
	font-size: 14px;
}

input{
	color: #333;
	background-color: #84b9e9;
	padding-left: 3px;
	padding-right:3px;
	padding-bottom: 1px;
	padding-top: 1px;
	border: 1px solid #333;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
}

fieldset{
	margin:0px;
	margin-left:1px;
	padding:0px;
}

legend{
	font: 16px Georgia;
	font-weight: bold;
	margin:0px;
	color: #333;
}
*/
															/** END **/