/*
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 {
	margin: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;/*#959595*/;
	background: url( images/mainbig.jpg );
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

h2 {
	background: url(images/img6.gif) repeat-x left bottom;
	padding-bottom: 10px;
	padding-top: 20px;
	margin-bottom: .8em;
	font-size:24px;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

.content ul li h3 {
	text-align:left;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #E08934;
}

a:hover {
	text-decoration: underline;
}

img {
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 0px 0 0 10px;
	background: url(images/img03.gif) no-repeat left center;
	border-bottom: 1px solid #D6D5D5;
	font-size: 1.4em;
}

.boxed .content {
	padding: 10px;
}


/* Logo */

#logo {
	width: 770px;
	height: 100px;
	margin: 0 auto;
}

#logo h1 {
	padding: 15px 0 0 0px;
}

#logo h1 a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
}

#logo h1 i {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: italic normal 48px Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

#logo h2 {
	padding: 0 0 0 2px;
	text-transform: lowercase;
	font-size: 1em;
}

#logo a {
}

/* Content */

#content {
	width: 770px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	width: 500px;
	margin-top: -80px;
}

/* Content > Main > Welcome */

#welcome {
}
		div#gallerymenu {
			text-align:center;
			cursor:pointer;
			height:180px;
			margin:0 10px;
		}
				div#gallerymenu div {
					float:left;
					/*background: #bbbbbb;*/
					height:110px;
					margin:5px;
					width:87px;
				}
				div#gallerymenu div.more {
					background: none;
					height:20px;
					margin:5px 5px 5px 20px;
					color:#385B88;
					width:150px;
				}
						div#gallerymenu div div {
							padding:0;
							height:auto;
							width:85px;
						}
						div#gallerymenu img {
							width:80px;
							border:2px solid #bbbbbb;
						}
						div#gallerymenu a {
							/*color:#ffffff;*/
						}
				div#gallerypage div {
					background: #bbbbbb;
					float:left;
					text-align:center;
					margin:5px;
					height:175px;
				}
						div#gallerypage div a {
							text-decoration:none;
							color:#ffffff;
						}
						div#gallerypage div img {
							width:150px;
							border-left:3px solid #bbbbbb;
							border-right:3px solid #bbbbbb;
							border-top:3px solid #bbbbbb;
							border-bottom:1px solid #bbbbbb;
						}
		div.resourceslistline {
			clear:both;
			margin-bottom:20px;
			padding-bottom:20px;
			border-bottom:1px solid #777777;
		}
		div.resourceslistlinewl  {
			clear:both;
			margin-bottom:20px;
			padding-bottom:20px;
		}
		div.resourceslist img {
			float:left;
			width:150px;
		}

		div#welcome p.border {
			font-size:10px;
			line-height:14px;
			padding:5px 10px;
			margin:60px 0 20px 0;
			border:2px solid #aaaaaa;
			background:#385b88;
			color:#ffffff;
		}
		div#welcome .listedpipe {
			background:url(images/pipe.gif) no-repeat;
			padding: 0 0 0 25px;
		}

		.post .mainimage {
			background:#aaaaaa;
			width:500px;
			text-align:center;
			color:#ffffff;
			font-size:10px;
			border:2px solid #aaaaaa;
		}
		.post table {
			margin: 0 0 30px 0;
		}
				.post table td {
					padding: 3px 2px;
				}
				.post table td.leftw {
					width:80px;
				}
				.post table td.rightw {
					width:300px;
				}
		.post div#formerror {
			width:430px;
			border:1px solid #ff0000;
			margin: 0 0 30px 0;
			background:#FA7A7A;
			color:#ffffff;
		}
				.post div#formerror div {
					padding: 3px;
				}
		.post div#form {
			width:430px;
			/*border:1px solid #aaaaaa;*/
			margin: 0 0 30px 0;
		}
				.post div#form div.formrow {
					clear:both;
					/*border-bottom:1px solid #aaaaaa;*/
					height: 25px;
					width:430px;
					position:relative;
					padding: 5px 0 0 0;
				}
				.post div#form div.formrowinv {
					clear:both;
					/*border-bottom:1px solid #aaaaaa;*/
					height: 25px;
					width:430px;
					position:relative;
					color:#000000;
					font-weight:bold;
					font-size:13px;
					padding: 5px 0 0 0;
				}
						.post div#form div.formrow input, select, textarea {
							width:200px;
						}
						.post div#form div.formrow textarea {
							height:70px;
						}
						.post div#form div.formrow div.left {
							position:absolute;
							left:3px;
							top:2px;
							width:180px;
							text-align:right;
						}
						.post div#form div.formrowinv div.left {
							position:absolute;
							left:3px;
							top:2px;
							width:180px;
							text-align:right;
						}
						.post div#form div.formrow div.right {
							position:absolute;
							left:210px;
							top:2px;
						}
						.post div#form div.formrowinv div.fright {
							float:right;
							padding: 3px 2px 0 0;
						}
			
			div#resnav {
				height:50px;
			}
					div#resnav div.left {
						float:left;
					}
					div#resnav div.right {
						float:right;
					}
			
/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 30px;
	border-bottom: 4px solid #EBEBEB;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	cursor:pointer;
}

#menu a {
	display: block;
	padding: 10px 0 10px 24px;
	border-top: 1px solid #EBEBEB;
	color: #E08934;
}

#menu a:hover, #menu .active a {
	background: #385b88;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#resourcesmenudrop {
	font-size:12px;
	padding:0 0 0 40px;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	width:770px;
	clear:both;
	margin:0 auto;
}
		#footer ul {
			list-style: none;
			margin:0;
			padding:0 0 0 50px;
		}
				#footer ul li {
					display: inline;
					padding: 0 0 0 23px;
				}
						#footer ul li a {
							color:#777777;
						}
#footer {
	clear: both;
	padding: 20px 20px 20px 10px;
	width: 810px;
	margin: 0 auto;
	background: #EAEAEA url(images/img6.gif) repeat-x left top;
}

#footer p {
	width: 770px;
	margin: 0 auto;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}