/* - - - - - - - - - - - - - - - - - - - - -

TITLE    :   NAKCSS FRAMEWORK VERSION 3
AUTHOR   :   NAKDESIGNER
URL      :   HTTP://WWW.NAKLABS.COM

- - - - - - - - - - - - - - - - - - - - - - 

Variable Defination

.textleft      =     Aligns Text to Left
.textcenter    =     Aligns Text to Center
.textright     =     Aligns Text to Right
.bg            =     Background Style
.fc            =     Font Color Style
.fs            =     Font Size Style
.ff            =     Font Face Style

- - - - - - - - - - - - - - - - - - - - - */

/* Clearfix Starts Here */

/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Clearfix Property Starts Here */

/* Global Form Styles */

form{
margin: 0;
padding: 0;
}
input, textarea{
	background: #fff;
	border: 1px solid #94cb71;
	padding:2px;
	
		
}
input:hover, textarea:hover {
	
}
input:focus, textarea:focus {
	
}

/*  --- Global Form Styles  -- End HERE */

/*  Image PNG fix ******************   */
 img, 
 div,
 a,
 a:hover,
 a:visited{ behavior: url(./iepngfix.htc) }
/*  Image PNG fix END   */

/* Global Reset Styles Starts */
*{
	margin:0;
	padding:0;
}
/* Global Reset Styles End */

body {
	background:#000;
	color:#fff;
	font: .8em/1.6em Arial, Helvetica, sans-serif;
}
a {
	color: #294189;
	text-decoration: none;
}
a:active { outline: none; }
a:hover{
	color:#294189;
	text-decoration:underline;
	outline: none;
}
a img {border: 0;}

/* Heading Styles Starts */
h1{font-size:20px;}
h2{font-size:15px;}
h3{font-size:18px;}
h4{font-size:15px;}
h5{font-size:14px;}
h6{font-size:13px;}
h2,h3,h4,h5,h6{margin:0 0 10px 0;}
/* Heading Styles Ends */
/* Para Styles Starts */

/* Para Styles Starts */

/* Layout Styles Starts */

#nakainer{
	width:780px;
	margin:10px auto;	
	
}
	#nakainer_inner{				
		padding:10px 9px;		
		border:solid 2px #fff600;
		clear:both;
		
		
	}
	
	#menu{
		background:#b02e36;
		padding:5px}
	
		#menu ul{
			list-style:none;
			display:inline;
			text-align:center;}
	
			#menu li{
				list-style:none;
				text-align:center;
				display:inline;
				background:url(img/li_bg.jpg) no-repeat left;
				font-weight:bold;				
				margin:0;				
				}
	
				#menu li a{
					color:#fff;
					padding:0 8px 0 15px;}
	
					#menu li a:hover{
						color:#294189;
						text-decoration:none;}
			
		#pagearea{
		padding:10px;
		background:url(img/pagearea_bg.jpg) no-repeat bottom;
		clear:both;
		border-bottom:solid 3px #e6b42d;
		min-height:500px;
		height:auto !important;
		height:500px;
		}
		#pagearea ul,li,ol{
			margin:0 0 10px 10px;}
		
		#pagearea h3{
			background:url(img/h3_bg.jpg) no-repeat left;
			color:#294189;
			font-size:18px;
			padding:0 0 0 25px;
			line-height:30px;			
			font-family:"Times New Roman", Times, serif;
			
		
		}
		
		
		
			
		#primarycontent{
			width:500px;
			float:left;						
		}
		
		#right_block{
			width:260px;
			float:right;
			padding:0 5px;
			}
			
				.guam_friend_image{
					position:absolute;
					margin:-50px 0px 0 530px;}
		
							
	#footer{		
		clear:both;		
		padding:5px 10px;
		margin:5px 0 0 0;
		color:#fff;
		font-size:12px;
		line-height:21px;
		
				
		
	}
	#footer a{
	color:#fff600;
	text-decoration:none;
	padding:0 10px;
	}
	#footer a:hover{
	color:#fff;
	text-decoration:underline;
		
	}
	#bottom_links{
		border:solid 2px #039041;		
		color:#fff;
		margin:10px auto;

		
			
		}
		
		#bottom_links_top{
			background:url(img/bot_top.jpg) no-repeat top;
			height:9px;
			}
		#bottom_links_mid{
			padding:10px;
			font-size:16px;
			line-height:24px;
			text-align:center;
			font-weight:bold;	
			}
		#bottom_links_bot{
			background:url(img/bot_top.jpg) no-repeat bottom;
			height:9px;}
		
		#bottom_links_mid a{
		color:#fff;
		text-decoration:none;
		padding:1px 6px;
			
		}
		
		#bottom_links_mid a:hover{
		color:#fff600;
		text-decoration:underline;
		
	}
	
	
/* Layout Styles Ends */

/* Fixed Styles Starts */
.floatleft{float:left;}
.floatright{float:right;}
.textleft{text-align:left;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.clear{clear:both;}
.noborder{border:none;}
.boldtext{font-weight:bold;}
.normaltext{font-weight:normal;}
.underline{text-decoration:underline;}
.bg1{background:#fff;}
.fc1{color:#294189;}
.fc2{color:#df7f2b;}
.fc3, .fc3 a{color:#79580a;text-decoration:none;}
.fc3 a:hover{color:#000;text-decoration:none;}
.fs1{font-size:10px;}

