/*
Theme Name: Onlywebsites CMS
Theme URI: http://www.onlywebsites.com/
Description: The 2010 theme for Onlywebsites CMS is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Onlywebsites CMS supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the Onlywebsites CMS team
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
-------------------------------------------------------------- */

@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background: url(/images/bkg.jpg) repeat-x #083a52;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

a {
	color:#a8c9de;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

.container {
	margin:0 auto;
	width: 1024px;
}

.floatr {
	float:right;
	margin:0 0 10px 20px;
}
.floatl {
	float:left;
	margin:0 20px 10px 0;
}

/***Header Styles***/
.header {
	font-family:Trajan Pro, Georgia, "Times New Roman", Times, serif;
	padding:5px 0;
}

.header  .logo {
	float:left;
	margin:50px 0 0;
}

.header .buttons {
	float:right;
}
	.header .buttons a {
		background:url(/images/apply-bkg.png) no-repeat;
		display:block;
		width:165px;
		text-align:center;
		font-size: 18px;
		line-height:14px;
		padding:4px 0;
		color: #FFF;
		margin:3px 0;
	}
		.header .buttons a span {
			display:block;
			font-size:12px;
		}

.header .contact {
	float:right;
	color: #FFF;
	font-size:15px;
	text-align:right;
	margin: 25px 15px 0 0;
}
	.header .contact p {
		line-height:18px;
	}
		.header .contact p span {
			font-size:24px;
			display:block;
		}
	.header .contact img {
		margin:0 10px;
	}

.header .nav {
	clear:both;
	padding: 15px 0 20px;
	position:relative;
	z-index:999;
	height:51px;
}
	.header .nav ul {
		margin:0;
		padding:0;
	}
	.header .nav li {
		float:left;
		display:block;
	}
		.header .nav li a {
			color:#FFF;
			font-size:15px;
			padding:10px 6px 0;
			display:block;
			height:41px;
		}
			.header .nav li a span {
				display:block;
				font-size:10px;
				color: #98e3f6;
			}
		.header .nav li a:hover {
			background:url(/images/active-bkg.png) repeat-x;
			text-decoration:none;
		}
.header .nav li .drop {
	background: url(/images/dropdown-logo.png) no-repeat right bottom #fff;
	padding:20px 20px 30px;
	left:25px;
	top: 55px;
	position:absolute;
	width:937px;
	color:#0F3B5B;
	z-index:999;
	visibility:hidden;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.header .nav li:hover .drop {
	visibility:visible;
}
	.header .nav .drop .call {
		font-weight:bold;
		font-size:19px;
		font-family:Trajan Pro, Georgia, "Times New Roman", Times, serif;
	}
	.header .nav .drop a {
		color:#417DA5;
		text-decoration:underline;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		display:inline;
		padding:0;
		margin:0;
	}
	.header .nav .drop a:hover {
		text-decoration:none;
		background:none;
	}
	.header .nav .drop p {
	margin:5px 0;
	}
	.header .nav .drop .textwidget {
		width:930px;
	}

/***Content Style***/
.content {
	clear:both;
	position:relative;
	z-index:1;
}

.flash {
	background:url(/images/flash-bkg.png) no-repeat;
	padding: 7px;
	margin:0 0 15px 20px;
	z-index:0;
	position:relative;
}
	.flash object, .flash embed {
	position: relative;
	z-index:0;
	display:block;
	}
.banner {
	margin: 0 0 15px 20px;
	background:url(/images/banner-bkg.png) no-repeat;
	padding:7px;
}

.sidebar {
	float:left;
	width: 262px;
	margin:0 0 0 20px;
}
	.sidebar .photo {
		background:url(/images/pic-bkg.png) no-repeat;
		padding:7px 5px;
	}
	.sidebar ul {
		margin:0;
		padding:0;
		width:225px;
	}
	.sidebar li {
		list-style:none;
		text-align:right;
		margin:20px 0;
	}
		.sidebar li img {
			float:left;
			margin:0 5px 0 0;
		}
		.sidebar li a {
			color:#c3ddeb;
			font-size:14px;
			font-family:Trajan Pro, Georgia, "Times New Roman", Times, serif;
		}
			.sidebar li a span {
				color:#FFF;
				font-size:10px;
				font-family:Arial, Helvetica, sans-serif;
				display:block;
			}
			

.main {
	float:left;
	width:719px;
	margin: 0 0 0 10px;
	line-height:18px;
}
	.main h1 {
		font-size:30px; 
		color:#fcaa40;
		font-family:Trajan Pro, Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		line-height:22px;
		margin:10px 0 0;
		padding:0;
	}
		.main h1 span {
			display:block;
			color:#f8ce98;
			font-size:15px;
			margin:0 0 0 55px;
		}
	.main h2 {
		font-size:20px;
		color:#fcaa40;
		font-family:Trajan Pro, Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		margin:10px 0 0;
		padding:0;
	}
	.main ul {
		margin:10px 0 10px 30px;
		padding:0;
	}
		.main li {
			margin:2px 0;
		}
	.main .no-bullet li {
			list-style:none;
			font-weight:bold;
	}
	
	.main .col1 {
		width:48%;
		padding-right:10px;
		float:left;
	}
	.main .col2 {
		float:left;
		width:48%;
		padding-left:10px;
	}
	
	.main .clear {
		clear:both;
	}

/***Footer Style***/
.footer {
	clear:both;
	color:#426371;
	background: url(/images/footer-bkg.jpg) repeat-x #032536;
	font-size:13px;
	text-align:right;
	padding:10px 0;
	margin:10px 0 0;
}
	.footer a {
		color:#3b5460;
	}
	.footer .logos img {
		float:left;
		margin:0 45px;
}
	.footer .nav {
		clear:both;
		padding:15px 0 0;
	}
	.footer ul {
		margin:5px 0;
		padding:0;
	}
	.footer ul li {
		display:inline;
		border-left: 1px solid #35606d;
		padding: 0 3px 0 5px;
		color:#35606d;
	}
	.footer ul li:first-child {
		border:none;
	}	
		.footer li a {
			color:#35606d;
		}
	.footer .first li {
		background:url(/images/dot-seperator.png) no-repeat left top;
		border:none;
		padding:0 2px 0 7px;
	}
	.footer .first li:first-child {
		background:none;
	}
		.footer .first li a {
			color:#7197b0;
		}


.gallery-item {
float:left;
margin:0 20px 20px 0;
}


#hidden, #hidden2 {
	display:none;
	background: url(/images/dropdown-logo.png) no-repeat right bottom #fff;
	padding:20px 20px 30px;
	position:absolute;
	color:#0F3B5B;
	z-index:9999;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#hidden {
	margin:0 0 0 -580px;
	top: 125px;
	width:450px;
}

#hidden2 {
	margin:-205px 0 0 270px;
	width: 370px;
}

.hidden label {
	float:left;
	width:90px;
}
.hidden input[type="submit"] {
	margin:0 0 0 90px;
}
.hidden h1 {
	font-family:Trajan Pro, Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}
.breadcrumbs{
	padding-left:10px;
	padding-bottom:18px;
	font-size:10px;
}