/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body /*, th, td*/ {
	background: #FFFFFF url(images/background03b.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2 {
	font-family: /* "Trebuchet MS",*/ Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #000000;
}

p, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

ul {
	margin-bottom: 0em;
	line-height: 1.6em;
}

p {
}

ol {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(images/img16.gif) no-repeat 0px 10px;
}

ul li.current, li.current a {
	text-decoration: none;
	font-weight: bold;	
}

a.current {
	text-decoration: none;
	font-weight: bold;	
}

a:link {
	color: #3490F8;
}

a:hover , a:active {
	text-decoration: none;
	color: #F89934;
}

a:visited {
	color: #666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}
/*
.byline {
	color: #CCCCCC;
}
*/
/*
.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}
*/
/* Boxes */

.box-orange {
	background: url(images/img09.gif) repeat-x;
}

.box-orange .section {
	background: url(images/img11.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img10.gif) no-repeat;
}

.box-orange .content {
	padding: 20px;
}

.box-blue {
	background: url(images/img13.gif) repeat-x;
}

.box-blue .section {
	background: url(images/img15.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img14.gif) no-repeat;
}

.box-blue .content {
	padding: 20px;
}

.box-pink {
	background: url(images/img17.gif) repeat-x;
}

.box-pink .section {
	background: url(images/img19.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img18.gif) no-repeat;
}

.box-pink .content {
	padding: 20px;
}

/* Header */

#header {
	/* position: fixed; */
	/* width: 960px; */
	height: 139px;
	margin: 0 auto;
    background: transparent url(images/GinaTitle02b.gif) no-repeat right top ;
    }

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
}

#logo h1 {
	padding-left: 20px;
	margin-left: 5%;
	color: #000030;
	padding-top: 20px;
	/* text-transform: lowercase; */
	font-size: 82px;
	font-weight: bold; /* normal; */
	/*font-style: italic;*/
	font-variant: small-caps;
}

#logo h2 {
	padding: 63px 0 0 3px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #000060;
}

#logo a:link {
	color: #0000a0;
}

#logo a:hover, a:active {
	text-decoration: none;
	color: #F0B010;
}

/* Page */

#page {
	/* width: 960px; */
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* Content */

#content {
	width: 1000px;
	/* border-style: double; */
	margin: 0 auto;
}

/* Feature */

#feature {
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
	width: 600px;
}

/* Left sidebar */

#leftsidebar {
	/*position:absolute;*/
	margin-left: 5px;
	width:170px;
	top:20px;
	left:20px;
	float: left;
	/*width: 120px;*/
}

/* Right sidebar */

#rightsidebar {
	float: left;
	width: 170px;
	margin-left:10px;
	/* padding-left:-5px; */
	
}

#rightsidebar .content {
	margin-left: -13px;
	/* background: #345; */
}

/*
/* Sidebar */

#sidebar {
	float: right;
	width: 420px;
}

#sidebar .col-one {
	width: 200px;
}

#sidebar .col-two {
	width: 200px;
}
*/

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #DDDDDD;
	border-top: 1px solid #999999;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}