/*
	Styles for Alpha Theme
	Design by Argyll Studios 2009
	www.argyllstudios.com
*/

/* Our Standard Styles ( we don't leave home without them ) */
body { background:#FFFFFF url(../images/background.jpg) repeat-x 0 0; color: #616161; font: normal 70%/17px Tahoma; margin: 0; padding: 0; height: 100%; position:relative;}
a { color: #CD9B1D; text-decoration: none; }
a:active{outline: none;}
a:focus{outline: none;}
a img { border: 0; }
a:hover { text-decoration: underline; }
form, input, h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
fieldset {border:none; padding: 0; margin: 0;}
.clear {clear:both;}
.sep { background: url(../images/seperator.gif) no-repeat center center; height:9px; width:860px; padding:25px 0;}

#overall { font-size:1em; min-height:100%; position:relative;background:transparent url(../images/AYLcrestfinal.png) no-repeat scroll right top; }
#container { width:860px; margin:5px auto; padding:0 14px 100px 14px; background: url(../images/fade_background.gif) no-repeat 0 230px; }
h2 {
	color:#8B2500;
	font-family:Helvetica,Tahoma;
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:0.15em;
	text-transform:uppercase;
}
h3 {
	color:#473C8B;
	font-family:Helvetica,Tahoma;
	font-size:1.3em;
	font-weight:normal;
	letter-spacing:0.05em;
	text-transform:uppercase;	
	padding:15px 0 5px 0;
}

/* Contact Area */
#contact {	
	position:absolute;
	top:-5px;
	width:100%;
	z-index:150;
}
#contact_area {
	background-color:#5F5F5F;
	border:1px solid #A0A0A0;
	display:none;
	height:325px;
	margin:0 0 -8px;
	width:100%;
}
.contactForm {
	margin:0 auto;
	padding:15px 0 10px;
	width:655px;
}
.formHolder {
	float:left;
	width:400px;
	position:relative;
}
#contact_form label {
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding:3px 0;
}
#contact_form input.field {
	background-color:#F5F5F5;
	border:2px solid #CD6600;
	color:#616161;
	font-size:1em;
	height:15px;
	line-height:20px;
	padding:4px 3px 2px;
	width:160px;
}
#contact_form textarea {
	background-color:#F5F5F5;
	border:2px solid #CD6600;
	color:#616161;
	height:100px;
	line-height:20px;
	padding:5px 3px;
	width:310px;
}
#contact_form input.submit {
	margin-top:10px;
}

#contact_details {
	color:#FFFFFF;
	float:right;
	padding-top:5px;
	width:250px;
}
#contact_details h2 {
	border-bottom:2px solid #CD6600;
	color:#FFFFFF;
	padding-bottom:5px;
}
#contact_details span {font-weight:bold;}
#contact_details p {
	background:transparent url(../images/arrow.png) no-repeat scroll left 5px;
	padding-left:25px;
}

#note {
	width:200px;
}
#note a {
	color:#FFF;
}

.notification_error {
	color:red;
	font-weight:bold;
	left:-200px;
	position:absolute;
	top:15px;	
}
.notification_ok {
	color:#FFFFFF;
	font-size:1.3em;
	line-height:1.5em;
	padding-top:100px;	
}

#contact_button {
	margin:-1px auto 0;
	padding-top:7px;
	text-align:right;
	width:860px;
}
#contact_button a {
	background:transparent url(../images/contact.gif) no-repeat scroll 0 0;
	float:left;
	font-size:0;
	height:20px;
	margin-left:740px;
	overflow:hidden;
	text-indent:-9999px;
	width:106px;
}
#contact_button a span {
	margin-top:-100px;
	float:left;
}
/* Header */

#header {
	height:122px;
	overflow:hidden;	
}
.star-logo{
	float:left;
}
.ayl_link{
	border:2px solid red;
}
#header .bg {
	color:#EEAD0E;
	height:85px;
	margin-top:5px;
	background: url(../images/starlogo.jpg) no-repeat;
}
#header .logo{
	height:60px;
	padding:0 0 15px;
	width:220px;
}
#header .header_nav {
	background:transparent url(../images/topNavbackground.gif) repeat-x scroll 0 0;
	clear:both;
	height:32px;
	padding:9px 10px 8px 0;
	text-align:right;
}
#header .header_nav a {
	padding:0 10px;
	color:#FFF;
	font-weight:bold;
}

#header .header_nav a.current_Tab {
	text-decoration:underline;
}
/* Welcome Area */
#welcome_area {
	background:transparent url(../images/welcome_background.jpg) repeat-x scroll 0 0;
	border:1px solid #FFFFFF;
	padding-top:25px;
}
.welcome_left {
	display:inline;
	float:left;
	width:308px;
}
.introText {
	padding:5px 25px 10px;	
}
#description {
	background:transparent url(../images/description_background.jpg) repeat-y scroll 0 0;
	padding:0 0 0 25px;
	color:#62377C;
}
.welcome_right {
	width:550px;
	float:right;
}
.image_rotator {
	background:transparent url(../images/rotator_background.jpg) no-repeat scroll 0 0;
	height:254px;
	padding-left:1px;
	padding-top:3px;
	width:524px;
}
#jCarTwo ul li{
	display:block;
	width:250px;
	height:120px;
	float:left;
	font-size:9pt;
	
}
#images{	  
	display:block;
	height:247px;
	position:relative;
	width:522px;
}
.image_rotator .prev, .image_rotator .next{
	display:block;
	width:106px;
	height:17px;
	cursor:pointer;
}
.image_rotator .prev{
	left:215px;
	position:absolute;
	top:0;
	z-index:5;
}
.image_rotator .next{
	left:215px;
	position:absolute;
	top:230px;
	z-index:5;
}


/* Content Area */
#content_area {
	clear:both;
	float:left;
	padding:0 25px;
}
#content_area h2 { margin-bottom:25px; }
.content_block {
	display:inline;
	float:left;
	margin-right:35px;
	width:245px;
}
.last {margin-right:0px;}



/* Interrior Pages */
#interriorPage {
	padding:25px;
	background:transparent url(../images/welcome_background.jpg) repeat-x scroll 0 0;
	border:1px solid #FFFFFF;	
	font-size:1.1em;
}
.alignright {
	float:right;
	margin:15px;
}
.alignleft {
	float:left;
	margin:15px;
}

h1 {
	color:#696969;
	margin:15px 0;	
}
h4 {
	margin:10px 0;
}
h5 {
	font-style:italic;
	margin:10px 0;	
}

blockquote {
	color:#555555;
	line-height:1.9em;
	margin-bottom:20px;
	border-left:3px solid #3C636A;
	padding-left:15px;
}

code {
	background-color:#F1F1F1;
	border-left:2px solid #9070B0;
	color:#555555;
	display:block;
	font-size:1.2em;
	line-height:1.9em;
	margin:15px 0;
	padding:10px 10px 10px 15px;
}
.serviceLeft {
	display:inline;
	float:left;
	margin:15px 0;	
}
.serviceLeft img {
	border:1px solid #696969;
	padding:1px;	
}
.serviceRight {
	display:inline;
	float:right;
	padding:5px;
	width:485px;	
}
.serviceRight a {
	float:right;
}
.clearSpacer {
	clear:both;
	background:transparent url(../images/seperator.gif) no-repeat scroll center center;
	height:9px;
	padding:2px 0;
}


/* Footer */
#footer {
	background:#F1F1F1 url(../images/footer_background.jpg) repeat-x scroll 0 0;
	clear:both;
	height:200px;
	position:absolute;
	width:100%;
}
.footer_inner {
	width:815px;
	margin:0 auto;
}
.twitter_feed img {
	display:inline;
	float:left;
	margin-top:5px;
	vertical-align:middle;
}
.twitter_feed h4 {
	float:left;
	padding:0 5px;
	color:#8B2500;
	font-family:Helvetica,Tahoma;
	font-size:1.3em;
	font-weight:normal;
	letter-spacing:0.05em;
	text-transform:uppercase;
	margin-top:15px;
}
.twitter_feed h4 a { color:#8B2500;}
.twitter_feed #tweet {
	display:inline;
	float:left;
	margin:7px 0 0;
	padding:0 10px;
	width:450px;
}
.twitter_feed #tweet ul {margin:0; padding:0;}
.twitter_feed #tweet ul li {margin:0; padding:0; list-style:none;}
.twitter_feed #tweet img {vertical-align:middle; margin-top:5px;}

.final_text {
	clear:both;
	padding-top:45px;
}
.foot_nav {
	display:inline;
	float:left;
	width:400px;
}
.foot_nav a {
	color:#7F7F7F;
	padding:0 5px;	
}
.foot_nav a.current_Tab {
	text-decoration:underline;
}
.copyright {
	display:inline;
	float:right;
	text-align:right;
	width:400px;
}
.copyright img {
	vertical-align:middle;
	padding-left:5px;
}

.right_nav_btn{
	float:right;
}
.left_nav_btn{
	float:left;
}
.video-link{
	font-weight:bold;
	font-size:10pt;
	padding-top:20px;
	text-align:center;
}

















