/* @override http://127.0.0.1/~ginny/helloginny/css/helloginny.css */

/*helloginny.com - a place of awesomeness*/

@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);

/**********************   RESET  ********************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126 License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, p2, p3, p4, p5, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
	
}
em	{
	font-style: italic;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}

/**********************  GLOBALS  ********************/
body {
	margin: 0;
	padding: 100px;
	color: #fffeff;
	font: 'Permanent Marker', cursive;
}
h1 {
	font: 100px 'Permanent Marker', cursive;
}
h2 {
	font-size: 75px;
	font-family: 'Permanent Marker', cursive;
}
h3 {
	font-size: 50px;
	font-family: 'Permanent Marker', cursive;
}

a {
	color: #e6e5e6;
	text-decoration: none;
}
a:hover {
	color: #999;
}
p {
	margin:0 0 5px;
	padding: 4px 0 4px;
	color: #fffeff;
	font-size: 27px;
	font-family: 'Permanent Marker', cursive;

}
	.p1 {
	color: #fd012a;
	margin: 0 50px 20px;
}
	.p2 {
	color: #fb01ff;
}
	.p3 {
	color: #8a39dc; ;
}
	.p4 {
	color: #007bfd;
}
	.p5 {
	color: #b3ff00;
}
.clear {
	clear: both;
}

ul {
	list-style-type: circle;
	list-style-position: outside;
	margin: 20px;
	font-family: 'Permanent Marker', cursive;


}



/**********************  STRUCTURE  ********************/

#container  {
	width: 100%;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/corkboard.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#wrap {
	background-image: url(../img/corkboard.jpg);
}
	.wrap_head {
		width: 100%;
		background-image: url(../img/bg.png);
		/*border-bottom: solid #33518c 41px;*/
	
		margin: 20px 0 0px;
		
	}
	.topbar-wrap {
		width: 100%;
		background: #33518c;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		/*border-bottom: solid #33518c 41px;*/
		color: #fffeff;
		margin: 0px 0 0;
		padding: 0 ;
		z-index: 3000;
	}
	.topbar-container {
		background: #33518c;
		width: 960px;
		margin: 0 auto 0px;
		padding: 0;
	}

.container {
	width: 960px;
	margin: 0 auto;

}
	.container_head {
		background: url(../img/corkboard.jpg);
		width: 960px;
		margin: 0 auto;
		padding: 0;

	}
	.container_main {
		width: 960px;
		margin: 1px auto 0;
		padding: 10px;
		background: url(../img/corkboard.jpg);
		-moz-box-shadow: 0 5px 5px 5px;
		-webkit-box-shadow: 0 5px 5px 5px;
		box-shadow: 0 5px 5px 5px;
}		

	.container_foot {
		width: 960px;
		padding-bottom:120px;
		background: #33518c;
		margin: 0px auto 10px;
		-moz-box-shadow: 0 5px 10px 5px #284070;
		-webkit-box-shadow: 0 5px 10px 5px #284070;
		box-shadow: 0 5px 10px 5px #284070;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #3c61ac;
}





/**********************  HEADER  ********************/

 
#header  {
	padding: 30px 10px 10px 15px;
	margin: 0 0 0px;
	height: 120px;
	-moz-box-shadow: 0 5px 10px 5px #888;
	-webkit-box-shadow: 0 5px 10px 5px #888;
	box-shadow: 0 5px 10px 5px #888;
	} 
#header .logo {
	float:left; 
	margin:0 35px 0 10px;
}
	#header  h1  {
		margin: 25px 0 0;
		padding: 0px 0 ;
		color: #23365C;
		font: 1.5em Georgia, "Times New Roman", Times, serif;
	}	
	#header h2 {
		margin: 0;
		padding: 0;
		color: #23365C;
		font: 1.5em Georgia, "Times New Roman", Times, serif;
	}
	#header h3 {
		margin: 0;
		padding: 10px 0;
		font: italic 1.0em Georgia, "Times New  	Roman", Times, serif;
		color: #23365C;
	}
#topbar    {
	width: 960px;
	height: 31px;
	padding: 10px 0 0;
	background: #33518c;
	z-index: 100;
}
#topbar  #topNav  {
	float: left;
	margin-left: 17px;
	margin-top: 2px;
	margin-bottom: 0px;
}
#topbar #topNav a {
	text-decoration: none;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
}


/***** NAVIGATION  *********/

#nav {
	
}
#nav li {
float: left;
list-style: none;
padding: 0 1px;
margin: 0 1px;
}
	#nav.navigation li {
		margin: -10px 0;
		padding: 10px;
		}
		#nav.navigation li:hover {
		background: #2d487d;
		}
		#nav.navigation li.active {
			background: #2d487d;
			color: #fff;
		}
		#nav.navigation li a {
			color: #c2c1bd;
			font: 1.2em;
			display: block;
			line-height: 20px;
			padding: 0 10px;
			text-decoration: none;
		}
		#nav.navigation li a:hover{
			color: #e1e1e1;
			text-decoration: none;
		}


#nav.navigation ul.menu {
	margin: 0 0 0 20px;
}




/***** SIDEBAR  *********/


#sidebar  {
	float: left;
	width: 220px;
	margin: 10px 0px 0px 15px;
	padding: 0px 0;
	background: url(../assets/38.png);
	color: #33518c;
}
	#sidebar  h3  {
		color: #333329;
	}
	#sidebar   ul    {
		margin: 0px 0px 15px;
		padding: 0px;
	}	
	#sidebar li    {
		list-style: none;
	}
	#sidebar li a    {
		display: block;
		background-color: transparent;
		font: bold .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		padding-top: 8px;
		padding-bottom: 8px;
		color: #2d487d;
		text-decoration: none;
		padding-left: 20px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #F3F3F3;
	}
	#sidebar li a:hover     {
		color: #16205F;
		background-color: #b4b1a7;
	}
	#sidebar li a:active {
		font-weight: bold;
	}
	#sidebar li.active {
		background: #b4b1a7;
		font-weight: bold;
	}
	#sidebar li ul {
		font-size: .8em;
		margin: 0px !important;
		padding: 0px !important;
	}
	.fadeThis * {
	  display: none;
	}
	
	#sidebar li span.hover {
		background:#33518c;
	}


#sidebar2  {
	float: right;
	width: 220px;
	margin: 0px 0px 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #E4E4E4;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C4C4C4;
	border-bottom-color: #666666;
}
#sidebar2  h3  {
	color: #333329;
}

#sidebar2   ul    {
	margin: 0px 0px 15px;
	padding: 0px;
}
#sidebar2   li    {
	list-style: none;
}
#sidebar2   li   a    {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #16205F;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
}
#sidebar2    li    a:hover     {
	color: #FFFFFF;
	background-color: #33518c;
}
#sidebar2 li ul {
	font-size: .8em;
	margin: 0px !important;
	padding: 0px !important;
}


/**********************  CONTENT  ********************/
#mainContent  {
	font-size: 15px;
	padding: 20px;
	margin: 0 0 0 240px;
} 
	#mainContent.search  {
		font-size: .9em;
		padding: 20px 15px;
		padding-right: 20px;

		margin: 0 0 0 240px;

		
	} 
	#mainContent.search h1 {
		font-family: 'Sorts Mill Goudy', serif;
		
	}


#mainContent   h2    {
	color: #333;
	font-size: 21px;
	border-bottom: solid 1px #33518c;
	font-family: 'Sorts Mill Goudy', serif;
	margin: 15px 0 0;
	
}

#mainContent   h2.mission    {
	color: #333;
	font-size: 21px;
	border-bottom: none;
	font-family: 'Sorts Mill Goudy', serif;
	margin: 25px 150px 50px 25px;
	
}
#mainContent   h3    {
	margin: 20px 0 8px;
	color: #333;
	font-size: 19px;
	border-bottom: solid 1px #33518c;
	font-family: 'Sorts Mill Goudy', serif;

}
#mainContent   h4    {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-bottom: 8px; padding-top: 4px;
}

#mainContent	h5	{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
}


#mainContent   li    {
	list-style-position: outside;
	margin: 0 0 15px 20px;
	list-style-type: circle;
}

#mainContent li.indent	{
	list-style-position: outside;
	margin: 15px 15px 15px 50px;
	list-style-type: circle;
}

#mainContent li.roman	{
	list-style-position: inside;
	margin: 0;
	list-style-type: upper-roman;
}

#mainContent li.roman2	{
	list-style-position: inside;
	margin: 0;
	list-style-type: lower-latin;
}

#mainContent th {
	border: 2px;
	border-style: solid;
	border-color: #333333;
	padding: 5px 5px 5px 5px;
}

#mainContent table	{
	border: 5px;
	border-color: #666666;
	padding: 5px 5px 5px 5px;
	
}

#mainContent table.pay	{
	border: 5px;
	border-color: #666666;
	padding: 5px 5px 5px 5px;
	
}

#mainContent td	{
	border: 2px;
	border-style: solid;
	border-color: #333333;
	padding: 5px 5px 5px 5px;
	
}
	#mainContent.search td	{
	border: none;
	
}

#mainContent tr	{
	border: 5px;
	border-color: #666666;
	padding: 10px 10px 10px 10px;
	
}
/******  FOOTER  *********/

#footer  {
	width: 100%;
	min-width: 960px;
	background: #33518c;
	padding: 0 0 40px;
	border-top: 1px solid #fff;
} 

	.footer_left {
		float: left;
		padding: 40px;
	}

	.footer_right {
		float: right;
		padding: 40px;
	}
	.footer_right .icons {
		padding: 10px 0 0 20px;
	}
	.footer_right .icons a {
		padding: 0 3px;
	}
	
#footer  p  {
	margin: 0;
	font-size: 11px;
	line-height: 8px;
	color: #cecece;
}

#footer  a  {
	color: #cecece;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#warningBox {
	display:none;
}
.hello-logo {
	float:left; 
	margin:0 35px 0 10px;
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); /* IE 9 */
	-webkit-transform:rotate(7deg); /* Safari and Chrome */
}